#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 11 #define STATE_COUNT 2422 #define LARGE_STATE_COUNT 533 #define SYMBOL_COUNT 308 #define ALIAS_COUNT 4 #define TOKEN_COUNT 134 #define EXTERNAL_TOKEN_COUNT 4 #define FIELD_COUNT 28 #define MAX_ALIAS_SEQUENCE_LENGTH 10 enum { sym_identifier = 1, anon_sym_SEMI = 2, anon_sym_macro_rules_BANG = 3, anon_sym_LPAREN = 4, anon_sym_RPAREN = 5, anon_sym_LBRACE = 6, anon_sym_RBRACE = 7, anon_sym_EQ_GT = 8, anon_sym_LBRACK = 9, anon_sym_RBRACK = 10, anon_sym_COLON = 11, anon_sym_DOLLAR = 12, aux_sym_token_repetition_pattern_token1 = 13, anon_sym_PLUS = 14, anon_sym_STAR = 15, anon_sym_QMARK = 16, anon_sym_ident = 17, anon_sym_path = 18, anon_sym_expr = 19, anon_sym_ty = 20, anon_sym_pat = 21, anon_sym_stmt = 22, anon_sym_block = 23, anon_sym_item = 24, anon_sym_meta = 25, anon_sym_tt = 26, anon_sym_u8 = 27, anon_sym_i8 = 28, anon_sym_u16 = 29, anon_sym_i16 = 30, anon_sym_u32 = 31, anon_sym_i32 = 32, anon_sym_u64 = 33, anon_sym_i64 = 34, anon_sym_u128 = 35, anon_sym_i128 = 36, anon_sym_isize = 37, anon_sym_usize = 38, anon_sym_f32 = 39, anon_sym_f64 = 40, anon_sym_bool = 41, anon_sym_str = 42, anon_sym_char = 43, aux_sym__non_special_token_token1 = 44, anon_sym_as = 45, anon_sym_async = 46, anon_sym_await = 47, anon_sym_break = 48, anon_sym_const = 49, anon_sym_continue = 50, anon_sym_default = 51, anon_sym_enum = 52, anon_sym_fn = 53, anon_sym_for = 54, anon_sym_if = 55, anon_sym_impl = 56, anon_sym_let = 57, anon_sym_loop = 58, anon_sym_match = 59, anon_sym_mod = 60, anon_sym_pub = 61, anon_sym_return = 62, anon_sym_static = 63, anon_sym_struct = 64, anon_sym_trait = 65, anon_sym_type = 66, anon_sym_union = 67, anon_sym_unsafe = 68, anon_sym_use = 69, anon_sym_where = 70, anon_sym_while = 71, anon_sym_POUND = 72, anon_sym_BANG = 73, anon_sym_EQ = 74, anon_sym_COMMA = 75, anon_sym_extern = 76, anon_sym_ref = 77, anon_sym_DASH_GT = 78, anon_sym_LT = 79, anon_sym_GT = 80, anon_sym_COLON_COLON = 81, anon_sym__ = 82, anon_sym_AMP = 83, anon_sym_DOT_DOT_DOT = 84, anon_sym_in = 85, anon_sym_SQUOTE = 86, anon_sym_dyn = 87, sym_mutable_specifier = 88, anon_sym_DOT_DOT = 89, anon_sym_DOT_DOT_EQ = 90, anon_sym_DASH = 91, anon_sym_AMP_AMP = 92, anon_sym_PIPE_PIPE = 93, anon_sym_PIPE = 94, anon_sym_CARET = 95, anon_sym_EQ_EQ = 96, anon_sym_BANG_EQ = 97, anon_sym_LT_EQ = 98, anon_sym_GT_EQ = 99, anon_sym_LT_LT = 100, anon_sym_GT_GT = 101, anon_sym_SLASH = 102, anon_sym_PERCENT = 103, anon_sym_PLUS_EQ = 104, anon_sym_DASH_EQ = 105, anon_sym_STAR_EQ = 106, anon_sym_SLASH_EQ = 107, anon_sym_PERCENT_EQ = 108, anon_sym_AMP_EQ = 109, anon_sym_PIPE_EQ = 110, anon_sym_CARET_EQ = 111, anon_sym_LT_LT_EQ = 112, anon_sym_GT_GT_EQ = 113, anon_sym_else = 114, anon_sym_move = 115, anon_sym_DOT = 116, anon_sym_AT = 117, sym_integer_literal = 118, aux_sym_string_literal_token1 = 119, anon_sym_DQUOTE = 120, sym_char_literal = 121, sym_escape_sequence = 122, anon_sym_true = 123, anon_sym_false = 124, sym_line_comment = 125, sym_self = 126, sym_super = 127, sym_crate = 128, sym_metavariable = 129, sym__string_content = 130, sym_raw_string_literal = 131, sym_float_literal = 132, sym_block_comment = 133, sym_source_file = 134, sym__statement = 135, sym_empty_statement = 136, sym__expression_statement = 137, sym_macro_definition = 138, sym_macro_rule = 139, sym__token_pattern = 140, sym_token_tree_pattern = 141, sym_token_binding_pattern = 142, sym_token_repetition_pattern = 143, sym_fragment_specifier = 144, sym_token_tree = 145, sym_token_repetition = 146, sym_attribute_item = 147, sym_inner_attribute_item = 148, sym_meta_item = 149, sym_meta_arguments = 150, sym_mod_item = 151, sym_foreign_mod_item = 152, sym_declaration_list = 153, sym_struct_item = 154, sym_union_item = 155, sym_enum_item = 156, sym_enum_variant_list = 157, sym_enum_variant = 158, sym_field_declaration_list = 159, sym_field_declaration = 160, sym_ordered_field_declaration_list = 161, sym_extern_crate_declaration = 162, sym_const_item = 163, sym_static_item = 164, sym_type_item = 165, sym_function_item = 166, sym_function_signature_item = 167, sym_function_modifiers = 168, sym_where_clause = 169, sym_where_predicate = 170, sym_impl_item = 171, sym_trait_item = 172, sym_associated_type = 173, sym_trait_bounds = 174, sym_higher_ranked_trait_bound = 175, sym_removed_trait_bound = 176, sym_type_parameters = 177, sym_const_parameter = 178, sym_constrained_type_parameter = 179, sym_optional_type_parameter = 180, sym_let_declaration = 181, sym_use_declaration = 182, sym__use_clause = 183, sym_scoped_use_list = 184, sym_use_list = 185, sym_use_as_clause = 186, sym_use_wildcard = 187, sym_parameters = 188, sym_self_parameter = 189, sym_variadic_parameter = 190, sym_parameter = 191, sym_extern_modifier = 192, sym_visibility_modifier = 193, sym__type = 194, sym_bracketed_type = 195, sym_qualified_type = 196, sym_lifetime = 197, sym_array_type = 198, sym_for_lifetimes = 199, sym_function_type = 200, sym_tuple_type = 201, sym_unit_type = 202, sym_generic_function = 203, sym_generic_type = 204, sym_generic_type_with_turbofish = 205, sym_bounded_type = 206, sym_type_arguments = 207, sym_type_binding = 208, sym_reference_type = 209, sym_pointer_type = 210, sym_empty_type = 211, sym_abstract_type = 212, sym_dynamic_type = 213, sym__expression = 214, sym_macro_invocation = 215, sym_scoped_identifier = 216, sym_scoped_type_identifier_in_expression_position = 217, sym_scoped_type_identifier = 218, sym_range_expression = 219, sym_unary_expression = 220, sym_try_expression = 221, sym_reference_expression = 222, sym_binary_expression = 223, sym_assignment_expression = 224, sym_compound_assignment_expr = 225, sym_type_cast_expression = 226, sym_return_expression = 227, sym_call_expression = 228, sym_arguments = 229, sym_array_expression = 230, sym_parenthesized_expression = 231, sym_tuple_expression = 232, sym_unit_expression = 233, sym_struct_expression = 234, sym_field_initializer_list = 235, sym_shorthand_field_initializer = 236, sym_field_initializer = 237, sym_base_field_initializer = 238, sym_if_expression = 239, sym_if_let_expression = 240, sym__else_tail = 241, sym_match_expression = 242, sym_match_block = 243, sym_match_arm = 244, sym_last_match_arm = 245, sym_match_pattern = 246, sym_while_expression = 247, sym_while_let_expression = 248, sym_loop_expression = 249, sym_for_expression = 250, sym_closure_expression = 251, sym_closure_parameters = 252, sym_loop_label = 253, sym_break_expression = 254, sym_continue_expression = 255, sym_index_expression = 256, sym_await_expression = 257, sym_field_expression = 258, sym_unsafe_block = 259, sym_async_block = 260, sym_block = 261, sym__pattern = 262, sym_tuple_pattern = 263, sym_slice_pattern = 264, sym_tuple_struct_pattern = 265, sym_struct_pattern = 266, sym_field_pattern = 267, sym_remaining_field_pattern = 268, sym_mut_pattern = 269, sym_range_pattern = 270, sym_ref_pattern = 271, sym_captured_pattern = 272, sym_reference_pattern = 273, sym__literal = 274, sym__literal_pattern = 275, sym_negative_literal = 276, sym_string_literal = 277, sym_boolean_literal = 278, aux_sym_source_file_repeat1 = 279, aux_sym_macro_definition_repeat1 = 280, aux_sym_token_tree_pattern_repeat1 = 281, aux_sym_token_tree_repeat1 = 282, aux_sym_meta_arguments_repeat1 = 283, aux_sym_declaration_list_repeat1 = 284, aux_sym_enum_variant_list_repeat1 = 285, aux_sym_enum_variant_list_repeat2 = 286, aux_sym_field_declaration_list_repeat1 = 287, aux_sym_ordered_field_declaration_list_repeat1 = 288, aux_sym_function_modifiers_repeat1 = 289, aux_sym_where_clause_repeat1 = 290, aux_sym_trait_bounds_repeat1 = 291, aux_sym_type_parameters_repeat1 = 292, aux_sym_use_list_repeat1 = 293, aux_sym_parameters_repeat1 = 294, aux_sym_for_lifetimes_repeat1 = 295, aux_sym_tuple_type_repeat1 = 296, aux_sym_type_arguments_repeat1 = 297, aux_sym_arguments_repeat1 = 298, aux_sym_array_expression_repeat1 = 299, aux_sym_tuple_expression_repeat1 = 300, aux_sym_field_initializer_list_repeat1 = 301, aux_sym_match_block_repeat1 = 302, aux_sym_match_pattern_repeat1 = 303, aux_sym_closure_parameters_repeat1 = 304, aux_sym_tuple_pattern_repeat1 = 305, aux_sym_struct_pattern_repeat1 = 306, aux_sym_string_literal_repeat1 = 307, alias_sym_field_identifier = 308, alias_sym_primitive_type = 309, alias_sym_shorthand_field_identifier = 310, alias_sym_type_identifier = 311, }; static const char *ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_identifier] = "identifier", [anon_sym_SEMI] = ";", [anon_sym_macro_rules_BANG] = "macro_rules!", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [anon_sym_EQ_GT] = "=>", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [anon_sym_COLON] = ":", [anon_sym_DOLLAR] = "$", [aux_sym_token_repetition_pattern_token1] = "token_repetition_pattern_token1", [anon_sym_PLUS] = "+", [anon_sym_STAR] = "*", [anon_sym_QMARK] = "?", [anon_sym_ident] = "ident", [anon_sym_path] = "path", [anon_sym_expr] = "expr", [anon_sym_ty] = "ty", [anon_sym_pat] = "pat", [anon_sym_stmt] = "stmt", [anon_sym_block] = "block", [anon_sym_item] = "item", [anon_sym_meta] = "meta", [anon_sym_tt] = "tt", [anon_sym_u8] = "u8", [anon_sym_i8] = "i8", [anon_sym_u16] = "u16", [anon_sym_i16] = "i16", [anon_sym_u32] = "u32", [anon_sym_i32] = "i32", [anon_sym_u64] = "u64", [anon_sym_i64] = "i64", [anon_sym_u128] = "u128", [anon_sym_i128] = "i128", [anon_sym_isize] = "isize", [anon_sym_usize] = "usize", [anon_sym_f32] = "f32", [anon_sym_f64] = "f64", [anon_sym_bool] = "bool", [anon_sym_str] = "str", [anon_sym_char] = "char", [aux_sym__non_special_token_token1] = "_non_special_token_token1", [anon_sym_as] = "as", [anon_sym_async] = "async", [anon_sym_await] = "await", [anon_sym_break] = "break", [anon_sym_const] = "const", [anon_sym_continue] = "continue", [anon_sym_default] = "default", [anon_sym_enum] = "enum", [anon_sym_fn] = "fn", [anon_sym_for] = "for", [anon_sym_if] = "if", [anon_sym_impl] = "impl", [anon_sym_let] = "let", [anon_sym_loop] = "loop", [anon_sym_match] = "match", [anon_sym_mod] = "mod", [anon_sym_pub] = "pub", [anon_sym_return] = "return", [anon_sym_static] = "static", [anon_sym_struct] = "struct", [anon_sym_trait] = "trait", [anon_sym_type] = "type", [anon_sym_union] = "union", [anon_sym_unsafe] = "unsafe", [anon_sym_use] = "use", [anon_sym_where] = "where", [anon_sym_while] = "while", [anon_sym_POUND] = "#", [anon_sym_BANG] = "!", [anon_sym_EQ] = "=", [anon_sym_COMMA] = ",", [anon_sym_extern] = "extern", [anon_sym_ref] = "ref", [anon_sym_DASH_GT] = "->", [anon_sym_LT] = "<", [anon_sym_GT] = ">", [anon_sym_COLON_COLON] = "::", [anon_sym__] = "_", [anon_sym_AMP] = "&", [anon_sym_DOT_DOT_DOT] = "...", [anon_sym_in] = "in", [anon_sym_SQUOTE] = "'", [anon_sym_dyn] = "dyn", [sym_mutable_specifier] = "mutable_specifier", [anon_sym_DOT_DOT] = "..", [anon_sym_DOT_DOT_EQ] = "..=", [anon_sym_DASH] = "-", [anon_sym_AMP_AMP] = "&&", [anon_sym_PIPE_PIPE] = "||", [anon_sym_PIPE] = "|", [anon_sym_CARET] = "^", [anon_sym_EQ_EQ] = "==", [anon_sym_BANG_EQ] = "!=", [anon_sym_LT_EQ] = "<=", [anon_sym_GT_EQ] = ">=", [anon_sym_LT_LT] = "<<", [anon_sym_GT_GT] = ">>", [anon_sym_SLASH] = "/", [anon_sym_PERCENT] = "%", [anon_sym_PLUS_EQ] = "+=", [anon_sym_DASH_EQ] = "-=", [anon_sym_STAR_EQ] = "*=", [anon_sym_SLASH_EQ] = "/=", [anon_sym_PERCENT_EQ] = "%=", [anon_sym_AMP_EQ] = "&=", [anon_sym_PIPE_EQ] = "|=", [anon_sym_CARET_EQ] = "^=", [anon_sym_LT_LT_EQ] = "<<=", [anon_sym_GT_GT_EQ] = ">>=", [anon_sym_else] = "else", [anon_sym_move] = "move", [anon_sym_DOT] = ".", [anon_sym_AT] = "@", [sym_integer_literal] = "integer_literal", [aux_sym_string_literal_token1] = "\"", [anon_sym_DQUOTE] = "\"", [sym_char_literal] = "char_literal", [sym_escape_sequence] = "escape_sequence", [anon_sym_true] = "true", [anon_sym_false] = "false", [sym_line_comment] = "line_comment", [sym_self] = "self", [sym_super] = "super", [sym_crate] = "crate", [sym_metavariable] = "metavariable", [sym__string_content] = "_string_content", [sym_raw_string_literal] = "raw_string_literal", [sym_float_literal] = "float_literal", [sym_block_comment] = "block_comment", [sym_source_file] = "source_file", [sym__statement] = "_statement", [sym_empty_statement] = "empty_statement", [sym__expression_statement] = "_expression_statement", [sym_macro_definition] = "macro_definition", [sym_macro_rule] = "macro_rule", [sym__token_pattern] = "_token_pattern", [sym_token_tree_pattern] = "token_tree_pattern", [sym_token_binding_pattern] = "token_binding_pattern", [sym_token_repetition_pattern] = "token_repetition_pattern", [sym_fragment_specifier] = "fragment_specifier", [sym_token_tree] = "token_tree", [sym_token_repetition] = "token_repetition", [sym_attribute_item] = "attribute_item", [sym_inner_attribute_item] = "inner_attribute_item", [sym_meta_item] = "meta_item", [sym_meta_arguments] = "meta_arguments", [sym_mod_item] = "mod_item", [sym_foreign_mod_item] = "foreign_mod_item", [sym_declaration_list] = "declaration_list", [sym_struct_item] = "struct_item", [sym_union_item] = "union_item", [sym_enum_item] = "enum_item", [sym_enum_variant_list] = "enum_variant_list", [sym_enum_variant] = "enum_variant", [sym_field_declaration_list] = "field_declaration_list", [sym_field_declaration] = "field_declaration", [sym_ordered_field_declaration_list] = "ordered_field_declaration_list", [sym_extern_crate_declaration] = "extern_crate_declaration", [sym_const_item] = "const_item", [sym_static_item] = "static_item", [sym_type_item] = "type_item", [sym_function_item] = "function_item", [sym_function_signature_item] = "function_signature_item", [sym_function_modifiers] = "function_modifiers", [sym_where_clause] = "where_clause", [sym_where_predicate] = "where_predicate", [sym_impl_item] = "impl_item", [sym_trait_item] = "trait_item", [sym_associated_type] = "associated_type", [sym_trait_bounds] = "trait_bounds", [sym_higher_ranked_trait_bound] = "higher_ranked_trait_bound", [sym_removed_trait_bound] = "removed_trait_bound", [sym_type_parameters] = "type_parameters", [sym_const_parameter] = "const_parameter", [sym_constrained_type_parameter] = "constrained_type_parameter", [sym_optional_type_parameter] = "optional_type_parameter", [sym_let_declaration] = "let_declaration", [sym_use_declaration] = "use_declaration", [sym__use_clause] = "_use_clause", [sym_scoped_use_list] = "scoped_use_list", [sym_use_list] = "use_list", [sym_use_as_clause] = "use_as_clause", [sym_use_wildcard] = "use_wildcard", [sym_parameters] = "parameters", [sym_self_parameter] = "self_parameter", [sym_variadic_parameter] = "variadic_parameter", [sym_parameter] = "parameter", [sym_extern_modifier] = "extern_modifier", [sym_visibility_modifier] = "visibility_modifier", [sym__type] = "_type", [sym_bracketed_type] = "bracketed_type", [sym_qualified_type] = "qualified_type", [sym_lifetime] = "lifetime", [sym_array_type] = "array_type", [sym_for_lifetimes] = "for_lifetimes", [sym_function_type] = "function_type", [sym_tuple_type] = "tuple_type", [sym_unit_type] = "unit_type", [sym_generic_function] = "generic_function", [sym_generic_type] = "generic_type", [sym_generic_type_with_turbofish] = "generic_type_with_turbofish", [sym_bounded_type] = "bounded_type", [sym_type_arguments] = "type_arguments", [sym_type_binding] = "type_binding", [sym_reference_type] = "reference_type", [sym_pointer_type] = "pointer_type", [sym_empty_type] = "empty_type", [sym_abstract_type] = "abstract_type", [sym_dynamic_type] = "dynamic_type", [sym__expression] = "_expression", [sym_macro_invocation] = "macro_invocation", [sym_scoped_identifier] = "scoped_identifier", [sym_scoped_type_identifier_in_expression_position] = "scoped_type_identifier", [sym_scoped_type_identifier] = "scoped_type_identifier", [sym_range_expression] = "range_expression", [sym_unary_expression] = "unary_expression", [sym_try_expression] = "try_expression", [sym_reference_expression] = "reference_expression", [sym_binary_expression] = "binary_expression", [sym_assignment_expression] = "assignment_expression", [sym_compound_assignment_expr] = "compound_assignment_expr", [sym_type_cast_expression] = "type_cast_expression", [sym_return_expression] = "return_expression", [sym_call_expression] = "call_expression", [sym_arguments] = "arguments", [sym_array_expression] = "array_expression", [sym_parenthesized_expression] = "parenthesized_expression", [sym_tuple_expression] = "tuple_expression", [sym_unit_expression] = "unit_expression", [sym_struct_expression] = "struct_expression", [sym_field_initializer_list] = "field_initializer_list", [sym_shorthand_field_initializer] = "shorthand_field_initializer", [sym_field_initializer] = "field_initializer", [sym_base_field_initializer] = "base_field_initializer", [sym_if_expression] = "if_expression", [sym_if_let_expression] = "if_let_expression", [sym__else_tail] = "_else_tail", [sym_match_expression] = "match_expression", [sym_match_block] = "match_block", [sym_match_arm] = "match_arm", [sym_last_match_arm] = "match_arm", [sym_match_pattern] = "match_pattern", [sym_while_expression] = "while_expression", [sym_while_let_expression] = "while_let_expression", [sym_loop_expression] = "loop_expression", [sym_for_expression] = "for_expression", [sym_closure_expression] = "closure_expression", [sym_closure_parameters] = "closure_parameters", [sym_loop_label] = "loop_label", [sym_break_expression] = "break_expression", [sym_continue_expression] = "continue_expression", [sym_index_expression] = "index_expression", [sym_await_expression] = "await_expression", [sym_field_expression] = "field_expression", [sym_unsafe_block] = "unsafe_block", [sym_async_block] = "async_block", [sym_block] = "block", [sym__pattern] = "_pattern", [sym_tuple_pattern] = "tuple_pattern", [sym_slice_pattern] = "slice_pattern", [sym_tuple_struct_pattern] = "tuple_struct_pattern", [sym_struct_pattern] = "struct_pattern", [sym_field_pattern] = "field_pattern", [sym_remaining_field_pattern] = "remaining_field_pattern", [sym_mut_pattern] = "mut_pattern", [sym_range_pattern] = "range_pattern", [sym_ref_pattern] = "ref_pattern", [sym_captured_pattern] = "captured_pattern", [sym_reference_pattern] = "reference_pattern", [sym__literal] = "_literal", [sym__literal_pattern] = "_literal_pattern", [sym_negative_literal] = "negative_literal", [sym_string_literal] = "string_literal", [sym_boolean_literal] = "boolean_literal", [aux_sym_source_file_repeat1] = "source_file_repeat1", [aux_sym_macro_definition_repeat1] = "macro_definition_repeat1", [aux_sym_token_tree_pattern_repeat1] = "token_tree_pattern_repeat1", [aux_sym_token_tree_repeat1] = "token_tree_repeat1", [aux_sym_meta_arguments_repeat1] = "meta_arguments_repeat1", [aux_sym_declaration_list_repeat1] = "declaration_list_repeat1", [aux_sym_enum_variant_list_repeat1] = "enum_variant_list_repeat1", [aux_sym_enum_variant_list_repeat2] = "enum_variant_list_repeat2", [aux_sym_field_declaration_list_repeat1] = "field_declaration_list_repeat1", [aux_sym_ordered_field_declaration_list_repeat1] = "ordered_field_declaration_list_repeat1", [aux_sym_function_modifiers_repeat1] = "function_modifiers_repeat1", [aux_sym_where_clause_repeat1] = "where_clause_repeat1", [aux_sym_trait_bounds_repeat1] = "trait_bounds_repeat1", [aux_sym_type_parameters_repeat1] = "type_parameters_repeat1", [aux_sym_use_list_repeat1] = "use_list_repeat1", [aux_sym_parameters_repeat1] = "parameters_repeat1", [aux_sym_for_lifetimes_repeat1] = "for_lifetimes_repeat1", [aux_sym_tuple_type_repeat1] = "tuple_type_repeat1", [aux_sym_type_arguments_repeat1] = "type_arguments_repeat1", [aux_sym_arguments_repeat1] = "arguments_repeat1", [aux_sym_array_expression_repeat1] = "array_expression_repeat1", [aux_sym_tuple_expression_repeat1] = "tuple_expression_repeat1", [aux_sym_field_initializer_list_repeat1] = "field_initializer_list_repeat1", [aux_sym_match_block_repeat1] = "match_block_repeat1", [aux_sym_match_pattern_repeat1] = "match_pattern_repeat1", [aux_sym_closure_parameters_repeat1] = "closure_parameters_repeat1", [aux_sym_tuple_pattern_repeat1] = "tuple_pattern_repeat1", [aux_sym_struct_pattern_repeat1] = "struct_pattern_repeat1", [aux_sym_string_literal_repeat1] = "string_literal_repeat1", [alias_sym_field_identifier] = "field_identifier", [alias_sym_primitive_type] = "primitive_type", [alias_sym_shorthand_field_identifier] = "shorthand_field_identifier", [alias_sym_type_identifier] = "type_identifier", }; static TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_identifier] = sym_identifier, [anon_sym_SEMI] = anon_sym_SEMI, [anon_sym_macro_rules_BANG] = anon_sym_macro_rules_BANG, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_EQ_GT] = anon_sym_EQ_GT, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_DOLLAR] = anon_sym_DOLLAR, [aux_sym_token_repetition_pattern_token1] = aux_sym_token_repetition_pattern_token1, [anon_sym_PLUS] = anon_sym_PLUS, [anon_sym_STAR] = anon_sym_STAR, [anon_sym_QMARK] = anon_sym_QMARK, [anon_sym_ident] = anon_sym_ident, [anon_sym_path] = anon_sym_path, [anon_sym_expr] = anon_sym_expr, [anon_sym_ty] = anon_sym_ty, [anon_sym_pat] = anon_sym_pat, [anon_sym_stmt] = anon_sym_stmt, [anon_sym_block] = anon_sym_block, [anon_sym_item] = anon_sym_item, [anon_sym_meta] = anon_sym_meta, [anon_sym_tt] = anon_sym_tt, [anon_sym_u8] = anon_sym_u8, [anon_sym_i8] = anon_sym_i8, [anon_sym_u16] = anon_sym_u16, [anon_sym_i16] = anon_sym_i16, [anon_sym_u32] = anon_sym_u32, [anon_sym_i32] = anon_sym_i32, [anon_sym_u64] = anon_sym_u64, [anon_sym_i64] = anon_sym_i64, [anon_sym_u128] = anon_sym_u128, [anon_sym_i128] = anon_sym_i128, [anon_sym_isize] = anon_sym_isize, [anon_sym_usize] = anon_sym_usize, [anon_sym_f32] = anon_sym_f32, [anon_sym_f64] = anon_sym_f64, [anon_sym_bool] = anon_sym_bool, [anon_sym_str] = anon_sym_str, [anon_sym_char] = anon_sym_char, [aux_sym__non_special_token_token1] = aux_sym__non_special_token_token1, [anon_sym_as] = anon_sym_as, [anon_sym_async] = anon_sym_async, [anon_sym_await] = anon_sym_await, [anon_sym_break] = anon_sym_break, [anon_sym_const] = anon_sym_const, [anon_sym_continue] = anon_sym_continue, [anon_sym_default] = anon_sym_default, [anon_sym_enum] = anon_sym_enum, [anon_sym_fn] = anon_sym_fn, [anon_sym_for] = anon_sym_for, [anon_sym_if] = anon_sym_if, [anon_sym_impl] = anon_sym_impl, [anon_sym_let] = anon_sym_let, [anon_sym_loop] = anon_sym_loop, [anon_sym_match] = anon_sym_match, [anon_sym_mod] = anon_sym_mod, [anon_sym_pub] = anon_sym_pub, [anon_sym_return] = anon_sym_return, [anon_sym_static] = anon_sym_static, [anon_sym_struct] = anon_sym_struct, [anon_sym_trait] = anon_sym_trait, [anon_sym_type] = anon_sym_type, [anon_sym_union] = anon_sym_union, [anon_sym_unsafe] = anon_sym_unsafe, [anon_sym_use] = anon_sym_use, [anon_sym_where] = anon_sym_where, [anon_sym_while] = anon_sym_while, [anon_sym_POUND] = anon_sym_POUND, [anon_sym_BANG] = anon_sym_BANG, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_extern] = anon_sym_extern, [anon_sym_ref] = anon_sym_ref, [anon_sym_DASH_GT] = anon_sym_DASH_GT, [anon_sym_LT] = anon_sym_LT, [anon_sym_GT] = anon_sym_GT, [anon_sym_COLON_COLON] = anon_sym_COLON_COLON, [anon_sym__] = anon_sym__, [anon_sym_AMP] = anon_sym_AMP, [anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT, [anon_sym_in] = anon_sym_in, [anon_sym_SQUOTE] = anon_sym_SQUOTE, [anon_sym_dyn] = anon_sym_dyn, [sym_mutable_specifier] = sym_mutable_specifier, [anon_sym_DOT_DOT] = anon_sym_DOT_DOT, [anon_sym_DOT_DOT_EQ] = anon_sym_DOT_DOT_EQ, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_AMP_AMP] = anon_sym_AMP_AMP, [anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE, [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_CARET] = anon_sym_CARET, [anon_sym_EQ_EQ] = anon_sym_EQ_EQ, [anon_sym_BANG_EQ] = anon_sym_BANG_EQ, [anon_sym_LT_EQ] = anon_sym_LT_EQ, [anon_sym_GT_EQ] = anon_sym_GT_EQ, [anon_sym_LT_LT] = anon_sym_LT_LT, [anon_sym_GT_GT] = anon_sym_GT_GT, [anon_sym_SLASH] = anon_sym_SLASH, [anon_sym_PERCENT] = anon_sym_PERCENT, [anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ, [anon_sym_DASH_EQ] = anon_sym_DASH_EQ, [anon_sym_STAR_EQ] = anon_sym_STAR_EQ, [anon_sym_SLASH_EQ] = anon_sym_SLASH_EQ, [anon_sym_PERCENT_EQ] = anon_sym_PERCENT_EQ, [anon_sym_AMP_EQ] = anon_sym_AMP_EQ, [anon_sym_PIPE_EQ] = anon_sym_PIPE_EQ, [anon_sym_CARET_EQ] = anon_sym_CARET_EQ, [anon_sym_LT_LT_EQ] = anon_sym_LT_LT_EQ, [anon_sym_GT_GT_EQ] = anon_sym_GT_GT_EQ, [anon_sym_else] = anon_sym_else, [anon_sym_move] = anon_sym_move, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_AT] = anon_sym_AT, [sym_integer_literal] = sym_integer_literal, [aux_sym_string_literal_token1] = anon_sym_DQUOTE, [anon_sym_DQUOTE] = anon_sym_DQUOTE, [sym_char_literal] = sym_char_literal, [sym_escape_sequence] = sym_escape_sequence, [anon_sym_true] = anon_sym_true, [anon_sym_false] = anon_sym_false, [sym_line_comment] = sym_line_comment, [sym_self] = sym_self, [sym_super] = sym_super, [sym_crate] = sym_crate, [sym_metavariable] = sym_metavariable, [sym__string_content] = sym__string_content, [sym_raw_string_literal] = sym_raw_string_literal, [sym_float_literal] = sym_float_literal, [sym_block_comment] = sym_block_comment, [sym_source_file] = sym_source_file, [sym__statement] = sym__statement, [sym_empty_statement] = sym_empty_statement, [sym__expression_statement] = sym__expression_statement, [sym_macro_definition] = sym_macro_definition, [sym_macro_rule] = sym_macro_rule, [sym__token_pattern] = sym__token_pattern, [sym_token_tree_pattern] = sym_token_tree_pattern, [sym_token_binding_pattern] = sym_token_binding_pattern, [sym_token_repetition_pattern] = sym_token_repetition_pattern, [sym_fragment_specifier] = sym_fragment_specifier, [sym_token_tree] = sym_token_tree, [sym_token_repetition] = sym_token_repetition, [sym_attribute_item] = sym_attribute_item, [sym_inner_attribute_item] = sym_inner_attribute_item, [sym_meta_item] = sym_meta_item, [sym_meta_arguments] = sym_meta_arguments, [sym_mod_item] = sym_mod_item, [sym_foreign_mod_item] = sym_foreign_mod_item, [sym_declaration_list] = sym_declaration_list, [sym_struct_item] = sym_struct_item, [sym_union_item] = sym_union_item, [sym_enum_item] = sym_enum_item, [sym_enum_variant_list] = sym_enum_variant_list, [sym_enum_variant] = sym_enum_variant, [sym_field_declaration_list] = sym_field_declaration_list, [sym_field_declaration] = sym_field_declaration, [sym_ordered_field_declaration_list] = sym_ordered_field_declaration_list, [sym_extern_crate_declaration] = sym_extern_crate_declaration, [sym_const_item] = sym_const_item, [sym_static_item] = sym_static_item, [sym_type_item] = sym_type_item, [sym_function_item] = sym_function_item, [sym_function_signature_item] = sym_function_signature_item, [sym_function_modifiers] = sym_function_modifiers, [sym_where_clause] = sym_where_clause, [sym_where_predicate] = sym_where_predicate, [sym_impl_item] = sym_impl_item, [sym_trait_item] = sym_trait_item, [sym_associated_type] = sym_associated_type, [sym_trait_bounds] = sym_trait_bounds, [sym_higher_ranked_trait_bound] = sym_higher_ranked_trait_bound, [sym_removed_trait_bound] = sym_removed_trait_bound, [sym_type_parameters] = sym_type_parameters, [sym_const_parameter] = sym_const_parameter, [sym_constrained_type_parameter] = sym_constrained_type_parameter, [sym_optional_type_parameter] = sym_optional_type_parameter, [sym_let_declaration] = sym_let_declaration, [sym_use_declaration] = sym_use_declaration, [sym__use_clause] = sym__use_clause, [sym_scoped_use_list] = sym_scoped_use_list, [sym_use_list] = sym_use_list, [sym_use_as_clause] = sym_use_as_clause, [sym_use_wildcard] = sym_use_wildcard, [sym_parameters] = sym_parameters, [sym_self_parameter] = sym_self_parameter, [sym_variadic_parameter] = sym_variadic_parameter, [sym_parameter] = sym_parameter, [sym_extern_modifier] = sym_extern_modifier, [sym_visibility_modifier] = sym_visibility_modifier, [sym__type] = sym__type, [sym_bracketed_type] = sym_bracketed_type, [sym_qualified_type] = sym_qualified_type, [sym_lifetime] = sym_lifetime, [sym_array_type] = sym_array_type, [sym_for_lifetimes] = sym_for_lifetimes, [sym_function_type] = sym_function_type, [sym_tuple_type] = sym_tuple_type, [sym_unit_type] = sym_unit_type, [sym_generic_function] = sym_generic_function, [sym_generic_type] = sym_generic_type, [sym_generic_type_with_turbofish] = sym_generic_type_with_turbofish, [sym_bounded_type] = sym_bounded_type, [sym_type_arguments] = sym_type_arguments, [sym_type_binding] = sym_type_binding, [sym_reference_type] = sym_reference_type, [sym_pointer_type] = sym_pointer_type, [sym_empty_type] = sym_empty_type, [sym_abstract_type] = sym_abstract_type, [sym_dynamic_type] = sym_dynamic_type, [sym__expression] = sym__expression, [sym_macro_invocation] = sym_macro_invocation, [sym_scoped_identifier] = sym_scoped_identifier, [sym_scoped_type_identifier_in_expression_position] = sym_scoped_type_identifier, [sym_scoped_type_identifier] = sym_scoped_type_identifier, [sym_range_expression] = sym_range_expression, [sym_unary_expression] = sym_unary_expression, [sym_try_expression] = sym_try_expression, [sym_reference_expression] = sym_reference_expression, [sym_binary_expression] = sym_binary_expression, [sym_assignment_expression] = sym_assignment_expression, [sym_compound_assignment_expr] = sym_compound_assignment_expr, [sym_type_cast_expression] = sym_type_cast_expression, [sym_return_expression] = sym_return_expression, [sym_call_expression] = sym_call_expression, [sym_arguments] = sym_arguments, [sym_array_expression] = sym_array_expression, [sym_parenthesized_expression] = sym_parenthesized_expression, [sym_tuple_expression] = sym_tuple_expression, [sym_unit_expression] = sym_unit_expression, [sym_struct_expression] = sym_struct_expression, [sym_field_initializer_list] = sym_field_initializer_list, [sym_shorthand_field_initializer] = sym_shorthand_field_initializer, [sym_field_initializer] = sym_field_initializer, [sym_base_field_initializer] = sym_base_field_initializer, [sym_if_expression] = sym_if_expression, [sym_if_let_expression] = sym_if_let_expression, [sym__else_tail] = sym__else_tail, [sym_match_expression] = sym_match_expression, [sym_match_block] = sym_match_block, [sym_match_arm] = sym_match_arm, [sym_last_match_arm] = sym_match_arm, [sym_match_pattern] = sym_match_pattern, [sym_while_expression] = sym_while_expression, [sym_while_let_expression] = sym_while_let_expression, [sym_loop_expression] = sym_loop_expression, [sym_for_expression] = sym_for_expression, [sym_closure_expression] = sym_closure_expression, [sym_closure_parameters] = sym_closure_parameters, [sym_loop_label] = sym_loop_label, [sym_break_expression] = sym_break_expression, [sym_continue_expression] = sym_continue_expression, [sym_index_expression] = sym_index_expression, [sym_await_expression] = sym_await_expression, [sym_field_expression] = sym_field_expression, [sym_unsafe_block] = sym_unsafe_block, [sym_async_block] = sym_async_block, [sym_block] = sym_block, [sym__pattern] = sym__pattern, [sym_tuple_pattern] = sym_tuple_pattern, [sym_slice_pattern] = sym_slice_pattern, [sym_tuple_struct_pattern] = sym_tuple_struct_pattern, [sym_struct_pattern] = sym_struct_pattern, [sym_field_pattern] = sym_field_pattern, [sym_remaining_field_pattern] = sym_remaining_field_pattern, [sym_mut_pattern] = sym_mut_pattern, [sym_range_pattern] = sym_range_pattern, [sym_ref_pattern] = sym_ref_pattern, [sym_captured_pattern] = sym_captured_pattern, [sym_reference_pattern] = sym_reference_pattern, [sym__literal] = sym__literal, [sym__literal_pattern] = sym__literal_pattern, [sym_negative_literal] = sym_negative_literal, [sym_string_literal] = sym_string_literal, [sym_boolean_literal] = sym_boolean_literal, [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1, [aux_sym_macro_definition_repeat1] = aux_sym_macro_definition_repeat1, [aux_sym_token_tree_pattern_repeat1] = aux_sym_token_tree_pattern_repeat1, [aux_sym_token_tree_repeat1] = aux_sym_token_tree_repeat1, [aux_sym_meta_arguments_repeat1] = aux_sym_meta_arguments_repeat1, [aux_sym_declaration_list_repeat1] = aux_sym_declaration_list_repeat1, [aux_sym_enum_variant_list_repeat1] = aux_sym_enum_variant_list_repeat1, [aux_sym_enum_variant_list_repeat2] = aux_sym_enum_variant_list_repeat2, [aux_sym_field_declaration_list_repeat1] = aux_sym_field_declaration_list_repeat1, [aux_sym_ordered_field_declaration_list_repeat1] = aux_sym_ordered_field_declaration_list_repeat1, [aux_sym_function_modifiers_repeat1] = aux_sym_function_modifiers_repeat1, [aux_sym_where_clause_repeat1] = aux_sym_where_clause_repeat1, [aux_sym_trait_bounds_repeat1] = aux_sym_trait_bounds_repeat1, [aux_sym_type_parameters_repeat1] = aux_sym_type_parameters_repeat1, [aux_sym_use_list_repeat1] = aux_sym_use_list_repeat1, [aux_sym_parameters_repeat1] = aux_sym_parameters_repeat1, [aux_sym_for_lifetimes_repeat1] = aux_sym_for_lifetimes_repeat1, [aux_sym_tuple_type_repeat1] = aux_sym_tuple_type_repeat1, [aux_sym_type_arguments_repeat1] = aux_sym_type_arguments_repeat1, [aux_sym_arguments_repeat1] = aux_sym_arguments_repeat1, [aux_sym_array_expression_repeat1] = aux_sym_array_expression_repeat1, [aux_sym_tuple_expression_repeat1] = aux_sym_tuple_expression_repeat1, [aux_sym_field_initializer_list_repeat1] = aux_sym_field_initializer_list_repeat1, [aux_sym_match_block_repeat1] = aux_sym_match_block_repeat1, [aux_sym_match_pattern_repeat1] = aux_sym_match_pattern_repeat1, [aux_sym_closure_parameters_repeat1] = aux_sym_closure_parameters_repeat1, [aux_sym_tuple_pattern_repeat1] = aux_sym_tuple_pattern_repeat1, [aux_sym_struct_pattern_repeat1] = aux_sym_struct_pattern_repeat1, [aux_sym_string_literal_repeat1] = aux_sym_string_literal_repeat1, [alias_sym_field_identifier] = alias_sym_field_identifier, [alias_sym_primitive_type] = alias_sym_primitive_type, [alias_sym_shorthand_field_identifier] = alias_sym_shorthand_field_identifier, [alias_sym_type_identifier] = alias_sym_type_identifier, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_identifier] = { .visible = true, .named = true, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [anon_sym_macro_rules_BANG] = { .visible = true, .named = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_EQ_GT] = { .visible = true, .named = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_DOLLAR] = { .visible = true, .named = false, }, [aux_sym_token_repetition_pattern_token1] = { .visible = false, .named = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [anon_sym_QMARK] = { .visible = true, .named = false, }, [anon_sym_ident] = { .visible = true, .named = false, }, [anon_sym_path] = { .visible = true, .named = false, }, [anon_sym_expr] = { .visible = true, .named = false, }, [anon_sym_ty] = { .visible = true, .named = false, }, [anon_sym_pat] = { .visible = true, .named = false, }, [anon_sym_stmt] = { .visible = true, .named = false, }, [anon_sym_block] = { .visible = true, .named = false, }, [anon_sym_item] = { .visible = true, .named = false, }, [anon_sym_meta] = { .visible = true, .named = false, }, [anon_sym_tt] = { .visible = true, .named = false, }, [anon_sym_u8] = { .visible = true, .named = false, }, [anon_sym_i8] = { .visible = true, .named = false, }, [anon_sym_u16] = { .visible = true, .named = false, }, [anon_sym_i16] = { .visible = true, .named = false, }, [anon_sym_u32] = { .visible = true, .named = false, }, [anon_sym_i32] = { .visible = true, .named = false, }, [anon_sym_u64] = { .visible = true, .named = false, }, [anon_sym_i64] = { .visible = true, .named = false, }, [anon_sym_u128] = { .visible = true, .named = false, }, [anon_sym_i128] = { .visible = true, .named = false, }, [anon_sym_isize] = { .visible = true, .named = false, }, [anon_sym_usize] = { .visible = true, .named = false, }, [anon_sym_f32] = { .visible = true, .named = false, }, [anon_sym_f64] = { .visible = true, .named = false, }, [anon_sym_bool] = { .visible = true, .named = false, }, [anon_sym_str] = { .visible = true, .named = false, }, [anon_sym_char] = { .visible = true, .named = false, }, [aux_sym__non_special_token_token1] = { .visible = false, .named = false, }, [anon_sym_as] = { .visible = true, .named = false, }, [anon_sym_async] = { .visible = true, .named = false, }, [anon_sym_await] = { .visible = true, .named = false, }, [anon_sym_break] = { .visible = true, .named = false, }, [anon_sym_const] = { .visible = true, .named = false, }, [anon_sym_continue] = { .visible = true, .named = false, }, [anon_sym_default] = { .visible = true, .named = false, }, [anon_sym_enum] = { .visible = true, .named = false, }, [anon_sym_fn] = { .visible = true, .named = false, }, [anon_sym_for] = { .visible = true, .named = false, }, [anon_sym_if] = { .visible = true, .named = false, }, [anon_sym_impl] = { .visible = true, .named = false, }, [anon_sym_let] = { .visible = true, .named = false, }, [anon_sym_loop] = { .visible = true, .named = false, }, [anon_sym_match] = { .visible = true, .named = false, }, [anon_sym_mod] = { .visible = true, .named = false, }, [anon_sym_pub] = { .visible = true, .named = false, }, [anon_sym_return] = { .visible = true, .named = false, }, [anon_sym_static] = { .visible = true, .named = false, }, [anon_sym_struct] = { .visible = true, .named = false, }, [anon_sym_trait] = { .visible = true, .named = false, }, [anon_sym_type] = { .visible = true, .named = false, }, [anon_sym_union] = { .visible = true, .named = false, }, [anon_sym_unsafe] = { .visible = true, .named = false, }, [anon_sym_use] = { .visible = true, .named = false, }, [anon_sym_where] = { .visible = true, .named = false, }, [anon_sym_while] = { .visible = true, .named = false, }, [anon_sym_POUND] = { .visible = true, .named = false, }, [anon_sym_BANG] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_COMMA] = { .visible = true, .named = false, }, [anon_sym_extern] = { .visible = true, .named = false, }, [anon_sym_ref] = { .visible = true, .named = false, }, [anon_sym_DASH_GT] = { .visible = true, .named = false, }, [anon_sym_LT] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_COLON_COLON] = { .visible = true, .named = false, }, [anon_sym__] = { .visible = true, .named = false, }, [anon_sym_AMP] = { .visible = true, .named = false, }, [anon_sym_DOT_DOT_DOT] = { .visible = true, .named = false, }, [anon_sym_in] = { .visible = true, .named = false, }, [anon_sym_SQUOTE] = { .visible = true, .named = false, }, [anon_sym_dyn] = { .visible = true, .named = false, }, [sym_mutable_specifier] = { .visible = true, .named = true, }, [anon_sym_DOT_DOT] = { .visible = true, .named = false, }, [anon_sym_DOT_DOT_EQ] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_AMP_AMP] = { .visible = true, .named = false, }, [anon_sym_PIPE_PIPE] = { .visible = true, .named = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, }, [anon_sym_CARET] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_BANG_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_LT] = { .visible = true, .named = false, }, [anon_sym_GT_GT] = { .visible = true, .named = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, }, [anon_sym_PLUS_EQ] = { .visible = true, .named = false, }, [anon_sym_DASH_EQ] = { .visible = true, .named = false, }, [anon_sym_STAR_EQ] = { .visible = true, .named = false, }, [anon_sym_SLASH_EQ] = { .visible = true, .named = false, }, [anon_sym_PERCENT_EQ] = { .visible = true, .named = false, }, [anon_sym_AMP_EQ] = { .visible = true, .named = false, }, [anon_sym_PIPE_EQ] = { .visible = true, .named = false, }, [anon_sym_CARET_EQ] = { .visible = true, .named = false, }, [anon_sym_LT_LT_EQ] = { .visible = true, .named = false, }, [anon_sym_GT_GT_EQ] = { .visible = true, .named = false, }, [anon_sym_else] = { .visible = true, .named = false, }, [anon_sym_move] = { .visible = true, .named = false, }, [anon_sym_DOT] = { .visible = true, .named = false, }, [anon_sym_AT] = { .visible = true, .named = false, }, [sym_integer_literal] = { .visible = true, .named = true, }, [aux_sym_string_literal_token1] = { .visible = true, .named = false, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, }, [sym_char_literal] = { .visible = true, .named = true, }, [sym_escape_sequence] = { .visible = true, .named = true, }, [anon_sym_true] = { .visible = true, .named = false, }, [anon_sym_false] = { .visible = true, .named = false, }, [sym_line_comment] = { .visible = true, .named = true, }, [sym_self] = { .visible = true, .named = true, }, [sym_super] = { .visible = true, .named = true, }, [sym_crate] = { .visible = true, .named = true, }, [sym_metavariable] = { .visible = true, .named = true, }, [sym__string_content] = { .visible = false, .named = true, }, [sym_raw_string_literal] = { .visible = true, .named = true, }, [sym_float_literal] = { .visible = true, .named = true, }, [sym_block_comment] = { .visible = true, .named = true, }, [sym_source_file] = { .visible = true, .named = true, }, [sym__statement] = { .visible = false, .named = true, }, [sym_empty_statement] = { .visible = true, .named = true, }, [sym__expression_statement] = { .visible = false, .named = true, }, [sym_macro_definition] = { .visible = true, .named = true, }, [sym_macro_rule] = { .visible = true, .named = true, }, [sym__token_pattern] = { .visible = false, .named = true, }, [sym_token_tree_pattern] = { .visible = true, .named = true, }, [sym_token_binding_pattern] = { .visible = true, .named = true, }, [sym_token_repetition_pattern] = { .visible = true, .named = true, }, [sym_fragment_specifier] = { .visible = true, .named = true, }, [sym_token_tree] = { .visible = true, .named = true, }, [sym_token_repetition] = { .visible = true, .named = true, }, [sym_attribute_item] = { .visible = true, .named = true, }, [sym_inner_attribute_item] = { .visible = true, .named = true, }, [sym_meta_item] = { .visible = true, .named = true, }, [sym_meta_arguments] = { .visible = true, .named = true, }, [sym_mod_item] = { .visible = true, .named = true, }, [sym_foreign_mod_item] = { .visible = true, .named = true, }, [sym_declaration_list] = { .visible = true, .named = true, }, [sym_struct_item] = { .visible = true, .named = true, }, [sym_union_item] = { .visible = true, .named = true, }, [sym_enum_item] = { .visible = true, .named = true, }, [sym_enum_variant_list] = { .visible = true, .named = true, }, [sym_enum_variant] = { .visible = true, .named = true, }, [sym_field_declaration_list] = { .visible = true, .named = true, }, [sym_field_declaration] = { .visible = true, .named = true, }, [sym_ordered_field_declaration_list] = { .visible = true, .named = true, }, [sym_extern_crate_declaration] = { .visible = true, .named = true, }, [sym_const_item] = { .visible = true, .named = true, }, [sym_static_item] = { .visible = true, .named = true, }, [sym_type_item] = { .visible = true, .named = true, }, [sym_function_item] = { .visible = true, .named = true, }, [sym_function_signature_item] = { .visible = true, .named = true, }, [sym_function_modifiers] = { .visible = true, .named = true, }, [sym_where_clause] = { .visible = true, .named = true, }, [sym_where_predicate] = { .visible = true, .named = true, }, [sym_impl_item] = { .visible = true, .named = true, }, [sym_trait_item] = { .visible = true, .named = true, }, [sym_associated_type] = { .visible = true, .named = true, }, [sym_trait_bounds] = { .visible = true, .named = true, }, [sym_higher_ranked_trait_bound] = { .visible = true, .named = true, }, [sym_removed_trait_bound] = { .visible = true, .named = true, }, [sym_type_parameters] = { .visible = true, .named = true, }, [sym_const_parameter] = { .visible = true, .named = true, }, [sym_constrained_type_parameter] = { .visible = true, .named = true, }, [sym_optional_type_parameter] = { .visible = true, .named = true, }, [sym_let_declaration] = { .visible = true, .named = true, }, [sym_use_declaration] = { .visible = true, .named = true, }, [sym__use_clause] = { .visible = false, .named = true, }, [sym_scoped_use_list] = { .visible = true, .named = true, }, [sym_use_list] = { .visible = true, .named = true, }, [sym_use_as_clause] = { .visible = true, .named = true, }, [sym_use_wildcard] = { .visible = true, .named = true, }, [sym_parameters] = { .visible = true, .named = true, }, [sym_self_parameter] = { .visible = true, .named = true, }, [sym_variadic_parameter] = { .visible = true, .named = true, }, [sym_parameter] = { .visible = true, .named = true, }, [sym_extern_modifier] = { .visible = true, .named = true, }, [sym_visibility_modifier] = { .visible = true, .named = true, }, [sym__type] = { .visible = false, .named = true, }, [sym_bracketed_type] = { .visible = true, .named = true, }, [sym_qualified_type] = { .visible = true, .named = true, }, [sym_lifetime] = { .visible = true, .named = true, }, [sym_array_type] = { .visible = true, .named = true, }, [sym_for_lifetimes] = { .visible = true, .named = true, }, [sym_function_type] = { .visible = true, .named = true, }, [sym_tuple_type] = { .visible = true, .named = true, }, [sym_unit_type] = { .visible = true, .named = true, }, [sym_generic_function] = { .visible = true, .named = true, }, [sym_generic_type] = { .visible = true, .named = true, }, [sym_generic_type_with_turbofish] = { .visible = true, .named = true, }, [sym_bounded_type] = { .visible = true, .named = true, }, [sym_type_arguments] = { .visible = true, .named = true, }, [sym_type_binding] = { .visible = true, .named = true, }, [sym_reference_type] = { .visible = true, .named = true, }, [sym_pointer_type] = { .visible = true, .named = true, }, [sym_empty_type] = { .visible = true, .named = true, }, [sym_abstract_type] = { .visible = true, .named = true, }, [sym_dynamic_type] = { .visible = true, .named = true, }, [sym__expression] = { .visible = false, .named = true, }, [sym_macro_invocation] = { .visible = true, .named = true, }, [sym_scoped_identifier] = { .visible = true, .named = true, }, [sym_scoped_type_identifier_in_expression_position] = { .visible = true, .named = true, }, [sym_scoped_type_identifier] = { .visible = true, .named = true, }, [sym_range_expression] = { .visible = true, .named = true, }, [sym_unary_expression] = { .visible = true, .named = true, }, [sym_try_expression] = { .visible = true, .named = true, }, [sym_reference_expression] = { .visible = true, .named = true, }, [sym_binary_expression] = { .visible = true, .named = true, }, [sym_assignment_expression] = { .visible = true, .named = true, }, [sym_compound_assignment_expr] = { .visible = true, .named = true, }, [sym_type_cast_expression] = { .visible = true, .named = true, }, [sym_return_expression] = { .visible = true, .named = true, }, [sym_call_expression] = { .visible = true, .named = true, }, [sym_arguments] = { .visible = true, .named = true, }, [sym_array_expression] = { .visible = true, .named = true, }, [sym_parenthesized_expression] = { .visible = true, .named = true, }, [sym_tuple_expression] = { .visible = true, .named = true, }, [sym_unit_expression] = { .visible = true, .named = true, }, [sym_struct_expression] = { .visible = true, .named = true, }, [sym_field_initializer_list] = { .visible = true, .named = true, }, [sym_shorthand_field_initializer] = { .visible = true, .named = true, }, [sym_field_initializer] = { .visible = true, .named = true, }, [sym_base_field_initializer] = { .visible = true, .named = true, }, [sym_if_expression] = { .visible = true, .named = true, }, [sym_if_let_expression] = { .visible = true, .named = true, }, [sym__else_tail] = { .visible = false, .named = true, }, [sym_match_expression] = { .visible = true, .named = true, }, [sym_match_block] = { .visible = true, .named = true, }, [sym_match_arm] = { .visible = true, .named = true, }, [sym_last_match_arm] = { .visible = true, .named = true, }, [sym_match_pattern] = { .visible = true, .named = true, }, [sym_while_expression] = { .visible = true, .named = true, }, [sym_while_let_expression] = { .visible = true, .named = true, }, [sym_loop_expression] = { .visible = true, .named = true, }, [sym_for_expression] = { .visible = true, .named = true, }, [sym_closure_expression] = { .visible = true, .named = true, }, [sym_closure_parameters] = { .visible = true, .named = true, }, [sym_loop_label] = { .visible = true, .named = true, }, [sym_break_expression] = { .visible = true, .named = true, }, [sym_continue_expression] = { .visible = true, .named = true, }, [sym_index_expression] = { .visible = true, .named = true, }, [sym_await_expression] = { .visible = true, .named = true, }, [sym_field_expression] = { .visible = true, .named = true, }, [sym_unsafe_block] = { .visible = true, .named = true, }, [sym_async_block] = { .visible = true, .named = true, }, [sym_block] = { .visible = true, .named = true, }, [sym__pattern] = { .visible = false, .named = true, }, [sym_tuple_pattern] = { .visible = true, .named = true, }, [sym_slice_pattern] = { .visible = true, .named = true, }, [sym_tuple_struct_pattern] = { .visible = true, .named = true, }, [sym_struct_pattern] = { .visible = true, .named = true, }, [sym_field_pattern] = { .visible = true, .named = true, }, [sym_remaining_field_pattern] = { .visible = true, .named = true, }, [sym_mut_pattern] = { .visible = true, .named = true, }, [sym_range_pattern] = { .visible = true, .named = true, }, [sym_ref_pattern] = { .visible = true, .named = true, }, [sym_captured_pattern] = { .visible = true, .named = true, }, [sym_reference_pattern] = { .visible = true, .named = true, }, [sym__literal] = { .visible = false, .named = true, }, [sym__literal_pattern] = { .visible = false, .named = true, }, [sym_negative_literal] = { .visible = true, .named = true, }, [sym_string_literal] = { .visible = true, .named = true, }, [sym_boolean_literal] = { .visible = true, .named = true, }, [aux_sym_source_file_repeat1] = { .visible = false, .named = false, }, [aux_sym_macro_definition_repeat1] = { .visible = false, .named = false, }, [aux_sym_token_tree_pattern_repeat1] = { .visible = false, .named = false, }, [aux_sym_token_tree_repeat1] = { .visible = false, .named = false, }, [aux_sym_meta_arguments_repeat1] = { .visible = false, .named = false, }, [aux_sym_declaration_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_enum_variant_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_enum_variant_list_repeat2] = { .visible = false, .named = false, }, [aux_sym_field_declaration_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_ordered_field_declaration_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_function_modifiers_repeat1] = { .visible = false, .named = false, }, [aux_sym_where_clause_repeat1] = { .visible = false, .named = false, }, [aux_sym_trait_bounds_repeat1] = { .visible = false, .named = false, }, [aux_sym_type_parameters_repeat1] = { .visible = false, .named = false, }, [aux_sym_use_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_parameters_repeat1] = { .visible = false, .named = false, }, [aux_sym_for_lifetimes_repeat1] = { .visible = false, .named = false, }, [aux_sym_tuple_type_repeat1] = { .visible = false, .named = false, }, [aux_sym_type_arguments_repeat1] = { .visible = false, .named = false, }, [aux_sym_arguments_repeat1] = { .visible = false, .named = false, }, [aux_sym_array_expression_repeat1] = { .visible = false, .named = false, }, [aux_sym_tuple_expression_repeat1] = { .visible = false, .named = false, }, [aux_sym_field_initializer_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_match_block_repeat1] = { .visible = false, .named = false, }, [aux_sym_match_pattern_repeat1] = { .visible = false, .named = false, }, [aux_sym_closure_parameters_repeat1] = { .visible = false, .named = false, }, [aux_sym_tuple_pattern_repeat1] = { .visible = false, .named = false, }, [aux_sym_struct_pattern_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_literal_repeat1] = { .visible = false, .named = false, }, [alias_sym_field_identifier] = { .visible = true, .named = true, }, [alias_sym_primitive_type] = { .visible = true, .named = true, }, [alias_sym_shorthand_field_identifier] = { .visible = true, .named = true, }, [alias_sym_type_identifier] = { .visible = true, .named = true, }, }; enum { field_alias = 1, field_alternative = 2, field_argument = 3, field_arguments = 4, field_body = 5, field_bounds = 6, field_condition = 7, field_consequence = 8, field_default_type = 9, field_element = 10, field_field = 11, field_function = 12, field_left = 13, field_length = 14, field_list = 15, field_macro = 16, field_name = 17, field_operator = 18, field_parameters = 19, field_path = 20, field_pattern = 21, field_return_type = 22, field_right = 23, field_trait = 24, field_type = 25, field_type_arguments = 26, field_type_parameters = 27, field_value = 28, }; static const char *ts_field_names[] = { [0] = NULL, [field_alias] = "alias", [field_alternative] = "alternative", [field_argument] = "argument", [field_arguments] = "arguments", [field_body] = "body", [field_bounds] = "bounds", [field_condition] = "condition", [field_consequence] = "consequence", [field_default_type] = "default_type", [field_element] = "element", [field_field] = "field", [field_function] = "function", [field_left] = "left", [field_length] = "length", [field_list] = "list", [field_macro] = "macro", [field_name] = "name", [field_operator] = "operator", [field_parameters] = "parameters", [field_path] = "path", [field_pattern] = "pattern", [field_return_type] = "return_type", [field_right] = "right", [field_trait] = "trait", [field_type] = "type", [field_type_arguments] = "type_arguments", [field_type_parameters] = "type_parameters", [field_value] = "value", }; static const TSFieldMapSlice ts_field_map_slices[235] = { [4] = {.index = 0, .length = 1}, [5] = {.index = 1, .length = 1}, [6] = {.index = 1, .length = 1}, [7] = {.index = 2, .length = 1}, [8] = {.index = 3, .length = 2}, [9] = {.index = 3, .length = 2}, [10] = {.index = 5, .length = 2}, [11] = {.index = 7, .length = 2}, [12] = {.index = 9, .length = 2}, [13] = {.index = 9, .length = 2}, [14] = {.index = 11, .length = 2}, [15] = {.index = 13, .length = 2}, [16] = {.index = 13, .length = 2}, [17] = {.index = 15, .length = 2}, [18] = {.index = 17, .length = 1}, [19] = {.index = 18, .length = 1}, [20] = {.index = 18, .length = 1}, [21] = {.index = 19, .length = 1}, [22] = {.index = 20, .length = 2}, [23] = {.index = 22, .length = 2}, [24] = {.index = 20, .length = 2}, [25] = {.index = 24, .length = 1}, [26] = {.index = 25, .length = 2}, [27] = {.index = 11, .length = 2}, [28] = {.index = 27, .length = 1}, [29] = {.index = 28, .length = 1}, [30] = {.index = 29, .length = 2}, [31] = {.index = 31, .length = 1}, [32] = {.index = 32, .length = 2}, [33] = {.index = 34, .length = 1}, [34] = {.index = 9, .length = 2}, [35] = {.index = 9, .length = 2}, [36] = {.index = 35, .length = 2}, [37] = {.index = 37, .length = 2}, [38] = {.index = 39, .length = 1}, [39] = {.index = 9, .length = 2}, [40] = {.index = 9, .length = 2}, [41] = {.index = 40, .length = 3}, [42] = {.index = 43, .length = 2}, [43] = {.index = 45, .length = 2}, [44] = {.index = 47, .length = 2}, [45] = {.index = 47, .length = 2}, [46] = {.index = 37, .length = 2}, [47] = {.index = 49, .length = 1}, [48] = {.index = 50, .length = 2}, [49] = {.index = 52, .length = 3}, [50] = {.index = 55, .length = 2}, [51] = {.index = 57, .length = 3}, [53] = {.index = 60, .length = 1}, [54] = {.index = 60, .length = 1}, [55] = {.index = 49, .length = 1}, [57] = {.index = 61, .length = 3}, [58] = {.index = 64, .length = 1}, [59] = {.index = 65, .length = 1}, [61] = {.index = 66, .length = 2}, [62] = {.index = 66, .length = 2}, [63] = {.index = 68, .length = 1}, [64] = {.index = 69, .length = 3}, [65] = {.index = 72, .length = 2}, [66] = {.index = 74, .length = 2}, [67] = {.index = 74, .length = 2}, [68] = {.index = 76, .length = 1}, [69] = {.index = 77, .length = 2}, [70] = {.index = 79, .length = 3}, [71] = {.index = 82, .length = 2}, [72] = {.index = 84, .length = 2}, [73] = {.index = 86, .length = 2}, [74] = {.index = 88, .length = 2}, [75] = {.index = 90, .length = 2}, [76] = {.index = 88, .length = 2}, [77] = {.index = 90, .length = 2}, [78] = {.index = 92, .length = 1}, [79] = {.index = 92, .length = 1}, [80] = {.index = 93, .length = 1}, [81] = {.index = 94, .length = 2}, [82] = {.index = 96, .length = 2}, [83] = {.index = 96, .length = 2}, [84] = {.index = 86, .length = 2}, [85] = {.index = 93, .length = 1}, [86] = {.index = 98, .length = 1}, [87] = {.index = 99, .length = 3}, [88] = {.index = 102, .length = 1}, [89] = {.index = 103, .length = 1}, [90] = {.index = 104, .length = 2}, [91] = {.index = 66, .length = 2}, [92] = {.index = 106, .length = 3}, [93] = {.index = 109, .length = 3}, [94] = {.index = 112, .length = 4}, [95] = {.index = 116, .length = 3}, [96] = {.index = 1, .length = 1}, [97] = {.index = 119, .length = 3}, [98] = {.index = 122, .length = 1}, [99] = {.index = 123, .length = 2}, [100] = {.index = 125, .length = 2}, [101] = {.index = 125, .length = 2}, [102] = {.index = 127, .length = 1}, [103] = {.index = 128, .length = 3}, [104] = {.index = 131, .length = 3}, [105] = {.index = 134, .length = 3}, [106] = {.index = 137, .length = 1}, [107] = {.index = 128, .length = 3}, [108] = {.index = 131, .length = 3}, [109] = {.index = 138, .length = 2}, [110] = {.index = 140, .length = 2}, [112] = {.index = 142, .length = 3}, [113] = {.index = 145, .length = 4}, [114] = {.index = 104, .length = 2}, [115] = {.index = 149, .length = 3}, [116] = {.index = 152, .length = 2}, [117] = {.index = 154, .length = 2}, [118] = {.index = 156, .length = 3}, [119] = {.index = 159, .length = 3}, [120] = {.index = 31, .length = 1}, [121] = {.index = 138, .length = 2}, [122] = {.index = 162, .length = 3}, [123] = {.index = 165, .length = 2}, [124] = {.index = 167, .length = 2}, [125] = {.index = 169, .length = 3}, [126] = {.index = 172, .length = 2}, [127] = {.index = 174, .length = 2}, [128] = {.index = 176, .length = 1}, [129] = {.index = 177, .length = 2}, [130] = {.index = 179, .length = 1}, [131] = {.index = 165, .length = 2}, [132] = {.index = 180, .length = 2}, [133] = {.index = 182, .length = 4}, [134] = {.index = 186, .length = 3}, [135] = {.index = 189, .length = 4}, [136] = {.index = 93, .length = 1}, [137] = {.index = 193, .length = 2}, [138] = {.index = 195, .length = 2}, [139] = {.index = 197, .length = 3}, [140] = {.index = 200, .length = 2}, [141] = {.index = 104, .length = 2}, [142] = {.index = 202, .length = 3}, [143] = {.index = 205, .length = 2}, [144] = {.index = 207, .length = 4}, [145] = {.index = 207, .length = 4}, [146] = {.index = 211, .length = 3}, [147] = {.index = 211, .length = 3}, [148] = {.index = 202, .length = 3}, [149] = {.index = 214, .length = 2}, [150] = {.index = 216, .length = 2}, [151] = {.index = 218, .length = 2}, [152] = {.index = 220, .length = 1}, [153] = {.index = 221, .length = 2}, [154] = {.index = 223, .length = 2}, [155] = {.index = 195, .length = 2}, [156] = {.index = 225, .length = 4}, [157] = {.index = 229, .length = 3}, [158] = {.index = 232, .length = 3}, [159] = {.index = 235, .length = 3}, [160] = {.index = 232, .length = 3}, [161] = {.index = 238, .length = 3}, [162] = {.index = 241, .length = 3}, [163] = {.index = 244, .length = 4}, [164] = {.index = 248, .length = 3}, [165] = {.index = 251, .length = 2}, [166] = {.index = 253, .length = 2}, [167] = {.index = 255, .length = 3}, [168] = {.index = 258, .length = 4}, [169] = {.index = 262, .length = 3}, [170] = {.index = 221, .length = 2}, [171] = {.index = 265, .length = 2}, [172] = {.index = 267, .length = 3}, [173] = {.index = 270, .length = 3}, [174] = {.index = 273, .length = 2}, [175] = {.index = 275, .length = 3}, [176] = {.index = 195, .length = 2}, [177] = {.index = 278, .length = 3}, [178] = {.index = 281, .length = 3}, [179] = {.index = 253, .length = 2}, [180] = {.index = 284, .length = 4}, [181] = {.index = 288, .length = 5}, [182] = {.index = 293, .length = 4}, [183] = {.index = 297, .length = 2}, [184] = {.index = 299, .length = 4}, [185] = {.index = 303, .length = 4}, [186] = {.index = 303, .length = 4}, [187] = {.index = 307, .length = 2}, [188] = {.index = 309, .length = 3}, [189] = {.index = 312, .length = 1}, [190] = {.index = 313, .length = 2}, [191] = {.index = 315, .length = 2}, [192] = {.index = 104, .length = 2}, [193] = {.index = 317, .length = 3}, [194] = {.index = 320, .length = 4}, [195] = {.index = 320, .length = 4}, [196] = {.index = 317, .length = 3}, [197] = {.index = 324, .length = 4}, [198] = {.index = 328, .length = 4}, [199] = {.index = 332, .length = 3}, [200] = {.index = 335, .length = 4}, [201] = {.index = 339, .length = 3}, [202] = {.index = 342, .length = 3}, [203] = {.index = 345, .length = 3}, [204] = {.index = 348, .length = 4}, [205] = {.index = 352, .length = 2}, [206] = {.index = 354, .length = 3}, [207] = {.index = 357, .length = 4}, [208] = {.index = 361, .length = 3}, [209] = {.index = 364, .length = 3}, [210] = {.index = 367, .length = 3}, [211] = {.index = 370, .length = 5}, [212] = {.index = 375, .length = 2}, [213] = {.index = 377, .length = 3}, [214] = {.index = 380, .length = 3}, [215] = {.index = 383, .length = 2}, [216] = {.index = 385, .length = 4}, [217] = {.index = 385, .length = 4}, [218] = {.index = 389, .length = 4}, [219] = {.index = 393, .length = 5}, [220] = {.index = 398, .length = 4}, [221] = {.index = 402, .length = 2}, [222] = {.index = 404, .length = 4}, [223] = {.index = 408, .length = 4}, [224] = {.index = 412, .length = 3}, [225] = {.index = 415, .length = 4}, [226] = {.index = 419, .length = 3}, [227] = {.index = 422, .length = 3}, [228] = {.index = 425, .length = 2}, [229] = {.index = 427, .length = 5}, [230] = {.index = 432, .length = 4}, [231] = {.index = 436, .length = 5}, [232] = {.index = 441, .length = 4}, [233] = {.index = 445, .length = 3}, [234] = {.index = 448, .length = 5}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_body, 1}, [1] = {field_name, 1}, [2] = {field_value, 1}, [3] = {field_body, 1}, {field_name, 0}, [5] = {field_arguments, 1}, {field_function, 0}, [7] = {field_body, 1}, {field_parameters, 0}, [9] = {field_name, 2}, {field_path, 0}, [11] = {field_body, 2}, {field_name, 1}, [13] = {field_type, 0}, {field_type_arguments, 1}, [15] = {field_condition, 1}, {field_consequence, 2}, [17] = {field_parameters, 1}, [18] = {field_trait, 1}, [19] = {field_type, 1}, [20] = {field_parameters, 1}, {field_trait, 0}, [22] = {field_body, 2}, {field_type, 1}, [24] = {field_pattern, 1}, [25] = {field_body, 2}, {field_value, 1}, [27] = {field_list, 1}, [28] = {field_argument, 1}, [29] = {field_body, 2}, {field_condition, 1}, [31] = {field_value, 2}, [32] = {field_body, 2}, {field_parameters, 1}, [34] = {field_macro, 0}, [35] = {field_function, 0}, {field_type_arguments, 2}, [37] = {field_type, 0}, {field_type_arguments, 2}, [39] = {field_body, 2}, [40] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, [43] = {field_type, 2}, {field_value, 0}, [45] = {field_left, 0}, {field_right, 2}, [47] = {field_field, 2}, {field_value, 0}, [49] = {field_name, 0}, [50] = {field_body, 3}, {field_name, 1}, [52] = {field_body, 3}, {field_name, 1}, {field_type_parameters, 2}, [55] = {field_name, 1}, {field_parameters, 2}, [57] = {field_body, 3}, {field_name, 1}, {field_parameters, 2}, [60] = {field_type, 0}, [61] = {field_alternative, 3, .inherited = true}, {field_condition, 1}, {field_consequence, 2}, [64] = {field_element, 1}, [65] = {field_type, 2}, [66] = {field_bounds, 1}, {field_left, 0}, [68] = {field_parameters, 2}, [69] = {field_body, 3}, {field_type, 2}, {field_type_parameters, 1}, [72] = {field_body, 3}, {field_type, 1}, [74] = {field_parameters, 2}, {field_trait, 1}, [76] = {field_pattern, 2}, [77] = {field_name, 1}, {field_type_parameters, 2}, [79] = {field_body, 3}, {field_bounds, 2}, {field_name, 1}, [82] = {field_bounds, 2}, {field_name, 1}, [84] = {field_body, 3}, {field_type, 2}, [86] = {field_body, 3}, {field_name, 2}, [88] = {field_alias, 2}, {field_path, 0}, [90] = {field_list, 2}, {field_path, 0}, [92] = {field_arguments, 1}, [93] = {field_name, 2}, [94] = {field_alias, 2}, {field_type, 0}, [96] = {field_pattern, 0}, {field_type, 2}, [98] = {field_argument, 2}, [99] = {field_body, 3}, {field_parameters, 0}, {field_return_type, 2}, [102] = {field_body, 3}, [103] = {field_length, 3}, [104] = {field_name, 1}, {field_type, 3}, [106] = {field_body, 4}, {field_name, 1}, {field_type_parameters, 2}, [109] = {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, [112] = {field_body, 4}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, [116] = {field_body, 4}, {field_name, 1}, {field_parameters, 2}, [119] = {field_body, 4}, {field_pattern, 1}, {field_value, 3}, [122] = {field_alternative, 1}, [123] = {field_parameters, 1}, {field_return_type, 3}, [125] = {field_default_type, 2}, {field_name, 0}, [127] = {field_type, 3}, [128] = {field_body, 4}, {field_trait, 1}, {field_type, 3}, [131] = {field_parameters, 1}, {field_return_type, 3}, {field_trait, 0}, [134] = {field_body, 4}, {field_type, 2}, {field_type_parameters, 1}, [137] = {field_parameters, 3}, [138] = {field_pattern, 1}, {field_type, 3}, [140] = {field_pattern, 1}, {field_value, 3}, [142] = {field_body, 4}, {field_bounds, 2}, {field_name, 1}, [145] = {field_body, 4}, {field_bounds, 3}, {field_name, 1}, {field_type_parameters, 2}, [149] = {field_body, 4}, {field_type, 3}, {field_type_parameters, 2}, [152] = {field_body, 4}, {field_type, 2}, [154] = {field_body, 4}, {field_name, 2}, [156] = {field_body, 4}, {field_bounds, 3}, {field_name, 2}, [159] = {field_body, 4}, {field_name, 2}, {field_type_parameters, 3}, [162] = {field_body, 4}, {field_parameters, 1}, {field_return_type, 3}, [165] = {field_name, 0}, {field_value, 2}, [167] = {field_name, 2}, {field_parameters, 3}, [169] = {field_body, 4}, {field_name, 2}, {field_parameters, 3}, [172] = {field_name, 2}, {field_type_parameters, 3}, [174] = {field_body, 4}, {field_name, 3}, [176] = {field_name, 3}, [177] = {field_body, 4}, {field_condition, 3}, [179] = {field_length, 4}, [180] = {field_type, 2}, {field_type_parameters, 1}, [182] = {field_body, 5}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, [186] = {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, [189] = {field_body, 5}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, [193] = {field_name, 0}, {field_pattern, 2}, [195] = {field_name, 0}, {field_type, 2}, [197] = {field_consequence, 5}, {field_pattern, 2}, {field_value, 4}, [200] = {field_element, 1}, {field_length, 3}, [202] = {field_body, 5}, {field_trait, 1}, {field_type, 3}, [205] = {field_parameters, 2}, {field_return_type, 4}, [207] = {field_body, 5}, {field_trait, 2}, {field_type, 4}, {field_type_parameters, 1}, [211] = {field_parameters, 2}, {field_return_type, 4}, {field_trait, 1}, [214] = {field_pattern, 2}, {field_type, 4}, [216] = {field_pattern, 2}, {field_value, 4}, [218] = {field_pattern, 0}, {field_value, 2}, [220] = {field_condition, 2}, [221] = {field_name, 2}, {field_type, 4}, [223] = {field_type, 0, .inherited = true}, {field_type, 1, .inherited = true}, [225] = {field_body, 5}, {field_bounds, 3}, {field_name, 1}, {field_type_parameters, 2}, [229] = {field_name, 1}, {field_type, 4}, {field_type_parameters, 2}, [232] = {field_body, 5}, {field_trait, 2}, {field_type, 4}, [235] = {field_body, 5}, {field_type, 3}, {field_type_parameters, 2}, [238] = {field_body, 5}, {field_bounds, 3}, {field_name, 2}, [241] = {field_body, 5}, {field_name, 2}, {field_type_parameters, 3}, [244] = {field_body, 5}, {field_bounds, 4}, {field_name, 2}, {field_type_parameters, 3}, [248] = {field_body, 5}, {field_pattern, 2}, {field_value, 4}, [251] = {field_alias, 4}, {field_name, 2}, [253] = {field_name, 1}, {field_value, 3}, [255] = {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, [258] = {field_body, 5}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, [262] = {field_body, 5}, {field_name, 2}, {field_parameters, 3}, [265] = {field_body, 5}, {field_name, 3}, [267] = {field_body, 5}, {field_bounds, 4}, {field_name, 3}, [270] = {field_body, 5}, {field_name, 3}, {field_type_parameters, 4}, [273] = {field_name, 3}, {field_parameters, 4}, [275] = {field_body, 5}, {field_name, 3}, {field_parameters, 4}, [278] = {field_name, 1}, {field_type, 3}, {field_value, 5}, [281] = {field_body, 1}, {field_name, 0}, {field_value, 3}, [284] = {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, [288] = {field_body, 6}, {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, [293] = {field_body, 6}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, [297] = {field_name, 1}, {field_pattern, 3}, [299] = {field_alternative, 6, .inherited = true}, {field_consequence, 5}, {field_pattern, 2}, {field_value, 4}, [303] = {field_body, 6}, {field_trait, 2}, {field_type, 4}, {field_type_parameters, 1}, [307] = {field_parameters, 3}, {field_return_type, 5}, [309] = {field_pattern, 1}, {field_type, 3}, {field_value, 5}, [312] = {field_condition, 3}, [313] = {field_name, 3}, {field_type, 5}, [315] = {field_type, 1}, {field_type, 2, .inherited = true}, [317] = {field_body, 6}, {field_trait, 2}, {field_type, 4}, [320] = {field_body, 6}, {field_trait, 3}, {field_type, 5}, {field_type_parameters, 2}, [324] = {field_body, 6}, {field_bounds, 4}, {field_name, 2}, {field_type_parameters, 3}, [328] = {field_body, 6}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, [332] = {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, [335] = {field_body, 6}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, [339] = {field_name, 2}, {field_type, 5}, {field_type_parameters, 3}, [342] = {field_body, 6}, {field_bounds, 4}, {field_name, 3}, [345] = {field_body, 6}, {field_name, 3}, {field_type_parameters, 4}, [348] = {field_body, 6}, {field_bounds, 5}, {field_name, 3}, {field_type_parameters, 4}, [352] = {field_alias, 5}, {field_name, 3}, [354] = {field_name, 3}, {field_parameters, 5}, {field_type_parameters, 4}, [357] = {field_body, 6}, {field_name, 3}, {field_parameters, 5}, {field_type_parameters, 4}, [361] = {field_body, 6}, {field_name, 3}, {field_parameters, 4}, [364] = {field_body, 6}, {field_pattern, 3}, {field_value, 5}, [367] = {field_body, 2}, {field_name, 1}, {field_value, 4}, [370] = {field_body, 7}, {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, [375] = {field_name, 2}, {field_pattern, 4}, [377] = {field_pattern, 2}, {field_type, 4}, {field_value, 6}, [380] = {field_name, 2}, {field_type, 4}, {field_value, 6}, [383] = {field_type, 2}, {field_type, 3, .inherited = true}, [385] = {field_body, 7}, {field_trait, 3}, {field_type, 5}, {field_type_parameters, 2}, [389] = {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, [393] = {field_body, 7}, {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, [398] = {field_body, 7}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, [402] = {field_name, 4}, {field_type, 6}, [404] = {field_body, 7}, {field_bounds, 5}, {field_name, 3}, {field_type_parameters, 4}, [408] = {field_body, 7}, {field_name, 3}, {field_parameters, 5}, {field_type_parameters, 4}, [412] = {field_name, 3}, {field_parameters, 4}, {field_return_type, 6}, [415] = {field_body, 7}, {field_name, 3}, {field_parameters, 4}, {field_return_type, 6}, [419] = {field_body, 7}, {field_pattern, 4}, {field_value, 6}, [422] = {field_name, 3}, {field_type, 5}, {field_value, 7}, [425] = {field_type, 3}, {field_type, 4, .inherited = true}, [427] = {field_body, 8}, {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, [432] = {field_name, 3}, {field_parameters, 5}, {field_return_type, 7}, {field_type_parameters, 4}, [436] = {field_body, 8}, {field_name, 3}, {field_parameters, 5}, {field_return_type, 7}, {field_type_parameters, 4}, [441] = {field_body, 8}, {field_name, 3}, {field_parameters, 4}, {field_return_type, 6}, [445] = {field_name, 4}, {field_type, 6}, {field_value, 8}, [448] = {field_body, 9}, {field_name, 3}, {field_parameters, 5}, {field_return_type, 7}, {field_type_parameters, 4}, }; static TSSymbol ts_alias_sequences[235][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, [1] = { [0] = sym_identifier, }, [2] = { [0] = alias_sym_primitive_type, }, [3] = { [0] = alias_sym_type_identifier, }, [6] = { [1] = alias_sym_type_identifier, }, [8] = { [0] = alias_sym_type_identifier, }, [12] = { [0] = sym_identifier, }, [13] = { [0] = sym_identifier, [2] = alias_sym_type_identifier, }, [14] = { [1] = alias_sym_type_identifier, }, [15] = { [0] = alias_sym_type_identifier, }, [19] = { [1] = alias_sym_type_identifier, }, [22] = { [0] = alias_sym_type_identifier, }, [35] = { [2] = alias_sym_type_identifier, }, [37] = { [0] = alias_sym_type_identifier, }, [39] = { [0] = sym_generic_type, }, [40] = { [0] = sym_generic_type, [2] = alias_sym_type_identifier, }, [45] = { [2] = alias_sym_field_identifier, }, [48] = { [1] = alias_sym_type_identifier, }, [49] = { [1] = alias_sym_type_identifier, }, [52] = { [0] = sym_identifier, [2] = sym_identifier, }, [54] = { [0] = alias_sym_type_identifier, }, [55] = { [0] = alias_sym_shorthand_field_identifier, }, [56] = { [2] = sym_identifier, }, [60] = { [1] = alias_sym_type_identifier, }, [61] = { [0] = alias_sym_type_identifier, }, [66] = { [1] = alias_sym_type_identifier, }, [69] = { [1] = alias_sym_type_identifier, }, [70] = { [1] = alias_sym_type_identifier, }, [71] = { [1] = alias_sym_type_identifier, }, [73] = { [2] = alias_sym_type_identifier, }, [74] = { [0] = sym_identifier, }, [75] = { [0] = sym_identifier, }, [78] = { [0] = sym_identifier, }, [82] = { [0] = sym_identifier, }, [85] = { [2] = alias_sym_type_identifier, }, [91] = { [0] = alias_sym_primitive_type, }, [92] = { [1] = alias_sym_type_identifier, }, [96] = { [1] = alias_sym_shorthand_field_identifier, }, [100] = { [0] = alias_sym_type_identifier, }, [103] = { [1] = alias_sym_type_identifier, }, [104] = { [0] = alias_sym_type_identifier, }, [111] = { [3] = sym_identifier, }, [112] = { [1] = alias_sym_type_identifier, }, [113] = { [1] = alias_sym_type_identifier, }, [114] = { [1] = alias_sym_type_identifier, }, [117] = { [2] = alias_sym_type_identifier, }, [118] = { [2] = alias_sym_type_identifier, }, [119] = { [2] = alias_sym_type_identifier, }, [120] = { [0] = sym_identifier, }, [121] = { [1] = sym_identifier, }, [123] = { [0] = alias_sym_field_identifier, }, [126] = { [2] = alias_sym_type_identifier, }, [127] = { [3] = alias_sym_type_identifier, }, [136] = { [2] = alias_sym_shorthand_field_identifier, }, [137] = { [0] = alias_sym_field_identifier, }, [138] = { [0] = alias_sym_type_identifier, }, [141] = { [3] = alias_sym_type_identifier, }, [142] = { [1] = alias_sym_type_identifier, }, [144] = { [2] = alias_sym_type_identifier, }, [146] = { [1] = alias_sym_type_identifier, }, [155] = { [0] = alias_sym_field_identifier, }, [156] = { [1] = alias_sym_type_identifier, }, [157] = { [1] = alias_sym_type_identifier, }, [158] = { [2] = alias_sym_type_identifier, }, [161] = { [2] = alias_sym_type_identifier, }, [162] = { [2] = alias_sym_type_identifier, }, [163] = { [2] = alias_sym_type_identifier, }, [166] = { [1] = alias_sym_field_identifier, }, [170] = { [2] = alias_sym_type_identifier, }, [171] = { [3] = alias_sym_type_identifier, }, [172] = { [3] = alias_sym_type_identifier, }, [173] = { [3] = alias_sym_type_identifier, }, [183] = { [1] = alias_sym_field_identifier, }, [185] = { [2] = alias_sym_type_identifier, }, [192] = { [1] = alias_sym_field_identifier, }, [193] = { [2] = alias_sym_type_identifier, }, [194] = { [3] = alias_sym_type_identifier, }, [197] = { [2] = alias_sym_type_identifier, }, [201] = { [2] = alias_sym_type_identifier, }, [202] = { [3] = alias_sym_type_identifier, }, [203] = { [3] = alias_sym_type_identifier, }, [204] = { [3] = alias_sym_type_identifier, }, [212] = { [2] = alias_sym_field_identifier, }, [216] = { [3] = alias_sym_type_identifier, }, [222] = { [3] = alias_sym_type_identifier, }, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(55); if (lookahead == '!') ADVANCE(86); if (lookahead == '"') ADVANCE(146); if (lookahead == '#') ADVANCE(84); if (lookahead == '$') ADVANCE(68); if (lookahead == '%') ADVANCE(123); if (lookahead == '&') ADVANCE(99); if (lookahead == '\'') ADVANCE(102); if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '*') ADVANCE(76); if (lookahead == '+') ADVANCE(74); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(109); if (lookahead == '.') ADVANCE(134); if (lookahead == '/') ADVANCE(122); if (lookahead == '0') ADVANCE(140); if (lookahead == ':') ADVANCE(66); if (lookahead == ';') ADVANCE(56); if (lookahead == '<') ADVANCE(94); if (lookahead == '=') ADVANCE(89); if (lookahead == '>') ADVANCE(96); if (lookahead == '?') ADVANCE(77); if (lookahead == '@') ADVANCE(135); if (lookahead == '[') ADVANCE(63); if (lookahead == '\\') ADVANCE(33); if (lookahead == ']') ADVANCE(64); if (lookahead == '^') ADVANCE(115); if (lookahead == 'b') ADVANCE(151); if (lookahead == 'm') ADVANCE(154); if (lookahead == '{') ADVANCE(60); if (lookahead == '|') ADVANCE(114); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(52) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(143); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 1: if (lookahead == '!') ADVANCE(86); if (lookahead == '"') ADVANCE(145); if (lookahead == '#') ADVANCE(84); if (lookahead == '$') ADVANCE(51); if (lookahead == '%') ADVANCE(123); if (lookahead == '&') ADVANCE(99); if (lookahead == '\'') ADVANCE(102); if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '*') ADVANCE(76); if (lookahead == '+') ADVANCE(74); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(108); if (lookahead == '.') ADVANCE(134); if (lookahead == '/') ADVANCE(122); if (lookahead == '0') ADVANCE(140); if (lookahead == ':') ADVANCE(66); if (lookahead == ';') ADVANCE(56); if (lookahead == '<') ADVANCE(94); if (lookahead == '=') ADVANCE(89); if (lookahead == '>') ADVANCE(96); if (lookahead == '?') ADVANCE(77); if (lookahead == '[') ADVANCE(63); if (lookahead == ']') ADVANCE(64); if (lookahead == '^') ADVANCE(115); if (lookahead == 'b') ADVANCE(151); if (lookahead == '{') ADVANCE(60); if (lookahead == '|') ADVANCE(114); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(1) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(143); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 2: if (lookahead == '!') ADVANCE(86); if (lookahead == '%') ADVANCE(123); if (lookahead == '&') ADVANCE(99); if (lookahead == '\'') ADVANCE(101); if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '*') ADVANCE(76); if (lookahead == '+') ADVANCE(74); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(109); if (lookahead == '.') ADVANCE(134); if (lookahead == '/') ADVANCE(122); if (lookahead == ':') ADVANCE(66); if (lookahead == ';') ADVANCE(56); if (lookahead == '<') ADVANCE(94); if (lookahead == '=') ADVANCE(89); if (lookahead == '>') ADVANCE(96); if (lookahead == '?') ADVANCE(77); if (lookahead == '[') ADVANCE(63); if (lookahead == ']') ADVANCE(64); if (lookahead == '^') ADVANCE(115); if (lookahead == '{') ADVANCE(60); if (lookahead == '|') ADVANCE(114); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(2) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 3: if (lookahead == '!') ADVANCE(85); if (lookahead == '"') ADVANCE(146); if (lookahead == '#') ADVANCE(84); if (lookahead == '$') ADVANCE(51); if (lookahead == '&') ADVANCE(98); if (lookahead == '\'') ADVANCE(101); if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '*') ADVANCE(75); if (lookahead == '+') ADVANCE(73); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(30); if (lookahead == '.') ADVANCE(20); if (lookahead == '/') ADVANCE(21); if (lookahead == '0') ADVANCE(140); if (lookahead == ':') ADVANCE(66); if (lookahead == ';') ADVANCE(56); if (lookahead == '<') ADVANCE(93); if (lookahead == '=') ADVANCE(90); if (lookahead == '>') ADVANCE(95); if (lookahead == '?') ADVANCE(77); if (lookahead == '@') ADVANCE(135); if (lookahead == '[') ADVANCE(63); if (lookahead == '\\') ADVANCE(33); if (lookahead == ']') ADVANCE(64); if (lookahead == '{') ADVANCE(60); if (lookahead == '|') ADVANCE(113); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(6) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(143); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 4: if (lookahead == '!') ADVANCE(85); if (lookahead == '"') ADVANCE(145); if (lookahead == '#') ADVANCE(84); if (lookahead == '$') ADVANCE(51); if (lookahead == '&') ADVANCE(98); if (lookahead == '\'') ADVANCE(102); if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '*') ADVANCE(75); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(110); if (lookahead == '.') ADVANCE(18); if (lookahead == '/') ADVANCE(21); if (lookahead == '0') ADVANCE(140); if (lookahead == ':') ADVANCE(28); if (lookahead == '<') ADVANCE(93); if (lookahead == '>') ADVANCE(95); if (lookahead == '[') ADVANCE(63); if (lookahead == ']') ADVANCE(64); if (lookahead == 'b') ADVANCE(151); if (lookahead == '{') ADVANCE(60); if (lookahead == '|') ADVANCE(113); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(4) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(143); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 5: if (lookahead == '!') ADVANCE(85); if (lookahead == '"') ADVANCE(145); if (lookahead == '#') ADVANCE(84); if (lookahead == '$') ADVANCE(51); if (lookahead == '&') ADVANCE(98); if (lookahead == '\'') ADVANCE(102); if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '*') ADVANCE(75); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(107); if (lookahead == '.') ADVANCE(19); if (lookahead == '/') ADVANCE(21); if (lookahead == '0') ADVANCE(140); if (lookahead == ':') ADVANCE(28); if (lookahead == '<') ADVANCE(93); if (lookahead == '[') ADVANCE(63); if (lookahead == 'b') ADVANCE(151); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(5) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(143); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 6: if (lookahead == '!') ADVANCE(85); if (lookahead == '#') ADVANCE(84); if (lookahead == '$') ADVANCE(51); if (lookahead == '&') ADVANCE(98); if (lookahead == '\'') ADVANCE(101); if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '*') ADVANCE(75); if (lookahead == '+') ADVANCE(73); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(30); if (lookahead == '.') ADVANCE(20); if (lookahead == '/') ADVANCE(21); if (lookahead == '0') ADVANCE(140); if (lookahead == ':') ADVANCE(66); if (lookahead == ';') ADVANCE(56); if (lookahead == '<') ADVANCE(93); if (lookahead == '=') ADVANCE(90); if (lookahead == '>') ADVANCE(95); if (lookahead == '?') ADVANCE(77); if (lookahead == '@') ADVANCE(135); if (lookahead == '[') ADVANCE(63); if (lookahead == ']') ADVANCE(64); if (lookahead == '{') ADVANCE(60); if (lookahead == '|') ADVANCE(113); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(6) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(143); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 7: if (lookahead == '!') ADVANCE(29); if (lookahead == '%') ADVANCE(123); if (lookahead == '&') ADVANCE(99); if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '*') ADVANCE(76); if (lookahead == '+') ADVANCE(74); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(108); if (lookahead == '.') ADVANCE(134); if (lookahead == '/') ADVANCE(122); if (lookahead == ':') ADVANCE(65); if (lookahead == ';') ADVANCE(56); if (lookahead == '<') ADVANCE(94); if (lookahead == '=') ADVANCE(89); if (lookahead == '>') ADVANCE(96); if (lookahead == '?') ADVANCE(77); if (lookahead == '[') ADVANCE(63); if (lookahead == ']') ADVANCE(64); if (lookahead == '^') ADVANCE(115); if (lookahead == '{') ADVANCE(60); if (lookahead == '|') ADVANCE(114); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(7) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 8: if (lookahead == '"') ADVANCE(145); if (lookahead == '$') ADVANCE(68); if (lookahead == '\'') ADVANCE(78); if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '/') ADVANCE(80); if (lookahead == '0') ADVANCE(140); if (lookahead == ':') ADVANCE(67); if (lookahead == '[') ADVANCE(63); if (lookahead == ']') ADVANCE(64); if (lookahead == '_') ADVANCE(81); if (lookahead == 'b') ADVANCE(151); if (lookahead == '{') ADVANCE(60); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(8) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(143); if (('!' <= lookahead && lookahead <= '@') || lookahead == '^' || ('|' <= lookahead && lookahead <= '~')) ADVANCE(82); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 9: if (lookahead == '"') ADVANCE(145); if (lookahead == '$') ADVANCE(68); if (lookahead == '\'') ADVANCE(78); if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '/') ADVANCE(80); if (lookahead == '0') ADVANCE(140); if (lookahead == '[') ADVANCE(63); if (lookahead == ']') ADVANCE(64); if (lookahead == '_') ADVANCE(81); if (lookahead == 'b') ADVANCE(151); if (lookahead == '{') ADVANCE(60); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(9) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(143); if (('!' <= lookahead && lookahead <= '@') || lookahead == '^' || ('|' <= lookahead && lookahead <= '~')) ADVANCE(82); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 10: if (lookahead == '"') ADVANCE(145); if (lookahead == '/') ADVANCE(21); if (lookahead == ';') ADVANCE(56); if (lookahead == 'b') ADVANCE(152); if (lookahead == '{') ADVANCE(60); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(10) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 11: if (lookahead == '#') ADVANCE(84); if (lookahead == ')') ADVANCE(59); if (lookahead == '+') ADVANCE(73); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(30); if (lookahead == '/') ADVANCE(21); if (lookahead == ':') ADVANCE(65); if (lookahead == ';') ADVANCE(56); if (lookahead == '<') ADVANCE(93); if (lookahead == '=') ADVANCE(87); if (lookahead == '>') ADVANCE(95); if (lookahead == 'm') ADVANCE(154); if (lookahead == '|') ADVANCE(113); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(11) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 12: if (lookahead == '#') ADVANCE(84); if (lookahead == ',') ADVANCE(91); if (lookahead == '.') ADVANCE(18); if (lookahead == '/') ADVANCE(21); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(12) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 13: if (lookahead == '\'') ADVANCE(147); END_STATE(); case 14: if (lookahead == '\'') ADVANCE(147); if (lookahead == '\\') ADVANCE(34); if (lookahead != 0) ADVANCE(13); END_STATE(); case 15: if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '+') ADVANCE(73); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(30); if (lookahead == '.') ADVANCE(20); if (lookahead == '/') ADVANCE(21); if (lookahead == ':') ADVANCE(65); if (lookahead == ';') ADVANCE(56); if (lookahead == '<') ADVANCE(93); if (lookahead == '=') ADVANCE(90); if (lookahead == '>') ADVANCE(95); if (lookahead == ']') ADVANCE(64); if (lookahead == '{') ADVANCE(60); if (lookahead == '|') ADVANCE(113); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(15) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 16: if (lookahead == '*') ADVANCE(75); if (lookahead == '+') ADVANCE(73); if (lookahead == '/') ADVANCE(71); if (lookahead == '?') ADVANCE(77); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(70); if (lookahead != 0) ADVANCE(72); END_STATE(); case 17: if (lookahead == '.') ADVANCE(100); if (lookahead == '=') ADVANCE(106); END_STATE(); case 18: if (lookahead == '.') ADVANCE(103); END_STATE(); case 19: if (lookahead == '.') ADVANCE(104); END_STATE(); case 20: if (lookahead == '.') ADVANCE(17); END_STATE(); case 21: if (lookahead == '/') ADVANCE(149); END_STATE(); case 22: if (lookahead == '1') ADVANCE(24); if (lookahead == '3') ADVANCE(23); if (lookahead == '6') ADVANCE(26); if (lookahead == '8') ADVANCE(136); if (lookahead == 's') ADVANCE(32); END_STATE(); case 23: if (lookahead == '2') ADVANCE(136); END_STATE(); case 24: if (lookahead == '2') ADVANCE(27); if (lookahead == '6') ADVANCE(136); END_STATE(); case 25: if (lookahead == '3') ADVANCE(23); if (lookahead == '6') ADVANCE(26); END_STATE(); case 26: if (lookahead == '4') ADVANCE(136); END_STATE(); case 27: if (lookahead == '8') ADVANCE(136); END_STATE(); case 28: if (lookahead == ':') ADVANCE(97); END_STATE(); case 29: if (lookahead == '=') ADVANCE(117); END_STATE(); case 30: if (lookahead == '>') ADVANCE(92); END_STATE(); case 31: if (lookahead == 'e') ADVANCE(136); END_STATE(); case 32: if (lookahead == 'i') ADVANCE(35); END_STATE(); case 33: if (lookahead == 'u') ADVANCE(36); if (lookahead == 'x') ADVANCE(47); if (lookahead != 0) ADVANCE(148); END_STATE(); case 34: if (lookahead == 'u') ADVANCE(37); if (lookahead == 'x') ADVANCE(48); if (lookahead != 0) ADVANCE(13); END_STATE(); case 35: if (lookahead == 'z') ADVANCE(31); END_STATE(); case 36: if (lookahead == '{') ADVANCE(45); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(43); END_STATE(); case 37: if (lookahead == '{') ADVANCE(46); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(49); END_STATE(); case 38: if (lookahead == '}') ADVANCE(13); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(38); END_STATE(); case 39: if (lookahead == '}') ADVANCE(148); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(39); END_STATE(); case 40: if (lookahead == '0' || lookahead == '1' || lookahead == '_') ADVANCE(141); END_STATE(); case 41: if (('0' <= lookahead && lookahead <= '7') || lookahead == '_') ADVANCE(142); END_STATE(); case 42: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(13); END_STATE(); case 43: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(47); END_STATE(); case 44: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(148); END_STATE(); case 45: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(39); END_STATE(); case 46: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(38); END_STATE(); case 47: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(44); END_STATE(); case 48: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(42); END_STATE(); case 49: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(48); END_STATE(); case 50: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(144); END_STATE(); case 51: if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(164); END_STATE(); case 52: if (eof) ADVANCE(55); if (lookahead == '!') ADVANCE(86); if (lookahead == '"') ADVANCE(145); if (lookahead == '#') ADVANCE(84); if (lookahead == '$') ADVANCE(68); if (lookahead == '%') ADVANCE(123); if (lookahead == '&') ADVANCE(99); if (lookahead == '\'') ADVANCE(102); if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '*') ADVANCE(76); if (lookahead == '+') ADVANCE(74); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(109); if (lookahead == '.') ADVANCE(134); if (lookahead == '/') ADVANCE(122); if (lookahead == '0') ADVANCE(140); if (lookahead == ':') ADVANCE(66); if (lookahead == ';') ADVANCE(56); if (lookahead == '<') ADVANCE(94); if (lookahead == '=') ADVANCE(89); if (lookahead == '>') ADVANCE(96); if (lookahead == '?') ADVANCE(77); if (lookahead == '@') ADVANCE(135); if (lookahead == '[') ADVANCE(63); if (lookahead == ']') ADVANCE(64); if (lookahead == '^') ADVANCE(115); if (lookahead == 'b') ADVANCE(151); if (lookahead == 'm') ADVANCE(154); if (lookahead == '{') ADVANCE(60); if (lookahead == '|') ADVANCE(114); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(52) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(143); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 53: if (eof) ADVANCE(55); if (lookahead == '!') ADVANCE(86); if (lookahead == '"') ADVANCE(145); if (lookahead == '#') ADVANCE(84); if (lookahead == '$') ADVANCE(51); if (lookahead == '%') ADVANCE(123); if (lookahead == '&') ADVANCE(99); if (lookahead == '\'') ADVANCE(102); if (lookahead == '(') ADVANCE(58); if (lookahead == '*') ADVANCE(76); if (lookahead == '+') ADVANCE(74); if (lookahead == '-') ADVANCE(108); if (lookahead == '.') ADVANCE(134); if (lookahead == '/') ADVANCE(122); if (lookahead == '0') ADVANCE(140); if (lookahead == ':') ADVANCE(28); if (lookahead == ';') ADVANCE(56); if (lookahead == '<') ADVANCE(94); if (lookahead == '=') ADVANCE(88); if (lookahead == '>') ADVANCE(96); if (lookahead == '?') ADVANCE(77); if (lookahead == '[') ADVANCE(63); if (lookahead == '^') ADVANCE(115); if (lookahead == 'b') ADVANCE(151); if (lookahead == 'm') ADVANCE(154); if (lookahead == '{') ADVANCE(60); if (lookahead == '|') ADVANCE(114); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(53) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(143); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 54: if (eof) ADVANCE(55); if (lookahead == '!') ADVANCE(85); if (lookahead == '"') ADVANCE(145); if (lookahead == '#') ADVANCE(84); if (lookahead == '$') ADVANCE(51); if (lookahead == '&') ADVANCE(98); if (lookahead == '\'') ADVANCE(102); if (lookahead == '(') ADVANCE(58); if (lookahead == ')') ADVANCE(59); if (lookahead == '*') ADVANCE(75); if (lookahead == '+') ADVANCE(73); if (lookahead == ',') ADVANCE(91); if (lookahead == '-') ADVANCE(110); if (lookahead == '.') ADVANCE(18); if (lookahead == '/') ADVANCE(21); if (lookahead == '0') ADVANCE(140); if (lookahead == ':') ADVANCE(66); if (lookahead == ';') ADVANCE(56); if (lookahead == '<') ADVANCE(93); if (lookahead == '=') ADVANCE(87); if (lookahead == '>') ADVANCE(95); if (lookahead == '?') ADVANCE(77); if (lookahead == '[') ADVANCE(63); if (lookahead == ']') ADVANCE(64); if (lookahead == 'b') ADVANCE(151); if (lookahead == 'm') ADVANCE(154); if (lookahead == '{') ADVANCE(60); if (lookahead == '|') ADVANCE(113); if (lookahead == '}') ADVANCE(61); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(54) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(143); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 55: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 56: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 57: ACCEPT_TOKEN(anon_sym_macro_rules_BANG); END_STATE(); case 58: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 61: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 62: ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 64: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 65: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == ':') ADVANCE(97); END_STATE(); case 67: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == '!' || lookahead == '#' || ('%' <= lookahead && lookahead <= '\'') || ('*' <= lookahead && lookahead <= '/') || (':' <= lookahead && lookahead <= '@') || lookahead == '^' || lookahead == '_' || lookahead == '|' || lookahead == '~') ADVANCE(82); END_STATE(); case 68: ACCEPT_TOKEN(anon_sym_DOLLAR); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(164); END_STATE(); case 69: ACCEPT_TOKEN(aux_sym_token_repetition_pattern_token1); if (lookahead == '\n') ADVANCE(72); if (lookahead == '*' || lookahead == '+' || lookahead == '?') ADVANCE(149); if (lookahead != 0) ADVANCE(69); END_STATE(); case 70: ACCEPT_TOKEN(aux_sym_token_repetition_pattern_token1); if (lookahead == '/') ADVANCE(71); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(70); if (lookahead != 0 && lookahead != '*' && lookahead != '+' && lookahead != '?') ADVANCE(72); END_STATE(); case 71: ACCEPT_TOKEN(aux_sym_token_repetition_pattern_token1); if (lookahead == '/') ADVANCE(69); if (lookahead != 0 && lookahead != '*' && lookahead != '+' && lookahead != '?') ADVANCE(72); END_STATE(); case 72: ACCEPT_TOKEN(aux_sym_token_repetition_pattern_token1); if (lookahead != 0 && lookahead != '*' && lookahead != '+' && lookahead != '?') ADVANCE(72); END_STATE(); case 73: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 74: ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '=') ADVANCE(124); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '=') ADVANCE(126); END_STATE(); case 77: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 78: ACCEPT_TOKEN(aux_sym__non_special_token_token1); if (lookahead == '\'') ADVANCE(82); if (lookahead == '\\') ADVANCE(34); if (lookahead == '!' || lookahead == '#' || lookahead == '%' || lookahead == '&' || ('*' <= lookahead && lookahead <= '/') || (':' <= lookahead && lookahead <= '@') || lookahead == '^' || lookahead == '_' || lookahead == '|' || lookahead == '~') ADVANCE(79); if (lookahead != 0) ADVANCE(13); END_STATE(); case 79: ACCEPT_TOKEN(aux_sym__non_special_token_token1); if (lookahead == '\'') ADVANCE(82); if (lookahead == '!' || lookahead == '#' || lookahead == '%' || lookahead == '&' || ('*' <= lookahead && lookahead <= '/') || (':' <= lookahead && lookahead <= '@') || lookahead == '^' || lookahead == '_' || lookahead == '|' || lookahead == '~') ADVANCE(82); END_STATE(); case 80: ACCEPT_TOKEN(aux_sym__non_special_token_token1); if (lookahead == '/') ADVANCE(83); if (lookahead == '!' || lookahead == '#' || ('%' <= lookahead && lookahead <= '\'') || ('*' <= lookahead && lookahead <= '.') || (':' <= lookahead && lookahead <= '@') || lookahead == '^' || lookahead == '_' || lookahead == '|' || lookahead == '~') ADVANCE(82); END_STATE(); case 81: ACCEPT_TOKEN(aux_sym__non_special_token_token1); if (lookahead == '_') ADVANCE(81); if (lookahead == '!' || lookahead == '#' || ('%' <= lookahead && lookahead <= '\'') || ('*' <= lookahead && lookahead <= '/') || (':' <= lookahead && lookahead <= '@') || lookahead == '^' || lookahead == '|' || lookahead == '~') ADVANCE(82); if (('0' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 82: ACCEPT_TOKEN(aux_sym__non_special_token_token1); if (lookahead == '!' || lookahead == '#' || ('%' <= lookahead && lookahead <= '\'') || ('*' <= lookahead && lookahead <= '/') || (':' <= lookahead && lookahead <= '@') || lookahead == '^' || lookahead == '_' || lookahead == '|' || lookahead == '~') ADVANCE(82); END_STATE(); case 83: ACCEPT_TOKEN(aux_sym__non_special_token_token1); if (lookahead == '!' || lookahead == '#' || ('%' <= lookahead && lookahead <= '\'') || ('*' <= lookahead && lookahead <= '/') || (':' <= lookahead && lookahead <= '@') || lookahead == '^' || lookahead == '_' || lookahead == '|' || lookahead == '~') ADVANCE(83); if (lookahead != 0 && lookahead != '\n') ADVANCE(149); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_POUND); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '=') ADVANCE(117); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(116); END_STATE(); case 89: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(116); if (lookahead == '>') ADVANCE(62); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '>') ADVANCE(62); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_LT); END_STATE(); case 94: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(120); if (lookahead == '=') ADVANCE(118); END_STATE(); case 95: ACCEPT_TOKEN(anon_sym_GT); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(119); if (lookahead == '>') ADVANCE(121); END_STATE(); case 97: ACCEPT_TOKEN(anon_sym_COLON_COLON); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(111); if (lookahead == '=') ADVANCE(129); END_STATE(); case 100: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); case 101: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_SQUOTE); if (lookahead == '\'') ADVANCE(147); if (lookahead == '\\') ADVANCE(34); if (lookahead != 0) ADVANCE(13); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_DOT_DOT); END_STATE(); case 104: ACCEPT_TOKEN(anon_sym_DOT_DOT); if (lookahead == '.') ADVANCE(100); END_STATE(); case 105: ACCEPT_TOKEN(anon_sym_DOT_DOT); if (lookahead == '.') ADVANCE(100); if (lookahead == '=') ADVANCE(106); END_STATE(); case 106: ACCEPT_TOKEN(anon_sym_DOT_DOT_EQ); END_STATE(); case 107: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 108: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(125); END_STATE(); case 109: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(125); if (lookahead == '>') ADVANCE(92); END_STATE(); case 110: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '>') ADVANCE(92); END_STATE(); case 111: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 112: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 113: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 114: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '=') ADVANCE(130); if (lookahead == '|') ADVANCE(112); END_STATE(); case 115: ACCEPT_TOKEN(anon_sym_CARET); if (lookahead == '=') ADVANCE(131); END_STATE(); case 116: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 117: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 118: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 119: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 120: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '=') ADVANCE(132); END_STATE(); case 121: ACCEPT_TOKEN(anon_sym_GT_GT); if (lookahead == '=') ADVANCE(133); END_STATE(); case 122: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '/') ADVANCE(149); if (lookahead == '=') ADVANCE(127); END_STATE(); case 123: ACCEPT_TOKEN(anon_sym_PERCENT); if (lookahead == '=') ADVANCE(128); END_STATE(); case 124: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 125: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 126: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 127: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 128: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 129: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 130: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 131: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 132: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 133: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 134: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(105); END_STATE(); case 135: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); case 136: ACCEPT_TOKEN(sym_integer_literal); END_STATE(); case 137: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == '2') ADVANCE(144); if (lookahead == 'f') ADVANCE(138); if (lookahead == 'i') ADVANCE(22); if (lookahead == 'u') ADVANCE(22); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'e')) ADVANCE(144); END_STATE(); case 138: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == '3') ADVANCE(137); if (lookahead == '6') ADVANCE(139); if (lookahead == 'f') ADVANCE(138); if (lookahead == 'i') ADVANCE(22); if (lookahead == 'u') ADVANCE(22); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'e')) ADVANCE(144); END_STATE(); case 139: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == '4') ADVANCE(144); if (lookahead == 'f') ADVANCE(138); if (lookahead == 'i') ADVANCE(22); if (lookahead == 'u') ADVANCE(22); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'e')) ADVANCE(144); END_STATE(); case 140: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == 'b') ADVANCE(40); if (lookahead == 'f') ADVANCE(25); if (lookahead == 'i') ADVANCE(22); if (lookahead == 'o') ADVANCE(41); if (lookahead == 'u') ADVANCE(22); if (lookahead == 'x') ADVANCE(50); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_') ADVANCE(143); END_STATE(); case 141: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == 'f') ADVANCE(25); if (lookahead == 'i') ADVANCE(22); if (lookahead == 'u') ADVANCE(22); if (lookahead == '0' || lookahead == '1' || lookahead == '_') ADVANCE(141); END_STATE(); case 142: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == 'f') ADVANCE(25); if (lookahead == 'i') ADVANCE(22); if (lookahead == 'u') ADVANCE(22); if (('0' <= lookahead && lookahead <= '7') || lookahead == '_') ADVANCE(142); END_STATE(); case 143: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == 'f') ADVANCE(25); if (lookahead == 'i') ADVANCE(22); if (lookahead == 'u') ADVANCE(22); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_') ADVANCE(143); END_STATE(); case 144: ACCEPT_TOKEN(sym_integer_literal); if (lookahead == 'f') ADVANCE(138); if (lookahead == 'i') ADVANCE(22); if (lookahead == 'u') ADVANCE(22); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'e')) ADVANCE(144); END_STATE(); case 145: ACCEPT_TOKEN(aux_sym_string_literal_token1); END_STATE(); case 146: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 147: ACCEPT_TOKEN(sym_char_literal); END_STATE(); case 148: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 149: ACCEPT_TOKEN(sym_line_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(149); END_STATE(); case 150: ACCEPT_TOKEN(sym_identifier); if (lookahead == '!') ADVANCE(57); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 151: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(145); if (lookahead == '\'') ADVANCE(14); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 152: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(145); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 153: ACCEPT_TOKEN(sym_identifier); if (lookahead == '_') ADVANCE(160); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 154: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'a') ADVANCE(155); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 155: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'c') ADVANCE(159); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 156: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') ADVANCE(161); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 157: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'l') ADVANCE(156); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 158: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'o') ADVANCE(153); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 159: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'r') ADVANCE(158); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 160: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'r') ADVANCE(162); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 161: ACCEPT_TOKEN(sym_identifier); if (lookahead == 's') ADVANCE(150); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 162: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'u') ADVANCE(157); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 163: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || (945 <= lookahead && lookahead <= 969)) ADVANCE(163); END_STATE(); case 164: ACCEPT_TOKEN(sym_metavariable); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(164); END_STATE(); default: return false; } } static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (lookahead == '_') ADVANCE(1); if (lookahead == 'a') ADVANCE(2); if (lookahead == 'b') ADVANCE(3); if (lookahead == 'c') ADVANCE(4); if (lookahead == 'd') ADVANCE(5); if (lookahead == 'e') ADVANCE(6); if (lookahead == 'f') ADVANCE(7); if (lookahead == 'i') ADVANCE(8); if (lookahead == 'l') ADVANCE(9); if (lookahead == 'm') ADVANCE(10); if (lookahead == 'p') ADVANCE(11); if (lookahead == 'r') ADVANCE(12); if (lookahead == 's') ADVANCE(13); if (lookahead == 't') ADVANCE(14); if (lookahead == 'u') ADVANCE(15); if (lookahead == 'w') ADVANCE(16); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0) END_STATE(); case 1: ACCEPT_TOKEN(anon_sym__); END_STATE(); case 2: if (lookahead == 's') ADVANCE(17); if (lookahead == 'w') ADVANCE(18); END_STATE(); case 3: if (lookahead == 'l') ADVANCE(19); if (lookahead == 'o') ADVANCE(20); if (lookahead == 'r') ADVANCE(21); END_STATE(); case 4: if (lookahead == 'h') ADVANCE(22); if (lookahead == 'o') ADVANCE(23); if (lookahead == 'r') ADVANCE(24); END_STATE(); case 5: if (lookahead == 'e') ADVANCE(25); if (lookahead == 'y') ADVANCE(26); END_STATE(); case 6: if (lookahead == 'l') ADVANCE(27); if (lookahead == 'n') ADVANCE(28); if (lookahead == 'x') ADVANCE(29); END_STATE(); case 7: if (lookahead == '3') ADVANCE(30); if (lookahead == '6') ADVANCE(31); if (lookahead == 'a') ADVANCE(32); if (lookahead == 'n') ADVANCE(33); if (lookahead == 'o') ADVANCE(34); END_STATE(); case 8: if (lookahead == '1') ADVANCE(35); if (lookahead == '3') ADVANCE(36); if (lookahead == '6') ADVANCE(37); if (lookahead == '8') ADVANCE(38); if (lookahead == 'd') ADVANCE(39); if (lookahead == 'f') ADVANCE(40); if (lookahead == 'm') ADVANCE(41); if (lookahead == 'n') ADVANCE(42); if (lookahead == 's') ADVANCE(43); if (lookahead == 't') ADVANCE(44); END_STATE(); case 9: if (lookahead == 'e') ADVANCE(45); if (lookahead == 'o') ADVANCE(46); END_STATE(); case 10: if (lookahead == 'a') ADVANCE(47); if (lookahead == 'e') ADVANCE(48); if (lookahead == 'o') ADVANCE(49); if (lookahead == 'u') ADVANCE(50); END_STATE(); case 11: if (lookahead == 'a') ADVANCE(51); if (lookahead == 'u') ADVANCE(52); END_STATE(); case 12: if (lookahead == 'e') ADVANCE(53); END_STATE(); case 13: if (lookahead == 'e') ADVANCE(54); if (lookahead == 't') ADVANCE(55); if (lookahead == 'u') ADVANCE(56); END_STATE(); case 14: if (lookahead == 'r') ADVANCE(57); if (lookahead == 't') ADVANCE(58); if (lookahead == 'y') ADVANCE(59); END_STATE(); case 15: if (lookahead == '1') ADVANCE(60); if (lookahead == '3') ADVANCE(61); if (lookahead == '6') ADVANCE(62); if (lookahead == '8') ADVANCE(63); if (lookahead == 'n') ADVANCE(64); if (lookahead == 's') ADVANCE(65); END_STATE(); case 16: if (lookahead == 'h') ADVANCE(66); END_STATE(); case 17: ACCEPT_TOKEN(anon_sym_as); if (lookahead == 'y') ADVANCE(67); END_STATE(); case 18: if (lookahead == 'a') ADVANCE(68); END_STATE(); case 19: if (lookahead == 'o') ADVANCE(69); END_STATE(); case 20: if (lookahead == 'o') ADVANCE(70); END_STATE(); case 21: if (lookahead == 'e') ADVANCE(71); END_STATE(); case 22: if (lookahead == 'a') ADVANCE(72); END_STATE(); case 23: if (lookahead == 'n') ADVANCE(73); END_STATE(); case 24: if (lookahead == 'a') ADVANCE(74); END_STATE(); case 25: if (lookahead == 'f') ADVANCE(75); END_STATE(); case 26: if (lookahead == 'n') ADVANCE(76); END_STATE(); case 27: if (lookahead == 's') ADVANCE(77); END_STATE(); case 28: if (lookahead == 'u') ADVANCE(78); END_STATE(); case 29: if (lookahead == 'p') ADVANCE(79); if (lookahead == 't') ADVANCE(80); END_STATE(); case 30: if (lookahead == '2') ADVANCE(81); END_STATE(); case 31: if (lookahead == '4') ADVANCE(82); END_STATE(); case 32: if (lookahead == 'l') ADVANCE(83); END_STATE(); case 33: ACCEPT_TOKEN(anon_sym_fn); END_STATE(); case 34: if (lookahead == 'r') ADVANCE(84); END_STATE(); case 35: if (lookahead == '2') ADVANCE(85); if (lookahead == '6') ADVANCE(86); END_STATE(); case 36: if (lookahead == '2') ADVANCE(87); END_STATE(); case 37: if (lookahead == '4') ADVANCE(88); END_STATE(); case 38: ACCEPT_TOKEN(anon_sym_i8); END_STATE(); case 39: if (lookahead == 'e') ADVANCE(89); END_STATE(); case 40: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 41: if (lookahead == 'p') ADVANCE(90); END_STATE(); case 42: ACCEPT_TOKEN(anon_sym_in); END_STATE(); case 43: if (lookahead == 'i') ADVANCE(91); END_STATE(); case 44: if (lookahead == 'e') ADVANCE(92); END_STATE(); case 45: if (lookahead == 't') ADVANCE(93); END_STATE(); case 46: if (lookahead == 'o') ADVANCE(94); END_STATE(); case 47: if (lookahead == 't') ADVANCE(95); END_STATE(); case 48: if (lookahead == 't') ADVANCE(96); END_STATE(); case 49: if (lookahead == 'd') ADVANCE(97); if (lookahead == 'v') ADVANCE(98); END_STATE(); case 50: if (lookahead == 't') ADVANCE(99); END_STATE(); case 51: if (lookahead == 't') ADVANCE(100); END_STATE(); case 52: if (lookahead == 'b') ADVANCE(101); END_STATE(); case 53: if (lookahead == 'f') ADVANCE(102); if (lookahead == 't') ADVANCE(103); END_STATE(); case 54: if (lookahead == 'l') ADVANCE(104); END_STATE(); case 55: if (lookahead == 'a') ADVANCE(105); if (lookahead == 'm') ADVANCE(106); if (lookahead == 'r') ADVANCE(107); END_STATE(); case 56: if (lookahead == 'p') ADVANCE(108); END_STATE(); case 57: if (lookahead == 'a') ADVANCE(109); if (lookahead == 'u') ADVANCE(110); END_STATE(); case 58: ACCEPT_TOKEN(anon_sym_tt); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_ty); if (lookahead == 'p') ADVANCE(111); END_STATE(); case 60: if (lookahead == '2') ADVANCE(112); if (lookahead == '6') ADVANCE(113); END_STATE(); case 61: if (lookahead == '2') ADVANCE(114); END_STATE(); case 62: if (lookahead == '4') ADVANCE(115); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_u8); END_STATE(); case 64: if (lookahead == 'i') ADVANCE(116); if (lookahead == 's') ADVANCE(117); END_STATE(); case 65: if (lookahead == 'e') ADVANCE(118); if (lookahead == 'i') ADVANCE(119); END_STATE(); case 66: if (lookahead == 'e') ADVANCE(120); if (lookahead == 'i') ADVANCE(121); END_STATE(); case 67: if (lookahead == 'n') ADVANCE(122); END_STATE(); case 68: if (lookahead == 'i') ADVANCE(123); END_STATE(); case 69: if (lookahead == 'c') ADVANCE(124); END_STATE(); case 70: if (lookahead == 'l') ADVANCE(125); END_STATE(); case 71: if (lookahead == 'a') ADVANCE(126); END_STATE(); case 72: if (lookahead == 'r') ADVANCE(127); END_STATE(); case 73: if (lookahead == 's') ADVANCE(128); if (lookahead == 't') ADVANCE(129); END_STATE(); case 74: if (lookahead == 't') ADVANCE(130); END_STATE(); case 75: if (lookahead == 'a') ADVANCE(131); END_STATE(); case 76: ACCEPT_TOKEN(anon_sym_dyn); END_STATE(); case 77: if (lookahead == 'e') ADVANCE(132); END_STATE(); case 78: if (lookahead == 'm') ADVANCE(133); END_STATE(); case 79: if (lookahead == 'r') ADVANCE(134); END_STATE(); case 80: if (lookahead == 'e') ADVANCE(135); END_STATE(); case 81: ACCEPT_TOKEN(anon_sym_f32); END_STATE(); case 82: ACCEPT_TOKEN(anon_sym_f64); END_STATE(); case 83: if (lookahead == 's') ADVANCE(136); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 85: if (lookahead == '8') ADVANCE(137); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_i16); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_i32); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_i64); END_STATE(); case 89: if (lookahead == 'n') ADVANCE(138); END_STATE(); case 90: if (lookahead == 'l') ADVANCE(139); END_STATE(); case 91: if (lookahead == 'z') ADVANCE(140); END_STATE(); case 92: if (lookahead == 'm') ADVANCE(141); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_let); END_STATE(); case 94: if (lookahead == 'p') ADVANCE(142); END_STATE(); case 95: if (lookahead == 'c') ADVANCE(143); END_STATE(); case 96: if (lookahead == 'a') ADVANCE(144); END_STATE(); case 97: ACCEPT_TOKEN(anon_sym_mod); END_STATE(); case 98: if (lookahead == 'e') ADVANCE(145); END_STATE(); case 99: ACCEPT_TOKEN(sym_mutable_specifier); END_STATE(); case 100: ACCEPT_TOKEN(anon_sym_pat); if (lookahead == 'h') ADVANCE(146); END_STATE(); case 101: ACCEPT_TOKEN(anon_sym_pub); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_ref); END_STATE(); case 103: if (lookahead == 'u') ADVANCE(147); END_STATE(); case 104: if (lookahead == 'f') ADVANCE(148); END_STATE(); case 105: if (lookahead == 't') ADVANCE(149); END_STATE(); case 106: if (lookahead == 't') ADVANCE(150); END_STATE(); case 107: ACCEPT_TOKEN(anon_sym_str); if (lookahead == 'u') ADVANCE(151); END_STATE(); case 108: if (lookahead == 'e') ADVANCE(152); END_STATE(); case 109: if (lookahead == 'i') ADVANCE(153); END_STATE(); case 110: if (lookahead == 'e') ADVANCE(154); END_STATE(); case 111: if (lookahead == 'e') ADVANCE(155); END_STATE(); case 112: if (lookahead == '8') ADVANCE(156); END_STATE(); case 113: ACCEPT_TOKEN(anon_sym_u16); END_STATE(); case 114: ACCEPT_TOKEN(anon_sym_u32); END_STATE(); case 115: ACCEPT_TOKEN(anon_sym_u64); END_STATE(); case 116: if (lookahead == 'o') ADVANCE(157); END_STATE(); case 117: if (lookahead == 'a') ADVANCE(158); END_STATE(); case 118: ACCEPT_TOKEN(anon_sym_use); END_STATE(); case 119: if (lookahead == 'z') ADVANCE(159); END_STATE(); case 120: if (lookahead == 'r') ADVANCE(160); END_STATE(); case 121: if (lookahead == 'l') ADVANCE(161); END_STATE(); case 122: if (lookahead == 'c') ADVANCE(162); END_STATE(); case 123: if (lookahead == 't') ADVANCE(163); END_STATE(); case 124: if (lookahead == 'k') ADVANCE(164); END_STATE(); case 125: ACCEPT_TOKEN(anon_sym_bool); END_STATE(); case 126: if (lookahead == 'k') ADVANCE(165); END_STATE(); case 127: ACCEPT_TOKEN(anon_sym_char); END_STATE(); case 128: if (lookahead == 't') ADVANCE(166); END_STATE(); case 129: if (lookahead == 'i') ADVANCE(167); END_STATE(); case 130: if (lookahead == 'e') ADVANCE(168); END_STATE(); case 131: if (lookahead == 'u') ADVANCE(169); END_STATE(); case 132: ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 133: ACCEPT_TOKEN(anon_sym_enum); END_STATE(); case 134: ACCEPT_TOKEN(anon_sym_expr); END_STATE(); case 135: if (lookahead == 'r') ADVANCE(170); END_STATE(); case 136: if (lookahead == 'e') ADVANCE(171); END_STATE(); case 137: ACCEPT_TOKEN(anon_sym_i128); END_STATE(); case 138: if (lookahead == 't') ADVANCE(172); END_STATE(); case 139: ACCEPT_TOKEN(anon_sym_impl); END_STATE(); case 140: if (lookahead == 'e') ADVANCE(173); END_STATE(); case 141: ACCEPT_TOKEN(anon_sym_item); END_STATE(); case 142: ACCEPT_TOKEN(anon_sym_loop); END_STATE(); case 143: if (lookahead == 'h') ADVANCE(174); END_STATE(); case 144: ACCEPT_TOKEN(anon_sym_meta); END_STATE(); case 145: ACCEPT_TOKEN(anon_sym_move); END_STATE(); case 146: ACCEPT_TOKEN(anon_sym_path); END_STATE(); case 147: if (lookahead == 'r') ADVANCE(175); END_STATE(); case 148: ACCEPT_TOKEN(sym_self); END_STATE(); case 149: if (lookahead == 'i') ADVANCE(176); END_STATE(); case 150: ACCEPT_TOKEN(anon_sym_stmt); END_STATE(); case 151: if (lookahead == 'c') ADVANCE(177); END_STATE(); case 152: if (lookahead == 'r') ADVANCE(178); END_STATE(); case 153: if (lookahead == 't') ADVANCE(179); END_STATE(); case 154: ACCEPT_TOKEN(anon_sym_true); END_STATE(); case 155: ACCEPT_TOKEN(anon_sym_type); END_STATE(); case 156: ACCEPT_TOKEN(anon_sym_u128); END_STATE(); case 157: if (lookahead == 'n') ADVANCE(180); END_STATE(); case 158: if (lookahead == 'f') ADVANCE(181); END_STATE(); case 159: if (lookahead == 'e') ADVANCE(182); END_STATE(); case 160: if (lookahead == 'e') ADVANCE(183); END_STATE(); case 161: if (lookahead == 'e') ADVANCE(184); END_STATE(); case 162: ACCEPT_TOKEN(anon_sym_async); END_STATE(); case 163: ACCEPT_TOKEN(anon_sym_await); END_STATE(); case 164: ACCEPT_TOKEN(anon_sym_block); END_STATE(); case 165: ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 166: ACCEPT_TOKEN(anon_sym_const); END_STATE(); case 167: if (lookahead == 'n') ADVANCE(185); END_STATE(); case 168: ACCEPT_TOKEN(sym_crate); END_STATE(); case 169: if (lookahead == 'l') ADVANCE(186); END_STATE(); case 170: if (lookahead == 'n') ADVANCE(187); END_STATE(); case 171: ACCEPT_TOKEN(anon_sym_false); END_STATE(); case 172: ACCEPT_TOKEN(anon_sym_ident); END_STATE(); case 173: ACCEPT_TOKEN(anon_sym_isize); END_STATE(); case 174: ACCEPT_TOKEN(anon_sym_match); END_STATE(); case 175: if (lookahead == 'n') ADVANCE(188); END_STATE(); case 176: if (lookahead == 'c') ADVANCE(189); END_STATE(); case 177: if (lookahead == 't') ADVANCE(190); END_STATE(); case 178: ACCEPT_TOKEN(sym_super); END_STATE(); case 179: ACCEPT_TOKEN(anon_sym_trait); END_STATE(); case 180: ACCEPT_TOKEN(anon_sym_union); END_STATE(); case 181: if (lookahead == 'e') ADVANCE(191); END_STATE(); case 182: ACCEPT_TOKEN(anon_sym_usize); END_STATE(); case 183: ACCEPT_TOKEN(anon_sym_where); END_STATE(); case 184: ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 185: if (lookahead == 'u') ADVANCE(192); END_STATE(); case 186: if (lookahead == 't') ADVANCE(193); END_STATE(); case 187: ACCEPT_TOKEN(anon_sym_extern); END_STATE(); case 188: ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 189: ACCEPT_TOKEN(anon_sym_static); END_STATE(); case 190: ACCEPT_TOKEN(anon_sym_struct); END_STATE(); case 191: ACCEPT_TOKEN(anon_sym_unsafe); END_STATE(); case 192: if (lookahead == 'e') ADVANCE(194); END_STATE(); case 193: ACCEPT_TOKEN(anon_sym_default); END_STATE(); case 194: ACCEPT_TOKEN(anon_sym_continue); END_STATE(); default: return false; } } static TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, [1] = {.lex_state = 54, .external_lex_state = 2}, [2] = {.lex_state = 54, .external_lex_state = 2}, [3] = {.lex_state = 54, .external_lex_state = 2}, [4] = {.lex_state = 54, .external_lex_state = 2}, [5] = {.lex_state = 54, .external_lex_state = 2}, [6] = {.lex_state = 54, .external_lex_state = 2}, [7] = {.lex_state = 54, .external_lex_state = 2}, [8] = {.lex_state = 54, .external_lex_state = 2}, [9] = {.lex_state = 54, .external_lex_state = 2}, [10] = {.lex_state = 54, .external_lex_state = 2}, [11] = {.lex_state = 54, .external_lex_state = 2}, [12] = {.lex_state = 54, .external_lex_state = 2}, [13] = {.lex_state = 54, .external_lex_state = 2}, [14] = {.lex_state = 54, .external_lex_state = 2}, [15] = {.lex_state = 1, .external_lex_state = 2}, [16] = {.lex_state = 1, .external_lex_state = 2}, [17] = {.lex_state = 1, .external_lex_state = 2}, [18] = {.lex_state = 1, .external_lex_state = 2}, [19] = {.lex_state = 1, .external_lex_state = 2}, [20] = {.lex_state = 1, .external_lex_state = 2}, [21] = {.lex_state = 1, .external_lex_state = 2}, [22] = {.lex_state = 1, .external_lex_state = 2}, [23] = {.lex_state = 1, .external_lex_state = 2}, [24] = {.lex_state = 1, .external_lex_state = 2}, [25] = {.lex_state = 53, .external_lex_state = 2}, [26] = {.lex_state = 53, .external_lex_state = 2}, [27] = {.lex_state = 53, .external_lex_state = 2}, [28] = {.lex_state = 53, .external_lex_state = 2}, [29] = {.lex_state = 53, .external_lex_state = 2}, [30] = {.lex_state = 4, .external_lex_state = 2}, [31] = {.lex_state = 4, .external_lex_state = 2}, [32] = {.lex_state = 4, .external_lex_state = 2}, [33] = {.lex_state = 53, .external_lex_state = 2}, [34] = {.lex_state = 53, .external_lex_state = 2}, [35] = {.lex_state = 53, .external_lex_state = 2}, [36] = {.lex_state = 4, .external_lex_state = 2}, [37] = {.lex_state = 4, .external_lex_state = 2}, [38] = {.lex_state = 53, .external_lex_state = 2}, [39] = {.lex_state = 4, .external_lex_state = 2}, [40] = {.lex_state = 53, .external_lex_state = 2}, [41] = {.lex_state = 53, .external_lex_state = 2}, [42] = {.lex_state = 53, .external_lex_state = 2}, [43] = {.lex_state = 53, .external_lex_state = 2}, [44] = {.lex_state = 53, .external_lex_state = 2}, [45] = {.lex_state = 53, .external_lex_state = 2}, [46] = {.lex_state = 53, .external_lex_state = 2}, [47] = {.lex_state = 53, .external_lex_state = 2}, [48] = {.lex_state = 53, .external_lex_state = 2}, [49] = {.lex_state = 53, .external_lex_state = 2}, [50] = {.lex_state = 53, .external_lex_state = 2}, [51] = {.lex_state = 53, .external_lex_state = 2}, [52] = {.lex_state = 53, .external_lex_state = 2}, [53] = {.lex_state = 53, .external_lex_state = 2}, [54] = {.lex_state = 4, .external_lex_state = 2}, [55] = {.lex_state = 53, .external_lex_state = 2}, [56] = {.lex_state = 53, .external_lex_state = 2}, [57] = {.lex_state = 53, .external_lex_state = 2}, [58] = {.lex_state = 53, .external_lex_state = 2}, [59] = {.lex_state = 53, .external_lex_state = 2}, [60] = {.lex_state = 4, .external_lex_state = 2}, [61] = {.lex_state = 4, .external_lex_state = 2}, [62] = {.lex_state = 4, .external_lex_state = 2}, [63] = {.lex_state = 53, .external_lex_state = 2}, [64] = {.lex_state = 4, .external_lex_state = 2}, [65] = {.lex_state = 4, .external_lex_state = 2}, [66] = {.lex_state = 4, .external_lex_state = 2}, [67] = {.lex_state = 4, .external_lex_state = 2}, [68] = {.lex_state = 4, .external_lex_state = 2}, [69] = {.lex_state = 4, .external_lex_state = 2}, [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}, [74] = {.lex_state = 4, .external_lex_state = 2}, [75] = {.lex_state = 4, .external_lex_state = 2}, [76] = {.lex_state = 4, .external_lex_state = 2}, [77] = {.lex_state = 4, .external_lex_state = 2}, [78] = {.lex_state = 4, .external_lex_state = 2}, [79] = {.lex_state = 4, .external_lex_state = 2}, [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 = 4, .external_lex_state = 2}, [84] = {.lex_state = 4, .external_lex_state = 2}, [85] = {.lex_state = 4, .external_lex_state = 2}, [86] = {.lex_state = 4, .external_lex_state = 2}, [87] = {.lex_state = 4, .external_lex_state = 2}, [88] = {.lex_state = 4, .external_lex_state = 2}, [89] = {.lex_state = 4, .external_lex_state = 2}, [90] = {.lex_state = 4, .external_lex_state = 2}, [91] = {.lex_state = 4, .external_lex_state = 2}, [92] = {.lex_state = 4, .external_lex_state = 2}, [93] = {.lex_state = 4, .external_lex_state = 2}, [94] = {.lex_state = 4, .external_lex_state = 2}, [95] = {.lex_state = 4, .external_lex_state = 2}, [96] = {.lex_state = 4, .external_lex_state = 2}, [97] = {.lex_state = 4, .external_lex_state = 2}, [98] = {.lex_state = 4, .external_lex_state = 2}, [99] = {.lex_state = 5, .external_lex_state = 2}, [100] = {.lex_state = 5, .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 = 4, .external_lex_state = 2}, [106] = {.lex_state = 4, .external_lex_state = 2}, [107] = {.lex_state = 4, .external_lex_state = 2}, [108] = {.lex_state = 4, .external_lex_state = 2}, [109] = {.lex_state = 4, .external_lex_state = 2}, [110] = {.lex_state = 4, .external_lex_state = 2}, [111] = {.lex_state = 4, .external_lex_state = 2}, [112] = {.lex_state = 4, .external_lex_state = 2}, [113] = {.lex_state = 5, .external_lex_state = 2}, [114] = {.lex_state = 4, .external_lex_state = 2}, [115] = {.lex_state = 5, .external_lex_state = 2}, [116] = {.lex_state = 4, .external_lex_state = 2}, [117] = {.lex_state = 4, .external_lex_state = 2}, [118] = {.lex_state = 4, .external_lex_state = 2}, [119] = {.lex_state = 4, .external_lex_state = 2}, [120] = {.lex_state = 4, .external_lex_state = 2}, [121] = {.lex_state = 4, .external_lex_state = 2}, [122] = {.lex_state = 4, .external_lex_state = 2}, [123] = {.lex_state = 4, .external_lex_state = 2}, [124] = {.lex_state = 4, .external_lex_state = 2}, [125] = {.lex_state = 4, .external_lex_state = 2}, [126] = {.lex_state = 4, .external_lex_state = 2}, [127] = {.lex_state = 4, .external_lex_state = 2}, [128] = {.lex_state = 4, .external_lex_state = 2}, [129] = {.lex_state = 4, .external_lex_state = 2}, [130] = {.lex_state = 4, .external_lex_state = 2}, [131] = {.lex_state = 4, .external_lex_state = 2}, [132] = {.lex_state = 4, .external_lex_state = 2}, [133] = {.lex_state = 4, .external_lex_state = 2}, [134] = {.lex_state = 4, .external_lex_state = 2}, [135] = {.lex_state = 4, .external_lex_state = 2}, [136] = {.lex_state = 4, .external_lex_state = 2}, [137] = {.lex_state = 4, .external_lex_state = 2}, [138] = {.lex_state = 4, .external_lex_state = 2}, [139] = {.lex_state = 4, .external_lex_state = 2}, [140] = {.lex_state = 4, .external_lex_state = 2}, [141] = {.lex_state = 4, .external_lex_state = 2}, [142] = {.lex_state = 5, .external_lex_state = 2}, [143] = {.lex_state = 4, .external_lex_state = 2}, [144] = {.lex_state = 4, .external_lex_state = 2}, [145] = {.lex_state = 4, .external_lex_state = 2}, [146] = {.lex_state = 4, .external_lex_state = 2}, [147] = {.lex_state = 4, .external_lex_state = 2}, [148] = {.lex_state = 4, .external_lex_state = 2}, [149] = {.lex_state = 4, .external_lex_state = 2}, [150] = {.lex_state = 4, .external_lex_state = 2}, [151] = {.lex_state = 4, .external_lex_state = 2}, [152] = {.lex_state = 4, .external_lex_state = 2}, [153] = {.lex_state = 4, .external_lex_state = 2}, [154] = {.lex_state = 4, .external_lex_state = 2}, [155] = {.lex_state = 4, .external_lex_state = 2}, [156] = {.lex_state = 4, .external_lex_state = 2}, [157] = {.lex_state = 4, .external_lex_state = 2}, [158] = {.lex_state = 4, .external_lex_state = 2}, [159] = {.lex_state = 4, .external_lex_state = 2}, [160] = {.lex_state = 4, .external_lex_state = 2}, [161] = {.lex_state = 4, .external_lex_state = 2}, [162] = {.lex_state = 4, .external_lex_state = 2}, [163] = {.lex_state = 4, .external_lex_state = 2}, [164] = {.lex_state = 4, .external_lex_state = 2}, [165] = {.lex_state = 4, .external_lex_state = 2}, [166] = {.lex_state = 4, .external_lex_state = 2}, [167] = {.lex_state = 4, .external_lex_state = 2}, [168] = {.lex_state = 4, .external_lex_state = 2}, [169] = {.lex_state = 4, .external_lex_state = 2}, [170] = {.lex_state = 4, .external_lex_state = 2}, [171] = {.lex_state = 4, .external_lex_state = 2}, [172] = {.lex_state = 4, .external_lex_state = 2}, [173] = {.lex_state = 4, .external_lex_state = 2}, [174] = {.lex_state = 4, .external_lex_state = 2}, [175] = {.lex_state = 4, .external_lex_state = 2}, [176] = {.lex_state = 4, .external_lex_state = 2}, [177] = {.lex_state = 4, .external_lex_state = 2}, [178] = {.lex_state = 5, .external_lex_state = 2}, [179] = {.lex_state = 5, .external_lex_state = 2}, [180] = {.lex_state = 5, .external_lex_state = 2}, [181] = {.lex_state = 5, .external_lex_state = 2}, [182] = {.lex_state = 5, .external_lex_state = 2}, [183] = {.lex_state = 5, .external_lex_state = 2}, [184] = {.lex_state = 5, .external_lex_state = 2}, [185] = {.lex_state = 5, .external_lex_state = 2}, [186] = {.lex_state = 5, .external_lex_state = 2}, [187] = {.lex_state = 5, .external_lex_state = 2}, [188] = {.lex_state = 4, .external_lex_state = 2}, [189] = {.lex_state = 4, .external_lex_state = 2}, [190] = {.lex_state = 4, .external_lex_state = 2}, [191] = {.lex_state = 1, .external_lex_state = 2}, [192] = {.lex_state = 4, .external_lex_state = 2}, [193] = {.lex_state = 4, .external_lex_state = 2}, [194] = {.lex_state = 4, .external_lex_state = 2}, [195] = {.lex_state = 4, .external_lex_state = 2}, [196] = {.lex_state = 4, .external_lex_state = 2}, [197] = {.lex_state = 4, .external_lex_state = 2}, [198] = {.lex_state = 4, .external_lex_state = 2}, [199] = {.lex_state = 4, .external_lex_state = 2}, [200] = {.lex_state = 4, .external_lex_state = 2}, [201] = {.lex_state = 4, .external_lex_state = 2}, [202] = {.lex_state = 4, .external_lex_state = 2}, [203] = {.lex_state = 1, .external_lex_state = 2}, [204] = {.lex_state = 1, .external_lex_state = 2}, [205] = {.lex_state = 1, .external_lex_state = 2}, [206] = {.lex_state = 1, .external_lex_state = 2}, [207] = {.lex_state = 1, .external_lex_state = 2}, [208] = {.lex_state = 1, .external_lex_state = 2}, [209] = {.lex_state = 1, .external_lex_state = 2}, [210] = {.lex_state = 1, .external_lex_state = 2}, [211] = {.lex_state = 4, .external_lex_state = 2}, [212] = {.lex_state = 1, .external_lex_state = 2}, [213] = {.lex_state = 1, .external_lex_state = 2}, [214] = {.lex_state = 1, .external_lex_state = 2}, [215] = {.lex_state = 1, .external_lex_state = 2}, [216] = {.lex_state = 1, .external_lex_state = 2}, [217] = {.lex_state = 1, .external_lex_state = 2}, [218] = {.lex_state = 1, .external_lex_state = 2}, [219] = {.lex_state = 1, .external_lex_state = 2}, [220] = {.lex_state = 1, .external_lex_state = 2}, [221] = {.lex_state = 1, .external_lex_state = 2}, [222] = {.lex_state = 4, .external_lex_state = 2}, [223] = {.lex_state = 4, .external_lex_state = 2}, [224] = {.lex_state = 1, .external_lex_state = 2}, [225] = {.lex_state = 1, .external_lex_state = 2}, [226] = {.lex_state = 9, .external_lex_state = 2}, [227] = {.lex_state = 1, .external_lex_state = 2}, [228] = {.lex_state = 1, .external_lex_state = 2}, [229] = {.lex_state = 1, .external_lex_state = 2}, [230] = {.lex_state = 4, .external_lex_state = 2}, [231] = {.lex_state = 1, .external_lex_state = 2}, [232] = {.lex_state = 1, .external_lex_state = 2}, [233] = {.lex_state = 54, .external_lex_state = 2}, [234] = {.lex_state = 54, .external_lex_state = 2}, [235] = {.lex_state = 54, .external_lex_state = 2}, [236] = {.lex_state = 54, .external_lex_state = 2}, [237] = {.lex_state = 54, .external_lex_state = 2}, [238] = {.lex_state = 54, .external_lex_state = 2}, [239] = {.lex_state = 54, .external_lex_state = 2}, [240] = {.lex_state = 54, .external_lex_state = 2}, [241] = {.lex_state = 54, .external_lex_state = 2}, [242] = {.lex_state = 54, .external_lex_state = 2}, [243] = {.lex_state = 54, .external_lex_state = 2}, [244] = {.lex_state = 54, .external_lex_state = 2}, [245] = {.lex_state = 54, .external_lex_state = 2}, [246] = {.lex_state = 54, .external_lex_state = 2}, [247] = {.lex_state = 54, .external_lex_state = 2}, [248] = {.lex_state = 54, .external_lex_state = 2}, [249] = {.lex_state = 54, .external_lex_state = 2}, [250] = {.lex_state = 54, .external_lex_state = 2}, [251] = {.lex_state = 54, .external_lex_state = 2}, [252] = {.lex_state = 54, .external_lex_state = 2}, [253] = {.lex_state = 54, .external_lex_state = 2}, [254] = {.lex_state = 54, .external_lex_state = 2}, [255] = {.lex_state = 54, .external_lex_state = 2}, [256] = {.lex_state = 54, .external_lex_state = 2}, [257] = {.lex_state = 54, .external_lex_state = 2}, [258] = {.lex_state = 54, .external_lex_state = 2}, [259] = {.lex_state = 54, .external_lex_state = 2}, [260] = {.lex_state = 54, .external_lex_state = 2}, [261] = {.lex_state = 54, .external_lex_state = 2}, [262] = {.lex_state = 54, .external_lex_state = 2}, [263] = {.lex_state = 54, .external_lex_state = 2}, [264] = {.lex_state = 54, .external_lex_state = 2}, [265] = {.lex_state = 54, .external_lex_state = 2}, [266] = {.lex_state = 54, .external_lex_state = 2}, [267] = {.lex_state = 54, .external_lex_state = 2}, [268] = {.lex_state = 54, .external_lex_state = 2}, [269] = {.lex_state = 54, .external_lex_state = 2}, [270] = {.lex_state = 54, .external_lex_state = 2}, [271] = {.lex_state = 54, .external_lex_state = 2}, [272] = {.lex_state = 54, .external_lex_state = 2}, [273] = {.lex_state = 54, .external_lex_state = 2}, [274] = {.lex_state = 54, .external_lex_state = 2}, [275] = {.lex_state = 54, .external_lex_state = 2}, [276] = {.lex_state = 54, .external_lex_state = 2}, [277] = {.lex_state = 54, .external_lex_state = 2}, [278] = {.lex_state = 54, .external_lex_state = 2}, [279] = {.lex_state = 54, .external_lex_state = 2}, [280] = {.lex_state = 54, .external_lex_state = 2}, [281] = {.lex_state = 54, .external_lex_state = 2}, [282] = {.lex_state = 54, .external_lex_state = 2}, [283] = {.lex_state = 4, .external_lex_state = 2}, [284] = {.lex_state = 54, .external_lex_state = 2}, [285] = {.lex_state = 54, .external_lex_state = 2}, [286] = {.lex_state = 54, .external_lex_state = 2}, [287] = {.lex_state = 54, .external_lex_state = 2}, [288] = {.lex_state = 54, .external_lex_state = 2}, [289] = {.lex_state = 54, .external_lex_state = 2}, [290] = {.lex_state = 54, .external_lex_state = 2}, [291] = {.lex_state = 54, .external_lex_state = 2}, [292] = {.lex_state = 54, .external_lex_state = 2}, [293] = {.lex_state = 54, .external_lex_state = 2}, [294] = {.lex_state = 54, .external_lex_state = 2}, [295] = {.lex_state = 54, .external_lex_state = 2}, [296] = {.lex_state = 54, .external_lex_state = 2}, [297] = {.lex_state = 54, .external_lex_state = 2}, [298] = {.lex_state = 54, .external_lex_state = 2}, [299] = {.lex_state = 54, .external_lex_state = 2}, [300] = {.lex_state = 54, .external_lex_state = 2}, [301] = {.lex_state = 54, .external_lex_state = 2}, [302] = {.lex_state = 54, .external_lex_state = 2}, [303] = {.lex_state = 54, .external_lex_state = 2}, [304] = {.lex_state = 54, .external_lex_state = 2}, [305] = {.lex_state = 54, .external_lex_state = 2}, [306] = {.lex_state = 54, .external_lex_state = 2}, [307] = {.lex_state = 54, .external_lex_state = 2}, [308] = {.lex_state = 54, .external_lex_state = 2}, [309] = {.lex_state = 54, .external_lex_state = 2}, [310] = {.lex_state = 54, .external_lex_state = 2}, [311] = {.lex_state = 54, .external_lex_state = 2}, [312] = {.lex_state = 54, .external_lex_state = 2}, [313] = {.lex_state = 54, .external_lex_state = 2}, [314] = {.lex_state = 54, .external_lex_state = 2}, [315] = {.lex_state = 54, .external_lex_state = 2}, [316] = {.lex_state = 54, .external_lex_state = 2}, [317] = {.lex_state = 54, .external_lex_state = 2}, [318] = {.lex_state = 54, .external_lex_state = 2}, [319] = {.lex_state = 54, .external_lex_state = 2}, [320] = {.lex_state = 54, .external_lex_state = 2}, [321] = {.lex_state = 54, .external_lex_state = 2}, [322] = {.lex_state = 54, .external_lex_state = 2}, [323] = {.lex_state = 54, .external_lex_state = 2}, [324] = {.lex_state = 54, .external_lex_state = 2}, [325] = {.lex_state = 54, .external_lex_state = 2}, [326] = {.lex_state = 54, .external_lex_state = 2}, [327] = {.lex_state = 54, .external_lex_state = 2}, [328] = {.lex_state = 54, .external_lex_state = 2}, [329] = {.lex_state = 54, .external_lex_state = 2}, [330] = {.lex_state = 54, .external_lex_state = 2}, [331] = {.lex_state = 54, .external_lex_state = 2}, [332] = {.lex_state = 54, .external_lex_state = 2}, [333] = {.lex_state = 54, .external_lex_state = 2}, [334] = {.lex_state = 54, .external_lex_state = 2}, [335] = {.lex_state = 54, .external_lex_state = 2}, [336] = {.lex_state = 54, .external_lex_state = 2}, [337] = {.lex_state = 54, .external_lex_state = 2}, [338] = {.lex_state = 54, .external_lex_state = 2}, [339] = {.lex_state = 54, .external_lex_state = 2}, [340] = {.lex_state = 54, .external_lex_state = 2}, [341] = {.lex_state = 54, .external_lex_state = 2}, [342] = {.lex_state = 54, .external_lex_state = 2}, [343] = {.lex_state = 54, .external_lex_state = 2}, [344] = {.lex_state = 54, .external_lex_state = 2}, [345] = {.lex_state = 54, .external_lex_state = 2}, [346] = {.lex_state = 54, .external_lex_state = 2}, [347] = {.lex_state = 54, .external_lex_state = 2}, [348] = {.lex_state = 54, .external_lex_state = 2}, [349] = {.lex_state = 54, .external_lex_state = 2}, [350] = {.lex_state = 54, .external_lex_state = 2}, [351] = {.lex_state = 54, .external_lex_state = 2}, [352] = {.lex_state = 54, .external_lex_state = 2}, [353] = {.lex_state = 54, .external_lex_state = 2}, [354] = {.lex_state = 54, .external_lex_state = 2}, [355] = {.lex_state = 54, .external_lex_state = 2}, [356] = {.lex_state = 54, .external_lex_state = 2}, [357] = {.lex_state = 54, .external_lex_state = 2}, [358] = {.lex_state = 54, .external_lex_state = 2}, [359] = {.lex_state = 54, .external_lex_state = 2}, [360] = {.lex_state = 54, .external_lex_state = 2}, [361] = {.lex_state = 54, .external_lex_state = 2}, [362] = {.lex_state = 54, .external_lex_state = 2}, [363] = {.lex_state = 54, .external_lex_state = 2}, [364] = {.lex_state = 54, .external_lex_state = 2}, [365] = {.lex_state = 54, .external_lex_state = 2}, [366] = {.lex_state = 54, .external_lex_state = 2}, [367] = {.lex_state = 54, .external_lex_state = 2}, [368] = {.lex_state = 54, .external_lex_state = 2}, [369] = {.lex_state = 54, .external_lex_state = 2}, [370] = {.lex_state = 54, .external_lex_state = 2}, [371] = {.lex_state = 54, .external_lex_state = 2}, [372] = {.lex_state = 54, .external_lex_state = 2}, [373] = {.lex_state = 54, .external_lex_state = 2}, [374] = {.lex_state = 54, .external_lex_state = 2}, [375] = {.lex_state = 54, .external_lex_state = 2}, [376] = {.lex_state = 54, .external_lex_state = 2}, [377] = {.lex_state = 54, .external_lex_state = 2}, [378] = {.lex_state = 54, .external_lex_state = 2}, [379] = {.lex_state = 54, .external_lex_state = 2}, [380] = {.lex_state = 54, .external_lex_state = 2}, [381] = {.lex_state = 54, .external_lex_state = 2}, [382] = {.lex_state = 54, .external_lex_state = 2}, [383] = {.lex_state = 54, .external_lex_state = 2}, [384] = {.lex_state = 54, .external_lex_state = 2}, [385] = {.lex_state = 54, .external_lex_state = 2}, [386] = {.lex_state = 54, .external_lex_state = 2}, [387] = {.lex_state = 54, .external_lex_state = 2}, [388] = {.lex_state = 54, .external_lex_state = 2}, [389] = {.lex_state = 4, .external_lex_state = 2}, [390] = {.lex_state = 54, .external_lex_state = 2}, [391] = {.lex_state = 54, .external_lex_state = 2}, [392] = {.lex_state = 54, .external_lex_state = 2}, [393] = {.lex_state = 54, .external_lex_state = 2}, [394] = {.lex_state = 54, .external_lex_state = 2}, [395] = {.lex_state = 54, .external_lex_state = 2}, [396] = {.lex_state = 54, .external_lex_state = 2}, [397] = {.lex_state = 54, .external_lex_state = 2}, [398] = {.lex_state = 54, .external_lex_state = 2}, [399] = {.lex_state = 54, .external_lex_state = 2}, [400] = {.lex_state = 54, .external_lex_state = 2}, [401] = {.lex_state = 54, .external_lex_state = 2}, [402] = {.lex_state = 54, .external_lex_state = 2}, [403] = {.lex_state = 54, .external_lex_state = 2}, [404] = {.lex_state = 54, .external_lex_state = 2}, [405] = {.lex_state = 54, .external_lex_state = 2}, [406] = {.lex_state = 54, .external_lex_state = 2}, [407] = {.lex_state = 54, .external_lex_state = 2}, [408] = {.lex_state = 54, .external_lex_state = 2}, [409] = {.lex_state = 54, .external_lex_state = 2}, [410] = {.lex_state = 54, .external_lex_state = 2}, [411] = {.lex_state = 54, .external_lex_state = 2}, [412] = {.lex_state = 54, .external_lex_state = 2}, [413] = {.lex_state = 54, .external_lex_state = 2}, [414] = {.lex_state = 54, .external_lex_state = 2}, [415] = {.lex_state = 54, .external_lex_state = 2}, [416] = {.lex_state = 54, .external_lex_state = 2}, [417] = {.lex_state = 54, .external_lex_state = 2}, [418] = {.lex_state = 54, .external_lex_state = 2}, [419] = {.lex_state = 54, .external_lex_state = 2}, [420] = {.lex_state = 54, .external_lex_state = 2}, [421] = {.lex_state = 54, .external_lex_state = 2}, [422] = {.lex_state = 54, .external_lex_state = 2}, [423] = {.lex_state = 54, .external_lex_state = 2}, [424] = {.lex_state = 54, .external_lex_state = 2}, [425] = {.lex_state = 54, .external_lex_state = 2}, [426] = {.lex_state = 54, .external_lex_state = 2}, [427] = {.lex_state = 54, .external_lex_state = 2}, [428] = {.lex_state = 4, .external_lex_state = 2}, [429] = {.lex_state = 54, .external_lex_state = 2}, [430] = {.lex_state = 54, .external_lex_state = 2}, [431] = {.lex_state = 54, .external_lex_state = 2}, [432] = {.lex_state = 54, .external_lex_state = 2}, [433] = {.lex_state = 54, .external_lex_state = 2}, [434] = {.lex_state = 54, .external_lex_state = 2}, [435] = {.lex_state = 54, .external_lex_state = 2}, [436] = {.lex_state = 54, .external_lex_state = 2}, [437] = {.lex_state = 54, .external_lex_state = 2}, [438] = {.lex_state = 54, .external_lex_state = 2}, [439] = {.lex_state = 9, .external_lex_state = 2}, [440] = {.lex_state = 9, .external_lex_state = 2}, [441] = {.lex_state = 9, .external_lex_state = 2}, [442] = {.lex_state = 9, .external_lex_state = 2}, [443] = {.lex_state = 9, .external_lex_state = 2}, [444] = {.lex_state = 9, .external_lex_state = 2}, [445] = {.lex_state = 9, .external_lex_state = 2}, [446] = {.lex_state = 9, .external_lex_state = 2}, [447] = {.lex_state = 9, .external_lex_state = 2}, [448] = {.lex_state = 9, .external_lex_state = 2}, [449] = {.lex_state = 9, .external_lex_state = 2}, [450] = {.lex_state = 9, .external_lex_state = 2}, [451] = {.lex_state = 9, .external_lex_state = 2}, [452] = {.lex_state = 9, .external_lex_state = 2}, [453] = {.lex_state = 9, .external_lex_state = 2}, [454] = {.lex_state = 9, .external_lex_state = 2}, [455] = {.lex_state = 9, .external_lex_state = 2}, [456] = {.lex_state = 9, .external_lex_state = 2}, [457] = {.lex_state = 9, .external_lex_state = 2}, [458] = {.lex_state = 9, .external_lex_state = 2}, [459] = {.lex_state = 9, .external_lex_state = 2}, [460] = {.lex_state = 9, .external_lex_state = 2}, [461] = {.lex_state = 9, .external_lex_state = 2}, [462] = {.lex_state = 9, .external_lex_state = 2}, [463] = {.lex_state = 9, .external_lex_state = 2}, [464] = {.lex_state = 9, .external_lex_state = 2}, [465] = {.lex_state = 9, .external_lex_state = 2}, [466] = {.lex_state = 9, .external_lex_state = 2}, [467] = {.lex_state = 9, .external_lex_state = 2}, [468] = {.lex_state = 9, .external_lex_state = 2}, [469] = {.lex_state = 9, .external_lex_state = 2}, [470] = {.lex_state = 9, .external_lex_state = 2}, [471] = {.lex_state = 9, .external_lex_state = 2}, [472] = {.lex_state = 9, .external_lex_state = 2}, [473] = {.lex_state = 9, .external_lex_state = 2}, [474] = {.lex_state = 9, .external_lex_state = 2}, [475] = {.lex_state = 9, .external_lex_state = 2}, [476] = {.lex_state = 9, .external_lex_state = 2}, [477] = {.lex_state = 9, .external_lex_state = 2}, [478] = {.lex_state = 9, .external_lex_state = 2}, [479] = {.lex_state = 9, .external_lex_state = 2}, [480] = {.lex_state = 9, .external_lex_state = 2}, [481] = {.lex_state = 9, .external_lex_state = 2}, [482] = {.lex_state = 9, .external_lex_state = 2}, [483] = {.lex_state = 9, .external_lex_state = 2}, [484] = {.lex_state = 9, .external_lex_state = 2}, [485] = {.lex_state = 9, .external_lex_state = 2}, [486] = {.lex_state = 4, .external_lex_state = 2}, [487] = {.lex_state = 4, .external_lex_state = 2}, [488] = {.lex_state = 4, .external_lex_state = 2}, [489] = {.lex_state = 3, .external_lex_state = 3}, [490] = {.lex_state = 4, .external_lex_state = 2}, [491] = {.lex_state = 4, .external_lex_state = 2}, [492] = {.lex_state = 4, .external_lex_state = 2}, [493] = {.lex_state = 3, .external_lex_state = 3}, [494] = {.lex_state = 3, .external_lex_state = 3}, [495] = {.lex_state = 3, .external_lex_state = 3}, [496] = {.lex_state = 3, .external_lex_state = 3}, [497] = {.lex_state = 3, .external_lex_state = 3}, [498] = {.lex_state = 3, .external_lex_state = 3}, [499] = {.lex_state = 4, .external_lex_state = 2}, [500] = {.lex_state = 8, .external_lex_state = 2}, [501] = {.lex_state = 3, .external_lex_state = 3}, [502] = {.lex_state = 3, .external_lex_state = 3}, [503] = {.lex_state = 3, .external_lex_state = 3}, [504] = {.lex_state = 9, .external_lex_state = 2}, [505] = {.lex_state = 9, .external_lex_state = 2}, [506] = {.lex_state = 9, .external_lex_state = 2}, [507] = {.lex_state = 9, .external_lex_state = 2}, [508] = {.lex_state = 9, .external_lex_state = 2}, [509] = {.lex_state = 9, .external_lex_state = 2}, [510] = {.lex_state = 9, .external_lex_state = 2}, [511] = {.lex_state = 9, .external_lex_state = 2}, [512] = {.lex_state = 9, .external_lex_state = 2}, [513] = {.lex_state = 9, .external_lex_state = 2}, [514] = {.lex_state = 9, .external_lex_state = 2}, [515] = {.lex_state = 9, .external_lex_state = 2}, [516] = {.lex_state = 9, .external_lex_state = 2}, [517] = {.lex_state = 9, .external_lex_state = 2}, [518] = {.lex_state = 9, .external_lex_state = 2}, [519] = {.lex_state = 9, .external_lex_state = 2}, [520] = {.lex_state = 9, .external_lex_state = 2}, [521] = {.lex_state = 3, .external_lex_state = 3}, [522] = {.lex_state = 3, .external_lex_state = 3}, [523] = {.lex_state = 3, .external_lex_state = 3}, [524] = {.lex_state = 3, .external_lex_state = 3}, [525] = {.lex_state = 4, .external_lex_state = 2}, [526] = {.lex_state = 4, .external_lex_state = 2}, [527] = {.lex_state = 3, .external_lex_state = 3}, [528] = {.lex_state = 3, .external_lex_state = 3}, [529] = {.lex_state = 3, .external_lex_state = 3}, [530] = {.lex_state = 3, .external_lex_state = 3}, [531] = {.lex_state = 3, .external_lex_state = 3}, [532] = {.lex_state = 4, .external_lex_state = 2}, [533] = {.lex_state = 3, .external_lex_state = 3}, [534] = {.lex_state = 3, .external_lex_state = 3}, [535] = {.lex_state = 3, .external_lex_state = 3}, [536] = {.lex_state = 3, .external_lex_state = 3}, [537] = {.lex_state = 3, .external_lex_state = 3}, [538] = {.lex_state = 3, .external_lex_state = 3}, [539] = {.lex_state = 3, .external_lex_state = 3}, [540] = {.lex_state = 4, .external_lex_state = 2}, [541] = {.lex_state = 3, .external_lex_state = 3}, [542] = {.lex_state = 4, .external_lex_state = 2}, [543] = {.lex_state = 3, .external_lex_state = 3}, [544] = {.lex_state = 3, .external_lex_state = 3}, [545] = {.lex_state = 3, .external_lex_state = 3}, [546] = {.lex_state = 3, .external_lex_state = 3}, [547] = {.lex_state = 3, .external_lex_state = 3}, [548] = {.lex_state = 3, .external_lex_state = 3}, [549] = {.lex_state = 3, .external_lex_state = 3}, [550] = {.lex_state = 3, .external_lex_state = 3}, [551] = {.lex_state = 3, .external_lex_state = 3}, [552] = {.lex_state = 3, .external_lex_state = 3}, [553] = {.lex_state = 3, .external_lex_state = 3}, [554] = {.lex_state = 3, .external_lex_state = 3}, [555] = {.lex_state = 3, .external_lex_state = 3}, [556] = {.lex_state = 3, .external_lex_state = 3}, [557] = {.lex_state = 3, .external_lex_state = 3}, [558] = {.lex_state = 3, .external_lex_state = 3}, [559] = {.lex_state = 3, .external_lex_state = 3}, [560] = {.lex_state = 3, .external_lex_state = 3}, [561] = {.lex_state = 3, .external_lex_state = 3}, [562] = {.lex_state = 3, .external_lex_state = 3}, [563] = {.lex_state = 3, .external_lex_state = 3}, [564] = {.lex_state = 3, .external_lex_state = 3}, [565] = {.lex_state = 3, .external_lex_state = 3}, [566] = {.lex_state = 3, .external_lex_state = 3}, [567] = {.lex_state = 3, .external_lex_state = 3}, [568] = {.lex_state = 3, .external_lex_state = 3}, [569] = {.lex_state = 3, .external_lex_state = 3}, [570] = {.lex_state = 3, .external_lex_state = 3}, [571] = {.lex_state = 3, .external_lex_state = 3}, [572] = {.lex_state = 3, .external_lex_state = 3}, [573] = {.lex_state = 3, .external_lex_state = 3}, [574] = {.lex_state = 3, .external_lex_state = 3}, [575] = {.lex_state = 3, .external_lex_state = 3}, [576] = {.lex_state = 3, .external_lex_state = 3}, [577] = {.lex_state = 3, .external_lex_state = 3}, [578] = {.lex_state = 3, .external_lex_state = 3}, [579] = {.lex_state = 4, .external_lex_state = 2}, [580] = {.lex_state = 3, .external_lex_state = 3}, [581] = {.lex_state = 3, .external_lex_state = 3}, [582] = {.lex_state = 3, .external_lex_state = 3}, [583] = {.lex_state = 3, .external_lex_state = 3}, [584] = {.lex_state = 3, .external_lex_state = 3}, [585] = {.lex_state = 3, .external_lex_state = 3}, [586] = {.lex_state = 3, .external_lex_state = 3}, [587] = {.lex_state = 3, .external_lex_state = 3}, [588] = {.lex_state = 3, .external_lex_state = 3}, [589] = {.lex_state = 3, .external_lex_state = 3}, [590] = {.lex_state = 3, .external_lex_state = 3}, [591] = {.lex_state = 3, .external_lex_state = 3}, [592] = {.lex_state = 3, .external_lex_state = 3}, [593] = {.lex_state = 3, .external_lex_state = 3}, [594] = {.lex_state = 3, .external_lex_state = 3}, [595] = {.lex_state = 3, .external_lex_state = 3}, [596] = {.lex_state = 3, .external_lex_state = 3}, [597] = {.lex_state = 3, .external_lex_state = 3}, [598] = {.lex_state = 3, .external_lex_state = 3}, [599] = {.lex_state = 3, .external_lex_state = 3}, [600] = {.lex_state = 3, .external_lex_state = 3}, [601] = {.lex_state = 3, .external_lex_state = 3}, [602] = {.lex_state = 3, .external_lex_state = 3}, [603] = {.lex_state = 3, .external_lex_state = 3}, [604] = {.lex_state = 3, .external_lex_state = 3}, [605] = {.lex_state = 3, .external_lex_state = 3}, [606] = {.lex_state = 3, .external_lex_state = 3}, [607] = {.lex_state = 3, .external_lex_state = 3}, [608] = {.lex_state = 3, .external_lex_state = 3}, [609] = {.lex_state = 3, .external_lex_state = 3}, [610] = {.lex_state = 3, .external_lex_state = 3}, [611] = {.lex_state = 3, .external_lex_state = 3}, [612] = {.lex_state = 4, .external_lex_state = 2}, [613] = {.lex_state = 3, .external_lex_state = 3}, [614] = {.lex_state = 3, .external_lex_state = 3}, [615] = {.lex_state = 3, .external_lex_state = 3}, [616] = {.lex_state = 3, .external_lex_state = 3}, [617] = {.lex_state = 4, .external_lex_state = 2}, [618] = {.lex_state = 3, .external_lex_state = 3}, [619] = {.lex_state = 3, .external_lex_state = 3}, [620] = {.lex_state = 4, .external_lex_state = 2}, [621] = {.lex_state = 3, .external_lex_state = 3}, [622] = {.lex_state = 3, .external_lex_state = 3}, [623] = {.lex_state = 3, .external_lex_state = 3}, [624] = {.lex_state = 3, .external_lex_state = 3}, [625] = {.lex_state = 3, .external_lex_state = 3}, [626] = {.lex_state = 3, .external_lex_state = 3}, [627] = {.lex_state = 3, .external_lex_state = 3}, [628] = {.lex_state = 3, .external_lex_state = 3}, [629] = {.lex_state = 3, .external_lex_state = 3}, [630] = {.lex_state = 3, .external_lex_state = 3}, [631] = {.lex_state = 3, .external_lex_state = 3}, [632] = {.lex_state = 3, .external_lex_state = 3}, [633] = {.lex_state = 3, .external_lex_state = 3}, [634] = {.lex_state = 3, .external_lex_state = 3}, [635] = {.lex_state = 3, .external_lex_state = 3}, [636] = {.lex_state = 3, .external_lex_state = 3}, [637] = {.lex_state = 3, .external_lex_state = 3}, [638] = {.lex_state = 3, .external_lex_state = 3}, [639] = {.lex_state = 3, .external_lex_state = 3}, [640] = {.lex_state = 3, .external_lex_state = 3}, [641] = {.lex_state = 3, .external_lex_state = 3}, [642] = {.lex_state = 3, .external_lex_state = 3}, [643] = {.lex_state = 3, .external_lex_state = 3}, [644] = {.lex_state = 3, .external_lex_state = 3}, [645] = {.lex_state = 3, .external_lex_state = 3}, [646] = {.lex_state = 3, .external_lex_state = 3}, [647] = {.lex_state = 3, .external_lex_state = 3}, [648] = {.lex_state = 3, .external_lex_state = 3}, [649] = {.lex_state = 3, .external_lex_state = 3}, [650] = {.lex_state = 3, .external_lex_state = 3}, [651] = {.lex_state = 4, .external_lex_state = 2}, [652] = {.lex_state = 3, .external_lex_state = 3}, [653] = {.lex_state = 3, .external_lex_state = 3}, [654] = {.lex_state = 3, .external_lex_state = 3}, [655] = {.lex_state = 3, .external_lex_state = 3}, [656] = {.lex_state = 3, .external_lex_state = 3}, [657] = {.lex_state = 3, .external_lex_state = 3}, [658] = {.lex_state = 3, .external_lex_state = 3}, [659] = {.lex_state = 3, .external_lex_state = 3}, [660] = {.lex_state = 3, .external_lex_state = 3}, [661] = {.lex_state = 4, .external_lex_state = 2}, [662] = {.lex_state = 4, .external_lex_state = 2}, [663] = {.lex_state = 4, .external_lex_state = 2}, [664] = {.lex_state = 4, .external_lex_state = 2}, [665] = {.lex_state = 4, .external_lex_state = 2}, [666] = {.lex_state = 4, .external_lex_state = 2}, [667] = {.lex_state = 4, .external_lex_state = 2}, [668] = {.lex_state = 4, .external_lex_state = 2}, [669] = {.lex_state = 4, .external_lex_state = 2}, [670] = {.lex_state = 4, .external_lex_state = 2}, [671] = {.lex_state = 4, .external_lex_state = 2}, [672] = {.lex_state = 4, .external_lex_state = 2}, [673] = {.lex_state = 4, .external_lex_state = 2}, [674] = {.lex_state = 4, .external_lex_state = 2}, [675] = {.lex_state = 4, .external_lex_state = 2}, [676] = {.lex_state = 4, .external_lex_state = 2}, [677] = {.lex_state = 4, .external_lex_state = 2}, [678] = {.lex_state = 4, .external_lex_state = 2}, [679] = {.lex_state = 4, .external_lex_state = 2}, [680] = {.lex_state = 4, .external_lex_state = 2}, [681] = {.lex_state = 4, .external_lex_state = 2}, [682] = {.lex_state = 4, .external_lex_state = 2}, [683] = {.lex_state = 4, .external_lex_state = 2}, [684] = {.lex_state = 4, .external_lex_state = 2}, [685] = {.lex_state = 4, .external_lex_state = 2}, [686] = {.lex_state = 4, .external_lex_state = 2}, [687] = {.lex_state = 4, .external_lex_state = 2}, [688] = {.lex_state = 4, .external_lex_state = 2}, [689] = {.lex_state = 4, .external_lex_state = 2}, [690] = {.lex_state = 4, .external_lex_state = 2}, [691] = {.lex_state = 4, .external_lex_state = 2}, [692] = {.lex_state = 4, .external_lex_state = 2}, [693] = {.lex_state = 4, .external_lex_state = 2}, [694] = {.lex_state = 4, .external_lex_state = 2}, [695] = {.lex_state = 4, .external_lex_state = 2}, [696] = {.lex_state = 4, .external_lex_state = 2}, [697] = {.lex_state = 4, .external_lex_state = 2}, [698] = {.lex_state = 4, .external_lex_state = 2}, [699] = {.lex_state = 4, .external_lex_state = 2}, [700] = {.lex_state = 4, .external_lex_state = 2}, [701] = {.lex_state = 4, .external_lex_state = 2}, [702] = {.lex_state = 4, .external_lex_state = 2}, [703] = {.lex_state = 4, .external_lex_state = 2}, [704] = {.lex_state = 4, .external_lex_state = 2}, [705] = {.lex_state = 4, .external_lex_state = 2}, [706] = {.lex_state = 5, .external_lex_state = 2}, [707] = {.lex_state = 11, .external_lex_state = 3}, [708] = {.lex_state = 11, .external_lex_state = 3}, [709] = {.lex_state = 11, .external_lex_state = 3}, [710] = {.lex_state = 11, .external_lex_state = 3}, [711] = {.lex_state = 11, .external_lex_state = 3}, [712] = {.lex_state = 2, .external_lex_state = 3}, [713] = {.lex_state = 2, .external_lex_state = 3}, [714] = {.lex_state = 2, .external_lex_state = 3}, [715] = {.lex_state = 2, .external_lex_state = 3}, [716] = {.lex_state = 2, .external_lex_state = 3}, [717] = {.lex_state = 7, .external_lex_state = 3}, [718] = {.lex_state = 2, .external_lex_state = 3}, [719] = {.lex_state = 7, .external_lex_state = 3}, [720] = {.lex_state = 2, .external_lex_state = 3}, [721] = {.lex_state = 7, .external_lex_state = 3}, [722] = {.lex_state = 2, .external_lex_state = 3}, [723] = {.lex_state = 2, .external_lex_state = 3}, [724] = {.lex_state = 2, .external_lex_state = 3}, [725] = {.lex_state = 2, .external_lex_state = 3}, [726] = {.lex_state = 2, .external_lex_state = 3}, [727] = {.lex_state = 2, .external_lex_state = 3}, [728] = {.lex_state = 2, .external_lex_state = 3}, [729] = {.lex_state = 2, .external_lex_state = 3}, [730] = {.lex_state = 2, .external_lex_state = 3}, [731] = {.lex_state = 2, .external_lex_state = 3}, [732] = {.lex_state = 2, .external_lex_state = 3}, [733] = {.lex_state = 2, .external_lex_state = 3}, [734] = {.lex_state = 2, .external_lex_state = 3}, [735] = {.lex_state = 2, .external_lex_state = 3}, [736] = {.lex_state = 2, .external_lex_state = 3}, [737] = {.lex_state = 2, .external_lex_state = 3}, [738] = {.lex_state = 2, .external_lex_state = 3}, [739] = {.lex_state = 2, .external_lex_state = 3}, [740] = {.lex_state = 2, .external_lex_state = 3}, [741] = {.lex_state = 2, .external_lex_state = 3}, [742] = {.lex_state = 2, .external_lex_state = 3}, [743] = {.lex_state = 2, .external_lex_state = 3}, [744] = {.lex_state = 2, .external_lex_state = 3}, [745] = {.lex_state = 2, .external_lex_state = 3}, [746] = {.lex_state = 2, .external_lex_state = 3}, [747] = {.lex_state = 2, .external_lex_state = 3}, [748] = {.lex_state = 2, .external_lex_state = 3}, [749] = {.lex_state = 2, .external_lex_state = 3}, [750] = {.lex_state = 2, .external_lex_state = 3}, [751] = {.lex_state = 2, .external_lex_state = 3}, [752] = {.lex_state = 2, .external_lex_state = 3}, [753] = {.lex_state = 2, .external_lex_state = 3}, [754] = {.lex_state = 2, .external_lex_state = 3}, [755] = {.lex_state = 2, .external_lex_state = 3}, [756] = {.lex_state = 2, .external_lex_state = 3}, [757] = {.lex_state = 2, .external_lex_state = 3}, [758] = {.lex_state = 2, .external_lex_state = 3}, [759] = {.lex_state = 2, .external_lex_state = 3}, [760] = {.lex_state = 2, .external_lex_state = 3}, [761] = {.lex_state = 2, .external_lex_state = 3}, [762] = {.lex_state = 2, .external_lex_state = 3}, [763] = {.lex_state = 2, .external_lex_state = 3}, [764] = {.lex_state = 2, .external_lex_state = 3}, [765] = {.lex_state = 2, .external_lex_state = 3}, [766] = {.lex_state = 7, .external_lex_state = 3}, [767] = {.lex_state = 2, .external_lex_state = 3}, [768] = {.lex_state = 2, .external_lex_state = 3}, [769] = {.lex_state = 2, .external_lex_state = 3}, [770] = {.lex_state = 2, .external_lex_state = 3}, [771] = {.lex_state = 2, .external_lex_state = 3}, [772] = {.lex_state = 2, .external_lex_state = 3}, [773] = {.lex_state = 2, .external_lex_state = 3}, [774] = {.lex_state = 2, .external_lex_state = 3}, [775] = {.lex_state = 2, .external_lex_state = 3}, [776] = {.lex_state = 2, .external_lex_state = 3}, [777] = {.lex_state = 2, .external_lex_state = 3}, [778] = {.lex_state = 2, .external_lex_state = 3}, [779] = {.lex_state = 2, .external_lex_state = 3}, [780] = {.lex_state = 2, .external_lex_state = 3}, [781] = {.lex_state = 2, .external_lex_state = 3}, [782] = {.lex_state = 2, .external_lex_state = 3}, [783] = {.lex_state = 2, .external_lex_state = 3}, [784] = {.lex_state = 2, .external_lex_state = 3}, [785] = {.lex_state = 2, .external_lex_state = 3}, [786] = {.lex_state = 2, .external_lex_state = 3}, [787] = {.lex_state = 2, .external_lex_state = 3}, [788] = {.lex_state = 2, .external_lex_state = 3}, [789] = {.lex_state = 2, .external_lex_state = 3}, [790] = {.lex_state = 2, .external_lex_state = 3}, [791] = {.lex_state = 2, .external_lex_state = 3}, [792] = {.lex_state = 2, .external_lex_state = 3}, [793] = {.lex_state = 2, .external_lex_state = 3}, [794] = {.lex_state = 2, .external_lex_state = 3}, [795] = {.lex_state = 2, .external_lex_state = 3}, [796] = {.lex_state = 2, .external_lex_state = 3}, [797] = {.lex_state = 2, .external_lex_state = 3}, [798] = {.lex_state = 2, .external_lex_state = 3}, [799] = {.lex_state = 2, .external_lex_state = 3}, [800] = {.lex_state = 2, .external_lex_state = 3}, [801] = {.lex_state = 2, .external_lex_state = 3}, [802] = {.lex_state = 2, .external_lex_state = 3}, [803] = {.lex_state = 2, .external_lex_state = 3}, [804] = {.lex_state = 2, .external_lex_state = 3}, [805] = {.lex_state = 2, .external_lex_state = 3}, [806] = {.lex_state = 2, .external_lex_state = 3}, [807] = {.lex_state = 2, .external_lex_state = 3}, [808] = {.lex_state = 2, .external_lex_state = 3}, [809] = {.lex_state = 2, .external_lex_state = 3}, [810] = {.lex_state = 2, .external_lex_state = 3}, [811] = {.lex_state = 2, .external_lex_state = 3}, [812] = {.lex_state = 2, .external_lex_state = 3}, [813] = {.lex_state = 2, .external_lex_state = 3}, [814] = {.lex_state = 2, .external_lex_state = 3}, [815] = {.lex_state = 2, .external_lex_state = 3}, [816] = {.lex_state = 2, .external_lex_state = 3}, [817] = {.lex_state = 2, .external_lex_state = 3}, [818] = {.lex_state = 2, .external_lex_state = 3}, [819] = {.lex_state = 2, .external_lex_state = 3}, [820] = {.lex_state = 2, .external_lex_state = 3}, [821] = {.lex_state = 2, .external_lex_state = 3}, [822] = {.lex_state = 2, .external_lex_state = 3}, [823] = {.lex_state = 2, .external_lex_state = 3}, [824] = {.lex_state = 2, .external_lex_state = 3}, [825] = {.lex_state = 2, .external_lex_state = 3}, [826] = {.lex_state = 2, .external_lex_state = 3}, [827] = {.lex_state = 2, .external_lex_state = 3}, [828] = {.lex_state = 2, .external_lex_state = 3}, [829] = {.lex_state = 2, .external_lex_state = 3}, [830] = {.lex_state = 2, .external_lex_state = 3}, [831] = {.lex_state = 2, .external_lex_state = 3}, [832] = {.lex_state = 2, .external_lex_state = 3}, [833] = {.lex_state = 2, .external_lex_state = 3}, [834] = {.lex_state = 2, .external_lex_state = 3}, [835] = {.lex_state = 2, .external_lex_state = 3}, [836] = {.lex_state = 2, .external_lex_state = 3}, [837] = {.lex_state = 2, .external_lex_state = 3}, [838] = {.lex_state = 2, .external_lex_state = 3}, [839] = {.lex_state = 2, .external_lex_state = 3}, [840] = {.lex_state = 2, .external_lex_state = 3}, [841] = {.lex_state = 2, .external_lex_state = 3}, [842] = {.lex_state = 2, .external_lex_state = 3}, [843] = {.lex_state = 2, .external_lex_state = 3}, [844] = {.lex_state = 2, .external_lex_state = 3}, [845] = {.lex_state = 2, .external_lex_state = 3}, [846] = {.lex_state = 2, .external_lex_state = 3}, [847] = {.lex_state = 2, .external_lex_state = 3}, [848] = {.lex_state = 2, .external_lex_state = 3}, [849] = {.lex_state = 2, .external_lex_state = 3}, [850] = {.lex_state = 2, .external_lex_state = 3}, [851] = {.lex_state = 2, .external_lex_state = 3}, [852] = {.lex_state = 2, .external_lex_state = 3}, [853] = {.lex_state = 2, .external_lex_state = 3}, [854] = {.lex_state = 2, .external_lex_state = 3}, [855] = {.lex_state = 2, .external_lex_state = 3}, [856] = {.lex_state = 2, .external_lex_state = 3}, [857] = {.lex_state = 2, .external_lex_state = 3}, [858] = {.lex_state = 2, .external_lex_state = 3}, [859] = {.lex_state = 2, .external_lex_state = 3}, [860] = {.lex_state = 2, .external_lex_state = 3}, [861] = {.lex_state = 2, .external_lex_state = 3}, [862] = {.lex_state = 2, .external_lex_state = 3}, [863] = {.lex_state = 2, .external_lex_state = 3}, [864] = {.lex_state = 2, .external_lex_state = 3}, [865] = {.lex_state = 2, .external_lex_state = 3}, [866] = {.lex_state = 2, .external_lex_state = 3}, [867] = {.lex_state = 2, .external_lex_state = 3}, [868] = {.lex_state = 2, .external_lex_state = 3}, [869] = {.lex_state = 3, .external_lex_state = 3}, [870] = {.lex_state = 3, .external_lex_state = 3}, [871] = {.lex_state = 3, .external_lex_state = 3}, [872] = {.lex_state = 3, .external_lex_state = 3}, [873] = {.lex_state = 3, .external_lex_state = 3}, [874] = {.lex_state = 3, .external_lex_state = 3}, [875] = {.lex_state = 3, .external_lex_state = 3}, [876] = {.lex_state = 2, .external_lex_state = 3}, [877] = {.lex_state = 3, .external_lex_state = 3}, [878] = {.lex_state = 2, .external_lex_state = 3}, [879] = {.lex_state = 3, .external_lex_state = 3}, [880] = {.lex_state = 2, .external_lex_state = 3}, [881] = {.lex_state = 3, .external_lex_state = 3}, [882] = {.lex_state = 3, .external_lex_state = 3}, [883] = {.lex_state = 3, .external_lex_state = 3}, [884] = {.lex_state = 2, .external_lex_state = 3}, [885] = {.lex_state = 4, .external_lex_state = 2}, [886] = {.lex_state = 3, .external_lex_state = 3}, [887] = {.lex_state = 2, .external_lex_state = 3}, [888] = {.lex_state = 3, .external_lex_state = 3}, [889] = {.lex_state = 3, .external_lex_state = 3}, [890] = {.lex_state = 2, .external_lex_state = 3}, [891] = {.lex_state = 4, .external_lex_state = 2}, [892] = {.lex_state = 2, .external_lex_state = 3}, [893] = {.lex_state = 2, .external_lex_state = 3}, [894] = {.lex_state = 2, .external_lex_state = 3}, [895] = {.lex_state = 2, .external_lex_state = 3}, [896] = {.lex_state = 2, .external_lex_state = 3}, [897] = {.lex_state = 2, .external_lex_state = 3}, [898] = {.lex_state = 2, .external_lex_state = 3}, [899] = {.lex_state = 2, .external_lex_state = 3}, [900] = {.lex_state = 4, .external_lex_state = 2}, [901] = {.lex_state = 2, .external_lex_state = 3}, [902] = {.lex_state = 2, .external_lex_state = 3}, [903] = {.lex_state = 2, .external_lex_state = 3}, [904] = {.lex_state = 2, .external_lex_state = 3}, [905] = {.lex_state = 2, .external_lex_state = 3}, [906] = {.lex_state = 2, .external_lex_state = 3}, [907] = {.lex_state = 2, .external_lex_state = 3}, [908] = {.lex_state = 2, .external_lex_state = 3}, [909] = {.lex_state = 2, .external_lex_state = 3}, [910] = {.lex_state = 2, .external_lex_state = 3}, [911] = {.lex_state = 2, .external_lex_state = 3}, [912] = {.lex_state = 2, .external_lex_state = 3}, [913] = {.lex_state = 2, .external_lex_state = 3}, [914] = {.lex_state = 3, .external_lex_state = 3}, [915] = {.lex_state = 2, .external_lex_state = 3}, [916] = {.lex_state = 2, .external_lex_state = 3}, [917] = {.lex_state = 2, .external_lex_state = 3}, [918] = {.lex_state = 2, .external_lex_state = 3}, [919] = {.lex_state = 2, .external_lex_state = 3}, [920] = {.lex_state = 2, .external_lex_state = 3}, [921] = {.lex_state = 2, .external_lex_state = 3}, [922] = {.lex_state = 2, .external_lex_state = 3}, [923] = {.lex_state = 2, .external_lex_state = 3}, [924] = {.lex_state = 2, .external_lex_state = 3}, [925] = {.lex_state = 2, .external_lex_state = 3}, [926] = {.lex_state = 2, .external_lex_state = 3}, [927] = {.lex_state = 2, .external_lex_state = 3}, [928] = {.lex_state = 4, .external_lex_state = 2}, [929] = {.lex_state = 2, .external_lex_state = 3}, [930] = {.lex_state = 2, .external_lex_state = 3}, [931] = {.lex_state = 4, .external_lex_state = 2}, [932] = {.lex_state = 2, .external_lex_state = 3}, [933] = {.lex_state = 2, .external_lex_state = 3}, [934] = {.lex_state = 2, .external_lex_state = 3}, [935] = {.lex_state = 2, .external_lex_state = 3}, [936] = {.lex_state = 2, .external_lex_state = 3}, [937] = {.lex_state = 3, .external_lex_state = 3}, [938] = {.lex_state = 2, .external_lex_state = 3}, [939] = {.lex_state = 2, .external_lex_state = 3}, [940] = {.lex_state = 2, .external_lex_state = 3}, [941] = {.lex_state = 2, .external_lex_state = 3}, [942] = {.lex_state = 2, .external_lex_state = 3}, [943] = {.lex_state = 2, .external_lex_state = 3}, [944] = {.lex_state = 2, .external_lex_state = 3}, [945] = {.lex_state = 2, .external_lex_state = 3}, [946] = {.lex_state = 2, .external_lex_state = 3}, [947] = {.lex_state = 2, .external_lex_state = 3}, [948] = {.lex_state = 2, .external_lex_state = 3}, [949] = {.lex_state = 2, .external_lex_state = 3}, [950] = {.lex_state = 2, .external_lex_state = 3}, [951] = {.lex_state = 2, .external_lex_state = 3}, [952] = {.lex_state = 2, .external_lex_state = 3}, [953] = {.lex_state = 2, .external_lex_state = 3}, [954] = {.lex_state = 2, .external_lex_state = 3}, [955] = {.lex_state = 2, .external_lex_state = 3}, [956] = {.lex_state = 2, .external_lex_state = 3}, [957] = {.lex_state = 2, .external_lex_state = 3}, [958] = {.lex_state = 2, .external_lex_state = 3}, [959] = {.lex_state = 2, .external_lex_state = 3}, [960] = {.lex_state = 2, .external_lex_state = 3}, [961] = {.lex_state = 2, .external_lex_state = 3}, [962] = {.lex_state = 2, .external_lex_state = 3}, [963] = {.lex_state = 4, .external_lex_state = 2}, [964] = {.lex_state = 4, .external_lex_state = 2}, [965] = {.lex_state = 2, .external_lex_state = 3}, [966] = {.lex_state = 2, .external_lex_state = 3}, [967] = {.lex_state = 3, .external_lex_state = 3}, [968] = {.lex_state = 2, .external_lex_state = 3}, [969] = {.lex_state = 2, .external_lex_state = 3}, [970] = {.lex_state = 2, .external_lex_state = 3}, [971] = {.lex_state = 3, .external_lex_state = 3}, [972] = {.lex_state = 2, .external_lex_state = 3}, [973] = {.lex_state = 2, .external_lex_state = 3}, [974] = {.lex_state = 2, .external_lex_state = 3}, [975] = {.lex_state = 3, .external_lex_state = 3}, [976] = {.lex_state = 2, .external_lex_state = 3}, [977] = {.lex_state = 4, .external_lex_state = 2}, [978] = {.lex_state = 2, .external_lex_state = 3}, [979] = {.lex_state = 2, .external_lex_state = 3}, [980] = {.lex_state = 2, .external_lex_state = 3}, [981] = {.lex_state = 2, .external_lex_state = 3}, [982] = {.lex_state = 2, .external_lex_state = 3}, [983] = {.lex_state = 2, .external_lex_state = 3}, [984] = {.lex_state = 2, .external_lex_state = 3}, [985] = {.lex_state = 2, .external_lex_state = 3}, [986] = {.lex_state = 2, .external_lex_state = 3}, [987] = {.lex_state = 2, .external_lex_state = 3}, [988] = {.lex_state = 2, .external_lex_state = 3}, [989] = {.lex_state = 2, .external_lex_state = 3}, [990] = {.lex_state = 2, .external_lex_state = 3}, [991] = {.lex_state = 2, .external_lex_state = 3}, [992] = {.lex_state = 2, .external_lex_state = 3}, [993] = {.lex_state = 3, .external_lex_state = 3}, [994] = {.lex_state = 3, .external_lex_state = 3}, [995] = {.lex_state = 2, .external_lex_state = 3}, [996] = {.lex_state = 2, .external_lex_state = 3}, [997] = {.lex_state = 4, .external_lex_state = 2}, [998] = {.lex_state = 2, .external_lex_state = 3}, [999] = {.lex_state = 2, .external_lex_state = 3}, [1000] = {.lex_state = 2, .external_lex_state = 3}, [1001] = {.lex_state = 2, .external_lex_state = 3}, [1002] = {.lex_state = 2, .external_lex_state = 3}, [1003] = {.lex_state = 4, .external_lex_state = 2}, [1004] = {.lex_state = 2, .external_lex_state = 3}, [1005] = {.lex_state = 2, .external_lex_state = 3}, [1006] = {.lex_state = 2, .external_lex_state = 3}, [1007] = {.lex_state = 3, .external_lex_state = 3}, [1008] = {.lex_state = 4, .external_lex_state = 2}, [1009] = {.lex_state = 2, .external_lex_state = 3}, [1010] = {.lex_state = 3, .external_lex_state = 3}, [1011] = {.lex_state = 2, .external_lex_state = 3}, [1012] = {.lex_state = 2, .external_lex_state = 3}, [1013] = {.lex_state = 2, .external_lex_state = 3}, [1014] = {.lex_state = 2, .external_lex_state = 3}, [1015] = {.lex_state = 2, .external_lex_state = 3}, [1016] = {.lex_state = 2, .external_lex_state = 3}, [1017] = {.lex_state = 2, .external_lex_state = 3}, [1018] = {.lex_state = 2, .external_lex_state = 3}, [1019] = {.lex_state = 2, .external_lex_state = 3}, [1020] = {.lex_state = 2, .external_lex_state = 3}, [1021] = {.lex_state = 2, .external_lex_state = 3}, [1022] = {.lex_state = 4, .external_lex_state = 2}, [1023] = {.lex_state = 3, .external_lex_state = 3}, [1024] = {.lex_state = 3, .external_lex_state = 3}, [1025] = {.lex_state = 3, .external_lex_state = 3}, [1026] = {.lex_state = 3, .external_lex_state = 3}, [1027] = {.lex_state = 3, .external_lex_state = 3}, [1028] = {.lex_state = 3, .external_lex_state = 3}, [1029] = {.lex_state = 3, .external_lex_state = 3}, [1030] = {.lex_state = 3, .external_lex_state = 3}, [1031] = {.lex_state = 3, .external_lex_state = 3}, [1032] = {.lex_state = 3, .external_lex_state = 3}, [1033] = {.lex_state = 3, .external_lex_state = 3}, [1034] = {.lex_state = 3, .external_lex_state = 3}, [1035] = {.lex_state = 3, .external_lex_state = 3}, [1036] = {.lex_state = 3, .external_lex_state = 3}, [1037] = {.lex_state = 3, .external_lex_state = 3}, [1038] = {.lex_state = 3, .external_lex_state = 3}, [1039] = {.lex_state = 3, .external_lex_state = 3}, [1040] = {.lex_state = 3, .external_lex_state = 3}, [1041] = {.lex_state = 3, .external_lex_state = 3}, [1042] = {.lex_state = 3, .external_lex_state = 3}, [1043] = {.lex_state = 3, .external_lex_state = 3}, [1044] = {.lex_state = 3, .external_lex_state = 3}, [1045] = {.lex_state = 11, .external_lex_state = 3}, [1046] = {.lex_state = 11, .external_lex_state = 3}, [1047] = {.lex_state = 11, .external_lex_state = 3}, [1048] = {.lex_state = 11, .external_lex_state = 3}, [1049] = {.lex_state = 11, .external_lex_state = 3}, [1050] = {.lex_state = 11, .external_lex_state = 3}, [1051] = {.lex_state = 11, .external_lex_state = 3}, [1052] = {.lex_state = 11, .external_lex_state = 3}, [1053] = {.lex_state = 11, .external_lex_state = 3}, [1054] = {.lex_state = 11, .external_lex_state = 3}, [1055] = {.lex_state = 11, .external_lex_state = 3}, [1056] = {.lex_state = 11, .external_lex_state = 3}, [1057] = {.lex_state = 11, .external_lex_state = 3}, [1058] = {.lex_state = 11, .external_lex_state = 3}, [1059] = {.lex_state = 11, .external_lex_state = 3}, [1060] = {.lex_state = 11, .external_lex_state = 3}, [1061] = {.lex_state = 11, .external_lex_state = 3}, [1062] = {.lex_state = 11, .external_lex_state = 3}, [1063] = {.lex_state = 11, .external_lex_state = 3}, [1064] = {.lex_state = 11, .external_lex_state = 3}, [1065] = {.lex_state = 11, .external_lex_state = 3}, [1066] = {.lex_state = 11, .external_lex_state = 3}, [1067] = {.lex_state = 11, .external_lex_state = 3}, [1068] = {.lex_state = 11, .external_lex_state = 3}, [1069] = {.lex_state = 11, .external_lex_state = 3}, [1070] = {.lex_state = 11, .external_lex_state = 3}, [1071] = {.lex_state = 11, .external_lex_state = 3}, [1072] = {.lex_state = 11, .external_lex_state = 3}, [1073] = {.lex_state = 11, .external_lex_state = 3}, [1074] = {.lex_state = 11, .external_lex_state = 3}, [1075] = {.lex_state = 11, .external_lex_state = 3}, [1076] = {.lex_state = 11, .external_lex_state = 3}, [1077] = {.lex_state = 11, .external_lex_state = 3}, [1078] = {.lex_state = 11, .external_lex_state = 3}, [1079] = {.lex_state = 11, .external_lex_state = 3}, [1080] = {.lex_state = 11, .external_lex_state = 3}, [1081] = {.lex_state = 11, .external_lex_state = 3}, [1082] = {.lex_state = 11, .external_lex_state = 3}, [1083] = {.lex_state = 11, .external_lex_state = 3}, [1084] = {.lex_state = 11, .external_lex_state = 3}, [1085] = {.lex_state = 11, .external_lex_state = 3}, [1086] = {.lex_state = 11, .external_lex_state = 3}, [1087] = {.lex_state = 11, .external_lex_state = 3}, [1088] = {.lex_state = 11, .external_lex_state = 3}, [1089] = {.lex_state = 11, .external_lex_state = 3}, [1090] = {.lex_state = 11, .external_lex_state = 3}, [1091] = {.lex_state = 11, .external_lex_state = 3}, [1092] = {.lex_state = 11, .external_lex_state = 3}, [1093] = {.lex_state = 11, .external_lex_state = 3}, [1094] = {.lex_state = 11, .external_lex_state = 3}, [1095] = {.lex_state = 11, .external_lex_state = 3}, [1096] = {.lex_state = 11, .external_lex_state = 3}, [1097] = {.lex_state = 11, .external_lex_state = 3}, [1098] = {.lex_state = 11, .external_lex_state = 3}, [1099] = {.lex_state = 11, .external_lex_state = 3}, [1100] = {.lex_state = 11, .external_lex_state = 3}, [1101] = {.lex_state = 11, .external_lex_state = 3}, [1102] = {.lex_state = 11, .external_lex_state = 3}, [1103] = {.lex_state = 11, .external_lex_state = 3}, [1104] = {.lex_state = 11, .external_lex_state = 3}, [1105] = {.lex_state = 11, .external_lex_state = 3}, [1106] = {.lex_state = 11, .external_lex_state = 3}, [1107] = {.lex_state = 11, .external_lex_state = 3}, [1108] = {.lex_state = 11, .external_lex_state = 3}, [1109] = {.lex_state = 11, .external_lex_state = 3}, [1110] = {.lex_state = 11, .external_lex_state = 3}, [1111] = {.lex_state = 11, .external_lex_state = 3}, [1112] = {.lex_state = 11, .external_lex_state = 3}, [1113] = {.lex_state = 11, .external_lex_state = 3}, [1114] = {.lex_state = 11, .external_lex_state = 3}, [1115] = {.lex_state = 11, .external_lex_state = 3}, [1116] = {.lex_state = 11, .external_lex_state = 3}, [1117] = {.lex_state = 11, .external_lex_state = 3}, [1118] = {.lex_state = 11, .external_lex_state = 3}, [1119] = {.lex_state = 11, .external_lex_state = 3}, [1120] = {.lex_state = 11, .external_lex_state = 3}, [1121] = {.lex_state = 11, .external_lex_state = 3}, [1122] = {.lex_state = 11, .external_lex_state = 3}, [1123] = {.lex_state = 11, .external_lex_state = 3}, [1124] = {.lex_state = 11, .external_lex_state = 3}, [1125] = {.lex_state = 11, .external_lex_state = 3}, [1126] = {.lex_state = 11, .external_lex_state = 3}, [1127] = {.lex_state = 11, .external_lex_state = 3}, [1128] = {.lex_state = 11, .external_lex_state = 3}, [1129] = {.lex_state = 11, .external_lex_state = 3}, [1130] = {.lex_state = 11, .external_lex_state = 3}, [1131] = {.lex_state = 11, .external_lex_state = 3}, [1132] = {.lex_state = 11, .external_lex_state = 3}, [1133] = {.lex_state = 11, .external_lex_state = 3}, [1134] = {.lex_state = 11, .external_lex_state = 3}, [1135] = {.lex_state = 11, .external_lex_state = 3}, [1136] = {.lex_state = 11, .external_lex_state = 3}, [1137] = {.lex_state = 11, .external_lex_state = 3}, [1138] = {.lex_state = 11, .external_lex_state = 3}, [1139] = {.lex_state = 11, .external_lex_state = 3}, [1140] = {.lex_state = 11, .external_lex_state = 3}, [1141] = {.lex_state = 11, .external_lex_state = 3}, [1142] = {.lex_state = 11, .external_lex_state = 3}, [1143] = {.lex_state = 11, .external_lex_state = 3}, [1144] = {.lex_state = 11, .external_lex_state = 3}, [1145] = {.lex_state = 11, .external_lex_state = 3}, [1146] = {.lex_state = 11, .external_lex_state = 3}, [1147] = {.lex_state = 11, .external_lex_state = 3}, [1148] = {.lex_state = 11, .external_lex_state = 3}, [1149] = {.lex_state = 11, .external_lex_state = 3}, [1150] = {.lex_state = 11, .external_lex_state = 3}, [1151] = {.lex_state = 11, .external_lex_state = 3}, [1152] = {.lex_state = 11, .external_lex_state = 3}, [1153] = {.lex_state = 11, .external_lex_state = 3}, [1154] = {.lex_state = 11, .external_lex_state = 3}, [1155] = {.lex_state = 11, .external_lex_state = 3}, [1156] = {.lex_state = 11, .external_lex_state = 3}, [1157] = {.lex_state = 11, .external_lex_state = 3}, [1158] = {.lex_state = 11, .external_lex_state = 3}, [1159] = {.lex_state = 11, .external_lex_state = 3}, [1160] = {.lex_state = 11, .external_lex_state = 3}, [1161] = {.lex_state = 11, .external_lex_state = 3}, [1162] = {.lex_state = 11, .external_lex_state = 3}, [1163] = {.lex_state = 11, .external_lex_state = 3}, [1164] = {.lex_state = 11, .external_lex_state = 3}, [1165] = {.lex_state = 11, .external_lex_state = 3}, [1166] = {.lex_state = 11, .external_lex_state = 3}, [1167] = {.lex_state = 11, .external_lex_state = 3}, [1168] = {.lex_state = 11, .external_lex_state = 3}, [1169] = {.lex_state = 11, .external_lex_state = 3}, [1170] = {.lex_state = 11, .external_lex_state = 3}, [1171] = {.lex_state = 11, .external_lex_state = 3}, [1172] = {.lex_state = 11, .external_lex_state = 3}, [1173] = {.lex_state = 11, .external_lex_state = 3}, [1174] = {.lex_state = 11, .external_lex_state = 3}, [1175] = {.lex_state = 11, .external_lex_state = 3}, [1176] = {.lex_state = 11, .external_lex_state = 3}, [1177] = {.lex_state = 11, .external_lex_state = 3}, [1178] = {.lex_state = 11, .external_lex_state = 3}, [1179] = {.lex_state = 11, .external_lex_state = 3}, [1180] = {.lex_state = 11, .external_lex_state = 3}, [1181] = {.lex_state = 11, .external_lex_state = 3}, [1182] = {.lex_state = 11, .external_lex_state = 3}, [1183] = {.lex_state = 11, .external_lex_state = 3}, [1184] = {.lex_state = 11, .external_lex_state = 3}, [1185] = {.lex_state = 11, .external_lex_state = 3}, [1186] = {.lex_state = 11, .external_lex_state = 3}, [1187] = {.lex_state = 11, .external_lex_state = 3}, [1188] = {.lex_state = 11, .external_lex_state = 3}, [1189] = {.lex_state = 11, .external_lex_state = 3}, [1190] = {.lex_state = 11, .external_lex_state = 3}, [1191] = {.lex_state = 11, .external_lex_state = 3}, [1192] = {.lex_state = 11, .external_lex_state = 3}, [1193] = {.lex_state = 11, .external_lex_state = 3}, [1194] = {.lex_state = 11, .external_lex_state = 3}, [1195] = {.lex_state = 11, .external_lex_state = 3}, [1196] = {.lex_state = 11, .external_lex_state = 3}, [1197] = {.lex_state = 11, .external_lex_state = 3}, [1198] = {.lex_state = 11, .external_lex_state = 3}, [1199] = {.lex_state = 11, .external_lex_state = 3}, [1200] = {.lex_state = 11, .external_lex_state = 3}, [1201] = {.lex_state = 11, .external_lex_state = 3}, [1202] = {.lex_state = 11, .external_lex_state = 3}, [1203] = {.lex_state = 11, .external_lex_state = 3}, [1204] = {.lex_state = 11, .external_lex_state = 3}, [1205] = {.lex_state = 11, .external_lex_state = 3}, [1206] = {.lex_state = 11, .external_lex_state = 3}, [1207] = {.lex_state = 11, .external_lex_state = 3}, [1208] = {.lex_state = 11, .external_lex_state = 3}, [1209] = {.lex_state = 11, .external_lex_state = 3}, [1210] = {.lex_state = 11, .external_lex_state = 3}, [1211] = {.lex_state = 11, .external_lex_state = 3}, [1212] = {.lex_state = 11, .external_lex_state = 3}, [1213] = {.lex_state = 11, .external_lex_state = 3}, [1214] = {.lex_state = 11, .external_lex_state = 3}, [1215] = {.lex_state = 11, .external_lex_state = 3}, [1216] = {.lex_state = 11, .external_lex_state = 3}, [1217] = {.lex_state = 11, .external_lex_state = 3}, [1218] = {.lex_state = 11, .external_lex_state = 3}, [1219] = {.lex_state = 11, .external_lex_state = 3}, [1220] = {.lex_state = 11, .external_lex_state = 3}, [1221] = {.lex_state = 11, .external_lex_state = 3}, [1222] = {.lex_state = 11, .external_lex_state = 3}, [1223] = {.lex_state = 11, .external_lex_state = 3}, [1224] = {.lex_state = 11, .external_lex_state = 3}, [1225] = {.lex_state = 11, .external_lex_state = 3}, [1226] = {.lex_state = 11, .external_lex_state = 3}, [1227] = {.lex_state = 11, .external_lex_state = 3}, [1228] = {.lex_state = 11, .external_lex_state = 3}, [1229] = {.lex_state = 11, .external_lex_state = 3}, [1230] = {.lex_state = 11, .external_lex_state = 3}, [1231] = {.lex_state = 11, .external_lex_state = 3}, [1232] = {.lex_state = 11, .external_lex_state = 3}, [1233] = {.lex_state = 11, .external_lex_state = 3}, [1234] = {.lex_state = 11, .external_lex_state = 3}, [1235] = {.lex_state = 11, .external_lex_state = 3}, [1236] = {.lex_state = 11, .external_lex_state = 3}, [1237] = {.lex_state = 11, .external_lex_state = 3}, [1238] = {.lex_state = 11, .external_lex_state = 3}, [1239] = {.lex_state = 11, .external_lex_state = 3}, [1240] = {.lex_state = 11, .external_lex_state = 3}, [1241] = {.lex_state = 11, .external_lex_state = 3}, [1242] = {.lex_state = 11, .external_lex_state = 3}, [1243] = {.lex_state = 11, .external_lex_state = 3}, [1244] = {.lex_state = 11, .external_lex_state = 3}, [1245] = {.lex_state = 11, .external_lex_state = 3}, [1246] = {.lex_state = 11, .external_lex_state = 3}, [1247] = {.lex_state = 11, .external_lex_state = 3}, [1248] = {.lex_state = 11, .external_lex_state = 3}, [1249] = {.lex_state = 11, .external_lex_state = 3}, [1250] = {.lex_state = 3, .external_lex_state = 3}, [1251] = {.lex_state = 3, .external_lex_state = 3}, [1252] = {.lex_state = 3, .external_lex_state = 3}, [1253] = {.lex_state = 3, .external_lex_state = 3}, [1254] = {.lex_state = 3, .external_lex_state = 3}, [1255] = {.lex_state = 15, .external_lex_state = 3}, [1256] = {.lex_state = 3, .external_lex_state = 3}, [1257] = {.lex_state = 3, .external_lex_state = 3}, [1258] = {.lex_state = 3, .external_lex_state = 3}, [1259] = {.lex_state = 3, .external_lex_state = 3}, [1260] = {.lex_state = 15, .external_lex_state = 3}, [1261] = {.lex_state = 3, .external_lex_state = 3}, [1262] = {.lex_state = 15, .external_lex_state = 3}, [1263] = {.lex_state = 3, .external_lex_state = 3}, [1264] = {.lex_state = 3, .external_lex_state = 3}, [1265] = {.lex_state = 3, .external_lex_state = 3}, [1266] = {.lex_state = 3, .external_lex_state = 3}, [1267] = {.lex_state = 15, .external_lex_state = 3}, [1268] = {.lex_state = 15, .external_lex_state = 3}, [1269] = {.lex_state = 3, .external_lex_state = 3}, [1270] = {.lex_state = 15, .external_lex_state = 3}, [1271] = {.lex_state = 3, .external_lex_state = 3}, [1272] = {.lex_state = 15, .external_lex_state = 3}, [1273] = {.lex_state = 3, .external_lex_state = 3}, [1274] = {.lex_state = 3, .external_lex_state = 3}, [1275] = {.lex_state = 3, .external_lex_state = 3}, [1276] = {.lex_state = 3, .external_lex_state = 3}, [1277] = {.lex_state = 3, .external_lex_state = 3}, [1278] = {.lex_state = 3, .external_lex_state = 3}, [1279] = {.lex_state = 3, .external_lex_state = 3}, [1280] = {.lex_state = 3, .external_lex_state = 3}, [1281] = {.lex_state = 3, .external_lex_state = 3}, [1282] = {.lex_state = 3, .external_lex_state = 3}, [1283] = {.lex_state = 3, .external_lex_state = 3}, [1284] = {.lex_state = 15, .external_lex_state = 3}, [1285] = {.lex_state = 15, .external_lex_state = 3}, [1286] = {.lex_state = 15, .external_lex_state = 3}, [1287] = {.lex_state = 15, .external_lex_state = 3}, [1288] = {.lex_state = 15, .external_lex_state = 3}, [1289] = {.lex_state = 3, .external_lex_state = 3}, [1290] = {.lex_state = 3, .external_lex_state = 3}, [1291] = {.lex_state = 3, .external_lex_state = 3}, [1292] = {.lex_state = 3, .external_lex_state = 3}, [1293] = {.lex_state = 15, .external_lex_state = 3}, [1294] = {.lex_state = 3, .external_lex_state = 3}, [1295] = {.lex_state = 15, .external_lex_state = 3}, [1296] = {.lex_state = 3, .external_lex_state = 3}, [1297] = {.lex_state = 15, .external_lex_state = 3}, [1298] = {.lex_state = 3, .external_lex_state = 3}, [1299] = {.lex_state = 15, .external_lex_state = 3}, [1300] = {.lex_state = 15, .external_lex_state = 3}, [1301] = {.lex_state = 15, .external_lex_state = 3}, [1302] = {.lex_state = 3, .external_lex_state = 3}, [1303] = {.lex_state = 15, .external_lex_state = 3}, [1304] = {.lex_state = 3, .external_lex_state = 3}, [1305] = {.lex_state = 3, .external_lex_state = 3}, [1306] = {.lex_state = 15, .external_lex_state = 3}, [1307] = {.lex_state = 15, .external_lex_state = 3}, [1308] = {.lex_state = 15, .external_lex_state = 3}, [1309] = {.lex_state = 15, .external_lex_state = 3}, [1310] = {.lex_state = 15, .external_lex_state = 3}, [1311] = {.lex_state = 15, .external_lex_state = 3}, [1312] = {.lex_state = 15, .external_lex_state = 3}, [1313] = {.lex_state = 3, .external_lex_state = 3}, [1314] = {.lex_state = 15, .external_lex_state = 3}, [1315] = {.lex_state = 15, .external_lex_state = 3}, [1316] = {.lex_state = 15, .external_lex_state = 3}, [1317] = {.lex_state = 15, .external_lex_state = 3}, [1318] = {.lex_state = 15, .external_lex_state = 3}, [1319] = {.lex_state = 15, .external_lex_state = 3}, [1320] = {.lex_state = 15, .external_lex_state = 3}, [1321] = {.lex_state = 15, .external_lex_state = 3}, [1322] = {.lex_state = 15, .external_lex_state = 3}, [1323] = {.lex_state = 15, .external_lex_state = 3}, [1324] = {.lex_state = 15, .external_lex_state = 3}, [1325] = {.lex_state = 15, .external_lex_state = 3}, [1326] = {.lex_state = 15, .external_lex_state = 3}, [1327] = {.lex_state = 15, .external_lex_state = 3}, [1328] = {.lex_state = 15, .external_lex_state = 3}, [1329] = {.lex_state = 15, .external_lex_state = 3}, [1330] = {.lex_state = 15, .external_lex_state = 3}, [1331] = {.lex_state = 15, .external_lex_state = 3}, [1332] = {.lex_state = 15, .external_lex_state = 3}, [1333] = {.lex_state = 3, .external_lex_state = 3}, [1334] = {.lex_state = 3, .external_lex_state = 3}, [1335] = {.lex_state = 3, .external_lex_state = 3}, [1336] = {.lex_state = 3, .external_lex_state = 3}, [1337] = {.lex_state = 10, .external_lex_state = 3}, [1338] = {.lex_state = 15, .external_lex_state = 3}, [1339] = {.lex_state = 15, .external_lex_state = 3}, [1340] = {.lex_state = 15, .external_lex_state = 3}, [1341] = {.lex_state = 15, .external_lex_state = 3}, [1342] = {.lex_state = 15, .external_lex_state = 3}, [1343] = {.lex_state = 15, .external_lex_state = 3}, [1344] = {.lex_state = 15, .external_lex_state = 3}, [1345] = {.lex_state = 15, .external_lex_state = 3}, [1346] = {.lex_state = 10, .external_lex_state = 3}, [1347] = {.lex_state = 15, .external_lex_state = 3}, [1348] = {.lex_state = 15, .external_lex_state = 3}, [1349] = {.lex_state = 15, .external_lex_state = 3}, [1350] = {.lex_state = 10, .external_lex_state = 3}, [1351] = {.lex_state = 15, .external_lex_state = 3}, [1352] = {.lex_state = 15, .external_lex_state = 3}, [1353] = {.lex_state = 15, .external_lex_state = 3}, [1354] = {.lex_state = 15, .external_lex_state = 3}, [1355] = {.lex_state = 15, .external_lex_state = 3}, [1356] = {.lex_state = 15, .external_lex_state = 3}, [1357] = {.lex_state = 10, .external_lex_state = 3}, [1358] = {.lex_state = 15, .external_lex_state = 3}, [1359] = {.lex_state = 3, .external_lex_state = 3}, [1360] = {.lex_state = 15, .external_lex_state = 3}, [1361] = {.lex_state = 15, .external_lex_state = 3}, [1362] = {.lex_state = 15, .external_lex_state = 3}, [1363] = {.lex_state = 15, .external_lex_state = 3}, [1364] = {.lex_state = 15, .external_lex_state = 3}, [1365] = {.lex_state = 3, .external_lex_state = 3}, [1366] = {.lex_state = 15, .external_lex_state = 3}, [1367] = {.lex_state = 15, .external_lex_state = 3}, [1368] = {.lex_state = 15, .external_lex_state = 3}, [1369] = {.lex_state = 15, .external_lex_state = 3}, [1370] = {.lex_state = 15, .external_lex_state = 3}, [1371] = {.lex_state = 3, .external_lex_state = 3}, [1372] = {.lex_state = 3, .external_lex_state = 3}, [1373] = {.lex_state = 3, .external_lex_state = 3}, [1374] = {.lex_state = 3, .external_lex_state = 3}, [1375] = {.lex_state = 3, .external_lex_state = 3}, [1376] = {.lex_state = 3, .external_lex_state = 3}, [1377] = {.lex_state = 3, .external_lex_state = 3}, [1378] = {.lex_state = 3, .external_lex_state = 3}, [1379] = {.lex_state = 3, .external_lex_state = 3}, [1380] = {.lex_state = 3, .external_lex_state = 3}, [1381] = {.lex_state = 12, .external_lex_state = 3}, [1382] = {.lex_state = 3, .external_lex_state = 3}, [1383] = {.lex_state = 1, .external_lex_state = 2}, [1384] = {.lex_state = 1, .external_lex_state = 2}, [1385] = {.lex_state = 3, .external_lex_state = 3}, [1386] = {.lex_state = 3, .external_lex_state = 3}, [1387] = {.lex_state = 3, .external_lex_state = 3}, [1388] = {.lex_state = 3, .external_lex_state = 3}, [1389] = {.lex_state = 3, .external_lex_state = 3}, [1390] = {.lex_state = 3, .external_lex_state = 3}, [1391] = {.lex_state = 3, .external_lex_state = 3}, [1392] = {.lex_state = 3, .external_lex_state = 3}, [1393] = {.lex_state = 3, .external_lex_state = 3}, [1394] = {.lex_state = 3, .external_lex_state = 3}, [1395] = {.lex_state = 3, .external_lex_state = 3}, [1396] = {.lex_state = 3, .external_lex_state = 3}, [1397] = {.lex_state = 7, .external_lex_state = 3}, [1398] = {.lex_state = 54, .external_lex_state = 3}, [1399] = {.lex_state = 3, .external_lex_state = 3}, [1400] = {.lex_state = 3, .external_lex_state = 3}, [1401] = {.lex_state = 54, .external_lex_state = 3}, [1402] = {.lex_state = 3, .external_lex_state = 3}, [1403] = {.lex_state = 3, .external_lex_state = 3}, [1404] = {.lex_state = 3, .external_lex_state = 3}, [1405] = {.lex_state = 3, .external_lex_state = 3}, [1406] = {.lex_state = 3, .external_lex_state = 3}, [1407] = {.lex_state = 3, .external_lex_state = 3}, [1408] = {.lex_state = 3, .external_lex_state = 3}, [1409] = {.lex_state = 3, .external_lex_state = 3}, [1410] = {.lex_state = 3, .external_lex_state = 3}, [1411] = {.lex_state = 3, .external_lex_state = 3}, [1412] = {.lex_state = 3, .external_lex_state = 3}, [1413] = {.lex_state = 3, .external_lex_state = 3}, [1414] = {.lex_state = 3, .external_lex_state = 3}, [1415] = {.lex_state = 3, .external_lex_state = 3}, [1416] = {.lex_state = 3, .external_lex_state = 3}, [1417] = {.lex_state = 3, .external_lex_state = 3}, [1418] = {.lex_state = 3, .external_lex_state = 3}, [1419] = {.lex_state = 3, .external_lex_state = 3}, [1420] = {.lex_state = 3, .external_lex_state = 3}, [1421] = {.lex_state = 3, .external_lex_state = 3}, [1422] = {.lex_state = 3, .external_lex_state = 3}, [1423] = {.lex_state = 12, .external_lex_state = 3}, [1424] = {.lex_state = 3, .external_lex_state = 3}, [1425] = {.lex_state = 3, .external_lex_state = 3}, [1426] = {.lex_state = 3, .external_lex_state = 3}, [1427] = {.lex_state = 3, .external_lex_state = 3}, [1428] = {.lex_state = 3, .external_lex_state = 3}, [1429] = {.lex_state = 3, .external_lex_state = 3}, [1430] = {.lex_state = 3, .external_lex_state = 3}, [1431] = {.lex_state = 3, .external_lex_state = 3}, [1432] = {.lex_state = 3, .external_lex_state = 3}, [1433] = {.lex_state = 3, .external_lex_state = 3}, [1434] = {.lex_state = 12, .external_lex_state = 3}, [1435] = {.lex_state = 3, .external_lex_state = 3}, [1436] = {.lex_state = 3, .external_lex_state = 3}, [1437] = {.lex_state = 3, .external_lex_state = 3}, [1438] = {.lex_state = 3, .external_lex_state = 3}, [1439] = {.lex_state = 3, .external_lex_state = 3}, [1440] = {.lex_state = 3, .external_lex_state = 3}, [1441] = {.lex_state = 10, .external_lex_state = 3}, [1442] = {.lex_state = 15, .external_lex_state = 3}, [1443] = {.lex_state = 15, .external_lex_state = 3}, [1444] = {.lex_state = 3, .external_lex_state = 3}, [1445] = {.lex_state = 3, .external_lex_state = 3}, [1446] = {.lex_state = 0, .external_lex_state = 3}, [1447] = {.lex_state = 15, .external_lex_state = 3}, [1448] = {.lex_state = 3, .external_lex_state = 3}, [1449] = {.lex_state = 15, .external_lex_state = 3}, [1450] = {.lex_state = 12, .external_lex_state = 3}, [1451] = {.lex_state = 3, .external_lex_state = 3}, [1452] = {.lex_state = 3, .external_lex_state = 3}, [1453] = {.lex_state = 3, .external_lex_state = 3}, [1454] = {.lex_state = 3, .external_lex_state = 3}, [1455] = {.lex_state = 3, .external_lex_state = 3}, [1456] = {.lex_state = 3, .external_lex_state = 3}, [1457] = {.lex_state = 15, .external_lex_state = 3}, [1458] = {.lex_state = 3, .external_lex_state = 3}, [1459] = {.lex_state = 3, .external_lex_state = 3}, [1460] = {.lex_state = 3, .external_lex_state = 3}, [1461] = {.lex_state = 3, .external_lex_state = 3}, [1462] = {.lex_state = 3, .external_lex_state = 3}, [1463] = {.lex_state = 15, .external_lex_state = 3}, [1464] = {.lex_state = 3, .external_lex_state = 3}, [1465] = {.lex_state = 3, .external_lex_state = 3}, [1466] = {.lex_state = 3, .external_lex_state = 3}, [1467] = {.lex_state = 3, .external_lex_state = 3}, [1468] = {.lex_state = 3, .external_lex_state = 3}, [1469] = {.lex_state = 3, .external_lex_state = 3}, [1470] = {.lex_state = 3, .external_lex_state = 3}, [1471] = {.lex_state = 15, .external_lex_state = 3}, [1472] = {.lex_state = 3, .external_lex_state = 3}, [1473] = {.lex_state = 12, .external_lex_state = 3}, [1474] = {.lex_state = 3, .external_lex_state = 3}, [1475] = {.lex_state = 3, .external_lex_state = 3}, [1476] = {.lex_state = 3, .external_lex_state = 3}, [1477] = {.lex_state = 12, .external_lex_state = 3}, [1478] = {.lex_state = 3, .external_lex_state = 3}, [1479] = {.lex_state = 3, .external_lex_state = 3}, [1480] = {.lex_state = 3, .external_lex_state = 3}, [1481] = {.lex_state = 3, .external_lex_state = 3}, [1482] = {.lex_state = 3, .external_lex_state = 3}, [1483] = {.lex_state = 7, .external_lex_state = 3}, [1484] = {.lex_state = 0, .external_lex_state = 3}, [1485] = {.lex_state = 12, .external_lex_state = 3}, [1486] = {.lex_state = 0, .external_lex_state = 3}, [1487] = {.lex_state = 12, .external_lex_state = 3}, [1488] = {.lex_state = 3, .external_lex_state = 3}, [1489] = {.lex_state = 12, .external_lex_state = 3}, [1490] = {.lex_state = 0, .external_lex_state = 3}, [1491] = {.lex_state = 3, .external_lex_state = 3}, [1492] = {.lex_state = 0, .external_lex_state = 3}, [1493] = {.lex_state = 3, .external_lex_state = 3}, [1494] = {.lex_state = 3, .external_lex_state = 3}, [1495] = {.lex_state = 3, .external_lex_state = 3}, [1496] = {.lex_state = 0, .external_lex_state = 3}, [1497] = {.lex_state = 0, .external_lex_state = 3}, [1498] = {.lex_state = 3, .external_lex_state = 3}, [1499] = {.lex_state = 3, .external_lex_state = 3}, [1500] = {.lex_state = 3, .external_lex_state = 3}, [1501] = {.lex_state = 0, .external_lex_state = 3}, [1502] = {.lex_state = 0, .external_lex_state = 3}, [1503] = {.lex_state = 0, .external_lex_state = 3}, [1504] = {.lex_state = 0, .external_lex_state = 3}, [1505] = {.lex_state = 3, .external_lex_state = 3}, [1506] = {.lex_state = 0, .external_lex_state = 3}, [1507] = {.lex_state = 3, .external_lex_state = 3}, [1508] = {.lex_state = 3, .external_lex_state = 3}, [1509] = {.lex_state = 3, .external_lex_state = 3}, [1510] = {.lex_state = 3, .external_lex_state = 3}, [1511] = {.lex_state = 3, .external_lex_state = 3}, [1512] = {.lex_state = 3, .external_lex_state = 3}, [1513] = {.lex_state = 3, .external_lex_state = 3}, [1514] = {.lex_state = 3, .external_lex_state = 3}, [1515] = {.lex_state = 3, .external_lex_state = 3}, [1516] = {.lex_state = 3, .external_lex_state = 3}, [1517] = {.lex_state = 3, .external_lex_state = 3}, [1518] = {.lex_state = 3, .external_lex_state = 3}, [1519] = {.lex_state = 3, .external_lex_state = 3}, [1520] = {.lex_state = 3, .external_lex_state = 3}, [1521] = {.lex_state = 3, .external_lex_state = 3}, [1522] = {.lex_state = 12, .external_lex_state = 3}, [1523] = {.lex_state = 3, .external_lex_state = 3}, [1524] = {.lex_state = 0, .external_lex_state = 3}, [1525] = {.lex_state = 0, .external_lex_state = 3}, [1526] = {.lex_state = 0, .external_lex_state = 3}, [1527] = {.lex_state = 15, .external_lex_state = 3}, [1528] = {.lex_state = 0, .external_lex_state = 3}, [1529] = {.lex_state = 3, .external_lex_state = 3}, [1530] = {.lex_state = 11, .external_lex_state = 3}, [1531] = {.lex_state = 11, .external_lex_state = 3}, [1532] = {.lex_state = 3, .external_lex_state = 3}, [1533] = {.lex_state = 3, .external_lex_state = 3}, [1534] = {.lex_state = 3, .external_lex_state = 3}, [1535] = {.lex_state = 3, .external_lex_state = 3}, [1536] = {.lex_state = 3, .external_lex_state = 3}, [1537] = {.lex_state = 3, .external_lex_state = 3}, [1538] = {.lex_state = 3, .external_lex_state = 3}, [1539] = {.lex_state = 3, .external_lex_state = 3}, [1540] = {.lex_state = 11, .external_lex_state = 3}, [1541] = {.lex_state = 3, .external_lex_state = 3}, [1542] = {.lex_state = 0, .external_lex_state = 3}, [1543] = {.lex_state = 3, .external_lex_state = 3}, [1544] = {.lex_state = 3, .external_lex_state = 3}, [1545] = {.lex_state = 3, .external_lex_state = 3}, [1546] = {.lex_state = 7, .external_lex_state = 3}, [1547] = {.lex_state = 3, .external_lex_state = 3}, [1548] = {.lex_state = 11, .external_lex_state = 3}, [1549] = {.lex_state = 0, .external_lex_state = 3}, [1550] = {.lex_state = 3, .external_lex_state = 3}, [1551] = {.lex_state = 3, .external_lex_state = 3}, [1552] = {.lex_state = 0, .external_lex_state = 3}, [1553] = {.lex_state = 3, .external_lex_state = 3}, [1554] = {.lex_state = 7, .external_lex_state = 3}, [1555] = {.lex_state = 3, .external_lex_state = 3}, [1556] = {.lex_state = 3, .external_lex_state = 3}, [1557] = {.lex_state = 3, .external_lex_state = 3}, [1558] = {.lex_state = 3, .external_lex_state = 3}, [1559] = {.lex_state = 3, .external_lex_state = 3}, [1560] = {.lex_state = 3, .external_lex_state = 3}, [1561] = {.lex_state = 3, .external_lex_state = 3}, [1562] = {.lex_state = 3, .external_lex_state = 3}, [1563] = {.lex_state = 3, .external_lex_state = 3}, [1564] = {.lex_state = 3, .external_lex_state = 3}, [1565] = {.lex_state = 3, .external_lex_state = 3}, [1566] = {.lex_state = 3, .external_lex_state = 3}, [1567] = {.lex_state = 7, .external_lex_state = 3}, [1568] = {.lex_state = 3, .external_lex_state = 3}, [1569] = {.lex_state = 3, .external_lex_state = 3}, [1570] = {.lex_state = 3, .external_lex_state = 3}, [1571] = {.lex_state = 7, .external_lex_state = 3}, [1572] = {.lex_state = 11, .external_lex_state = 3}, [1573] = {.lex_state = 3, .external_lex_state = 3}, [1574] = {.lex_state = 12, .external_lex_state = 3}, [1575] = {.lex_state = 3, .external_lex_state = 3}, [1576] = {.lex_state = 11, .external_lex_state = 3}, [1577] = {.lex_state = 0, .external_lex_state = 3}, [1578] = {.lex_state = 3, .external_lex_state = 3}, [1579] = {.lex_state = 7, .external_lex_state = 3}, [1580] = {.lex_state = 3, .external_lex_state = 3}, [1581] = {.lex_state = 3, .external_lex_state = 3}, [1582] = {.lex_state = 3, .external_lex_state = 3}, [1583] = {.lex_state = 3, .external_lex_state = 3}, [1584] = {.lex_state = 3, .external_lex_state = 3}, [1585] = {.lex_state = 3, .external_lex_state = 3}, [1586] = {.lex_state = 7, .external_lex_state = 3}, [1587] = {.lex_state = 3, .external_lex_state = 3}, [1588] = {.lex_state = 3, .external_lex_state = 3}, [1589] = {.lex_state = 3, .external_lex_state = 3}, [1590] = {.lex_state = 3, .external_lex_state = 3}, [1591] = {.lex_state = 3, .external_lex_state = 3}, [1592] = {.lex_state = 3, .external_lex_state = 3}, [1593] = {.lex_state = 0, .external_lex_state = 3}, [1594] = {.lex_state = 0, .external_lex_state = 3}, [1595] = {.lex_state = 3, .external_lex_state = 3}, [1596] = {.lex_state = 3, .external_lex_state = 3}, [1597] = {.lex_state = 11, .external_lex_state = 3}, [1598] = {.lex_state = 3, .external_lex_state = 3}, [1599] = {.lex_state = 11, .external_lex_state = 3}, [1600] = {.lex_state = 3, .external_lex_state = 3}, [1601] = {.lex_state = 3, .external_lex_state = 3}, [1602] = {.lex_state = 3, .external_lex_state = 3}, [1603] = {.lex_state = 3, .external_lex_state = 3}, [1604] = {.lex_state = 3, .external_lex_state = 3}, [1605] = {.lex_state = 3, .external_lex_state = 3}, [1606] = {.lex_state = 3, .external_lex_state = 3}, [1607] = {.lex_state = 3, .external_lex_state = 3}, [1608] = {.lex_state = 54, .external_lex_state = 3}, [1609] = {.lex_state = 3, .external_lex_state = 3}, [1610] = {.lex_state = 3, .external_lex_state = 3}, [1611] = {.lex_state = 3, .external_lex_state = 3}, [1612] = {.lex_state = 54, .external_lex_state = 3}, [1613] = {.lex_state = 3, .external_lex_state = 3}, [1614] = {.lex_state = 3, .external_lex_state = 3}, [1615] = {.lex_state = 3, .external_lex_state = 3}, [1616] = {.lex_state = 54, .external_lex_state = 3}, [1617] = {.lex_state = 3, .external_lex_state = 3}, [1618] = {.lex_state = 0, .external_lex_state = 3}, [1619] = {.lex_state = 0, .external_lex_state = 3}, [1620] = {.lex_state = 11, .external_lex_state = 3}, [1621] = {.lex_state = 3, .external_lex_state = 3}, [1622] = {.lex_state = 3, .external_lex_state = 3}, [1623] = {.lex_state = 3, .external_lex_state = 3}, [1624] = {.lex_state = 11, .external_lex_state = 3}, [1625] = {.lex_state = 11, .external_lex_state = 3}, [1626] = {.lex_state = 3, .external_lex_state = 3}, [1627] = {.lex_state = 3, .external_lex_state = 3}, [1628] = {.lex_state = 3, .external_lex_state = 3}, [1629] = {.lex_state = 3, .external_lex_state = 3}, [1630] = {.lex_state = 3, .external_lex_state = 3}, [1631] = {.lex_state = 3, .external_lex_state = 3}, [1632] = {.lex_state = 3, .external_lex_state = 3}, [1633] = {.lex_state = 0, .external_lex_state = 3}, [1634] = {.lex_state = 3, .external_lex_state = 3}, [1635] = {.lex_state = 3, .external_lex_state = 3}, [1636] = {.lex_state = 3, .external_lex_state = 3}, [1637] = {.lex_state = 3, .external_lex_state = 3}, [1638] = {.lex_state = 3, .external_lex_state = 3}, [1639] = {.lex_state = 0, .external_lex_state = 3}, [1640] = {.lex_state = 3, .external_lex_state = 3}, [1641] = {.lex_state = 3, .external_lex_state = 3}, [1642] = {.lex_state = 3, .external_lex_state = 3}, [1643] = {.lex_state = 3, .external_lex_state = 3}, [1644] = {.lex_state = 11, .external_lex_state = 3}, [1645] = {.lex_state = 11, .external_lex_state = 3}, [1646] = {.lex_state = 3, .external_lex_state = 3}, [1647] = {.lex_state = 3, .external_lex_state = 3}, [1648] = {.lex_state = 3, .external_lex_state = 3}, [1649] = {.lex_state = 54, .external_lex_state = 3}, [1650] = {.lex_state = 3, .external_lex_state = 3}, [1651] = {.lex_state = 3, .external_lex_state = 3}, [1652] = {.lex_state = 3, .external_lex_state = 3}, [1653] = {.lex_state = 3, .external_lex_state = 3}, [1654] = {.lex_state = 54, .external_lex_state = 3}, [1655] = {.lex_state = 3, .external_lex_state = 3}, [1656] = {.lex_state = 3, .external_lex_state = 3}, [1657] = {.lex_state = 3, .external_lex_state = 3}, [1658] = {.lex_state = 3, .external_lex_state = 3}, [1659] = {.lex_state = 16, .external_lex_state = 3}, [1660] = {.lex_state = 11, .external_lex_state = 3}, [1661] = {.lex_state = 54, .external_lex_state = 3}, [1662] = {.lex_state = 54, .external_lex_state = 3}, [1663] = {.lex_state = 3, .external_lex_state = 4}, [1664] = {.lex_state = 54, .external_lex_state = 3}, [1665] = {.lex_state = 54, .external_lex_state = 3}, [1666] = {.lex_state = 3, .external_lex_state = 3}, [1667] = {.lex_state = 0, .external_lex_state = 3}, [1668] = {.lex_state = 3, .external_lex_state = 3}, [1669] = {.lex_state = 3, .external_lex_state = 3}, [1670] = {.lex_state = 54, .external_lex_state = 3}, [1671] = {.lex_state = 16, .external_lex_state = 3}, [1672] = {.lex_state = 3, .external_lex_state = 3}, [1673] = {.lex_state = 54, .external_lex_state = 3}, [1674] = {.lex_state = 0, .external_lex_state = 3}, [1675] = {.lex_state = 3, .external_lex_state = 4}, [1676] = {.lex_state = 54, .external_lex_state = 3}, [1677] = {.lex_state = 3, .external_lex_state = 3}, [1678] = {.lex_state = 54, .external_lex_state = 3}, [1679] = {.lex_state = 0, .external_lex_state = 3}, [1680] = {.lex_state = 3, .external_lex_state = 3}, [1681] = {.lex_state = 0, .external_lex_state = 3}, [1682] = {.lex_state = 11, .external_lex_state = 3}, [1683] = {.lex_state = 3, .external_lex_state = 4}, [1684] = {.lex_state = 54, .external_lex_state = 3}, [1685] = {.lex_state = 3, .external_lex_state = 3}, [1686] = {.lex_state = 54, .external_lex_state = 3}, [1687] = {.lex_state = 54, .external_lex_state = 3}, [1688] = {.lex_state = 11, .external_lex_state = 3}, [1689] = {.lex_state = 3, .external_lex_state = 3}, [1690] = {.lex_state = 0, .external_lex_state = 3}, [1691] = {.lex_state = 3, .external_lex_state = 3}, [1692] = {.lex_state = 3, .external_lex_state = 3}, [1693] = {.lex_state = 3, .external_lex_state = 3}, [1694] = {.lex_state = 3, .external_lex_state = 3}, [1695] = {.lex_state = 3, .external_lex_state = 3}, [1696] = {.lex_state = 54, .external_lex_state = 3}, [1697] = {.lex_state = 3, .external_lex_state = 3}, [1698] = {.lex_state = 3, .external_lex_state = 4}, [1699] = {.lex_state = 3, .external_lex_state = 3}, [1700] = {.lex_state = 54, .external_lex_state = 3}, [1701] = {.lex_state = 0, .external_lex_state = 3}, [1702] = {.lex_state = 11, .external_lex_state = 3}, [1703] = {.lex_state = 3, .external_lex_state = 3}, [1704] = {.lex_state = 11, .external_lex_state = 3}, [1705] = {.lex_state = 54, .external_lex_state = 3}, [1706] = {.lex_state = 3, .external_lex_state = 4}, [1707] = {.lex_state = 11, .external_lex_state = 3}, [1708] = {.lex_state = 11, .external_lex_state = 3}, [1709] = {.lex_state = 11, .external_lex_state = 3}, [1710] = {.lex_state = 54, .external_lex_state = 3}, [1711] = {.lex_state = 54, .external_lex_state = 3}, [1712] = {.lex_state = 54, .external_lex_state = 3}, [1713] = {.lex_state = 54, .external_lex_state = 3}, [1714] = {.lex_state = 54, .external_lex_state = 3}, [1715] = {.lex_state = 0, .external_lex_state = 3}, [1716] = {.lex_state = 0, .external_lex_state = 3}, [1717] = {.lex_state = 54, .external_lex_state = 3}, [1718] = {.lex_state = 0, .external_lex_state = 3}, [1719] = {.lex_state = 3, .external_lex_state = 3}, [1720] = {.lex_state = 54, .external_lex_state = 3}, [1721] = {.lex_state = 11, .external_lex_state = 3}, [1722] = {.lex_state = 11, .external_lex_state = 3}, [1723] = {.lex_state = 0, .external_lex_state = 3}, [1724] = {.lex_state = 3, .external_lex_state = 3}, [1725] = {.lex_state = 3, .external_lex_state = 3}, [1726] = {.lex_state = 54, .external_lex_state = 3}, [1727] = {.lex_state = 16, .external_lex_state = 3}, [1728] = {.lex_state = 11, .external_lex_state = 3}, [1729] = {.lex_state = 3, .external_lex_state = 4}, [1730] = {.lex_state = 54, .external_lex_state = 3}, [1731] = {.lex_state = 54, .external_lex_state = 3}, [1732] = {.lex_state = 3, .external_lex_state = 3}, [1733] = {.lex_state = 54, .external_lex_state = 3}, [1734] = {.lex_state = 3, .external_lex_state = 4}, [1735] = {.lex_state = 11, .external_lex_state = 3}, [1736] = {.lex_state = 0, .external_lex_state = 3}, [1737] = {.lex_state = 3, .external_lex_state = 3}, [1738] = {.lex_state = 11, .external_lex_state = 3}, [1739] = {.lex_state = 54, .external_lex_state = 3}, [1740] = {.lex_state = 3, .external_lex_state = 3}, [1741] = {.lex_state = 3, .external_lex_state = 3}, [1742] = {.lex_state = 54, .external_lex_state = 3}, [1743] = {.lex_state = 16, .external_lex_state = 3}, [1744] = {.lex_state = 3, .external_lex_state = 3}, [1745] = {.lex_state = 54, .external_lex_state = 3}, [1746] = {.lex_state = 54, .external_lex_state = 3}, [1747] = {.lex_state = 0, .external_lex_state = 3}, [1748] = {.lex_state = 0, .external_lex_state = 3}, [1749] = {.lex_state = 0, .external_lex_state = 3}, [1750] = {.lex_state = 11, .external_lex_state = 3}, [1751] = {.lex_state = 0, .external_lex_state = 3}, [1752] = {.lex_state = 3, .external_lex_state = 3}, [1753] = {.lex_state = 3, .external_lex_state = 3}, [1754] = {.lex_state = 0, .external_lex_state = 3}, [1755] = {.lex_state = 3, .external_lex_state = 3}, [1756] = {.lex_state = 7, .external_lex_state = 3}, [1757] = {.lex_state = 7, .external_lex_state = 3}, [1758] = {.lex_state = 0, .external_lex_state = 3}, [1759] = {.lex_state = 0, .external_lex_state = 3}, [1760] = {.lex_state = 0, .external_lex_state = 3}, [1761] = {.lex_state = 0, .external_lex_state = 3}, [1762] = {.lex_state = 54, .external_lex_state = 3}, [1763] = {.lex_state = 3, .external_lex_state = 3}, [1764] = {.lex_state = 54, .external_lex_state = 3}, [1765] = {.lex_state = 3, .external_lex_state = 3}, [1766] = {.lex_state = 0, .external_lex_state = 3}, [1767] = {.lex_state = 0, .external_lex_state = 3}, [1768] = {.lex_state = 0, .external_lex_state = 3}, [1769] = {.lex_state = 0, .external_lex_state = 3}, [1770] = {.lex_state = 0, .external_lex_state = 3}, [1771] = {.lex_state = 0, .external_lex_state = 3}, [1772] = {.lex_state = 54, .external_lex_state = 3}, [1773] = {.lex_state = 0, .external_lex_state = 3}, [1774] = {.lex_state = 0, .external_lex_state = 3}, [1775] = {.lex_state = 0, .external_lex_state = 3}, [1776] = {.lex_state = 54, .external_lex_state = 3}, [1777] = {.lex_state = 0, .external_lex_state = 3}, [1778] = {.lex_state = 54, .external_lex_state = 3}, [1779] = {.lex_state = 54, .external_lex_state = 3}, [1780] = {.lex_state = 54, .external_lex_state = 3}, [1781] = {.lex_state = 0, .external_lex_state = 3}, [1782] = {.lex_state = 0, .external_lex_state = 3}, [1783] = {.lex_state = 0, .external_lex_state = 3}, [1784] = {.lex_state = 54, .external_lex_state = 3}, [1785] = {.lex_state = 54, .external_lex_state = 3}, [1786] = {.lex_state = 3, .external_lex_state = 3}, [1787] = {.lex_state = 0, .external_lex_state = 3}, [1788] = {.lex_state = 0, .external_lex_state = 3}, [1789] = {.lex_state = 0, .external_lex_state = 3}, [1790] = {.lex_state = 0, .external_lex_state = 3}, [1791] = {.lex_state = 0, .external_lex_state = 3}, [1792] = {.lex_state = 0, .external_lex_state = 3}, [1793] = {.lex_state = 0, .external_lex_state = 3}, [1794] = {.lex_state = 0, .external_lex_state = 3}, [1795] = {.lex_state = 0, .external_lex_state = 3}, [1796] = {.lex_state = 54, .external_lex_state = 3}, [1797] = {.lex_state = 54, .external_lex_state = 3}, [1798] = {.lex_state = 0, .external_lex_state = 3}, [1799] = {.lex_state = 0, .external_lex_state = 3}, [1800] = {.lex_state = 0, .external_lex_state = 3}, [1801] = {.lex_state = 0, .external_lex_state = 3}, [1802] = {.lex_state = 0, .external_lex_state = 3}, [1803] = {.lex_state = 3, .external_lex_state = 3}, [1804] = {.lex_state = 0, .external_lex_state = 3}, [1805] = {.lex_state = 3, .external_lex_state = 3}, [1806] = {.lex_state = 54, .external_lex_state = 3}, [1807] = {.lex_state = 54, .external_lex_state = 3}, [1808] = {.lex_state = 0, .external_lex_state = 3}, [1809] = {.lex_state = 54, .external_lex_state = 3}, [1810] = {.lex_state = 11, .external_lex_state = 3}, [1811] = {.lex_state = 0, .external_lex_state = 3}, [1812] = {.lex_state = 54, .external_lex_state = 3}, [1813] = {.lex_state = 0, .external_lex_state = 3}, [1814] = {.lex_state = 0, .external_lex_state = 3}, [1815] = {.lex_state = 0, .external_lex_state = 3}, [1816] = {.lex_state = 0, .external_lex_state = 3}, [1817] = {.lex_state = 0, .external_lex_state = 3}, [1818] = {.lex_state = 3, .external_lex_state = 3}, [1819] = {.lex_state = 54, .external_lex_state = 3}, [1820] = {.lex_state = 3, .external_lex_state = 3}, [1821] = {.lex_state = 0, .external_lex_state = 3}, [1822] = {.lex_state = 0, .external_lex_state = 3}, [1823] = {.lex_state = 0, .external_lex_state = 3}, [1824] = {.lex_state = 11, .external_lex_state = 3}, [1825] = {.lex_state = 0, .external_lex_state = 3}, [1826] = {.lex_state = 0, .external_lex_state = 3}, [1827] = {.lex_state = 54, .external_lex_state = 3}, [1828] = {.lex_state = 3, .external_lex_state = 3}, [1829] = {.lex_state = 0, .external_lex_state = 3}, [1830] = {.lex_state = 54, .external_lex_state = 3}, [1831] = {.lex_state = 54, .external_lex_state = 3}, [1832] = {.lex_state = 0, .external_lex_state = 3}, [1833] = {.lex_state = 54, .external_lex_state = 3}, [1834] = {.lex_state = 3, .external_lex_state = 3}, [1835] = {.lex_state = 54, .external_lex_state = 3}, [1836] = {.lex_state = 3, .external_lex_state = 3}, [1837] = {.lex_state = 3, .external_lex_state = 3}, [1838] = {.lex_state = 0, .external_lex_state = 3}, [1839] = {.lex_state = 0, .external_lex_state = 3}, [1840] = {.lex_state = 3, .external_lex_state = 3}, [1841] = {.lex_state = 3, .external_lex_state = 3}, [1842] = {.lex_state = 3, .external_lex_state = 3}, [1843] = {.lex_state = 11, .external_lex_state = 3}, [1844] = {.lex_state = 0, .external_lex_state = 3}, [1845] = {.lex_state = 3, .external_lex_state = 3}, [1846] = {.lex_state = 0, .external_lex_state = 3}, [1847] = {.lex_state = 3, .external_lex_state = 3}, [1848] = {.lex_state = 0, .external_lex_state = 3}, [1849] = {.lex_state = 54, .external_lex_state = 3}, [1850] = {.lex_state = 0, .external_lex_state = 3}, [1851] = {.lex_state = 3, .external_lex_state = 3}, [1852] = {.lex_state = 11, .external_lex_state = 3}, [1853] = {.lex_state = 0, .external_lex_state = 3}, [1854] = {.lex_state = 0, .external_lex_state = 3}, [1855] = {.lex_state = 3, .external_lex_state = 3}, [1856] = {.lex_state = 54, .external_lex_state = 3}, [1857] = {.lex_state = 3, .external_lex_state = 3}, [1858] = {.lex_state = 54, .external_lex_state = 3}, [1859] = {.lex_state = 0, .external_lex_state = 3}, [1860] = {.lex_state = 54, .external_lex_state = 3}, [1861] = {.lex_state = 0, .external_lex_state = 3}, [1862] = {.lex_state = 0, .external_lex_state = 3}, [1863] = {.lex_state = 0, .external_lex_state = 3}, [1864] = {.lex_state = 0, .external_lex_state = 3}, [1865] = {.lex_state = 0, .external_lex_state = 3}, [1866] = {.lex_state = 11, .external_lex_state = 3}, [1867] = {.lex_state = 0, .external_lex_state = 3}, [1868] = {.lex_state = 0, .external_lex_state = 3}, [1869] = {.lex_state = 0, .external_lex_state = 3}, [1870] = {.lex_state = 0, .external_lex_state = 3}, [1871] = {.lex_state = 54, .external_lex_state = 3}, [1872] = {.lex_state = 0, .external_lex_state = 3}, [1873] = {.lex_state = 0, .external_lex_state = 3}, [1874] = {.lex_state = 0, .external_lex_state = 3}, [1875] = {.lex_state = 54, .external_lex_state = 3}, [1876] = {.lex_state = 0, .external_lex_state = 3}, [1877] = {.lex_state = 0, .external_lex_state = 3}, [1878] = {.lex_state = 3, .external_lex_state = 3}, [1879] = {.lex_state = 3, .external_lex_state = 3}, [1880] = {.lex_state = 0, .external_lex_state = 3}, [1881] = {.lex_state = 0, .external_lex_state = 3}, [1882] = {.lex_state = 0, .external_lex_state = 3}, [1883] = {.lex_state = 0, .external_lex_state = 3}, [1884] = {.lex_state = 0, .external_lex_state = 3}, [1885] = {.lex_state = 3, .external_lex_state = 3}, [1886] = {.lex_state = 0, .external_lex_state = 3}, [1887] = {.lex_state = 0, .external_lex_state = 3}, [1888] = {.lex_state = 0, .external_lex_state = 3}, [1889] = {.lex_state = 3, .external_lex_state = 3}, [1890] = {.lex_state = 3, .external_lex_state = 3}, [1891] = {.lex_state = 0, .external_lex_state = 3}, [1892] = {.lex_state = 54, .external_lex_state = 3}, [1893] = {.lex_state = 54, .external_lex_state = 3}, [1894] = {.lex_state = 0, .external_lex_state = 3}, [1895] = {.lex_state = 3, .external_lex_state = 3}, [1896] = {.lex_state = 3, .external_lex_state = 3}, [1897] = {.lex_state = 11, .external_lex_state = 3}, [1898] = {.lex_state = 3, .external_lex_state = 3}, [1899] = {.lex_state = 3, .external_lex_state = 3}, [1900] = {.lex_state = 0, .external_lex_state = 3}, [1901] = {.lex_state = 54, .external_lex_state = 3}, [1902] = {.lex_state = 0, .external_lex_state = 3}, [1903] = {.lex_state = 54, .external_lex_state = 3}, [1904] = {.lex_state = 11, .external_lex_state = 3}, [1905] = {.lex_state = 54, .external_lex_state = 3}, [1906] = {.lex_state = 54, .external_lex_state = 3}, [1907] = {.lex_state = 0, .external_lex_state = 3}, [1908] = {.lex_state = 11, .external_lex_state = 3}, [1909] = {.lex_state = 0, .external_lex_state = 3}, [1910] = {.lex_state = 54, .external_lex_state = 3}, [1911] = {.lex_state = 7, .external_lex_state = 3}, [1912] = {.lex_state = 11, .external_lex_state = 3}, [1913] = {.lex_state = 7, .external_lex_state = 3}, [1914] = {.lex_state = 0, .external_lex_state = 3}, [1915] = {.lex_state = 11, .external_lex_state = 3}, [1916] = {.lex_state = 3, .external_lex_state = 3}, [1917] = {.lex_state = 54, .external_lex_state = 3}, [1918] = {.lex_state = 0, .external_lex_state = 3}, [1919] = {.lex_state = 54, .external_lex_state = 3}, [1920] = {.lex_state = 0, .external_lex_state = 3}, [1921] = {.lex_state = 3, .external_lex_state = 3}, [1922] = {.lex_state = 54, .external_lex_state = 3}, [1923] = {.lex_state = 0, .external_lex_state = 3}, [1924] = {.lex_state = 0, .external_lex_state = 3}, [1925] = {.lex_state = 0, .external_lex_state = 3}, [1926] = {.lex_state = 0, .external_lex_state = 3}, [1927] = {.lex_state = 54, .external_lex_state = 3}, [1928] = {.lex_state = 0, .external_lex_state = 3}, [1929] = {.lex_state = 3, .external_lex_state = 3}, [1930] = {.lex_state = 3, .external_lex_state = 3}, [1931] = {.lex_state = 3, .external_lex_state = 3}, [1932] = {.lex_state = 0, .external_lex_state = 3}, [1933] = {.lex_state = 54, .external_lex_state = 3}, [1934] = {.lex_state = 0, .external_lex_state = 3}, [1935] = {.lex_state = 3, .external_lex_state = 3}, [1936] = {.lex_state = 0, .external_lex_state = 3}, [1937] = {.lex_state = 54, .external_lex_state = 3}, [1938] = {.lex_state = 54, .external_lex_state = 3}, [1939] = {.lex_state = 0, .external_lex_state = 3}, [1940] = {.lex_state = 3, .external_lex_state = 3}, [1941] = {.lex_state = 3, .external_lex_state = 3}, [1942] = {.lex_state = 0, .external_lex_state = 3}, [1943] = {.lex_state = 0, .external_lex_state = 3}, [1944] = {.lex_state = 3, .external_lex_state = 3}, [1945] = {.lex_state = 54, .external_lex_state = 3}, [1946] = {.lex_state = 0, .external_lex_state = 3}, [1947] = {.lex_state = 0, .external_lex_state = 3}, [1948] = {.lex_state = 0, .external_lex_state = 3}, [1949] = {.lex_state = 0, .external_lex_state = 3}, [1950] = {.lex_state = 0, .external_lex_state = 3}, [1951] = {.lex_state = 0, .external_lex_state = 3}, [1952] = {.lex_state = 0, .external_lex_state = 3}, [1953] = {.lex_state = 0, .external_lex_state = 3}, [1954] = {.lex_state = 0, .external_lex_state = 3}, [1955] = {.lex_state = 0, .external_lex_state = 3}, [1956] = {.lex_state = 0, .external_lex_state = 3}, [1957] = {.lex_state = 0, .external_lex_state = 3}, [1958] = {.lex_state = 0, .external_lex_state = 3}, [1959] = {.lex_state = 0, .external_lex_state = 3}, [1960] = {.lex_state = 54, .external_lex_state = 3}, [1961] = {.lex_state = 0, .external_lex_state = 3}, [1962] = {.lex_state = 0, .external_lex_state = 3}, [1963] = {.lex_state = 54, .external_lex_state = 3}, [1964] = {.lex_state = 0, .external_lex_state = 3}, [1965] = {.lex_state = 0, .external_lex_state = 3}, [1966] = {.lex_state = 54, .external_lex_state = 3}, [1967] = {.lex_state = 0, .external_lex_state = 3}, [1968] = {.lex_state = 0, .external_lex_state = 3}, [1969] = {.lex_state = 0, .external_lex_state = 3}, [1970] = {.lex_state = 0, .external_lex_state = 3}, [1971] = {.lex_state = 11, .external_lex_state = 3}, [1972] = {.lex_state = 54, .external_lex_state = 3}, [1973] = {.lex_state = 0, .external_lex_state = 3}, [1974] = {.lex_state = 54, .external_lex_state = 3}, [1975] = {.lex_state = 54, .external_lex_state = 3}, [1976] = {.lex_state = 54, .external_lex_state = 3}, [1977] = {.lex_state = 0, .external_lex_state = 3}, [1978] = {.lex_state = 54, .external_lex_state = 3}, [1979] = {.lex_state = 0, .external_lex_state = 3}, [1980] = {.lex_state = 54, .external_lex_state = 3}, [1981] = {.lex_state = 3, .external_lex_state = 3}, [1982] = {.lex_state = 0, .external_lex_state = 3}, [1983] = {.lex_state = 0, .external_lex_state = 3}, [1984] = {.lex_state = 54, .external_lex_state = 3}, [1985] = {.lex_state = 54, .external_lex_state = 3}, [1986] = {.lex_state = 0, .external_lex_state = 3}, [1987] = {.lex_state = 54, .external_lex_state = 3}, [1988] = {.lex_state = 3, .external_lex_state = 3}, [1989] = {.lex_state = 0, .external_lex_state = 3}, [1990] = {.lex_state = 54, .external_lex_state = 3}, [1991] = {.lex_state = 3, .external_lex_state = 3}, [1992] = {.lex_state = 0, .external_lex_state = 3}, [1993] = {.lex_state = 54, .external_lex_state = 3}, [1994] = {.lex_state = 3, .external_lex_state = 3}, [1995] = {.lex_state = 7, .external_lex_state = 3}, [1996] = {.lex_state = 0, .external_lex_state = 3}, [1997] = {.lex_state = 0, .external_lex_state = 3}, [1998] = {.lex_state = 7, .external_lex_state = 3}, [1999] = {.lex_state = 54, .external_lex_state = 3}, [2000] = {.lex_state = 0, .external_lex_state = 3}, [2001] = {.lex_state = 54, .external_lex_state = 3}, [2002] = {.lex_state = 54, .external_lex_state = 3}, [2003] = {.lex_state = 54, .external_lex_state = 3}, [2004] = {.lex_state = 0, .external_lex_state = 3}, [2005] = {.lex_state = 54, .external_lex_state = 3}, [2006] = {.lex_state = 0, .external_lex_state = 3}, [2007] = {.lex_state = 0, .external_lex_state = 3}, [2008] = {.lex_state = 0, .external_lex_state = 3}, [2009] = {.lex_state = 0, .external_lex_state = 3}, [2010] = {.lex_state = 0, .external_lex_state = 3}, [2011] = {.lex_state = 54, .external_lex_state = 3}, [2012] = {.lex_state = 0, .external_lex_state = 3}, [2013] = {.lex_state = 0, .external_lex_state = 3}, [2014] = {.lex_state = 3, .external_lex_state = 3}, [2015] = {.lex_state = 0, .external_lex_state = 3}, [2016] = {.lex_state = 0, .external_lex_state = 3}, [2017] = {.lex_state = 3, .external_lex_state = 3}, [2018] = {.lex_state = 0, .external_lex_state = 3}, [2019] = {.lex_state = 0, .external_lex_state = 3}, [2020] = {.lex_state = 0, .external_lex_state = 3}, [2021] = {.lex_state = 3, .external_lex_state = 3}, [2022] = {.lex_state = 0, .external_lex_state = 3}, [2023] = {.lex_state = 0, .external_lex_state = 3}, [2024] = {.lex_state = 0, .external_lex_state = 3}, [2025] = {.lex_state = 0, .external_lex_state = 3}, [2026] = {.lex_state = 0, .external_lex_state = 3}, [2027] = {.lex_state = 0, .external_lex_state = 3}, [2028] = {.lex_state = 0, .external_lex_state = 3}, [2029] = {.lex_state = 0, .external_lex_state = 3}, [2030] = {.lex_state = 0, .external_lex_state = 3}, [2031] = {.lex_state = 3, .external_lex_state = 3}, [2032] = {.lex_state = 3, .external_lex_state = 3}, [2033] = {.lex_state = 0, .external_lex_state = 3}, [2034] = {.lex_state = 0, .external_lex_state = 3}, [2035] = {.lex_state = 0, .external_lex_state = 3}, [2036] = {.lex_state = 0, .external_lex_state = 3}, [2037] = {.lex_state = 0, .external_lex_state = 3}, [2038] = {.lex_state = 0, .external_lex_state = 3}, [2039] = {.lex_state = 3, .external_lex_state = 3}, [2040] = {.lex_state = 0, .external_lex_state = 3}, [2041] = {.lex_state = 54, .external_lex_state = 3}, [2042] = {.lex_state = 0, .external_lex_state = 3}, [2043] = {.lex_state = 0, .external_lex_state = 3}, [2044] = {.lex_state = 0, .external_lex_state = 3}, [2045] = {.lex_state = 3, .external_lex_state = 3}, [2046] = {.lex_state = 0, .external_lex_state = 3}, [2047] = {.lex_state = 0, .external_lex_state = 3}, [2048] = {.lex_state = 0, .external_lex_state = 3}, [2049] = {.lex_state = 0, .external_lex_state = 3}, [2050] = {.lex_state = 3, .external_lex_state = 3}, [2051] = {.lex_state = 0, .external_lex_state = 3}, [2052] = {.lex_state = 0, .external_lex_state = 3}, [2053] = {.lex_state = 0, .external_lex_state = 3}, [2054] = {.lex_state = 54, .external_lex_state = 3}, [2055] = {.lex_state = 0, .external_lex_state = 3}, [2056] = {.lex_state = 54, .external_lex_state = 3}, [2057] = {.lex_state = 0, .external_lex_state = 3}, [2058] = {.lex_state = 0, .external_lex_state = 3}, [2059] = {.lex_state = 0, .external_lex_state = 3}, [2060] = {.lex_state = 0, .external_lex_state = 3}, [2061] = {.lex_state = 0, .external_lex_state = 3}, [2062] = {.lex_state = 54, .external_lex_state = 3}, [2063] = {.lex_state = 54, .external_lex_state = 3}, [2064] = {.lex_state = 54, .external_lex_state = 3}, [2065] = {.lex_state = 3, .external_lex_state = 3}, [2066] = {.lex_state = 54, .external_lex_state = 3}, [2067] = {.lex_state = 0, .external_lex_state = 3}, [2068] = {.lex_state = 0, .external_lex_state = 3}, [2069] = {.lex_state = 54, .external_lex_state = 3}, [2070] = {.lex_state = 0, .external_lex_state = 3}, [2071] = {.lex_state = 0, .external_lex_state = 3}, [2072] = {.lex_state = 54, .external_lex_state = 3}, [2073] = {.lex_state = 0, .external_lex_state = 3}, [2074] = {.lex_state = 0, .external_lex_state = 3}, [2075] = {.lex_state = 0, .external_lex_state = 3}, [2076] = {.lex_state = 0, .external_lex_state = 3}, [2077] = {.lex_state = 11, .external_lex_state = 3}, [2078] = {.lex_state = 0, .external_lex_state = 3}, [2079] = {.lex_state = 0, .external_lex_state = 3}, [2080] = {.lex_state = 3, .external_lex_state = 3}, [2081] = {.lex_state = 54, .external_lex_state = 3}, [2082] = {.lex_state = 0, .external_lex_state = 3}, [2083] = {.lex_state = 0, .external_lex_state = 3}, [2084] = {.lex_state = 0, .external_lex_state = 3}, [2085] = {.lex_state = 0, .external_lex_state = 3}, [2086] = {.lex_state = 0, .external_lex_state = 3}, [2087] = {.lex_state = 0, .external_lex_state = 5}, [2088] = {.lex_state = 0, .external_lex_state = 3}, [2089] = {.lex_state = 0, .external_lex_state = 3}, [2090] = {.lex_state = 0, .external_lex_state = 3}, [2091] = {.lex_state = 0, .external_lex_state = 3}, [2092] = {.lex_state = 3, .external_lex_state = 3}, [2093] = {.lex_state = 0, .external_lex_state = 3}, [2094] = {.lex_state = 0, .external_lex_state = 3}, [2095] = {.lex_state = 0, .external_lex_state = 3}, [2096] = {.lex_state = 0, .external_lex_state = 3}, [2097] = {.lex_state = 3, .external_lex_state = 3}, [2098] = {.lex_state = 0, .external_lex_state = 3}, [2099] = {.lex_state = 0, .external_lex_state = 3}, [2100] = {.lex_state = 0, .external_lex_state = 3}, [2101] = {.lex_state = 54, .external_lex_state = 3}, [2102] = {.lex_state = 0, .external_lex_state = 3}, [2103] = {.lex_state = 0, .external_lex_state = 3}, [2104] = {.lex_state = 54, .external_lex_state = 3}, [2105] = {.lex_state = 0, .external_lex_state = 3}, [2106] = {.lex_state = 0, .external_lex_state = 3}, [2107] = {.lex_state = 0, .external_lex_state = 3}, [2108] = {.lex_state = 0, .external_lex_state = 3}, [2109] = {.lex_state = 0, .external_lex_state = 3}, [2110] = {.lex_state = 0, .external_lex_state = 3}, [2111] = {.lex_state = 0, .external_lex_state = 3}, [2112] = {.lex_state = 0, .external_lex_state = 3}, [2113] = {.lex_state = 3, .external_lex_state = 3}, [2114] = {.lex_state = 0, .external_lex_state = 3}, [2115] = {.lex_state = 0, .external_lex_state = 3}, [2116] = {.lex_state = 0, .external_lex_state = 3}, [2117] = {.lex_state = 0, .external_lex_state = 3}, [2118] = {.lex_state = 0, .external_lex_state = 3}, [2119] = {.lex_state = 0, .external_lex_state = 3}, [2120] = {.lex_state = 3, .external_lex_state = 3}, [2121] = {.lex_state = 54, .external_lex_state = 3}, [2122] = {.lex_state = 0, .external_lex_state = 3}, [2123] = {.lex_state = 3, .external_lex_state = 3}, [2124] = {.lex_state = 0, .external_lex_state = 3}, [2125] = {.lex_state = 0, .external_lex_state = 3}, [2126] = {.lex_state = 0, .external_lex_state = 3}, [2127] = {.lex_state = 0, .external_lex_state = 3}, [2128] = {.lex_state = 11, .external_lex_state = 3}, [2129] = {.lex_state = 0, .external_lex_state = 3}, [2130] = {.lex_state = 0, .external_lex_state = 3}, [2131] = {.lex_state = 11, .external_lex_state = 3}, [2132] = {.lex_state = 11, .external_lex_state = 3}, [2133] = {.lex_state = 54, .external_lex_state = 3}, [2134] = {.lex_state = 0, .external_lex_state = 3}, [2135] = {.lex_state = 0, .external_lex_state = 3}, [2136] = {.lex_state = 54, .external_lex_state = 3}, [2137] = {.lex_state = 3, .external_lex_state = 3}, [2138] = {.lex_state = 0, .external_lex_state = 3}, [2139] = {.lex_state = 0, .external_lex_state = 3}, [2140] = {.lex_state = 0, .external_lex_state = 3}, [2141] = {.lex_state = 0, .external_lex_state = 3}, [2142] = {.lex_state = 0, .external_lex_state = 3}, [2143] = {.lex_state = 0, .external_lex_state = 3}, [2144] = {.lex_state = 11, .external_lex_state = 3}, [2145] = {.lex_state = 11, .external_lex_state = 3}, [2146] = {.lex_state = 0, .external_lex_state = 3}, [2147] = {.lex_state = 0, .external_lex_state = 3}, [2148] = {.lex_state = 3, .external_lex_state = 3}, [2149] = {.lex_state = 3, .external_lex_state = 3}, [2150] = {.lex_state = 0, .external_lex_state = 3}, [2151] = {.lex_state = 0, .external_lex_state = 3}, [2152] = {.lex_state = 0, .external_lex_state = 3}, [2153] = {.lex_state = 54, .external_lex_state = 3}, [2154] = {.lex_state = 54, .external_lex_state = 3}, [2155] = {.lex_state = 3, .external_lex_state = 3}, [2156] = {.lex_state = 0, .external_lex_state = 3}, [2157] = {.lex_state = 0, .external_lex_state = 3}, [2158] = {.lex_state = 0, .external_lex_state = 3}, [2159] = {.lex_state = 3, .external_lex_state = 3}, [2160] = {.lex_state = 0, .external_lex_state = 3}, [2161] = {.lex_state = 54, .external_lex_state = 3}, [2162] = {.lex_state = 0, .external_lex_state = 3}, [2163] = {.lex_state = 0, .external_lex_state = 3}, [2164] = {.lex_state = 54, .external_lex_state = 3}, [2165] = {.lex_state = 0, .external_lex_state = 3}, [2166] = {.lex_state = 0, .external_lex_state = 3}, [2167] = {.lex_state = 0, .external_lex_state = 3}, [2168] = {.lex_state = 0, .external_lex_state = 3}, [2169] = {.lex_state = 0, .external_lex_state = 3}, [2170] = {.lex_state = 0, .external_lex_state = 3}, [2171] = {.lex_state = 0, .external_lex_state = 3}, [2172] = {.lex_state = 0, .external_lex_state = 3}, [2173] = {.lex_state = 0, .external_lex_state = 3}, [2174] = {.lex_state = 3, .external_lex_state = 3}, [2175] = {.lex_state = 3, .external_lex_state = 3}, [2176] = {.lex_state = 0, .external_lex_state = 3}, [2177] = {.lex_state = 3, .external_lex_state = 3}, [2178] = {.lex_state = 0, .external_lex_state = 3}, [2179] = {.lex_state = 0, .external_lex_state = 3}, [2180] = {.lex_state = 3, .external_lex_state = 3}, [2181] = {.lex_state = 0, .external_lex_state = 3}, [2182] = {.lex_state = 3, .external_lex_state = 3}, [2183] = {.lex_state = 3, .external_lex_state = 3}, [2184] = {.lex_state = 11, .external_lex_state = 3}, [2185] = {.lex_state = 0, .external_lex_state = 3}, [2186] = {.lex_state = 0, .external_lex_state = 3}, [2187] = {.lex_state = 11, .external_lex_state = 3}, [2188] = {.lex_state = 0, .external_lex_state = 3}, [2189] = {.lex_state = 0, .external_lex_state = 3}, [2190] = {.lex_state = 11, .external_lex_state = 3}, [2191] = {.lex_state = 3, .external_lex_state = 3}, [2192] = {.lex_state = 3, .external_lex_state = 3}, [2193] = {.lex_state = 3, .external_lex_state = 3}, [2194] = {.lex_state = 0, .external_lex_state = 3}, [2195] = {.lex_state = 3, .external_lex_state = 3}, [2196] = {.lex_state = 3, .external_lex_state = 3}, [2197] = {.lex_state = 3, .external_lex_state = 3}, [2198] = {.lex_state = 0, .external_lex_state = 3}, [2199] = {.lex_state = 3, .external_lex_state = 3}, [2200] = {.lex_state = 3, .external_lex_state = 3}, [2201] = {.lex_state = 0, .external_lex_state = 3}, [2202] = {.lex_state = 0, .external_lex_state = 3}, [2203] = {.lex_state = 0, .external_lex_state = 3}, [2204] = {.lex_state = 3, .external_lex_state = 3}, [2205] = {.lex_state = 3, .external_lex_state = 3}, [2206] = {.lex_state = 3, .external_lex_state = 3}, [2207] = {.lex_state = 0, .external_lex_state = 3}, [2208] = {.lex_state = 3, .external_lex_state = 3}, [2209] = {.lex_state = 3, .external_lex_state = 3}, [2210] = {.lex_state = 3, .external_lex_state = 3}, [2211] = {.lex_state = 0, .external_lex_state = 3}, [2212] = {.lex_state = 3, .external_lex_state = 3}, [2213] = {.lex_state = 3, .external_lex_state = 3}, [2214] = {.lex_state = 3, .external_lex_state = 3}, [2215] = {.lex_state = 3, .external_lex_state = 3}, [2216] = {.lex_state = 3, .external_lex_state = 3}, [2217] = {.lex_state = 0, .external_lex_state = 3}, [2218] = {.lex_state = 3, .external_lex_state = 3}, [2219] = {.lex_state = 3, .external_lex_state = 3}, [2220] = {.lex_state = 3, .external_lex_state = 3}, [2221] = {.lex_state = 3, .external_lex_state = 3}, [2222] = {.lex_state = 3, .external_lex_state = 3}, [2223] = {.lex_state = 3, .external_lex_state = 3}, [2224] = {.lex_state = 3, .external_lex_state = 3}, [2225] = {.lex_state = 0, .external_lex_state = 3}, [2226] = {.lex_state = 3, .external_lex_state = 3}, [2227] = {.lex_state = 3, .external_lex_state = 3}, [2228] = {.lex_state = 0, .external_lex_state = 3}, [2229] = {.lex_state = 0, .external_lex_state = 3}, [2230] = {.lex_state = 0, .external_lex_state = 3}, [2231] = {.lex_state = 0, .external_lex_state = 3}, [2232] = {.lex_state = 0, .external_lex_state = 3}, [2233] = {.lex_state = 3, .external_lex_state = 3}, [2234] = {.lex_state = 0, .external_lex_state = 3}, [2235] = {.lex_state = 3, .external_lex_state = 3}, [2236] = {.lex_state = 3, .external_lex_state = 3}, [2237] = {.lex_state = 0, .external_lex_state = 3}, [2238] = {.lex_state = 0, .external_lex_state = 3}, [2239] = {.lex_state = 0, .external_lex_state = 3}, [2240] = {.lex_state = 11, .external_lex_state = 3}, [2241] = {.lex_state = 3, .external_lex_state = 3}, [2242] = {.lex_state = 3, .external_lex_state = 3}, [2243] = {.lex_state = 54, .external_lex_state = 3}, [2244] = {.lex_state = 0, .external_lex_state = 3}, [2245] = {.lex_state = 0, .external_lex_state = 3}, [2246] = {.lex_state = 3, .external_lex_state = 3}, [2247] = {.lex_state = 0, .external_lex_state = 3}, [2248] = {.lex_state = 3, .external_lex_state = 3}, [2249] = {.lex_state = 3, .external_lex_state = 3}, [2250] = {.lex_state = 0, .external_lex_state = 3}, [2251] = {.lex_state = 3, .external_lex_state = 3}, [2252] = {.lex_state = 3, .external_lex_state = 3}, [2253] = {.lex_state = 3, .external_lex_state = 3}, [2254] = {.lex_state = 3, .external_lex_state = 3}, [2255] = {.lex_state = 3, .external_lex_state = 3}, [2256] = {.lex_state = 3, .external_lex_state = 3}, [2257] = {.lex_state = 0, .external_lex_state = 3}, [2258] = {.lex_state = 0, .external_lex_state = 3}, [2259] = {.lex_state = 0, .external_lex_state = 3}, [2260] = {.lex_state = 0, .external_lex_state = 3}, [2261] = {.lex_state = 3, .external_lex_state = 3}, [2262] = {.lex_state = 0, .external_lex_state = 3}, [2263] = {.lex_state = 3, .external_lex_state = 3}, [2264] = {.lex_state = 0, .external_lex_state = 3}, [2265] = {.lex_state = 3, .external_lex_state = 3}, [2266] = {.lex_state = 3, .external_lex_state = 3}, [2267] = {.lex_state = 3, .external_lex_state = 3}, [2268] = {.lex_state = 3, .external_lex_state = 3}, [2269] = {.lex_state = 3, .external_lex_state = 3}, [2270] = {.lex_state = 3, .external_lex_state = 3}, [2271] = {.lex_state = 3, .external_lex_state = 3}, [2272] = {.lex_state = 11, .external_lex_state = 3}, [2273] = {.lex_state = 0, .external_lex_state = 3}, [2274] = {.lex_state = 0, .external_lex_state = 3}, [2275] = {.lex_state = 0, .external_lex_state = 3}, [2276] = {.lex_state = 3, .external_lex_state = 3}, [2277] = {.lex_state = 3, .external_lex_state = 3}, [2278] = {.lex_state = 11, .external_lex_state = 3}, [2279] = {.lex_state = 3, .external_lex_state = 3}, [2280] = {.lex_state = 0, .external_lex_state = 3}, [2281] = {.lex_state = 11, .external_lex_state = 3}, [2282] = {.lex_state = 0, .external_lex_state = 3}, [2283] = {.lex_state = 0, .external_lex_state = 3}, [2284] = {.lex_state = 3, .external_lex_state = 3}, [2285] = {.lex_state = 0, .external_lex_state = 3}, [2286] = {.lex_state = 0, .external_lex_state = 3}, [2287] = {.lex_state = 0, .external_lex_state = 3}, [2288] = {.lex_state = 3, .external_lex_state = 3}, [2289] = {.lex_state = 3, .external_lex_state = 3}, [2290] = {.lex_state = 0, .external_lex_state = 3}, [2291] = {.lex_state = 0, .external_lex_state = 3}, [2292] = {.lex_state = 54, .external_lex_state = 3}, [2293] = {.lex_state = 3, .external_lex_state = 3}, [2294] = {.lex_state = 0, .external_lex_state = 3}, [2295] = {.lex_state = 3, .external_lex_state = 3}, [2296] = {.lex_state = 0, .external_lex_state = 3}, [2297] = {.lex_state = 0, .external_lex_state = 3}, [2298] = {.lex_state = 54, .external_lex_state = 3}, [2299] = {.lex_state = 3, .external_lex_state = 3}, [2300] = {.lex_state = 3, .external_lex_state = 3}, [2301] = {.lex_state = 54, .external_lex_state = 3}, [2302] = {.lex_state = 0, .external_lex_state = 3}, [2303] = {.lex_state = 3, .external_lex_state = 3}, [2304] = {.lex_state = 0, .external_lex_state = 3}, [2305] = {.lex_state = 3, .external_lex_state = 3}, [2306] = {.lex_state = 11, .external_lex_state = 3}, [2307] = {.lex_state = 0, .external_lex_state = 3}, [2308] = {.lex_state = 3, .external_lex_state = 3}, [2309] = {.lex_state = 3, .external_lex_state = 3}, [2310] = {.lex_state = 0, .external_lex_state = 3}, [2311] = {.lex_state = 0, .external_lex_state = 3}, [2312] = {.lex_state = 0, .external_lex_state = 3}, [2313] = {.lex_state = 3, .external_lex_state = 3}, [2314] = {.lex_state = 0, .external_lex_state = 3}, [2315] = {.lex_state = 3, .external_lex_state = 3}, [2316] = {.lex_state = 3, .external_lex_state = 3}, [2317] = {.lex_state = 3, .external_lex_state = 3}, [2318] = {.lex_state = 3, .external_lex_state = 3}, [2319] = {.lex_state = 54, .external_lex_state = 3}, [2320] = {.lex_state = 0, .external_lex_state = 3}, [2321] = {.lex_state = 11, .external_lex_state = 3}, [2322] = {.lex_state = 11, .external_lex_state = 3}, [2323] = {.lex_state = 3, .external_lex_state = 3}, [2324] = {.lex_state = 0, .external_lex_state = 3}, [2325] = {.lex_state = 0, .external_lex_state = 3}, [2326] = {.lex_state = 0, .external_lex_state = 3}, [2327] = {.lex_state = 0, .external_lex_state = 3}, [2328] = {.lex_state = 0, .external_lex_state = 3}, [2329] = {.lex_state = 3, .external_lex_state = 3}, [2330] = {.lex_state = 11, .external_lex_state = 3}, [2331] = {.lex_state = 0, .external_lex_state = 3}, [2332] = {.lex_state = 0, .external_lex_state = 3}, [2333] = {.lex_state = 0, .external_lex_state = 3}, [2334] = {.lex_state = 0, .external_lex_state = 3}, [2335] = {.lex_state = 3, .external_lex_state = 3}, [2336] = {.lex_state = 0, .external_lex_state = 3}, [2337] = {.lex_state = 0, .external_lex_state = 3}, [2338] = {.lex_state = 0, .external_lex_state = 3}, [2339] = {.lex_state = 0, .external_lex_state = 3}, [2340] = {.lex_state = 3, .external_lex_state = 3}, [2341] = {.lex_state = 3, .external_lex_state = 3}, [2342] = {.lex_state = 0, .external_lex_state = 3}, [2343] = {.lex_state = 0, .external_lex_state = 3}, [2344] = {.lex_state = 3, .external_lex_state = 3}, [2345] = {.lex_state = 11, .external_lex_state = 3}, [2346] = {.lex_state = 0, .external_lex_state = 3}, [2347] = {.lex_state = 0, .external_lex_state = 3}, [2348] = {.lex_state = 0, .external_lex_state = 3}, [2349] = {.lex_state = 3, .external_lex_state = 3}, [2350] = {.lex_state = 3, .external_lex_state = 3}, [2351] = {.lex_state = 0, .external_lex_state = 3}, [2352] = {.lex_state = 0, .external_lex_state = 3}, [2353] = {.lex_state = 3, .external_lex_state = 3}, [2354] = {.lex_state = 0, .external_lex_state = 3}, [2355] = {.lex_state = 0, .external_lex_state = 3}, [2356] = {.lex_state = 3, .external_lex_state = 3}, [2357] = {.lex_state = 3, .external_lex_state = 3}, [2358] = {.lex_state = 3, .external_lex_state = 3}, [2359] = {.lex_state = 0, .external_lex_state = 3}, [2360] = {.lex_state = 11, .external_lex_state = 3}, [2361] = {.lex_state = 0, .external_lex_state = 3}, [2362] = {.lex_state = 11, .external_lex_state = 3}, [2363] = {.lex_state = 3, .external_lex_state = 3}, [2364] = {.lex_state = 3, .external_lex_state = 3}, [2365] = {.lex_state = 0, .external_lex_state = 3}, [2366] = {.lex_state = 0, .external_lex_state = 3}, [2367] = {.lex_state = 11, .external_lex_state = 3}, [2368] = {.lex_state = 0, .external_lex_state = 3}, [2369] = {.lex_state = 0, .external_lex_state = 3}, [2370] = {.lex_state = 0, .external_lex_state = 3}, [2371] = {.lex_state = 0, .external_lex_state = 3}, [2372] = {.lex_state = 0, .external_lex_state = 3}, [2373] = {.lex_state = 0, .external_lex_state = 3}, [2374] = {.lex_state = 0, .external_lex_state = 3}, [2375] = {.lex_state = 0, .external_lex_state = 3}, [2376] = {.lex_state = 11, .external_lex_state = 3}, [2377] = {.lex_state = 0, .external_lex_state = 3}, [2378] = {.lex_state = 3, .external_lex_state = 3}, [2379] = {.lex_state = 0, .external_lex_state = 3}, [2380] = {.lex_state = 0, .external_lex_state = 3}, [2381] = {.lex_state = 0, .external_lex_state = 3}, [2382] = {.lex_state = 11, .external_lex_state = 3}, [2383] = {.lex_state = 3, .external_lex_state = 3}, [2384] = {.lex_state = 3, .external_lex_state = 3}, [2385] = {.lex_state = 11, .external_lex_state = 3}, [2386] = {.lex_state = 11, .external_lex_state = 3}, [2387] = {.lex_state = 0, .external_lex_state = 3}, [2388] = {.lex_state = 0, .external_lex_state = 3}, [2389] = {.lex_state = 0, .external_lex_state = 3}, [2390] = {.lex_state = 3, .external_lex_state = 3}, [2391] = {.lex_state = 11, .external_lex_state = 3}, [2392] = {.lex_state = 0, .external_lex_state = 3}, [2393] = {.lex_state = 11, .external_lex_state = 3}, [2394] = {.lex_state = 0, .external_lex_state = 3}, [2395] = {.lex_state = 3, .external_lex_state = 3}, [2396] = {.lex_state = 0, .external_lex_state = 3}, [2397] = {.lex_state = 0, .external_lex_state = 3}, [2398] = {.lex_state = 3, .external_lex_state = 3}, [2399] = {.lex_state = 0, .external_lex_state = 3}, [2400] = {.lex_state = 0, .external_lex_state = 3}, [2401] = {.lex_state = 3, .external_lex_state = 3}, [2402] = {.lex_state = 3, .external_lex_state = 3}, [2403] = {.lex_state = 3, .external_lex_state = 3}, [2404] = {.lex_state = 3, .external_lex_state = 3}, [2405] = {.lex_state = 0, .external_lex_state = 3}, [2406] = {.lex_state = 3, .external_lex_state = 3}, [2407] = {.lex_state = 3, .external_lex_state = 3}, [2408] = {.lex_state = 0, .external_lex_state = 3}, [2409] = {.lex_state = 0, .external_lex_state = 3}, [2410] = {.lex_state = 3, .external_lex_state = 3}, [2411] = {.lex_state = 3, .external_lex_state = 3}, [2412] = {.lex_state = 3, .external_lex_state = 3}, [2413] = {.lex_state = 0, .external_lex_state = 3}, [2414] = {.lex_state = 0, .external_lex_state = 3}, [2415] = {.lex_state = 3, .external_lex_state = 3}, [2416] = {.lex_state = 3, .external_lex_state = 3}, [2417] = {.lex_state = 0, .external_lex_state = 3}, [2418] = {.lex_state = 0, .external_lex_state = 3}, [2419] = {.lex_state = 3, .external_lex_state = 3}, [2420] = {.lex_state = 0, .external_lex_state = 3}, [2421] = {.lex_state = 0, .external_lex_state = 3}, }; enum { ts_external_token__string_content = 0, ts_external_token_raw_string_literal = 1, ts_external_token_float_literal = 2, ts_external_token_block_comment = 3, }; static TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token__string_content] = sym__string_content, [ts_external_token_raw_string_literal] = sym_raw_string_literal, [ts_external_token_float_literal] = sym_float_literal, [ts_external_token_block_comment] = sym_block_comment, }; static bool ts_external_scanner_states[6][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token__string_content] = true, [ts_external_token_raw_string_literal] = true, [ts_external_token_float_literal] = true, [ts_external_token_block_comment] = true, }, [2] = { [ts_external_token_raw_string_literal] = true, [ts_external_token_float_literal] = true, [ts_external_token_block_comment] = true, }, [3] = { [ts_external_token_block_comment] = true, }, [4] = { [ts_external_token__string_content] = true, [ts_external_token_block_comment] = true, }, [5] = { [ts_external_token_float_literal] = true, [ts_external_token_block_comment] = true, }, }; static uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [anon_sym_macro_rules_BANG] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_EQ_GT] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_DOLLAR] = ACTIONS(1), [anon_sym_PLUS] = ACTIONS(1), [anon_sym_STAR] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), [anon_sym_ident] = ACTIONS(1), [anon_sym_path] = ACTIONS(1), [anon_sym_expr] = ACTIONS(1), [anon_sym_ty] = ACTIONS(1), [anon_sym_pat] = ACTIONS(1), [anon_sym_stmt] = ACTIONS(1), [anon_sym_block] = ACTIONS(1), [anon_sym_item] = ACTIONS(1), [anon_sym_meta] = ACTIONS(1), [anon_sym_tt] = ACTIONS(1), [anon_sym_u8] = ACTIONS(1), [anon_sym_i8] = ACTIONS(1), [anon_sym_u16] = ACTIONS(1), [anon_sym_i16] = ACTIONS(1), [anon_sym_u32] = ACTIONS(1), [anon_sym_i32] = ACTIONS(1), [anon_sym_u64] = ACTIONS(1), [anon_sym_i64] = ACTIONS(1), [anon_sym_u128] = ACTIONS(1), [anon_sym_i128] = ACTIONS(1), [anon_sym_isize] = ACTIONS(1), [anon_sym_usize] = ACTIONS(1), [anon_sym_f32] = ACTIONS(1), [anon_sym_f64] = ACTIONS(1), [anon_sym_bool] = ACTIONS(1), [anon_sym_str] = ACTIONS(1), [anon_sym_char] = ACTIONS(1), [anon_sym_as] = ACTIONS(1), [anon_sym_async] = ACTIONS(1), [anon_sym_await] = ACTIONS(1), [anon_sym_break] = ACTIONS(1), [anon_sym_const] = ACTIONS(1), [anon_sym_continue] = ACTIONS(1), [anon_sym_default] = ACTIONS(1), [anon_sym_enum] = ACTIONS(1), [anon_sym_fn] = ACTIONS(1), [anon_sym_for] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), [anon_sym_impl] = ACTIONS(1), [anon_sym_let] = ACTIONS(1), [anon_sym_loop] = ACTIONS(1), [anon_sym_match] = ACTIONS(1), [anon_sym_mod] = ACTIONS(1), [anon_sym_pub] = ACTIONS(1), [anon_sym_return] = ACTIONS(1), [anon_sym_static] = ACTIONS(1), [anon_sym_struct] = ACTIONS(1), [anon_sym_trait] = ACTIONS(1), [anon_sym_type] = ACTIONS(1), [anon_sym_union] = ACTIONS(1), [anon_sym_unsafe] = ACTIONS(1), [anon_sym_use] = ACTIONS(1), [anon_sym_where] = ACTIONS(1), [anon_sym_while] = ACTIONS(1), [anon_sym_POUND] = ACTIONS(1), [anon_sym_BANG] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_extern] = ACTIONS(1), [anon_sym_ref] = ACTIONS(1), [anon_sym_DASH_GT] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_COLON_COLON] = ACTIONS(1), [anon_sym__] = ACTIONS(1), [anon_sym_AMP] = ACTIONS(1), [anon_sym_DOT_DOT_DOT] = ACTIONS(1), [anon_sym_in] = ACTIONS(1), [anon_sym_SQUOTE] = ACTIONS(1), [anon_sym_dyn] = ACTIONS(1), [sym_mutable_specifier] = ACTIONS(1), [anon_sym_DOT_DOT] = ACTIONS(1), [anon_sym_DOT_DOT_EQ] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_AMP_AMP] = ACTIONS(1), [anon_sym_PIPE_PIPE] = ACTIONS(1), [anon_sym_PIPE] = ACTIONS(1), [anon_sym_CARET] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_BANG_EQ] = ACTIONS(1), [anon_sym_LT_EQ] = ACTIONS(1), [anon_sym_GT_EQ] = ACTIONS(1), [anon_sym_LT_LT] = ACTIONS(1), [anon_sym_GT_GT] = ACTIONS(1), [anon_sym_SLASH] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [anon_sym_PLUS_EQ] = ACTIONS(1), [anon_sym_DASH_EQ] = ACTIONS(1), [anon_sym_STAR_EQ] = ACTIONS(1), [anon_sym_SLASH_EQ] = ACTIONS(1), [anon_sym_PERCENT_EQ] = ACTIONS(1), [anon_sym_AMP_EQ] = ACTIONS(1), [anon_sym_PIPE_EQ] = ACTIONS(1), [anon_sym_CARET_EQ] = ACTIONS(1), [anon_sym_LT_LT_EQ] = ACTIONS(1), [anon_sym_GT_GT_EQ] = ACTIONS(1), [anon_sym_else] = ACTIONS(1), [anon_sym_move] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_AT] = ACTIONS(1), [sym_integer_literal] = ACTIONS(1), [aux_sym_string_literal_token1] = ACTIONS(1), [anon_sym_DQUOTE] = ACTIONS(1), [sym_char_literal] = ACTIONS(1), [sym_escape_sequence] = ACTIONS(1), [anon_sym_true] = ACTIONS(1), [anon_sym_false] = ACTIONS(1), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1), [sym_super] = ACTIONS(1), [sym_crate] = ACTIONS(1), [sym_metavariable] = ACTIONS(1), [sym__string_content] = ACTIONS(1), [sym_raw_string_literal] = ACTIONS(1), [sym_float_literal] = ACTIONS(1), [sym_block_comment] = ACTIONS(3), }, [1] = { [sym_source_file] = STATE(2342), [sym__statement] = STATE(11), [sym_empty_statement] = STATE(11), [sym__expression_statement] = STATE(11), [sym_macro_definition] = STATE(11), [sym_attribute_item] = STATE(11), [sym_inner_attribute_item] = STATE(11), [sym_mod_item] = STATE(11), [sym_foreign_mod_item] = STATE(11), [sym_struct_item] = STATE(11), [sym_union_item] = STATE(11), [sym_enum_item] = STATE(11), [sym_extern_crate_declaration] = STATE(11), [sym_const_item] = STATE(11), [sym_static_item] = STATE(11), [sym_type_item] = STATE(11), [sym_function_item] = STATE(11), [sym_function_signature_item] = STATE(11), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(11), [sym_trait_item] = STATE(11), [sym_associated_type] = STATE(11), [sym_let_declaration] = STATE(11), [sym_use_declaration] = STATE(11), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1009), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(1009), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1009), [sym_unary_expression] = STATE(1009), [sym_try_expression] = STATE(1009), [sym_reference_expression] = STATE(1009), [sym_binary_expression] = STATE(1009), [sym_assignment_expression] = STATE(1009), [sym_compound_assignment_expr] = STATE(1009), [sym_type_cast_expression] = STATE(1009), [sym_return_expression] = STATE(1009), [sym_call_expression] = STATE(1009), [sym_array_expression] = STATE(1009), [sym_parenthesized_expression] = STATE(1009), [sym_tuple_expression] = STATE(1009), [sym_unit_expression] = STATE(1009), [sym_struct_expression] = STATE(1009), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(1009), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(1009), [sym_continue_expression] = STATE(1009), [sym_index_expression] = STATE(1009), [sym_await_expression] = STATE(1009), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(1009), [sym_string_literal] = STATE(1009), [sym_boolean_literal] = STATE(1009), [aux_sym_source_file_repeat1] = STATE(11), [aux_sym_function_modifiers_repeat1] = STATE(1482), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_macro_rules_BANG] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(23), [anon_sym_break] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(31), [anon_sym_enum] = ACTIONS(33), [anon_sym_fn] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_impl] = ACTIONS(41), [anon_sym_let] = ACTIONS(43), [anon_sym_loop] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_mod] = ACTIONS(49), [anon_sym_pub] = ACTIONS(51), [anon_sym_return] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_trait] = ACTIONS(59), [anon_sym_type] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_unsafe] = ACTIONS(65), [anon_sym_use] = ACTIONS(67), [anon_sym_while] = ACTIONS(69), [anon_sym_POUND] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(19), [anon_sym_extern] = ACTIONS(73), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(89), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(89), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(99), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(89), [sym_float_literal] = ACTIONS(89), [sym_block_comment] = ACTIONS(3), }, [2] = { [sym__statement] = STATE(2), [sym_empty_statement] = STATE(2), [sym__expression_statement] = STATE(2), [sym_macro_definition] = STATE(2), [sym_attribute_item] = STATE(2), [sym_inner_attribute_item] = STATE(2), [sym_mod_item] = STATE(2), [sym_foreign_mod_item] = STATE(2), [sym_struct_item] = STATE(2), [sym_union_item] = STATE(2), [sym_enum_item] = STATE(2), [sym_extern_crate_declaration] = STATE(2), [sym_const_item] = STATE(2), [sym_static_item] = STATE(2), [sym_type_item] = STATE(2), [sym_function_item] = STATE(2), [sym_function_signature_item] = STATE(2), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(2), [sym_trait_item] = STATE(2), [sym_associated_type] = STATE(2), [sym_let_declaration] = STATE(2), [sym_use_declaration] = STATE(2), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1009), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(1009), [sym_macro_invocation] = STATE(63), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1009), [sym_unary_expression] = STATE(1009), [sym_try_expression] = STATE(1009), [sym_reference_expression] = STATE(1009), [sym_binary_expression] = STATE(1009), [sym_assignment_expression] = STATE(1009), [sym_compound_assignment_expr] = STATE(1009), [sym_type_cast_expression] = STATE(1009), [sym_return_expression] = STATE(1009), [sym_call_expression] = STATE(1009), [sym_array_expression] = STATE(1009), [sym_parenthesized_expression] = STATE(1009), [sym_tuple_expression] = STATE(1009), [sym_unit_expression] = STATE(1009), [sym_struct_expression] = STATE(1009), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(1009), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(1009), [sym_continue_expression] = STATE(1009), [sym_index_expression] = STATE(1009), [sym_await_expression] = STATE(1009), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(1009), [sym_string_literal] = STATE(1009), [sym_boolean_literal] = STATE(1009), [aux_sym_source_file_repeat1] = STATE(2), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(103), [anon_sym_SEMI] = ACTIONS(106), [anon_sym_macro_rules_BANG] = ACTIONS(109), [anon_sym_LPAREN] = ACTIONS(112), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_RBRACE] = ACTIONS(118), [anon_sym_LBRACK] = ACTIONS(120), [anon_sym_STAR] = ACTIONS(123), [anon_sym_u8] = ACTIONS(126), [anon_sym_i8] = ACTIONS(126), [anon_sym_u16] = ACTIONS(126), [anon_sym_i16] = ACTIONS(126), [anon_sym_u32] = ACTIONS(126), [anon_sym_i32] = ACTIONS(126), [anon_sym_u64] = ACTIONS(126), [anon_sym_i64] = ACTIONS(126), [anon_sym_u128] = ACTIONS(126), [anon_sym_i128] = ACTIONS(126), [anon_sym_isize] = ACTIONS(126), [anon_sym_usize] = ACTIONS(126), [anon_sym_f32] = ACTIONS(126), [anon_sym_f64] = ACTIONS(126), [anon_sym_bool] = ACTIONS(126), [anon_sym_str] = ACTIONS(126), [anon_sym_char] = ACTIONS(126), [anon_sym_async] = ACTIONS(129), [anon_sym_break] = ACTIONS(132), [anon_sym_const] = ACTIONS(135), [anon_sym_continue] = ACTIONS(138), [anon_sym_default] = ACTIONS(141), [anon_sym_enum] = ACTIONS(144), [anon_sym_fn] = ACTIONS(147), [anon_sym_for] = ACTIONS(150), [anon_sym_if] = ACTIONS(153), [anon_sym_impl] = ACTIONS(156), [anon_sym_let] = ACTIONS(159), [anon_sym_loop] = ACTIONS(162), [anon_sym_match] = ACTIONS(165), [anon_sym_mod] = ACTIONS(168), [anon_sym_pub] = ACTIONS(171), [anon_sym_return] = ACTIONS(174), [anon_sym_static] = ACTIONS(177), [anon_sym_struct] = ACTIONS(180), [anon_sym_trait] = ACTIONS(183), [anon_sym_type] = ACTIONS(186), [anon_sym_union] = ACTIONS(189), [anon_sym_unsafe] = ACTIONS(192), [anon_sym_use] = ACTIONS(195), [anon_sym_while] = ACTIONS(198), [anon_sym_POUND] = ACTIONS(201), [anon_sym_BANG] = ACTIONS(123), [anon_sym_extern] = ACTIONS(204), [anon_sym_LT] = ACTIONS(207), [anon_sym_COLON_COLON] = ACTIONS(210), [anon_sym_AMP] = ACTIONS(213), [anon_sym_SQUOTE] = ACTIONS(216), [anon_sym_DOT_DOT] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(123), [anon_sym_PIPE] = ACTIONS(222), [anon_sym_move] = ACTIONS(225), [sym_integer_literal] = ACTIONS(228), [aux_sym_string_literal_token1] = ACTIONS(231), [sym_char_literal] = ACTIONS(228), [anon_sym_true] = ACTIONS(234), [anon_sym_false] = ACTIONS(234), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(237), [sym_super] = ACTIONS(240), [sym_crate] = ACTIONS(243), [sym_metavariable] = ACTIONS(246), [sym_raw_string_literal] = ACTIONS(228), [sym_float_literal] = ACTIONS(228), [sym_block_comment] = ACTIONS(3), }, [3] = { [sym__statement] = STATE(7), [sym_empty_statement] = STATE(7), [sym__expression_statement] = STATE(7), [sym_macro_definition] = STATE(7), [sym_attribute_item] = STATE(7), [sym_inner_attribute_item] = STATE(7), [sym_mod_item] = STATE(7), [sym_foreign_mod_item] = STATE(7), [sym_struct_item] = STATE(7), [sym_union_item] = STATE(7), [sym_enum_item] = STATE(7), [sym_extern_crate_declaration] = STATE(7), [sym_const_item] = STATE(7), [sym_static_item] = STATE(7), [sym_type_item] = STATE(7), [sym_function_item] = STATE(7), [sym_function_signature_item] = STATE(7), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(7), [sym_trait_item] = STATE(7), [sym_associated_type] = STATE(7), [sym_let_declaration] = STATE(7), [sym_use_declaration] = STATE(7), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(933), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(933), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(933), [sym_unary_expression] = STATE(933), [sym_try_expression] = STATE(933), [sym_reference_expression] = STATE(933), [sym_binary_expression] = STATE(933), [sym_assignment_expression] = STATE(933), [sym_compound_assignment_expr] = STATE(933), [sym_type_cast_expression] = STATE(933), [sym_return_expression] = STATE(933), [sym_call_expression] = STATE(933), [sym_array_expression] = STATE(933), [sym_parenthesized_expression] = STATE(933), [sym_tuple_expression] = STATE(933), [sym_unit_expression] = STATE(933), [sym_struct_expression] = STATE(933), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(933), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(933), [sym_continue_expression] = STATE(933), [sym_index_expression] = STATE(933), [sym_await_expression] = STATE(933), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(933), [sym_string_literal] = STATE(933), [sym_boolean_literal] = STATE(933), [aux_sym_source_file_repeat1] = STATE(7), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_macro_rules_BANG] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_RBRACE] = ACTIONS(249), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(23), [anon_sym_break] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(31), [anon_sym_enum] = ACTIONS(33), [anon_sym_fn] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_impl] = ACTIONS(41), [anon_sym_let] = ACTIONS(43), [anon_sym_loop] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_mod] = ACTIONS(49), [anon_sym_pub] = ACTIONS(51), [anon_sym_return] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_trait] = ACTIONS(59), [anon_sym_type] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_unsafe] = ACTIONS(65), [anon_sym_use] = ACTIONS(67), [anon_sym_while] = ACTIONS(69), [anon_sym_POUND] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(19), [anon_sym_extern] = ACTIONS(73), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(251), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(251), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(99), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(251), [sym_float_literal] = ACTIONS(251), [sym_block_comment] = ACTIONS(3), }, [4] = { [sym__statement] = STATE(13), [sym_empty_statement] = STATE(13), [sym__expression_statement] = STATE(13), [sym_macro_definition] = STATE(13), [sym_attribute_item] = STATE(13), [sym_inner_attribute_item] = STATE(13), [sym_mod_item] = STATE(13), [sym_foreign_mod_item] = STATE(13), [sym_struct_item] = STATE(13), [sym_union_item] = STATE(13), [sym_enum_item] = STATE(13), [sym_extern_crate_declaration] = STATE(13), [sym_const_item] = STATE(13), [sym_static_item] = STATE(13), [sym_type_item] = STATE(13), [sym_function_item] = STATE(13), [sym_function_signature_item] = STATE(13), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(13), [sym_trait_item] = STATE(13), [sym_associated_type] = STATE(13), [sym_let_declaration] = STATE(13), [sym_use_declaration] = STATE(13), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(910), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(910), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(910), [sym_unary_expression] = STATE(910), [sym_try_expression] = STATE(910), [sym_reference_expression] = STATE(910), [sym_binary_expression] = STATE(910), [sym_assignment_expression] = STATE(910), [sym_compound_assignment_expr] = STATE(910), [sym_type_cast_expression] = STATE(910), [sym_return_expression] = STATE(910), [sym_call_expression] = STATE(910), [sym_array_expression] = STATE(910), [sym_parenthesized_expression] = STATE(910), [sym_tuple_expression] = STATE(910), [sym_unit_expression] = STATE(910), [sym_struct_expression] = STATE(910), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(910), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(910), [sym_continue_expression] = STATE(910), [sym_index_expression] = STATE(910), [sym_await_expression] = STATE(910), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(910), [sym_string_literal] = STATE(910), [sym_boolean_literal] = STATE(910), [aux_sym_source_file_repeat1] = STATE(13), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_macro_rules_BANG] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_RBRACE] = ACTIONS(253), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(23), [anon_sym_break] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(31), [anon_sym_enum] = ACTIONS(33), [anon_sym_fn] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_impl] = ACTIONS(41), [anon_sym_let] = ACTIONS(43), [anon_sym_loop] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_mod] = ACTIONS(49), [anon_sym_pub] = ACTIONS(51), [anon_sym_return] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_trait] = ACTIONS(59), [anon_sym_type] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_unsafe] = ACTIONS(65), [anon_sym_use] = ACTIONS(67), [anon_sym_while] = ACTIONS(69), [anon_sym_POUND] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(19), [anon_sym_extern] = ACTIONS(73), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(255), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(255), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(99), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(255), [sym_float_literal] = ACTIONS(255), [sym_block_comment] = ACTIONS(3), }, [5] = { [sym__statement] = STATE(2), [sym_empty_statement] = STATE(2), [sym__expression_statement] = STATE(2), [sym_macro_definition] = STATE(2), [sym_attribute_item] = STATE(2), [sym_inner_attribute_item] = STATE(2), [sym_mod_item] = STATE(2), [sym_foreign_mod_item] = STATE(2), [sym_struct_item] = STATE(2), [sym_union_item] = STATE(2), [sym_enum_item] = STATE(2), [sym_extern_crate_declaration] = STATE(2), [sym_const_item] = STATE(2), [sym_static_item] = STATE(2), [sym_type_item] = STATE(2), [sym_function_item] = STATE(2), [sym_function_signature_item] = STATE(2), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(2), [sym_trait_item] = STATE(2), [sym_associated_type] = STATE(2), [sym_let_declaration] = STATE(2), [sym_use_declaration] = STATE(2), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(907), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(907), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(907), [sym_unary_expression] = STATE(907), [sym_try_expression] = STATE(907), [sym_reference_expression] = STATE(907), [sym_binary_expression] = STATE(907), [sym_assignment_expression] = STATE(907), [sym_compound_assignment_expr] = STATE(907), [sym_type_cast_expression] = STATE(907), [sym_return_expression] = STATE(907), [sym_call_expression] = STATE(907), [sym_array_expression] = STATE(907), [sym_parenthesized_expression] = STATE(907), [sym_tuple_expression] = STATE(907), [sym_unit_expression] = STATE(907), [sym_struct_expression] = STATE(907), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(907), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(907), [sym_continue_expression] = STATE(907), [sym_index_expression] = STATE(907), [sym_await_expression] = STATE(907), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(907), [sym_string_literal] = STATE(907), [sym_boolean_literal] = STATE(907), [aux_sym_source_file_repeat1] = STATE(2), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_macro_rules_BANG] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_RBRACE] = ACTIONS(257), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(23), [anon_sym_break] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(31), [anon_sym_enum] = ACTIONS(33), [anon_sym_fn] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_impl] = ACTIONS(41), [anon_sym_let] = ACTIONS(43), [anon_sym_loop] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_mod] = ACTIONS(49), [anon_sym_pub] = ACTIONS(51), [anon_sym_return] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_trait] = ACTIONS(59), [anon_sym_type] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_unsafe] = ACTIONS(65), [anon_sym_use] = ACTIONS(67), [anon_sym_while] = ACTIONS(69), [anon_sym_POUND] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(19), [anon_sym_extern] = ACTIONS(73), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(259), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(259), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(99), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(259), [sym_float_literal] = ACTIONS(259), [sym_block_comment] = ACTIONS(3), }, [6] = { [sym__statement] = STATE(6), [sym_empty_statement] = STATE(6), [sym__expression_statement] = STATE(6), [sym_macro_definition] = STATE(6), [sym_attribute_item] = STATE(6), [sym_inner_attribute_item] = STATE(6), [sym_mod_item] = STATE(6), [sym_foreign_mod_item] = STATE(6), [sym_struct_item] = STATE(6), [sym_union_item] = STATE(6), [sym_enum_item] = STATE(6), [sym_extern_crate_declaration] = STATE(6), [sym_const_item] = STATE(6), [sym_static_item] = STATE(6), [sym_type_item] = STATE(6), [sym_function_item] = STATE(6), [sym_function_signature_item] = STATE(6), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(6), [sym_trait_item] = STATE(6), [sym_associated_type] = STATE(6), [sym_let_declaration] = STATE(6), [sym_use_declaration] = STATE(6), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1009), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(1009), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1009), [sym_unary_expression] = STATE(1009), [sym_try_expression] = STATE(1009), [sym_reference_expression] = STATE(1009), [sym_binary_expression] = STATE(1009), [sym_assignment_expression] = STATE(1009), [sym_compound_assignment_expr] = STATE(1009), [sym_type_cast_expression] = STATE(1009), [sym_return_expression] = STATE(1009), [sym_call_expression] = STATE(1009), [sym_array_expression] = STATE(1009), [sym_parenthesized_expression] = STATE(1009), [sym_tuple_expression] = STATE(1009), [sym_unit_expression] = STATE(1009), [sym_struct_expression] = STATE(1009), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(1009), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(1009), [sym_continue_expression] = STATE(1009), [sym_index_expression] = STATE(1009), [sym_await_expression] = STATE(1009), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(1009), [sym_string_literal] = STATE(1009), [sym_boolean_literal] = STATE(1009), [aux_sym_source_file_repeat1] = STATE(6), [aux_sym_function_modifiers_repeat1] = STATE(1482), [ts_builtin_sym_end] = ACTIONS(118), [sym_identifier] = ACTIONS(103), [anon_sym_SEMI] = ACTIONS(106), [anon_sym_macro_rules_BANG] = ACTIONS(109), [anon_sym_LPAREN] = ACTIONS(112), [anon_sym_LBRACE] = ACTIONS(115), [anon_sym_LBRACK] = ACTIONS(120), [anon_sym_STAR] = ACTIONS(123), [anon_sym_u8] = ACTIONS(126), [anon_sym_i8] = ACTIONS(126), [anon_sym_u16] = ACTIONS(126), [anon_sym_i16] = ACTIONS(126), [anon_sym_u32] = ACTIONS(126), [anon_sym_i32] = ACTIONS(126), [anon_sym_u64] = ACTIONS(126), [anon_sym_i64] = ACTIONS(126), [anon_sym_u128] = ACTIONS(126), [anon_sym_i128] = ACTIONS(126), [anon_sym_isize] = ACTIONS(126), [anon_sym_usize] = ACTIONS(126), [anon_sym_f32] = ACTIONS(126), [anon_sym_f64] = ACTIONS(126), [anon_sym_bool] = ACTIONS(126), [anon_sym_str] = ACTIONS(126), [anon_sym_char] = ACTIONS(126), [anon_sym_async] = ACTIONS(129), [anon_sym_break] = ACTIONS(132), [anon_sym_const] = ACTIONS(135), [anon_sym_continue] = ACTIONS(138), [anon_sym_default] = ACTIONS(141), [anon_sym_enum] = ACTIONS(144), [anon_sym_fn] = ACTIONS(147), [anon_sym_for] = ACTIONS(150), [anon_sym_if] = ACTIONS(153), [anon_sym_impl] = ACTIONS(156), [anon_sym_let] = ACTIONS(159), [anon_sym_loop] = ACTIONS(162), [anon_sym_match] = ACTIONS(165), [anon_sym_mod] = ACTIONS(168), [anon_sym_pub] = ACTIONS(171), [anon_sym_return] = ACTIONS(174), [anon_sym_static] = ACTIONS(177), [anon_sym_struct] = ACTIONS(180), [anon_sym_trait] = ACTIONS(183), [anon_sym_type] = ACTIONS(186), [anon_sym_union] = ACTIONS(189), [anon_sym_unsafe] = ACTIONS(192), [anon_sym_use] = ACTIONS(195), [anon_sym_while] = ACTIONS(198), [anon_sym_POUND] = ACTIONS(201), [anon_sym_BANG] = ACTIONS(123), [anon_sym_extern] = ACTIONS(204), [anon_sym_LT] = ACTIONS(207), [anon_sym_COLON_COLON] = ACTIONS(210), [anon_sym_AMP] = ACTIONS(213), [anon_sym_SQUOTE] = ACTIONS(216), [anon_sym_DOT_DOT] = ACTIONS(219), [anon_sym_DASH] = ACTIONS(123), [anon_sym_PIPE] = ACTIONS(222), [anon_sym_move] = ACTIONS(225), [sym_integer_literal] = ACTIONS(228), [aux_sym_string_literal_token1] = ACTIONS(231), [sym_char_literal] = ACTIONS(228), [anon_sym_true] = ACTIONS(234), [anon_sym_false] = ACTIONS(234), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(237), [sym_super] = ACTIONS(240), [sym_crate] = ACTIONS(243), [sym_metavariable] = ACTIONS(246), [sym_raw_string_literal] = ACTIONS(228), [sym_float_literal] = ACTIONS(228), [sym_block_comment] = ACTIONS(3), }, [7] = { [sym__statement] = STATE(2), [sym_empty_statement] = STATE(2), [sym__expression_statement] = STATE(2), [sym_macro_definition] = STATE(2), [sym_attribute_item] = STATE(2), [sym_inner_attribute_item] = STATE(2), [sym_mod_item] = STATE(2), [sym_foreign_mod_item] = STATE(2), [sym_struct_item] = STATE(2), [sym_union_item] = STATE(2), [sym_enum_item] = STATE(2), [sym_extern_crate_declaration] = STATE(2), [sym_const_item] = STATE(2), [sym_static_item] = STATE(2), [sym_type_item] = STATE(2), [sym_function_item] = STATE(2), [sym_function_signature_item] = STATE(2), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(2), [sym_trait_item] = STATE(2), [sym_associated_type] = STATE(2), [sym_let_declaration] = STATE(2), [sym_use_declaration] = STATE(2), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(892), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(892), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(892), [sym_unary_expression] = STATE(892), [sym_try_expression] = STATE(892), [sym_reference_expression] = STATE(892), [sym_binary_expression] = STATE(892), [sym_assignment_expression] = STATE(892), [sym_compound_assignment_expr] = STATE(892), [sym_type_cast_expression] = STATE(892), [sym_return_expression] = STATE(892), [sym_call_expression] = STATE(892), [sym_array_expression] = STATE(892), [sym_parenthesized_expression] = STATE(892), [sym_tuple_expression] = STATE(892), [sym_unit_expression] = STATE(892), [sym_struct_expression] = STATE(892), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(892), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(892), [sym_continue_expression] = STATE(892), [sym_index_expression] = STATE(892), [sym_await_expression] = STATE(892), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(892), [sym_string_literal] = STATE(892), [sym_boolean_literal] = STATE(892), [aux_sym_source_file_repeat1] = STATE(2), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_macro_rules_BANG] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_RBRACE] = ACTIONS(261), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(23), [anon_sym_break] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(31), [anon_sym_enum] = ACTIONS(33), [anon_sym_fn] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_impl] = ACTIONS(41), [anon_sym_let] = ACTIONS(43), [anon_sym_loop] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_mod] = ACTIONS(49), [anon_sym_pub] = ACTIONS(51), [anon_sym_return] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_trait] = ACTIONS(59), [anon_sym_type] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_unsafe] = ACTIONS(65), [anon_sym_use] = ACTIONS(67), [anon_sym_while] = ACTIONS(69), [anon_sym_POUND] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(19), [anon_sym_extern] = ACTIONS(73), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(263), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(263), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(99), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(263), [sym_float_literal] = ACTIONS(263), [sym_block_comment] = ACTIONS(3), }, [8] = { [sym__statement] = STATE(2), [sym_empty_statement] = STATE(2), [sym__expression_statement] = STATE(2), [sym_macro_definition] = STATE(2), [sym_attribute_item] = STATE(2), [sym_inner_attribute_item] = STATE(2), [sym_mod_item] = STATE(2), [sym_foreign_mod_item] = STATE(2), [sym_struct_item] = STATE(2), [sym_union_item] = STATE(2), [sym_enum_item] = STATE(2), [sym_extern_crate_declaration] = STATE(2), [sym_const_item] = STATE(2), [sym_static_item] = STATE(2), [sym_type_item] = STATE(2), [sym_function_item] = STATE(2), [sym_function_signature_item] = STATE(2), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(2), [sym_trait_item] = STATE(2), [sym_associated_type] = STATE(2), [sym_let_declaration] = STATE(2), [sym_use_declaration] = STATE(2), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(895), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(895), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(895), [sym_unary_expression] = STATE(895), [sym_try_expression] = STATE(895), [sym_reference_expression] = STATE(895), [sym_binary_expression] = STATE(895), [sym_assignment_expression] = STATE(895), [sym_compound_assignment_expr] = STATE(895), [sym_type_cast_expression] = STATE(895), [sym_return_expression] = STATE(895), [sym_call_expression] = STATE(895), [sym_array_expression] = STATE(895), [sym_parenthesized_expression] = STATE(895), [sym_tuple_expression] = STATE(895), [sym_unit_expression] = STATE(895), [sym_struct_expression] = STATE(895), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(895), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(895), [sym_continue_expression] = STATE(895), [sym_index_expression] = STATE(895), [sym_await_expression] = STATE(895), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(895), [sym_string_literal] = STATE(895), [sym_boolean_literal] = STATE(895), [aux_sym_source_file_repeat1] = STATE(2), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_macro_rules_BANG] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_RBRACE] = ACTIONS(265), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(23), [anon_sym_break] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(31), [anon_sym_enum] = ACTIONS(33), [anon_sym_fn] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_impl] = ACTIONS(41), [anon_sym_let] = ACTIONS(43), [anon_sym_loop] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_mod] = ACTIONS(49), [anon_sym_pub] = ACTIONS(51), [anon_sym_return] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_trait] = ACTIONS(59), [anon_sym_type] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_unsafe] = ACTIONS(65), [anon_sym_use] = ACTIONS(67), [anon_sym_while] = ACTIONS(69), [anon_sym_POUND] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(19), [anon_sym_extern] = ACTIONS(73), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(267), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(267), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(99), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(267), [sym_float_literal] = ACTIONS(267), [sym_block_comment] = ACTIONS(3), }, [9] = { [sym__statement] = STATE(5), [sym_empty_statement] = STATE(5), [sym__expression_statement] = STATE(5), [sym_macro_definition] = STATE(5), [sym_attribute_item] = STATE(5), [sym_inner_attribute_item] = STATE(5), [sym_mod_item] = STATE(5), [sym_foreign_mod_item] = STATE(5), [sym_struct_item] = STATE(5), [sym_union_item] = STATE(5), [sym_enum_item] = STATE(5), [sym_extern_crate_declaration] = STATE(5), [sym_const_item] = STATE(5), [sym_static_item] = STATE(5), [sym_type_item] = STATE(5), [sym_function_item] = STATE(5), [sym_function_signature_item] = STATE(5), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(5), [sym_trait_item] = STATE(5), [sym_associated_type] = STATE(5), [sym_let_declaration] = STATE(5), [sym_use_declaration] = STATE(5), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(902), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(902), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(902), [sym_unary_expression] = STATE(902), [sym_try_expression] = STATE(902), [sym_reference_expression] = STATE(902), [sym_binary_expression] = STATE(902), [sym_assignment_expression] = STATE(902), [sym_compound_assignment_expr] = STATE(902), [sym_type_cast_expression] = STATE(902), [sym_return_expression] = STATE(902), [sym_call_expression] = STATE(902), [sym_array_expression] = STATE(902), [sym_parenthesized_expression] = STATE(902), [sym_tuple_expression] = STATE(902), [sym_unit_expression] = STATE(902), [sym_struct_expression] = STATE(902), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(902), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(902), [sym_continue_expression] = STATE(902), [sym_index_expression] = STATE(902), [sym_await_expression] = STATE(902), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(902), [sym_string_literal] = STATE(902), [sym_boolean_literal] = STATE(902), [aux_sym_source_file_repeat1] = STATE(5), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_macro_rules_BANG] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_RBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(23), [anon_sym_break] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(31), [anon_sym_enum] = ACTIONS(33), [anon_sym_fn] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_impl] = ACTIONS(41), [anon_sym_let] = ACTIONS(43), [anon_sym_loop] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_mod] = ACTIONS(49), [anon_sym_pub] = ACTIONS(51), [anon_sym_return] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_trait] = ACTIONS(59), [anon_sym_type] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_unsafe] = ACTIONS(65), [anon_sym_use] = ACTIONS(67), [anon_sym_while] = ACTIONS(69), [anon_sym_POUND] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(19), [anon_sym_extern] = ACTIONS(73), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(271), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(271), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(99), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(271), [sym_float_literal] = ACTIONS(271), [sym_block_comment] = ACTIONS(3), }, [10] = { [sym__statement] = STATE(8), [sym_empty_statement] = STATE(8), [sym__expression_statement] = STATE(8), [sym_macro_definition] = STATE(8), [sym_attribute_item] = STATE(8), [sym_inner_attribute_item] = STATE(8), [sym_mod_item] = STATE(8), [sym_foreign_mod_item] = STATE(8), [sym_struct_item] = STATE(8), [sym_union_item] = STATE(8), [sym_enum_item] = STATE(8), [sym_extern_crate_declaration] = STATE(8), [sym_const_item] = STATE(8), [sym_static_item] = STATE(8), [sym_type_item] = STATE(8), [sym_function_item] = STATE(8), [sym_function_signature_item] = STATE(8), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(8), [sym_trait_item] = STATE(8), [sym_associated_type] = STATE(8), [sym_let_declaration] = STATE(8), [sym_use_declaration] = STATE(8), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(922), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(922), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(922), [sym_unary_expression] = STATE(922), [sym_try_expression] = STATE(922), [sym_reference_expression] = STATE(922), [sym_binary_expression] = STATE(922), [sym_assignment_expression] = STATE(922), [sym_compound_assignment_expr] = STATE(922), [sym_type_cast_expression] = STATE(922), [sym_return_expression] = STATE(922), [sym_call_expression] = STATE(922), [sym_array_expression] = STATE(922), [sym_parenthesized_expression] = STATE(922), [sym_tuple_expression] = STATE(922), [sym_unit_expression] = STATE(922), [sym_struct_expression] = STATE(922), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(922), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(922), [sym_continue_expression] = STATE(922), [sym_index_expression] = STATE(922), [sym_await_expression] = STATE(922), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(922), [sym_string_literal] = STATE(922), [sym_boolean_literal] = STATE(922), [aux_sym_source_file_repeat1] = STATE(8), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_macro_rules_BANG] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_RBRACE] = ACTIONS(273), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(23), [anon_sym_break] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(31), [anon_sym_enum] = ACTIONS(33), [anon_sym_fn] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_impl] = ACTIONS(41), [anon_sym_let] = ACTIONS(43), [anon_sym_loop] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_mod] = ACTIONS(49), [anon_sym_pub] = ACTIONS(51), [anon_sym_return] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_trait] = ACTIONS(59), [anon_sym_type] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_unsafe] = ACTIONS(65), [anon_sym_use] = ACTIONS(67), [anon_sym_while] = ACTIONS(69), [anon_sym_POUND] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(19), [anon_sym_extern] = ACTIONS(73), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(275), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(275), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(99), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(275), [sym_float_literal] = ACTIONS(275), [sym_block_comment] = ACTIONS(3), }, [11] = { [sym__statement] = STATE(6), [sym_empty_statement] = STATE(6), [sym__expression_statement] = STATE(6), [sym_macro_definition] = STATE(6), [sym_attribute_item] = STATE(6), [sym_inner_attribute_item] = STATE(6), [sym_mod_item] = STATE(6), [sym_foreign_mod_item] = STATE(6), [sym_struct_item] = STATE(6), [sym_union_item] = STATE(6), [sym_enum_item] = STATE(6), [sym_extern_crate_declaration] = STATE(6), [sym_const_item] = STATE(6), [sym_static_item] = STATE(6), [sym_type_item] = STATE(6), [sym_function_item] = STATE(6), [sym_function_signature_item] = STATE(6), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(6), [sym_trait_item] = STATE(6), [sym_associated_type] = STATE(6), [sym_let_declaration] = STATE(6), [sym_use_declaration] = STATE(6), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1009), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(1009), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1009), [sym_unary_expression] = STATE(1009), [sym_try_expression] = STATE(1009), [sym_reference_expression] = STATE(1009), [sym_binary_expression] = STATE(1009), [sym_assignment_expression] = STATE(1009), [sym_compound_assignment_expr] = STATE(1009), [sym_type_cast_expression] = STATE(1009), [sym_return_expression] = STATE(1009), [sym_call_expression] = STATE(1009), [sym_array_expression] = STATE(1009), [sym_parenthesized_expression] = STATE(1009), [sym_tuple_expression] = STATE(1009), [sym_unit_expression] = STATE(1009), [sym_struct_expression] = STATE(1009), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(1009), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(1009), [sym_continue_expression] = STATE(1009), [sym_index_expression] = STATE(1009), [sym_await_expression] = STATE(1009), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(1009), [sym_string_literal] = STATE(1009), [sym_boolean_literal] = STATE(1009), [aux_sym_source_file_repeat1] = STATE(6), [aux_sym_function_modifiers_repeat1] = STATE(1482), [ts_builtin_sym_end] = ACTIONS(277), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_macro_rules_BANG] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(23), [anon_sym_break] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(31), [anon_sym_enum] = ACTIONS(33), [anon_sym_fn] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_impl] = ACTIONS(41), [anon_sym_let] = ACTIONS(43), [anon_sym_loop] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_mod] = ACTIONS(49), [anon_sym_pub] = ACTIONS(51), [anon_sym_return] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_trait] = ACTIONS(59), [anon_sym_type] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_unsafe] = ACTIONS(65), [anon_sym_use] = ACTIONS(67), [anon_sym_while] = ACTIONS(69), [anon_sym_POUND] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(19), [anon_sym_extern] = ACTIONS(73), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(89), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(89), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(99), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(89), [sym_float_literal] = ACTIONS(89), [sym_block_comment] = ACTIONS(3), }, [12] = { [sym__statement] = STATE(2), [sym_empty_statement] = STATE(2), [sym__expression_statement] = STATE(2), [sym_macro_definition] = STATE(2), [sym_attribute_item] = STATE(2), [sym_inner_attribute_item] = STATE(2), [sym_mod_item] = STATE(2), [sym_foreign_mod_item] = STATE(2), [sym_struct_item] = STATE(2), [sym_union_item] = STATE(2), [sym_enum_item] = STATE(2), [sym_extern_crate_declaration] = STATE(2), [sym_const_item] = STATE(2), [sym_static_item] = STATE(2), [sym_type_item] = STATE(2), [sym_function_item] = STATE(2), [sym_function_signature_item] = STATE(2), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(2), [sym_trait_item] = STATE(2), [sym_associated_type] = STATE(2), [sym_let_declaration] = STATE(2), [sym_use_declaration] = STATE(2), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(919), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(919), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(919), [sym_unary_expression] = STATE(919), [sym_try_expression] = STATE(919), [sym_reference_expression] = STATE(919), [sym_binary_expression] = STATE(919), [sym_assignment_expression] = STATE(919), [sym_compound_assignment_expr] = STATE(919), [sym_type_cast_expression] = STATE(919), [sym_return_expression] = STATE(919), [sym_call_expression] = STATE(919), [sym_array_expression] = STATE(919), [sym_parenthesized_expression] = STATE(919), [sym_tuple_expression] = STATE(919), [sym_unit_expression] = STATE(919), [sym_struct_expression] = STATE(919), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(919), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(919), [sym_continue_expression] = STATE(919), [sym_index_expression] = STATE(919), [sym_await_expression] = STATE(919), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(919), [sym_string_literal] = STATE(919), [sym_boolean_literal] = STATE(919), [aux_sym_source_file_repeat1] = STATE(2), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_macro_rules_BANG] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_RBRACE] = ACTIONS(279), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(23), [anon_sym_break] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(31), [anon_sym_enum] = ACTIONS(33), [anon_sym_fn] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_impl] = ACTIONS(41), [anon_sym_let] = ACTIONS(43), [anon_sym_loop] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_mod] = ACTIONS(49), [anon_sym_pub] = ACTIONS(51), [anon_sym_return] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_trait] = ACTIONS(59), [anon_sym_type] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_unsafe] = ACTIONS(65), [anon_sym_use] = ACTIONS(67), [anon_sym_while] = ACTIONS(69), [anon_sym_POUND] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(19), [anon_sym_extern] = ACTIONS(73), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(281), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(281), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(99), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(281), [sym_float_literal] = ACTIONS(281), [sym_block_comment] = ACTIONS(3), }, [13] = { [sym__statement] = STATE(2), [sym_empty_statement] = STATE(2), [sym__expression_statement] = STATE(2), [sym_macro_definition] = STATE(2), [sym_attribute_item] = STATE(2), [sym_inner_attribute_item] = STATE(2), [sym_mod_item] = STATE(2), [sym_foreign_mod_item] = STATE(2), [sym_struct_item] = STATE(2), [sym_union_item] = STATE(2), [sym_enum_item] = STATE(2), [sym_extern_crate_declaration] = STATE(2), [sym_const_item] = STATE(2), [sym_static_item] = STATE(2), [sym_type_item] = STATE(2), [sym_function_item] = STATE(2), [sym_function_signature_item] = STATE(2), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(2), [sym_trait_item] = STATE(2), [sym_associated_type] = STATE(2), [sym_let_declaration] = STATE(2), [sym_use_declaration] = STATE(2), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(898), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(898), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(898), [sym_unary_expression] = STATE(898), [sym_try_expression] = STATE(898), [sym_reference_expression] = STATE(898), [sym_binary_expression] = STATE(898), [sym_assignment_expression] = STATE(898), [sym_compound_assignment_expr] = STATE(898), [sym_type_cast_expression] = STATE(898), [sym_return_expression] = STATE(898), [sym_call_expression] = STATE(898), [sym_array_expression] = STATE(898), [sym_parenthesized_expression] = STATE(898), [sym_tuple_expression] = STATE(898), [sym_unit_expression] = STATE(898), [sym_struct_expression] = STATE(898), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(898), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(898), [sym_continue_expression] = STATE(898), [sym_index_expression] = STATE(898), [sym_await_expression] = STATE(898), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(898), [sym_string_literal] = STATE(898), [sym_boolean_literal] = STATE(898), [aux_sym_source_file_repeat1] = STATE(2), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_macro_rules_BANG] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_RBRACE] = ACTIONS(283), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(23), [anon_sym_break] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(31), [anon_sym_enum] = ACTIONS(33), [anon_sym_fn] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_impl] = ACTIONS(41), [anon_sym_let] = ACTIONS(43), [anon_sym_loop] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_mod] = ACTIONS(49), [anon_sym_pub] = ACTIONS(51), [anon_sym_return] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_trait] = ACTIONS(59), [anon_sym_type] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_unsafe] = ACTIONS(65), [anon_sym_use] = ACTIONS(67), [anon_sym_while] = ACTIONS(69), [anon_sym_POUND] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(19), [anon_sym_extern] = ACTIONS(73), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(285), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(285), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(99), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(285), [sym_float_literal] = ACTIONS(285), [sym_block_comment] = ACTIONS(3), }, [14] = { [sym__statement] = STATE(12), [sym_empty_statement] = STATE(12), [sym__expression_statement] = STATE(12), [sym_macro_definition] = STATE(12), [sym_attribute_item] = STATE(12), [sym_inner_attribute_item] = STATE(12), [sym_mod_item] = STATE(12), [sym_foreign_mod_item] = STATE(12), [sym_struct_item] = STATE(12), [sym_union_item] = STATE(12), [sym_enum_item] = STATE(12), [sym_extern_crate_declaration] = STATE(12), [sym_const_item] = STATE(12), [sym_static_item] = STATE(12), [sym_type_item] = STATE(12), [sym_function_item] = STATE(12), [sym_function_signature_item] = STATE(12), [sym_function_modifiers] = STATE(2341), [sym_impl_item] = STATE(12), [sym_trait_item] = STATE(12), [sym_associated_type] = STATE(12), [sym_let_declaration] = STATE(12), [sym_use_declaration] = STATE(12), [sym_extern_modifier] = STATE(1415), [sym_visibility_modifier] = STATE(1256), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(913), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(913), [sym_macro_invocation] = STATE(55), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(913), [sym_unary_expression] = STATE(913), [sym_try_expression] = STATE(913), [sym_reference_expression] = STATE(913), [sym_binary_expression] = STATE(913), [sym_assignment_expression] = STATE(913), [sym_compound_assignment_expr] = STATE(913), [sym_type_cast_expression] = STATE(913), [sym_return_expression] = STATE(913), [sym_call_expression] = STATE(913), [sym_array_expression] = STATE(913), [sym_parenthesized_expression] = STATE(913), [sym_tuple_expression] = STATE(913), [sym_unit_expression] = STATE(913), [sym_struct_expression] = STATE(913), [sym_if_expression] = STATE(58), [sym_if_let_expression] = STATE(58), [sym_match_expression] = STATE(58), [sym_while_expression] = STATE(58), [sym_while_let_expression] = STATE(58), [sym_loop_expression] = STATE(58), [sym_for_expression] = STATE(58), [sym_closure_expression] = STATE(913), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2330), [sym_break_expression] = STATE(913), [sym_continue_expression] = STATE(913), [sym_index_expression] = STATE(913), [sym_await_expression] = STATE(913), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(58), [sym_async_block] = STATE(58), [sym_block] = STATE(58), [sym__literal] = STATE(913), [sym_string_literal] = STATE(913), [sym_boolean_literal] = STATE(913), [aux_sym_source_file_repeat1] = STATE(12), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(9), [anon_sym_macro_rules_BANG] = ACTIONS(11), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(15), [anon_sym_RBRACE] = ACTIONS(287), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(23), [anon_sym_break] = ACTIONS(25), [anon_sym_const] = ACTIONS(27), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(31), [anon_sym_enum] = ACTIONS(33), [anon_sym_fn] = ACTIONS(35), [anon_sym_for] = ACTIONS(37), [anon_sym_if] = ACTIONS(39), [anon_sym_impl] = ACTIONS(41), [anon_sym_let] = ACTIONS(43), [anon_sym_loop] = ACTIONS(45), [anon_sym_match] = ACTIONS(47), [anon_sym_mod] = ACTIONS(49), [anon_sym_pub] = ACTIONS(51), [anon_sym_return] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_struct] = ACTIONS(57), [anon_sym_trait] = ACTIONS(59), [anon_sym_type] = ACTIONS(61), [anon_sym_union] = ACTIONS(63), [anon_sym_unsafe] = ACTIONS(65), [anon_sym_use] = ACTIONS(67), [anon_sym_while] = ACTIONS(69), [anon_sym_POUND] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(19), [anon_sym_extern] = ACTIONS(73), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(289), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(289), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(99), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(289), [sym_float_literal] = ACTIONS(289), [sym_block_comment] = ACTIONS(3), }, [15] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(838), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(838), [sym_macro_invocation] = STATE(838), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(838), [sym_unary_expression] = STATE(838), [sym_try_expression] = STATE(838), [sym_reference_expression] = STATE(838), [sym_binary_expression] = STATE(838), [sym_assignment_expression] = STATE(838), [sym_compound_assignment_expr] = STATE(838), [sym_type_cast_expression] = STATE(838), [sym_return_expression] = STATE(838), [sym_call_expression] = STATE(838), [sym_array_expression] = STATE(838), [sym_parenthesized_expression] = STATE(838), [sym_tuple_expression] = STATE(838), [sym_unit_expression] = STATE(838), [sym_struct_expression] = STATE(838), [sym_if_expression] = STATE(838), [sym_if_let_expression] = STATE(838), [sym_match_expression] = STATE(838), [sym_while_expression] = STATE(838), [sym_while_let_expression] = STATE(838), [sym_loop_expression] = STATE(838), [sym_for_expression] = STATE(838), [sym_closure_expression] = STATE(838), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(838), [sym_continue_expression] = STATE(838), [sym_index_expression] = STATE(838), [sym_await_expression] = STATE(838), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(838), [sym_async_block] = STATE(838), [sym_block] = STATE(838), [sym__literal] = STATE(838), [sym_string_literal] = STATE(838), [sym_boolean_literal] = STATE(838), [sym_identifier] = ACTIONS(291), [anon_sym_SEMI] = ACTIONS(293), [anon_sym_LPAREN] = ACTIONS(293), [anon_sym_RPAREN] = ACTIONS(293), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_RBRACE] = ACTIONS(293), [anon_sym_EQ_GT] = ACTIONS(293), [anon_sym_LBRACK] = ACTIONS(293), [anon_sym_RBRACK] = ACTIONS(293), [anon_sym_COLON] = ACTIONS(297), [anon_sym_PLUS] = ACTIONS(299), [anon_sym_STAR] = ACTIONS(299), [anon_sym_QMARK] = ACTIONS(293), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_as] = ACTIONS(299), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(317), [anon_sym_EQ] = ACTIONS(299), [anon_sym_COMMA] = ACTIONS(293), [anon_sym_LT] = ACTIONS(299), [anon_sym_GT] = ACTIONS(299), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(299), [anon_sym_DOT_DOT_DOT] = ACTIONS(293), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(299), [anon_sym_DOT_DOT_EQ] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(299), [anon_sym_AMP_AMP] = ACTIONS(293), [anon_sym_PIPE_PIPE] = ACTIONS(293), [anon_sym_PIPE] = ACTIONS(299), [anon_sym_CARET] = ACTIONS(299), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(299), [anon_sym_GT_GT] = ACTIONS(299), [anon_sym_SLASH] = ACTIONS(299), [anon_sym_PERCENT] = ACTIONS(299), [anon_sym_PLUS_EQ] = ACTIONS(293), [anon_sym_DASH_EQ] = ACTIONS(293), [anon_sym_STAR_EQ] = ACTIONS(293), [anon_sym_SLASH_EQ] = ACTIONS(293), [anon_sym_PERCENT_EQ] = ACTIONS(293), [anon_sym_AMP_EQ] = ACTIONS(293), [anon_sym_PIPE_EQ] = ACTIONS(293), [anon_sym_CARET_EQ] = ACTIONS(293), [anon_sym_LT_LT_EQ] = ACTIONS(293), [anon_sym_GT_GT_EQ] = ACTIONS(293), [anon_sym_move] = ACTIONS(87), [anon_sym_DOT] = ACTIONS(299), [sym_integer_literal] = ACTIONS(319), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(319), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(319), [sym_float_literal] = ACTIONS(319), [sym_block_comment] = ACTIONS(3), }, [16] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(828), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(828), [sym_macro_invocation] = STATE(828), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(828), [sym_unary_expression] = STATE(828), [sym_try_expression] = STATE(828), [sym_reference_expression] = STATE(828), [sym_binary_expression] = STATE(828), [sym_assignment_expression] = STATE(828), [sym_compound_assignment_expr] = STATE(828), [sym_type_cast_expression] = STATE(828), [sym_return_expression] = STATE(828), [sym_call_expression] = STATE(828), [sym_array_expression] = STATE(828), [sym_parenthesized_expression] = STATE(828), [sym_tuple_expression] = STATE(828), [sym_unit_expression] = STATE(828), [sym_struct_expression] = STATE(828), [sym_if_expression] = STATE(828), [sym_if_let_expression] = STATE(828), [sym_match_expression] = STATE(828), [sym_while_expression] = STATE(828), [sym_while_let_expression] = STATE(828), [sym_loop_expression] = STATE(828), [sym_for_expression] = STATE(828), [sym_closure_expression] = STATE(828), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(828), [sym_continue_expression] = STATE(828), [sym_index_expression] = STATE(828), [sym_await_expression] = STATE(828), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(828), [sym_async_block] = STATE(828), [sym_block] = STATE(828), [sym__literal] = STATE(828), [sym_string_literal] = STATE(828), [sym_boolean_literal] = STATE(828), [sym_identifier] = ACTIONS(291), [anon_sym_SEMI] = ACTIONS(321), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_RPAREN] = ACTIONS(321), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_RBRACE] = ACTIONS(321), [anon_sym_EQ_GT] = ACTIONS(321), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_RBRACK] = ACTIONS(321), [anon_sym_PLUS] = ACTIONS(323), [anon_sym_STAR] = ACTIONS(317), [anon_sym_QMARK] = ACTIONS(321), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_as] = ACTIONS(323), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(317), [anon_sym_EQ] = ACTIONS(323), [anon_sym_COMMA] = ACTIONS(321), [anon_sym_LT] = ACTIONS(325), [anon_sym_GT] = ACTIONS(323), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(327), [anon_sym_DOT_DOT_DOT] = ACTIONS(321), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(329), [anon_sym_DOT_DOT_EQ] = ACTIONS(321), [anon_sym_DASH] = ACTIONS(317), [anon_sym_AMP_AMP] = ACTIONS(321), [anon_sym_PIPE_PIPE] = ACTIONS(321), [anon_sym_PIPE] = ACTIONS(331), [anon_sym_CARET] = ACTIONS(323), [anon_sym_EQ_EQ] = ACTIONS(321), [anon_sym_BANG_EQ] = ACTIONS(321), [anon_sym_LT_EQ] = ACTIONS(321), [anon_sym_GT_EQ] = ACTIONS(321), [anon_sym_LT_LT] = ACTIONS(323), [anon_sym_GT_GT] = ACTIONS(323), [anon_sym_SLASH] = ACTIONS(323), [anon_sym_PERCENT] = ACTIONS(323), [anon_sym_PLUS_EQ] = ACTIONS(321), [anon_sym_DASH_EQ] = ACTIONS(321), [anon_sym_STAR_EQ] = ACTIONS(321), [anon_sym_SLASH_EQ] = ACTIONS(321), [anon_sym_PERCENT_EQ] = ACTIONS(321), [anon_sym_AMP_EQ] = ACTIONS(321), [anon_sym_PIPE_EQ] = ACTIONS(321), [anon_sym_CARET_EQ] = ACTIONS(321), [anon_sym_LT_LT_EQ] = ACTIONS(321), [anon_sym_GT_GT_EQ] = ACTIONS(321), [anon_sym_move] = ACTIONS(87), [anon_sym_DOT] = ACTIONS(323), [sym_integer_literal] = ACTIONS(333), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(333), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(333), [sym_float_literal] = ACTIONS(333), [sym_block_comment] = ACTIONS(3), }, [17] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(800), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(800), [sym_macro_invocation] = STATE(800), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(800), [sym_unary_expression] = STATE(800), [sym_try_expression] = STATE(800), [sym_reference_expression] = STATE(800), [sym_binary_expression] = STATE(800), [sym_assignment_expression] = STATE(800), [sym_compound_assignment_expr] = STATE(800), [sym_type_cast_expression] = STATE(800), [sym_return_expression] = STATE(800), [sym_call_expression] = STATE(800), [sym_array_expression] = STATE(800), [sym_parenthesized_expression] = STATE(800), [sym_tuple_expression] = STATE(800), [sym_unit_expression] = STATE(800), [sym_struct_expression] = STATE(800), [sym_if_expression] = STATE(800), [sym_if_let_expression] = STATE(800), [sym_match_expression] = STATE(800), [sym_while_expression] = STATE(800), [sym_while_let_expression] = STATE(800), [sym_loop_expression] = STATE(800), [sym_for_expression] = STATE(800), [sym_closure_expression] = STATE(800), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(15), [sym_break_expression] = STATE(800), [sym_continue_expression] = STATE(800), [sym_index_expression] = STATE(800), [sym_await_expression] = STATE(800), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(800), [sym_async_block] = STATE(800), [sym_block] = STATE(800), [sym__literal] = STATE(800), [sym_string_literal] = STATE(800), [sym_boolean_literal] = STATE(800), [sym_identifier] = ACTIONS(291), [anon_sym_SEMI] = ACTIONS(335), [anon_sym_LPAREN] = ACTIONS(335), [anon_sym_RPAREN] = ACTIONS(335), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_RBRACE] = ACTIONS(335), [anon_sym_EQ_GT] = ACTIONS(335), [anon_sym_LBRACK] = ACTIONS(335), [anon_sym_RBRACK] = ACTIONS(335), [anon_sym_PLUS] = ACTIONS(337), [anon_sym_STAR] = ACTIONS(337), [anon_sym_QMARK] = ACTIONS(335), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_as] = ACTIONS(337), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(317), [anon_sym_EQ] = ACTIONS(337), [anon_sym_COMMA] = ACTIONS(335), [anon_sym_LT] = ACTIONS(337), [anon_sym_GT] = ACTIONS(337), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(337), [anon_sym_DOT_DOT_DOT] = ACTIONS(335), [anon_sym_SQUOTE] = ACTIONS(339), [anon_sym_DOT_DOT] = ACTIONS(337), [anon_sym_DOT_DOT_EQ] = ACTIONS(335), [anon_sym_DASH] = ACTIONS(337), [anon_sym_AMP_AMP] = ACTIONS(335), [anon_sym_PIPE_PIPE] = ACTIONS(335), [anon_sym_PIPE] = ACTIONS(337), [anon_sym_CARET] = ACTIONS(337), [anon_sym_EQ_EQ] = ACTIONS(335), [anon_sym_BANG_EQ] = ACTIONS(335), [anon_sym_LT_EQ] = ACTIONS(335), [anon_sym_GT_EQ] = ACTIONS(335), [anon_sym_LT_LT] = ACTIONS(337), [anon_sym_GT_GT] = ACTIONS(337), [anon_sym_SLASH] = ACTIONS(337), [anon_sym_PERCENT] = ACTIONS(337), [anon_sym_PLUS_EQ] = ACTIONS(335), [anon_sym_DASH_EQ] = ACTIONS(335), [anon_sym_STAR_EQ] = ACTIONS(335), [anon_sym_SLASH_EQ] = ACTIONS(335), [anon_sym_PERCENT_EQ] = ACTIONS(335), [anon_sym_AMP_EQ] = ACTIONS(335), [anon_sym_PIPE_EQ] = ACTIONS(335), [anon_sym_CARET_EQ] = ACTIONS(335), [anon_sym_LT_LT_EQ] = ACTIONS(335), [anon_sym_GT_GT_EQ] = ACTIONS(335), [anon_sym_move] = ACTIONS(87), [anon_sym_DOT] = ACTIONS(337), [sym_integer_literal] = ACTIONS(341), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(341), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(341), [sym_float_literal] = ACTIONS(341), [sym_block_comment] = ACTIONS(3), }, [18] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(778), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(778), [sym_macro_invocation] = STATE(778), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(778), [sym_unary_expression] = STATE(778), [sym_try_expression] = STATE(778), [sym_reference_expression] = STATE(778), [sym_binary_expression] = STATE(778), [sym_assignment_expression] = STATE(778), [sym_compound_assignment_expr] = STATE(778), [sym_type_cast_expression] = STATE(778), [sym_return_expression] = STATE(778), [sym_call_expression] = STATE(778), [sym_array_expression] = STATE(778), [sym_parenthesized_expression] = STATE(778), [sym_tuple_expression] = STATE(778), [sym_unit_expression] = STATE(778), [sym_struct_expression] = STATE(778), [sym_if_expression] = STATE(778), [sym_if_let_expression] = STATE(778), [sym_match_expression] = STATE(778), [sym_while_expression] = STATE(778), [sym_while_let_expression] = STATE(778), [sym_loop_expression] = STATE(778), [sym_for_expression] = STATE(778), [sym_closure_expression] = STATE(778), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(778), [sym_continue_expression] = STATE(778), [sym_index_expression] = STATE(778), [sym_await_expression] = STATE(778), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(778), [sym_async_block] = STATE(778), [sym_block] = STATE(778), [sym__literal] = STATE(778), [sym_string_literal] = STATE(778), [sym_boolean_literal] = STATE(778), [sym_identifier] = ACTIONS(291), [anon_sym_SEMI] = ACTIONS(343), [anon_sym_LPAREN] = ACTIONS(343), [anon_sym_RPAREN] = ACTIONS(343), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_RBRACE] = ACTIONS(343), [anon_sym_EQ_GT] = ACTIONS(343), [anon_sym_LBRACK] = ACTIONS(343), [anon_sym_RBRACK] = ACTIONS(343), [anon_sym_PLUS] = ACTIONS(345), [anon_sym_STAR] = ACTIONS(345), [anon_sym_QMARK] = ACTIONS(343), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_as] = ACTIONS(345), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(317), [anon_sym_EQ] = ACTIONS(345), [anon_sym_COMMA] = ACTIONS(343), [anon_sym_LT] = ACTIONS(345), [anon_sym_GT] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(345), [anon_sym_DOT_DOT_DOT] = ACTIONS(343), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(345), [anon_sym_DOT_DOT_EQ] = ACTIONS(343), [anon_sym_DASH] = ACTIONS(345), [anon_sym_AMP_AMP] = ACTIONS(343), [anon_sym_PIPE_PIPE] = ACTIONS(343), [anon_sym_PIPE] = ACTIONS(345), [anon_sym_CARET] = ACTIONS(345), [anon_sym_EQ_EQ] = ACTIONS(343), [anon_sym_BANG_EQ] = ACTIONS(343), [anon_sym_LT_EQ] = ACTIONS(343), [anon_sym_GT_EQ] = ACTIONS(343), [anon_sym_LT_LT] = ACTIONS(345), [anon_sym_GT_GT] = ACTIONS(345), [anon_sym_SLASH] = ACTIONS(345), [anon_sym_PERCENT] = ACTIONS(345), [anon_sym_PLUS_EQ] = ACTIONS(343), [anon_sym_DASH_EQ] = ACTIONS(343), [anon_sym_STAR_EQ] = ACTIONS(343), [anon_sym_SLASH_EQ] = ACTIONS(343), [anon_sym_PERCENT_EQ] = ACTIONS(343), [anon_sym_AMP_EQ] = ACTIONS(343), [anon_sym_PIPE_EQ] = ACTIONS(343), [anon_sym_CARET_EQ] = ACTIONS(343), [anon_sym_LT_LT_EQ] = ACTIONS(343), [anon_sym_GT_GT_EQ] = ACTIONS(343), [anon_sym_move] = ACTIONS(87), [anon_sym_DOT] = ACTIONS(345), [sym_integer_literal] = ACTIONS(347), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(347), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(347), [sym_float_literal] = ACTIONS(347), [sym_block_comment] = ACTIONS(3), }, [19] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(783), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(783), [sym_macro_invocation] = STATE(783), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(783), [sym_unary_expression] = STATE(783), [sym_try_expression] = STATE(783), [sym_reference_expression] = STATE(783), [sym_binary_expression] = STATE(783), [sym_assignment_expression] = STATE(783), [sym_compound_assignment_expr] = STATE(783), [sym_type_cast_expression] = STATE(783), [sym_return_expression] = STATE(783), [sym_call_expression] = STATE(783), [sym_array_expression] = STATE(783), [sym_parenthesized_expression] = STATE(783), [sym_tuple_expression] = STATE(783), [sym_unit_expression] = STATE(783), [sym_struct_expression] = STATE(783), [sym_if_expression] = STATE(783), [sym_if_let_expression] = STATE(783), [sym_match_expression] = STATE(783), [sym_while_expression] = STATE(783), [sym_while_let_expression] = STATE(783), [sym_loop_expression] = STATE(783), [sym_for_expression] = STATE(783), [sym_closure_expression] = STATE(783), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(783), [sym_continue_expression] = STATE(783), [sym_index_expression] = STATE(783), [sym_await_expression] = STATE(783), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(783), [sym_async_block] = STATE(783), [sym_block] = STATE(783), [sym__literal] = STATE(783), [sym_string_literal] = STATE(783), [sym_boolean_literal] = STATE(783), [sym_identifier] = ACTIONS(291), [anon_sym_SEMI] = ACTIONS(349), [anon_sym_LPAREN] = ACTIONS(349), [anon_sym_RPAREN] = ACTIONS(349), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_RBRACE] = ACTIONS(349), [anon_sym_EQ_GT] = ACTIONS(349), [anon_sym_LBRACK] = ACTIONS(349), [anon_sym_RBRACK] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_STAR] = ACTIONS(351), [anon_sym_QMARK] = ACTIONS(349), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_as] = ACTIONS(351), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(317), [anon_sym_EQ] = ACTIONS(351), [anon_sym_COMMA] = ACTIONS(349), [anon_sym_LT] = ACTIONS(351), [anon_sym_GT] = ACTIONS(351), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(351), [anon_sym_DOT_DOT_DOT] = ACTIONS(349), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(351), [anon_sym_DOT_DOT_EQ] = ACTIONS(349), [anon_sym_DASH] = ACTIONS(351), [anon_sym_AMP_AMP] = ACTIONS(349), [anon_sym_PIPE_PIPE] = ACTIONS(349), [anon_sym_PIPE] = ACTIONS(351), [anon_sym_CARET] = ACTIONS(351), [anon_sym_EQ_EQ] = ACTIONS(349), [anon_sym_BANG_EQ] = ACTIONS(349), [anon_sym_LT_EQ] = ACTIONS(349), [anon_sym_GT_EQ] = ACTIONS(349), [anon_sym_LT_LT] = ACTIONS(351), [anon_sym_GT_GT] = ACTIONS(351), [anon_sym_SLASH] = ACTIONS(351), [anon_sym_PERCENT] = ACTIONS(351), [anon_sym_PLUS_EQ] = ACTIONS(349), [anon_sym_DASH_EQ] = ACTIONS(349), [anon_sym_STAR_EQ] = ACTIONS(349), [anon_sym_SLASH_EQ] = ACTIONS(349), [anon_sym_PERCENT_EQ] = ACTIONS(349), [anon_sym_AMP_EQ] = ACTIONS(349), [anon_sym_PIPE_EQ] = ACTIONS(349), [anon_sym_CARET_EQ] = ACTIONS(349), [anon_sym_LT_LT_EQ] = ACTIONS(349), [anon_sym_GT_GT_EQ] = ACTIONS(349), [anon_sym_move] = ACTIONS(87), [anon_sym_DOT] = ACTIONS(351), [sym_integer_literal] = ACTIONS(353), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(353), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(353), [sym_float_literal] = ACTIONS(353), [sym_block_comment] = ACTIONS(3), }, [20] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1016), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(1016), [sym_macro_invocation] = STATE(1016), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1016), [sym_unary_expression] = STATE(1016), [sym_try_expression] = STATE(1016), [sym_reference_expression] = STATE(1016), [sym_binary_expression] = STATE(1016), [sym_assignment_expression] = STATE(1016), [sym_compound_assignment_expr] = STATE(1016), [sym_type_cast_expression] = STATE(1016), [sym_return_expression] = STATE(1016), [sym_call_expression] = STATE(1016), [sym_array_expression] = STATE(1016), [sym_parenthesized_expression] = STATE(1016), [sym_tuple_expression] = STATE(1016), [sym_unit_expression] = STATE(1016), [sym_struct_expression] = STATE(1016), [sym_if_expression] = STATE(1016), [sym_if_let_expression] = STATE(1016), [sym_match_expression] = STATE(1016), [sym_while_expression] = STATE(1016), [sym_while_let_expression] = STATE(1016), [sym_loop_expression] = STATE(1016), [sym_for_expression] = STATE(1016), [sym_closure_expression] = STATE(1016), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(1016), [sym_continue_expression] = STATE(1016), [sym_index_expression] = STATE(1016), [sym_await_expression] = STATE(1016), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1016), [sym_async_block] = STATE(1016), [sym_block] = STATE(1016), [sym__literal] = STATE(1016), [sym_string_literal] = STATE(1016), [sym_boolean_literal] = STATE(1016), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(293), [anon_sym_LBRACE] = ACTIONS(293), [anon_sym_LBRACK] = ACTIONS(293), [anon_sym_COLON] = ACTIONS(297), [anon_sym_PLUS] = ACTIONS(299), [anon_sym_STAR] = ACTIONS(299), [anon_sym_QMARK] = ACTIONS(293), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_as] = ACTIONS(299), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(363), [anon_sym_EQ] = ACTIONS(299), [anon_sym_LT] = ACTIONS(299), [anon_sym_GT] = ACTIONS(299), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(299), [anon_sym_DOT_DOT_DOT] = ACTIONS(293), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(299), [anon_sym_DOT_DOT_EQ] = ACTIONS(293), [anon_sym_DASH] = ACTIONS(299), [anon_sym_AMP_AMP] = ACTIONS(293), [anon_sym_PIPE_PIPE] = ACTIONS(293), [anon_sym_PIPE] = ACTIONS(299), [anon_sym_CARET] = ACTIONS(299), [anon_sym_EQ_EQ] = ACTIONS(293), [anon_sym_BANG_EQ] = ACTIONS(293), [anon_sym_LT_EQ] = ACTIONS(293), [anon_sym_GT_EQ] = ACTIONS(293), [anon_sym_LT_LT] = ACTIONS(299), [anon_sym_GT_GT] = ACTIONS(299), [anon_sym_SLASH] = ACTIONS(299), [anon_sym_PERCENT] = ACTIONS(299), [anon_sym_PLUS_EQ] = ACTIONS(293), [anon_sym_DASH_EQ] = ACTIONS(293), [anon_sym_STAR_EQ] = ACTIONS(293), [anon_sym_SLASH_EQ] = ACTIONS(293), [anon_sym_PERCENT_EQ] = ACTIONS(293), [anon_sym_AMP_EQ] = ACTIONS(293), [anon_sym_PIPE_EQ] = ACTIONS(293), [anon_sym_CARET_EQ] = ACTIONS(293), [anon_sym_LT_LT_EQ] = ACTIONS(293), [anon_sym_GT_GT_EQ] = ACTIONS(293), [anon_sym_move] = ACTIONS(367), [anon_sym_DOT] = ACTIONS(299), [sym_integer_literal] = ACTIONS(369), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(369), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(369), [sym_float_literal] = ACTIONS(369), [sym_block_comment] = ACTIONS(3), }, [21] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1005), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(1005), [sym_macro_invocation] = STATE(1005), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1005), [sym_unary_expression] = STATE(1005), [sym_try_expression] = STATE(1005), [sym_reference_expression] = STATE(1005), [sym_binary_expression] = STATE(1005), [sym_assignment_expression] = STATE(1005), [sym_compound_assignment_expr] = STATE(1005), [sym_type_cast_expression] = STATE(1005), [sym_return_expression] = STATE(1005), [sym_call_expression] = STATE(1005), [sym_array_expression] = STATE(1005), [sym_parenthesized_expression] = STATE(1005), [sym_tuple_expression] = STATE(1005), [sym_unit_expression] = STATE(1005), [sym_struct_expression] = STATE(1005), [sym_if_expression] = STATE(1005), [sym_if_let_expression] = STATE(1005), [sym_match_expression] = STATE(1005), [sym_while_expression] = STATE(1005), [sym_while_let_expression] = STATE(1005), [sym_loop_expression] = STATE(1005), [sym_for_expression] = STATE(1005), [sym_closure_expression] = STATE(1005), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(1005), [sym_continue_expression] = STATE(1005), [sym_index_expression] = STATE(1005), [sym_await_expression] = STATE(1005), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1005), [sym_async_block] = STATE(1005), [sym_block] = STATE(1005), [sym__literal] = STATE(1005), [sym_string_literal] = STATE(1005), [sym_boolean_literal] = STATE(1005), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_PLUS] = ACTIONS(323), [anon_sym_STAR] = ACTIONS(363), [anon_sym_QMARK] = ACTIONS(321), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_as] = ACTIONS(323), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(363), [anon_sym_EQ] = ACTIONS(323), [anon_sym_LT] = ACTIONS(325), [anon_sym_GT] = ACTIONS(323), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(377), [anon_sym_DOT_DOT_DOT] = ACTIONS(321), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(379), [anon_sym_DOT_DOT_EQ] = ACTIONS(321), [anon_sym_DASH] = ACTIONS(363), [anon_sym_AMP_AMP] = ACTIONS(321), [anon_sym_PIPE_PIPE] = ACTIONS(321), [anon_sym_PIPE] = ACTIONS(331), [anon_sym_CARET] = ACTIONS(323), [anon_sym_EQ_EQ] = ACTIONS(321), [anon_sym_BANG_EQ] = ACTIONS(321), [anon_sym_LT_EQ] = ACTIONS(321), [anon_sym_GT_EQ] = ACTIONS(321), [anon_sym_LT_LT] = ACTIONS(323), [anon_sym_GT_GT] = ACTIONS(323), [anon_sym_SLASH] = ACTIONS(323), [anon_sym_PERCENT] = ACTIONS(323), [anon_sym_PLUS_EQ] = ACTIONS(321), [anon_sym_DASH_EQ] = ACTIONS(321), [anon_sym_STAR_EQ] = ACTIONS(321), [anon_sym_SLASH_EQ] = ACTIONS(321), [anon_sym_PERCENT_EQ] = ACTIONS(321), [anon_sym_AMP_EQ] = ACTIONS(321), [anon_sym_PIPE_EQ] = ACTIONS(321), [anon_sym_CARET_EQ] = ACTIONS(321), [anon_sym_LT_LT_EQ] = ACTIONS(321), [anon_sym_GT_GT_EQ] = ACTIONS(321), [anon_sym_move] = ACTIONS(367), [anon_sym_DOT] = ACTIONS(323), [sym_integer_literal] = ACTIONS(381), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(381), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(381), [sym_float_literal] = ACTIONS(381), [sym_block_comment] = ACTIONS(3), }, [22] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1012), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(1012), [sym_macro_invocation] = STATE(1012), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1012), [sym_unary_expression] = STATE(1012), [sym_try_expression] = STATE(1012), [sym_reference_expression] = STATE(1012), [sym_binary_expression] = STATE(1012), [sym_assignment_expression] = STATE(1012), [sym_compound_assignment_expr] = STATE(1012), [sym_type_cast_expression] = STATE(1012), [sym_return_expression] = STATE(1012), [sym_call_expression] = STATE(1012), [sym_array_expression] = STATE(1012), [sym_parenthesized_expression] = STATE(1012), [sym_tuple_expression] = STATE(1012), [sym_unit_expression] = STATE(1012), [sym_struct_expression] = STATE(1012), [sym_if_expression] = STATE(1012), [sym_if_let_expression] = STATE(1012), [sym_match_expression] = STATE(1012), [sym_while_expression] = STATE(1012), [sym_while_let_expression] = STATE(1012), [sym_loop_expression] = STATE(1012), [sym_for_expression] = STATE(1012), [sym_closure_expression] = STATE(1012), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(20), [sym_break_expression] = STATE(1012), [sym_continue_expression] = STATE(1012), [sym_index_expression] = STATE(1012), [sym_await_expression] = STATE(1012), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1012), [sym_async_block] = STATE(1012), [sym_block] = STATE(1012), [sym__literal] = STATE(1012), [sym_string_literal] = STATE(1012), [sym_boolean_literal] = STATE(1012), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(335), [anon_sym_LBRACE] = ACTIONS(335), [anon_sym_LBRACK] = ACTIONS(335), [anon_sym_PLUS] = ACTIONS(337), [anon_sym_STAR] = ACTIONS(337), [anon_sym_QMARK] = ACTIONS(335), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_as] = ACTIONS(337), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(363), [anon_sym_EQ] = ACTIONS(337), [anon_sym_LT] = ACTIONS(337), [anon_sym_GT] = ACTIONS(337), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(337), [anon_sym_DOT_DOT_DOT] = ACTIONS(335), [anon_sym_SQUOTE] = ACTIONS(339), [anon_sym_DOT_DOT] = ACTIONS(337), [anon_sym_DOT_DOT_EQ] = ACTIONS(335), [anon_sym_DASH] = ACTIONS(337), [anon_sym_AMP_AMP] = ACTIONS(335), [anon_sym_PIPE_PIPE] = ACTIONS(335), [anon_sym_PIPE] = ACTIONS(337), [anon_sym_CARET] = ACTIONS(337), [anon_sym_EQ_EQ] = ACTIONS(335), [anon_sym_BANG_EQ] = ACTIONS(335), [anon_sym_LT_EQ] = ACTIONS(335), [anon_sym_GT_EQ] = ACTIONS(335), [anon_sym_LT_LT] = ACTIONS(337), [anon_sym_GT_GT] = ACTIONS(337), [anon_sym_SLASH] = ACTIONS(337), [anon_sym_PERCENT] = ACTIONS(337), [anon_sym_PLUS_EQ] = ACTIONS(335), [anon_sym_DASH_EQ] = ACTIONS(335), [anon_sym_STAR_EQ] = ACTIONS(335), [anon_sym_SLASH_EQ] = ACTIONS(335), [anon_sym_PERCENT_EQ] = ACTIONS(335), [anon_sym_AMP_EQ] = ACTIONS(335), [anon_sym_PIPE_EQ] = ACTIONS(335), [anon_sym_CARET_EQ] = ACTIONS(335), [anon_sym_LT_LT_EQ] = ACTIONS(335), [anon_sym_GT_GT_EQ] = ACTIONS(335), [anon_sym_move] = ACTIONS(367), [anon_sym_DOT] = ACTIONS(337), [sym_integer_literal] = ACTIONS(383), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(383), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(383), [sym_float_literal] = ACTIONS(383), [sym_block_comment] = ACTIONS(3), }, [23] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(995), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(995), [sym_macro_invocation] = STATE(995), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(995), [sym_unary_expression] = STATE(995), [sym_try_expression] = STATE(995), [sym_reference_expression] = STATE(995), [sym_binary_expression] = STATE(995), [sym_assignment_expression] = STATE(995), [sym_compound_assignment_expr] = STATE(995), [sym_type_cast_expression] = STATE(995), [sym_return_expression] = STATE(995), [sym_call_expression] = STATE(995), [sym_array_expression] = STATE(995), [sym_parenthesized_expression] = STATE(995), [sym_tuple_expression] = STATE(995), [sym_unit_expression] = STATE(995), [sym_struct_expression] = STATE(995), [sym_if_expression] = STATE(995), [sym_if_let_expression] = STATE(995), [sym_match_expression] = STATE(995), [sym_while_expression] = STATE(995), [sym_while_let_expression] = STATE(995), [sym_loop_expression] = STATE(995), [sym_for_expression] = STATE(995), [sym_closure_expression] = STATE(995), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(995), [sym_continue_expression] = STATE(995), [sym_index_expression] = STATE(995), [sym_await_expression] = STATE(995), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(995), [sym_async_block] = STATE(995), [sym_block] = STATE(995), [sym__literal] = STATE(995), [sym_string_literal] = STATE(995), [sym_boolean_literal] = STATE(995), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(343), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_LBRACK] = ACTIONS(343), [anon_sym_PLUS] = ACTIONS(345), [anon_sym_STAR] = ACTIONS(345), [anon_sym_QMARK] = ACTIONS(343), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_as] = ACTIONS(345), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(363), [anon_sym_EQ] = ACTIONS(345), [anon_sym_LT] = ACTIONS(345), [anon_sym_GT] = ACTIONS(345), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(345), [anon_sym_DOT_DOT_DOT] = ACTIONS(343), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(345), [anon_sym_DOT_DOT_EQ] = ACTIONS(343), [anon_sym_DASH] = ACTIONS(345), [anon_sym_AMP_AMP] = ACTIONS(343), [anon_sym_PIPE_PIPE] = ACTIONS(343), [anon_sym_PIPE] = ACTIONS(345), [anon_sym_CARET] = ACTIONS(345), [anon_sym_EQ_EQ] = ACTIONS(343), [anon_sym_BANG_EQ] = ACTIONS(343), [anon_sym_LT_EQ] = ACTIONS(343), [anon_sym_GT_EQ] = ACTIONS(343), [anon_sym_LT_LT] = ACTIONS(345), [anon_sym_GT_GT] = ACTIONS(345), [anon_sym_SLASH] = ACTIONS(345), [anon_sym_PERCENT] = ACTIONS(345), [anon_sym_PLUS_EQ] = ACTIONS(343), [anon_sym_DASH_EQ] = ACTIONS(343), [anon_sym_STAR_EQ] = ACTIONS(343), [anon_sym_SLASH_EQ] = ACTIONS(343), [anon_sym_PERCENT_EQ] = ACTIONS(343), [anon_sym_AMP_EQ] = ACTIONS(343), [anon_sym_PIPE_EQ] = ACTIONS(343), [anon_sym_CARET_EQ] = ACTIONS(343), [anon_sym_LT_LT_EQ] = ACTIONS(343), [anon_sym_GT_GT_EQ] = ACTIONS(343), [anon_sym_move] = ACTIONS(367), [anon_sym_DOT] = ACTIONS(345), [sym_integer_literal] = ACTIONS(385), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(385), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(385), [sym_float_literal] = ACTIONS(385), [sym_block_comment] = ACTIONS(3), }, [24] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1000), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(1000), [sym_macro_invocation] = STATE(1000), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1000), [sym_unary_expression] = STATE(1000), [sym_try_expression] = STATE(1000), [sym_reference_expression] = STATE(1000), [sym_binary_expression] = STATE(1000), [sym_assignment_expression] = STATE(1000), [sym_compound_assignment_expr] = STATE(1000), [sym_type_cast_expression] = STATE(1000), [sym_return_expression] = STATE(1000), [sym_call_expression] = STATE(1000), [sym_array_expression] = STATE(1000), [sym_parenthesized_expression] = STATE(1000), [sym_tuple_expression] = STATE(1000), [sym_unit_expression] = STATE(1000), [sym_struct_expression] = STATE(1000), [sym_if_expression] = STATE(1000), [sym_if_let_expression] = STATE(1000), [sym_match_expression] = STATE(1000), [sym_while_expression] = STATE(1000), [sym_while_let_expression] = STATE(1000), [sym_loop_expression] = STATE(1000), [sym_for_expression] = STATE(1000), [sym_closure_expression] = STATE(1000), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(1000), [sym_continue_expression] = STATE(1000), [sym_index_expression] = STATE(1000), [sym_await_expression] = STATE(1000), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1000), [sym_async_block] = STATE(1000), [sym_block] = STATE(1000), [sym__literal] = STATE(1000), [sym_string_literal] = STATE(1000), [sym_boolean_literal] = STATE(1000), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(349), [anon_sym_LBRACE] = ACTIONS(349), [anon_sym_LBRACK] = ACTIONS(349), [anon_sym_PLUS] = ACTIONS(351), [anon_sym_STAR] = ACTIONS(351), [anon_sym_QMARK] = ACTIONS(349), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_as] = ACTIONS(351), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(363), [anon_sym_EQ] = ACTIONS(351), [anon_sym_LT] = ACTIONS(351), [anon_sym_GT] = ACTIONS(351), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(351), [anon_sym_DOT_DOT_DOT] = ACTIONS(349), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(351), [anon_sym_DOT_DOT_EQ] = ACTIONS(349), [anon_sym_DASH] = ACTIONS(351), [anon_sym_AMP_AMP] = ACTIONS(349), [anon_sym_PIPE_PIPE] = ACTIONS(349), [anon_sym_PIPE] = ACTIONS(351), [anon_sym_CARET] = ACTIONS(351), [anon_sym_EQ_EQ] = ACTIONS(349), [anon_sym_BANG_EQ] = ACTIONS(349), [anon_sym_LT_EQ] = ACTIONS(349), [anon_sym_GT_EQ] = ACTIONS(349), [anon_sym_LT_LT] = ACTIONS(351), [anon_sym_GT_GT] = ACTIONS(351), [anon_sym_SLASH] = ACTIONS(351), [anon_sym_PERCENT] = ACTIONS(351), [anon_sym_PLUS_EQ] = ACTIONS(349), [anon_sym_DASH_EQ] = ACTIONS(349), [anon_sym_STAR_EQ] = ACTIONS(349), [anon_sym_SLASH_EQ] = ACTIONS(349), [anon_sym_PERCENT_EQ] = ACTIONS(349), [anon_sym_AMP_EQ] = ACTIONS(349), [anon_sym_PIPE_EQ] = ACTIONS(349), [anon_sym_CARET_EQ] = ACTIONS(349), [anon_sym_LT_LT_EQ] = ACTIONS(349), [anon_sym_GT_GT_EQ] = ACTIONS(349), [anon_sym_move] = ACTIONS(367), [anon_sym_DOT] = ACTIONS(351), [sym_integer_literal] = ACTIONS(387), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(387), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(387), [sym_float_literal] = ACTIONS(387), [sym_block_comment] = ACTIONS(3), }, [25] = { [sym__else_tail] = STATE(43), [ts_builtin_sym_end] = ACTIONS(389), [sym_identifier] = ACTIONS(391), [anon_sym_SEMI] = ACTIONS(389), [anon_sym_macro_rules_BANG] = ACTIONS(389), [anon_sym_LPAREN] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(389), [anon_sym_RBRACE] = ACTIONS(389), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_PLUS] = ACTIONS(391), [anon_sym_STAR] = ACTIONS(391), [anon_sym_QMARK] = ACTIONS(389), [anon_sym_u8] = ACTIONS(391), [anon_sym_i8] = ACTIONS(391), [anon_sym_u16] = ACTIONS(391), [anon_sym_i16] = ACTIONS(391), [anon_sym_u32] = ACTIONS(391), [anon_sym_i32] = ACTIONS(391), [anon_sym_u64] = ACTIONS(391), [anon_sym_i64] = ACTIONS(391), [anon_sym_u128] = ACTIONS(391), [anon_sym_i128] = ACTIONS(391), [anon_sym_isize] = ACTIONS(391), [anon_sym_usize] = ACTIONS(391), [anon_sym_f32] = ACTIONS(391), [anon_sym_f64] = ACTIONS(391), [anon_sym_bool] = ACTIONS(391), [anon_sym_str] = ACTIONS(391), [anon_sym_char] = ACTIONS(391), [anon_sym_as] = ACTIONS(391), [anon_sym_async] = ACTIONS(391), [anon_sym_break] = ACTIONS(391), [anon_sym_const] = ACTIONS(391), [anon_sym_continue] = ACTIONS(391), [anon_sym_default] = ACTIONS(391), [anon_sym_enum] = ACTIONS(391), [anon_sym_fn] = ACTIONS(391), [anon_sym_for] = ACTIONS(391), [anon_sym_if] = ACTIONS(391), [anon_sym_impl] = ACTIONS(391), [anon_sym_let] = ACTIONS(391), [anon_sym_loop] = ACTIONS(391), [anon_sym_match] = ACTIONS(391), [anon_sym_mod] = ACTIONS(391), [anon_sym_pub] = ACTIONS(391), [anon_sym_return] = ACTIONS(391), [anon_sym_static] = ACTIONS(391), [anon_sym_struct] = ACTIONS(391), [anon_sym_trait] = ACTIONS(391), [anon_sym_type] = ACTIONS(391), [anon_sym_union] = ACTIONS(391), [anon_sym_unsafe] = ACTIONS(391), [anon_sym_use] = ACTIONS(391), [anon_sym_while] = ACTIONS(391), [anon_sym_POUND] = ACTIONS(389), [anon_sym_BANG] = ACTIONS(391), [anon_sym_EQ] = ACTIONS(391), [anon_sym_extern] = ACTIONS(391), [anon_sym_LT] = ACTIONS(391), [anon_sym_GT] = ACTIONS(391), [anon_sym_COLON_COLON] = ACTIONS(389), [anon_sym_AMP] = ACTIONS(391), [anon_sym_DOT_DOT_DOT] = ACTIONS(389), [anon_sym_SQUOTE] = ACTIONS(391), [anon_sym_DOT_DOT] = ACTIONS(391), [anon_sym_DOT_DOT_EQ] = ACTIONS(389), [anon_sym_DASH] = ACTIONS(391), [anon_sym_AMP_AMP] = ACTIONS(389), [anon_sym_PIPE_PIPE] = ACTIONS(389), [anon_sym_PIPE] = ACTIONS(391), [anon_sym_CARET] = ACTIONS(391), [anon_sym_EQ_EQ] = ACTIONS(389), [anon_sym_BANG_EQ] = ACTIONS(389), [anon_sym_LT_EQ] = ACTIONS(389), [anon_sym_GT_EQ] = ACTIONS(389), [anon_sym_LT_LT] = ACTIONS(391), [anon_sym_GT_GT] = ACTIONS(391), [anon_sym_SLASH] = ACTIONS(391), [anon_sym_PERCENT] = ACTIONS(391), [anon_sym_PLUS_EQ] = ACTIONS(389), [anon_sym_DASH_EQ] = ACTIONS(389), [anon_sym_STAR_EQ] = ACTIONS(389), [anon_sym_SLASH_EQ] = ACTIONS(389), [anon_sym_PERCENT_EQ] = ACTIONS(389), [anon_sym_AMP_EQ] = ACTIONS(389), [anon_sym_PIPE_EQ] = ACTIONS(389), [anon_sym_CARET_EQ] = ACTIONS(389), [anon_sym_LT_LT_EQ] = ACTIONS(389), [anon_sym_GT_GT_EQ] = ACTIONS(389), [anon_sym_else] = ACTIONS(393), [anon_sym_move] = ACTIONS(391), [anon_sym_DOT] = ACTIONS(391), [sym_integer_literal] = ACTIONS(389), [aux_sym_string_literal_token1] = ACTIONS(389), [sym_char_literal] = ACTIONS(389), [anon_sym_true] = ACTIONS(391), [anon_sym_false] = ACTIONS(391), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(391), [sym_super] = ACTIONS(391), [sym_crate] = ACTIONS(391), [sym_metavariable] = ACTIONS(389), [sym_raw_string_literal] = ACTIONS(389), [sym_float_literal] = ACTIONS(389), [sym_block_comment] = ACTIONS(3), }, [26] = { [sym__else_tail] = STATE(46), [ts_builtin_sym_end] = ACTIONS(395), [sym_identifier] = ACTIONS(397), [anon_sym_SEMI] = ACTIONS(395), [anon_sym_macro_rules_BANG] = ACTIONS(395), [anon_sym_LPAREN] = ACTIONS(395), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_RBRACE] = ACTIONS(395), [anon_sym_LBRACK] = ACTIONS(395), [anon_sym_PLUS] = ACTIONS(397), [anon_sym_STAR] = ACTIONS(397), [anon_sym_QMARK] = ACTIONS(395), [anon_sym_u8] = ACTIONS(397), [anon_sym_i8] = ACTIONS(397), [anon_sym_u16] = ACTIONS(397), [anon_sym_i16] = ACTIONS(397), [anon_sym_u32] = ACTIONS(397), [anon_sym_i32] = ACTIONS(397), [anon_sym_u64] = ACTIONS(397), [anon_sym_i64] = ACTIONS(397), [anon_sym_u128] = ACTIONS(397), [anon_sym_i128] = ACTIONS(397), [anon_sym_isize] = ACTIONS(397), [anon_sym_usize] = ACTIONS(397), [anon_sym_f32] = ACTIONS(397), [anon_sym_f64] = ACTIONS(397), [anon_sym_bool] = ACTIONS(397), [anon_sym_str] = ACTIONS(397), [anon_sym_char] = ACTIONS(397), [anon_sym_as] = ACTIONS(397), [anon_sym_async] = ACTIONS(397), [anon_sym_break] = ACTIONS(397), [anon_sym_const] = ACTIONS(397), [anon_sym_continue] = ACTIONS(397), [anon_sym_default] = ACTIONS(397), [anon_sym_enum] = ACTIONS(397), [anon_sym_fn] = ACTIONS(397), [anon_sym_for] = ACTIONS(397), [anon_sym_if] = ACTIONS(397), [anon_sym_impl] = ACTIONS(397), [anon_sym_let] = ACTIONS(397), [anon_sym_loop] = ACTIONS(397), [anon_sym_match] = ACTIONS(397), [anon_sym_mod] = ACTIONS(397), [anon_sym_pub] = ACTIONS(397), [anon_sym_return] = ACTIONS(397), [anon_sym_static] = ACTIONS(397), [anon_sym_struct] = ACTIONS(397), [anon_sym_trait] = ACTIONS(397), [anon_sym_type] = ACTIONS(397), [anon_sym_union] = ACTIONS(397), [anon_sym_unsafe] = ACTIONS(397), [anon_sym_use] = ACTIONS(397), [anon_sym_while] = ACTIONS(397), [anon_sym_POUND] = ACTIONS(395), [anon_sym_BANG] = ACTIONS(397), [anon_sym_EQ] = ACTIONS(397), [anon_sym_extern] = ACTIONS(397), [anon_sym_LT] = ACTIONS(397), [anon_sym_GT] = ACTIONS(397), [anon_sym_COLON_COLON] = ACTIONS(395), [anon_sym_AMP] = ACTIONS(397), [anon_sym_DOT_DOT_DOT] = ACTIONS(395), [anon_sym_SQUOTE] = ACTIONS(397), [anon_sym_DOT_DOT] = ACTIONS(397), [anon_sym_DOT_DOT_EQ] = ACTIONS(395), [anon_sym_DASH] = ACTIONS(397), [anon_sym_AMP_AMP] = ACTIONS(395), [anon_sym_PIPE_PIPE] = ACTIONS(395), [anon_sym_PIPE] = ACTIONS(397), [anon_sym_CARET] = ACTIONS(397), [anon_sym_EQ_EQ] = ACTIONS(395), [anon_sym_BANG_EQ] = ACTIONS(395), [anon_sym_LT_EQ] = ACTIONS(395), [anon_sym_GT_EQ] = ACTIONS(395), [anon_sym_LT_LT] = ACTIONS(397), [anon_sym_GT_GT] = ACTIONS(397), [anon_sym_SLASH] = ACTIONS(397), [anon_sym_PERCENT] = ACTIONS(397), [anon_sym_PLUS_EQ] = ACTIONS(395), [anon_sym_DASH_EQ] = ACTIONS(395), [anon_sym_STAR_EQ] = ACTIONS(395), [anon_sym_SLASH_EQ] = ACTIONS(395), [anon_sym_PERCENT_EQ] = ACTIONS(395), [anon_sym_AMP_EQ] = ACTIONS(395), [anon_sym_PIPE_EQ] = ACTIONS(395), [anon_sym_CARET_EQ] = ACTIONS(395), [anon_sym_LT_LT_EQ] = ACTIONS(395), [anon_sym_GT_GT_EQ] = ACTIONS(395), [anon_sym_else] = ACTIONS(393), [anon_sym_move] = ACTIONS(397), [anon_sym_DOT] = ACTIONS(397), [sym_integer_literal] = ACTIONS(395), [aux_sym_string_literal_token1] = ACTIONS(395), [sym_char_literal] = ACTIONS(395), [anon_sym_true] = ACTIONS(397), [anon_sym_false] = ACTIONS(397), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(397), [sym_super] = ACTIONS(397), [sym_crate] = ACTIONS(397), [sym_metavariable] = ACTIONS(395), [sym_raw_string_literal] = ACTIONS(395), [sym_float_literal] = ACTIONS(395), [sym_block_comment] = ACTIONS(3), }, [27] = { [ts_builtin_sym_end] = ACTIONS(399), [sym_identifier] = ACTIONS(401), [anon_sym_SEMI] = ACTIONS(399), [anon_sym_macro_rules_BANG] = ACTIONS(399), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_LBRACE] = ACTIONS(399), [anon_sym_RBRACE] = ACTIONS(399), [anon_sym_LBRACK] = ACTIONS(399), [anon_sym_PLUS] = ACTIONS(401), [anon_sym_STAR] = ACTIONS(401), [anon_sym_QMARK] = ACTIONS(399), [anon_sym_u8] = ACTIONS(401), [anon_sym_i8] = ACTIONS(401), [anon_sym_u16] = ACTIONS(401), [anon_sym_i16] = ACTIONS(401), [anon_sym_u32] = ACTIONS(401), [anon_sym_i32] = ACTIONS(401), [anon_sym_u64] = ACTIONS(401), [anon_sym_i64] = ACTIONS(401), [anon_sym_u128] = ACTIONS(401), [anon_sym_i128] = ACTIONS(401), [anon_sym_isize] = ACTIONS(401), [anon_sym_usize] = ACTIONS(401), [anon_sym_f32] = ACTIONS(401), [anon_sym_f64] = ACTIONS(401), [anon_sym_bool] = ACTIONS(401), [anon_sym_str] = ACTIONS(401), [anon_sym_char] = ACTIONS(401), [anon_sym_as] = ACTIONS(401), [anon_sym_async] = ACTIONS(401), [anon_sym_break] = ACTIONS(401), [anon_sym_const] = ACTIONS(401), [anon_sym_continue] = ACTIONS(401), [anon_sym_default] = ACTIONS(401), [anon_sym_enum] = ACTIONS(401), [anon_sym_fn] = ACTIONS(401), [anon_sym_for] = ACTIONS(401), [anon_sym_if] = ACTIONS(401), [anon_sym_impl] = ACTIONS(401), [anon_sym_let] = ACTIONS(401), [anon_sym_loop] = ACTIONS(401), [anon_sym_match] = ACTIONS(401), [anon_sym_mod] = ACTIONS(401), [anon_sym_pub] = ACTIONS(401), [anon_sym_return] = ACTIONS(401), [anon_sym_static] = ACTIONS(401), [anon_sym_struct] = ACTIONS(401), [anon_sym_trait] = ACTIONS(401), [anon_sym_type] = ACTIONS(401), [anon_sym_union] = ACTIONS(401), [anon_sym_unsafe] = ACTIONS(401), [anon_sym_use] = ACTIONS(401), [anon_sym_while] = ACTIONS(401), [anon_sym_POUND] = ACTIONS(399), [anon_sym_BANG] = ACTIONS(401), [anon_sym_EQ] = ACTIONS(401), [anon_sym_extern] = ACTIONS(401), [anon_sym_LT] = ACTIONS(401), [anon_sym_GT] = ACTIONS(401), [anon_sym_COLON_COLON] = ACTIONS(399), [anon_sym_AMP] = ACTIONS(401), [anon_sym_DOT_DOT_DOT] = ACTIONS(399), [anon_sym_SQUOTE] = ACTIONS(401), [anon_sym_DOT_DOT] = ACTIONS(401), [anon_sym_DOT_DOT_EQ] = ACTIONS(399), [anon_sym_DASH] = ACTIONS(401), [anon_sym_AMP_AMP] = ACTIONS(399), [anon_sym_PIPE_PIPE] = ACTIONS(399), [anon_sym_PIPE] = ACTIONS(401), [anon_sym_CARET] = ACTIONS(401), [anon_sym_EQ_EQ] = ACTIONS(399), [anon_sym_BANG_EQ] = ACTIONS(399), [anon_sym_LT_EQ] = ACTIONS(399), [anon_sym_GT_EQ] = ACTIONS(399), [anon_sym_LT_LT] = ACTIONS(401), [anon_sym_GT_GT] = ACTIONS(401), [anon_sym_SLASH] = ACTIONS(401), [anon_sym_PERCENT] = ACTIONS(401), [anon_sym_PLUS_EQ] = ACTIONS(399), [anon_sym_DASH_EQ] = ACTIONS(399), [anon_sym_STAR_EQ] = ACTIONS(399), [anon_sym_SLASH_EQ] = ACTIONS(399), [anon_sym_PERCENT_EQ] = ACTIONS(399), [anon_sym_AMP_EQ] = ACTIONS(399), [anon_sym_PIPE_EQ] = ACTIONS(399), [anon_sym_CARET_EQ] = ACTIONS(399), [anon_sym_LT_LT_EQ] = ACTIONS(399), [anon_sym_GT_GT_EQ] = ACTIONS(399), [anon_sym_else] = ACTIONS(401), [anon_sym_move] = ACTIONS(401), [anon_sym_DOT] = ACTIONS(401), [sym_integer_literal] = ACTIONS(399), [aux_sym_string_literal_token1] = ACTIONS(399), [sym_char_literal] = ACTIONS(399), [anon_sym_true] = ACTIONS(401), [anon_sym_false] = ACTIONS(401), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(401), [sym_super] = ACTIONS(401), [sym_crate] = ACTIONS(401), [sym_metavariable] = ACTIONS(399), [sym_raw_string_literal] = ACTIONS(399), [sym_float_literal] = ACTIONS(399), [sym_block_comment] = ACTIONS(3), }, [28] = { [ts_builtin_sym_end] = ACTIONS(403), [sym_identifier] = ACTIONS(405), [anon_sym_SEMI] = ACTIONS(403), [anon_sym_macro_rules_BANG] = ACTIONS(403), [anon_sym_LPAREN] = ACTIONS(403), [anon_sym_LBRACE] = ACTIONS(403), [anon_sym_RBRACE] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(403), [anon_sym_PLUS] = ACTIONS(405), [anon_sym_STAR] = ACTIONS(405), [anon_sym_QMARK] = ACTIONS(403), [anon_sym_u8] = ACTIONS(405), [anon_sym_i8] = ACTIONS(405), [anon_sym_u16] = ACTIONS(405), [anon_sym_i16] = ACTIONS(405), [anon_sym_u32] = ACTIONS(405), [anon_sym_i32] = ACTIONS(405), [anon_sym_u64] = ACTIONS(405), [anon_sym_i64] = ACTIONS(405), [anon_sym_u128] = ACTIONS(405), [anon_sym_i128] = ACTIONS(405), [anon_sym_isize] = ACTIONS(405), [anon_sym_usize] = ACTIONS(405), [anon_sym_f32] = ACTIONS(405), [anon_sym_f64] = ACTIONS(405), [anon_sym_bool] = ACTIONS(405), [anon_sym_str] = ACTIONS(405), [anon_sym_char] = ACTIONS(405), [anon_sym_as] = ACTIONS(405), [anon_sym_async] = ACTIONS(405), [anon_sym_break] = ACTIONS(405), [anon_sym_const] = ACTIONS(405), [anon_sym_continue] = ACTIONS(405), [anon_sym_default] = ACTIONS(405), [anon_sym_enum] = ACTIONS(405), [anon_sym_fn] = ACTIONS(405), [anon_sym_for] = ACTIONS(405), [anon_sym_if] = ACTIONS(405), [anon_sym_impl] = ACTIONS(405), [anon_sym_let] = ACTIONS(405), [anon_sym_loop] = ACTIONS(405), [anon_sym_match] = ACTIONS(405), [anon_sym_mod] = ACTIONS(405), [anon_sym_pub] = ACTIONS(405), [anon_sym_return] = ACTIONS(405), [anon_sym_static] = ACTIONS(405), [anon_sym_struct] = ACTIONS(405), [anon_sym_trait] = ACTIONS(405), [anon_sym_type] = ACTIONS(405), [anon_sym_union] = ACTIONS(405), [anon_sym_unsafe] = ACTIONS(405), [anon_sym_use] = ACTIONS(405), [anon_sym_while] = ACTIONS(405), [anon_sym_POUND] = ACTIONS(403), [anon_sym_BANG] = ACTIONS(405), [anon_sym_EQ] = ACTIONS(405), [anon_sym_extern] = ACTIONS(405), [anon_sym_LT] = ACTIONS(405), [anon_sym_GT] = ACTIONS(405), [anon_sym_COLON_COLON] = ACTIONS(403), [anon_sym_AMP] = ACTIONS(405), [anon_sym_DOT_DOT_DOT] = ACTIONS(403), [anon_sym_SQUOTE] = ACTIONS(405), [anon_sym_DOT_DOT] = ACTIONS(405), [anon_sym_DOT_DOT_EQ] = ACTIONS(403), [anon_sym_DASH] = ACTIONS(405), [anon_sym_AMP_AMP] = ACTIONS(403), [anon_sym_PIPE_PIPE] = ACTIONS(403), [anon_sym_PIPE] = ACTIONS(405), [anon_sym_CARET] = ACTIONS(405), [anon_sym_EQ_EQ] = ACTIONS(403), [anon_sym_BANG_EQ] = ACTIONS(403), [anon_sym_LT_EQ] = ACTIONS(403), [anon_sym_GT_EQ] = ACTIONS(403), [anon_sym_LT_LT] = ACTIONS(405), [anon_sym_GT_GT] = ACTIONS(405), [anon_sym_SLASH] = ACTIONS(405), [anon_sym_PERCENT] = ACTIONS(405), [anon_sym_PLUS_EQ] = ACTIONS(403), [anon_sym_DASH_EQ] = ACTIONS(403), [anon_sym_STAR_EQ] = ACTIONS(403), [anon_sym_SLASH_EQ] = ACTIONS(403), [anon_sym_PERCENT_EQ] = ACTIONS(403), [anon_sym_AMP_EQ] = ACTIONS(403), [anon_sym_PIPE_EQ] = ACTIONS(403), [anon_sym_CARET_EQ] = ACTIONS(403), [anon_sym_LT_LT_EQ] = ACTIONS(403), [anon_sym_GT_GT_EQ] = ACTIONS(403), [anon_sym_else] = ACTIONS(405), [anon_sym_move] = ACTIONS(405), [anon_sym_DOT] = ACTIONS(405), [sym_integer_literal] = ACTIONS(403), [aux_sym_string_literal_token1] = ACTIONS(403), [sym_char_literal] = ACTIONS(403), [anon_sym_true] = ACTIONS(405), [anon_sym_false] = ACTIONS(405), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(405), [sym_super] = ACTIONS(405), [sym_crate] = ACTIONS(405), [sym_metavariable] = ACTIONS(403), [sym_raw_string_literal] = ACTIONS(403), [sym_float_literal] = ACTIONS(403), [sym_block_comment] = ACTIONS(3), }, [29] = { [ts_builtin_sym_end] = ACTIONS(407), [sym_identifier] = ACTIONS(409), [anon_sym_SEMI] = ACTIONS(407), [anon_sym_macro_rules_BANG] = ACTIONS(407), [anon_sym_LPAREN] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(407), [anon_sym_RBRACE] = ACTIONS(407), [anon_sym_LBRACK] = ACTIONS(407), [anon_sym_PLUS] = ACTIONS(409), [anon_sym_STAR] = ACTIONS(409), [anon_sym_QMARK] = ACTIONS(407), [anon_sym_u8] = ACTIONS(409), [anon_sym_i8] = ACTIONS(409), [anon_sym_u16] = ACTIONS(409), [anon_sym_i16] = ACTIONS(409), [anon_sym_u32] = ACTIONS(409), [anon_sym_i32] = ACTIONS(409), [anon_sym_u64] = ACTIONS(409), [anon_sym_i64] = ACTIONS(409), [anon_sym_u128] = ACTIONS(409), [anon_sym_i128] = ACTIONS(409), [anon_sym_isize] = ACTIONS(409), [anon_sym_usize] = ACTIONS(409), [anon_sym_f32] = ACTIONS(409), [anon_sym_f64] = ACTIONS(409), [anon_sym_bool] = ACTIONS(409), [anon_sym_str] = ACTIONS(409), [anon_sym_char] = ACTIONS(409), [anon_sym_as] = ACTIONS(409), [anon_sym_async] = ACTIONS(409), [anon_sym_break] = ACTIONS(409), [anon_sym_const] = ACTIONS(409), [anon_sym_continue] = ACTIONS(409), [anon_sym_default] = ACTIONS(409), [anon_sym_enum] = ACTIONS(409), [anon_sym_fn] = ACTIONS(409), [anon_sym_for] = ACTIONS(409), [anon_sym_if] = ACTIONS(409), [anon_sym_impl] = ACTIONS(409), [anon_sym_let] = ACTIONS(409), [anon_sym_loop] = ACTIONS(409), [anon_sym_match] = ACTIONS(409), [anon_sym_mod] = ACTIONS(409), [anon_sym_pub] = ACTIONS(409), [anon_sym_return] = ACTIONS(409), [anon_sym_static] = ACTIONS(409), [anon_sym_struct] = ACTIONS(409), [anon_sym_trait] = ACTIONS(409), [anon_sym_type] = ACTIONS(409), [anon_sym_union] = ACTIONS(409), [anon_sym_unsafe] = ACTIONS(409), [anon_sym_use] = ACTIONS(409), [anon_sym_while] = ACTIONS(409), [anon_sym_POUND] = ACTIONS(407), [anon_sym_BANG] = ACTIONS(409), [anon_sym_EQ] = ACTIONS(409), [anon_sym_extern] = ACTIONS(409), [anon_sym_LT] = ACTIONS(409), [anon_sym_GT] = ACTIONS(409), [anon_sym_COLON_COLON] = ACTIONS(407), [anon_sym_AMP] = ACTIONS(409), [anon_sym_DOT_DOT_DOT] = ACTIONS(407), [anon_sym_SQUOTE] = ACTIONS(409), [anon_sym_DOT_DOT] = ACTIONS(409), [anon_sym_DOT_DOT_EQ] = ACTIONS(407), [anon_sym_DASH] = ACTIONS(409), [anon_sym_AMP_AMP] = ACTIONS(407), [anon_sym_PIPE_PIPE] = ACTIONS(407), [anon_sym_PIPE] = ACTIONS(409), [anon_sym_CARET] = ACTIONS(409), [anon_sym_EQ_EQ] = ACTIONS(407), [anon_sym_BANG_EQ] = ACTIONS(407), [anon_sym_LT_EQ] = ACTIONS(407), [anon_sym_GT_EQ] = ACTIONS(407), [anon_sym_LT_LT] = ACTIONS(409), [anon_sym_GT_GT] = ACTIONS(409), [anon_sym_SLASH] = ACTIONS(409), [anon_sym_PERCENT] = ACTIONS(409), [anon_sym_PLUS_EQ] = ACTIONS(407), [anon_sym_DASH_EQ] = ACTIONS(407), [anon_sym_STAR_EQ] = ACTIONS(407), [anon_sym_SLASH_EQ] = ACTIONS(407), [anon_sym_PERCENT_EQ] = ACTIONS(407), [anon_sym_AMP_EQ] = ACTIONS(407), [anon_sym_PIPE_EQ] = ACTIONS(407), [anon_sym_CARET_EQ] = ACTIONS(407), [anon_sym_LT_LT_EQ] = ACTIONS(407), [anon_sym_GT_GT_EQ] = ACTIONS(407), [anon_sym_else] = ACTIONS(409), [anon_sym_move] = ACTIONS(409), [anon_sym_DOT] = ACTIONS(409), [sym_integer_literal] = ACTIONS(407), [aux_sym_string_literal_token1] = ACTIONS(407), [sym_char_literal] = ACTIONS(407), [anon_sym_true] = ACTIONS(409), [anon_sym_false] = ACTIONS(409), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(409), [sym_super] = ACTIONS(409), [sym_crate] = ACTIONS(409), [sym_metavariable] = ACTIONS(407), [sym_raw_string_literal] = ACTIONS(407), [sym_float_literal] = ACTIONS(407), [sym_block_comment] = ACTIONS(3), }, [30] = { [sym_attribute_item] = STATE(542), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(878), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(878), [sym_macro_invocation] = STATE(878), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(878), [sym_unary_expression] = STATE(878), [sym_try_expression] = STATE(878), [sym_reference_expression] = STATE(878), [sym_binary_expression] = STATE(878), [sym_assignment_expression] = STATE(878), [sym_compound_assignment_expr] = STATE(878), [sym_type_cast_expression] = STATE(878), [sym_return_expression] = STATE(878), [sym_call_expression] = STATE(878), [sym_array_expression] = STATE(878), [sym_parenthesized_expression] = STATE(878), [sym_tuple_expression] = STATE(878), [sym_unit_expression] = STATE(878), [sym_struct_expression] = STATE(878), [sym_if_expression] = STATE(878), [sym_if_let_expression] = STATE(878), [sym_match_expression] = STATE(878), [sym_while_expression] = STATE(878), [sym_while_let_expression] = STATE(878), [sym_loop_expression] = STATE(878), [sym_for_expression] = STATE(878), [sym_closure_expression] = STATE(878), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(878), [sym_continue_expression] = STATE(878), [sym_index_expression] = STATE(878), [sym_await_expression] = STATE(878), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(878), [sym_async_block] = STATE(878), [sym_block] = STATE(878), [sym__literal] = STATE(878), [sym_string_literal] = STATE(878), [sym_boolean_literal] = STATE(878), [aux_sym_enum_variant_list_repeat1] = STATE(542), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_RBRACK] = ACTIONS(411), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_POUND] = ACTIONS(413), [anon_sym_BANG] = ACTIONS(19), [anon_sym_COMMA] = ACTIONS(415), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(417), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(417), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(417), [sym_float_literal] = ACTIONS(417), [sym_block_comment] = ACTIONS(3), }, [31] = { [sym_attribute_item] = STATE(30), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(880), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(880), [sym_macro_invocation] = STATE(880), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(880), [sym_unary_expression] = STATE(880), [sym_try_expression] = STATE(880), [sym_reference_expression] = STATE(880), [sym_binary_expression] = STATE(880), [sym_assignment_expression] = STATE(880), [sym_compound_assignment_expr] = STATE(880), [sym_type_cast_expression] = STATE(880), [sym_return_expression] = STATE(880), [sym_call_expression] = STATE(880), [sym_array_expression] = STATE(880), [sym_parenthesized_expression] = STATE(880), [sym_tuple_expression] = STATE(880), [sym_unit_expression] = STATE(880), [sym_struct_expression] = STATE(880), [sym_if_expression] = STATE(880), [sym_if_let_expression] = STATE(880), [sym_match_expression] = STATE(880), [sym_while_expression] = STATE(880), [sym_while_let_expression] = STATE(880), [sym_loop_expression] = STATE(880), [sym_for_expression] = STATE(880), [sym_closure_expression] = STATE(880), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(880), [sym_continue_expression] = STATE(880), [sym_index_expression] = STATE(880), [sym_await_expression] = STATE(880), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(880), [sym_async_block] = STATE(880), [sym_block] = STATE(880), [sym__literal] = STATE(880), [sym_string_literal] = STATE(880), [sym_boolean_literal] = STATE(880), [aux_sym_enum_variant_list_repeat1] = STATE(30), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_RBRACK] = ACTIONS(419), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_POUND] = ACTIONS(413), [anon_sym_BANG] = ACTIONS(19), [anon_sym_COMMA] = ACTIONS(421), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(423), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(423), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(423), [sym_float_literal] = ACTIONS(423), [sym_block_comment] = ACTIONS(3), }, [32] = { [sym_attribute_item] = STATE(64), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(887), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(887), [sym_macro_invocation] = STATE(887), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(887), [sym_unary_expression] = STATE(887), [sym_try_expression] = STATE(887), [sym_reference_expression] = STATE(887), [sym_binary_expression] = STATE(887), [sym_assignment_expression] = STATE(887), [sym_compound_assignment_expr] = STATE(887), [sym_type_cast_expression] = STATE(887), [sym_return_expression] = STATE(887), [sym_call_expression] = STATE(887), [sym_array_expression] = STATE(887), [sym_parenthesized_expression] = STATE(887), [sym_tuple_expression] = STATE(887), [sym_unit_expression] = STATE(887), [sym_struct_expression] = STATE(887), [sym_if_expression] = STATE(887), [sym_if_let_expression] = STATE(887), [sym_match_expression] = STATE(887), [sym_while_expression] = STATE(887), [sym_while_let_expression] = STATE(887), [sym_loop_expression] = STATE(887), [sym_for_expression] = STATE(887), [sym_closure_expression] = STATE(887), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(887), [sym_continue_expression] = STATE(887), [sym_index_expression] = STATE(887), [sym_await_expression] = STATE(887), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(887), [sym_async_block] = STATE(887), [sym_block] = STATE(887), [sym__literal] = STATE(887), [sym_string_literal] = STATE(887), [sym_boolean_literal] = STATE(887), [aux_sym_enum_variant_list_repeat1] = STATE(64), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_RPAREN] = ACTIONS(425), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_POUND] = ACTIONS(413), [anon_sym_BANG] = ACTIONS(19), [anon_sym_COMMA] = ACTIONS(427), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(429), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(429), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(429), [sym_float_literal] = ACTIONS(429), [sym_block_comment] = ACTIONS(3), }, [33] = { [ts_builtin_sym_end] = ACTIONS(431), [sym_identifier] = ACTIONS(433), [anon_sym_SEMI] = ACTIONS(431), [anon_sym_macro_rules_BANG] = ACTIONS(431), [anon_sym_LPAREN] = ACTIONS(431), [anon_sym_LBRACE] = ACTIONS(431), [anon_sym_RBRACE] = ACTIONS(431), [anon_sym_LBRACK] = ACTIONS(431), [anon_sym_PLUS] = ACTIONS(433), [anon_sym_STAR] = ACTIONS(433), [anon_sym_QMARK] = ACTIONS(431), [anon_sym_u8] = ACTIONS(433), [anon_sym_i8] = ACTIONS(433), [anon_sym_u16] = ACTIONS(433), [anon_sym_i16] = ACTIONS(433), [anon_sym_u32] = ACTIONS(433), [anon_sym_i32] = ACTIONS(433), [anon_sym_u64] = ACTIONS(433), [anon_sym_i64] = ACTIONS(433), [anon_sym_u128] = ACTIONS(433), [anon_sym_i128] = ACTIONS(433), [anon_sym_isize] = ACTIONS(433), [anon_sym_usize] = ACTIONS(433), [anon_sym_f32] = ACTIONS(433), [anon_sym_f64] = ACTIONS(433), [anon_sym_bool] = ACTIONS(433), [anon_sym_str] = ACTIONS(433), [anon_sym_char] = ACTIONS(433), [anon_sym_as] = ACTIONS(433), [anon_sym_async] = ACTIONS(433), [anon_sym_break] = ACTIONS(433), [anon_sym_const] = ACTIONS(433), [anon_sym_continue] = ACTIONS(433), [anon_sym_default] = ACTIONS(433), [anon_sym_enum] = ACTIONS(433), [anon_sym_fn] = ACTIONS(433), [anon_sym_for] = ACTIONS(433), [anon_sym_if] = ACTIONS(433), [anon_sym_impl] = ACTIONS(433), [anon_sym_let] = ACTIONS(433), [anon_sym_loop] = ACTIONS(433), [anon_sym_match] = ACTIONS(433), [anon_sym_mod] = ACTIONS(433), [anon_sym_pub] = ACTIONS(433), [anon_sym_return] = ACTIONS(433), [anon_sym_static] = ACTIONS(433), [anon_sym_struct] = ACTIONS(433), [anon_sym_trait] = ACTIONS(433), [anon_sym_type] = ACTIONS(433), [anon_sym_union] = ACTIONS(433), [anon_sym_unsafe] = ACTIONS(433), [anon_sym_use] = ACTIONS(433), [anon_sym_while] = ACTIONS(433), [anon_sym_POUND] = ACTIONS(431), [anon_sym_BANG] = ACTIONS(433), [anon_sym_EQ] = ACTIONS(433), [anon_sym_extern] = ACTIONS(433), [anon_sym_LT] = ACTIONS(433), [anon_sym_GT] = ACTIONS(433), [anon_sym_COLON_COLON] = ACTIONS(431), [anon_sym_AMP] = ACTIONS(433), [anon_sym_DOT_DOT_DOT] = ACTIONS(431), [anon_sym_SQUOTE] = ACTIONS(433), [anon_sym_DOT_DOT] = ACTIONS(433), [anon_sym_DOT_DOT_EQ] = ACTIONS(431), [anon_sym_DASH] = ACTIONS(433), [anon_sym_AMP_AMP] = ACTIONS(431), [anon_sym_PIPE_PIPE] = ACTIONS(431), [anon_sym_PIPE] = ACTIONS(433), [anon_sym_CARET] = ACTIONS(433), [anon_sym_EQ_EQ] = ACTIONS(431), [anon_sym_BANG_EQ] = ACTIONS(431), [anon_sym_LT_EQ] = ACTIONS(431), [anon_sym_GT_EQ] = ACTIONS(431), [anon_sym_LT_LT] = ACTIONS(433), [anon_sym_GT_GT] = ACTIONS(433), [anon_sym_SLASH] = ACTIONS(433), [anon_sym_PERCENT] = ACTIONS(433), [anon_sym_PLUS_EQ] = ACTIONS(431), [anon_sym_DASH_EQ] = ACTIONS(431), [anon_sym_STAR_EQ] = ACTIONS(431), [anon_sym_SLASH_EQ] = ACTIONS(431), [anon_sym_PERCENT_EQ] = ACTIONS(431), [anon_sym_AMP_EQ] = ACTIONS(431), [anon_sym_PIPE_EQ] = ACTIONS(431), [anon_sym_CARET_EQ] = ACTIONS(431), [anon_sym_LT_LT_EQ] = ACTIONS(431), [anon_sym_GT_GT_EQ] = ACTIONS(431), [anon_sym_move] = ACTIONS(433), [anon_sym_DOT] = ACTIONS(433), [sym_integer_literal] = ACTIONS(431), [aux_sym_string_literal_token1] = ACTIONS(431), [sym_char_literal] = ACTIONS(431), [anon_sym_true] = ACTIONS(433), [anon_sym_false] = ACTIONS(433), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(433), [sym_super] = ACTIONS(433), [sym_crate] = ACTIONS(433), [sym_metavariable] = ACTIONS(431), [sym_raw_string_literal] = ACTIONS(431), [sym_float_literal] = ACTIONS(431), [sym_block_comment] = ACTIONS(3), }, [34] = { [ts_builtin_sym_end] = ACTIONS(435), [sym_identifier] = ACTIONS(437), [anon_sym_SEMI] = ACTIONS(435), [anon_sym_macro_rules_BANG] = ACTIONS(435), [anon_sym_LPAREN] = ACTIONS(435), [anon_sym_LBRACE] = ACTIONS(435), [anon_sym_RBRACE] = ACTIONS(435), [anon_sym_LBRACK] = ACTIONS(435), [anon_sym_PLUS] = ACTIONS(437), [anon_sym_STAR] = ACTIONS(437), [anon_sym_QMARK] = ACTIONS(435), [anon_sym_u8] = ACTIONS(437), [anon_sym_i8] = ACTIONS(437), [anon_sym_u16] = ACTIONS(437), [anon_sym_i16] = ACTIONS(437), [anon_sym_u32] = ACTIONS(437), [anon_sym_i32] = ACTIONS(437), [anon_sym_u64] = ACTIONS(437), [anon_sym_i64] = ACTIONS(437), [anon_sym_u128] = ACTIONS(437), [anon_sym_i128] = ACTIONS(437), [anon_sym_isize] = ACTIONS(437), [anon_sym_usize] = ACTIONS(437), [anon_sym_f32] = ACTIONS(437), [anon_sym_f64] = ACTIONS(437), [anon_sym_bool] = ACTIONS(437), [anon_sym_str] = ACTIONS(437), [anon_sym_char] = ACTIONS(437), [anon_sym_as] = ACTIONS(437), [anon_sym_async] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_const] = ACTIONS(437), [anon_sym_continue] = ACTIONS(437), [anon_sym_default] = ACTIONS(437), [anon_sym_enum] = ACTIONS(437), [anon_sym_fn] = ACTIONS(437), [anon_sym_for] = ACTIONS(437), [anon_sym_if] = ACTIONS(437), [anon_sym_impl] = ACTIONS(437), [anon_sym_let] = ACTIONS(437), [anon_sym_loop] = ACTIONS(437), [anon_sym_match] = ACTIONS(437), [anon_sym_mod] = ACTIONS(437), [anon_sym_pub] = ACTIONS(437), [anon_sym_return] = ACTIONS(437), [anon_sym_static] = ACTIONS(437), [anon_sym_struct] = ACTIONS(437), [anon_sym_trait] = ACTIONS(437), [anon_sym_type] = ACTIONS(437), [anon_sym_union] = ACTIONS(437), [anon_sym_unsafe] = ACTIONS(437), [anon_sym_use] = ACTIONS(437), [anon_sym_while] = ACTIONS(437), [anon_sym_POUND] = ACTIONS(435), [anon_sym_BANG] = ACTIONS(437), [anon_sym_EQ] = ACTIONS(437), [anon_sym_extern] = ACTIONS(437), [anon_sym_LT] = ACTIONS(437), [anon_sym_GT] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(435), [anon_sym_AMP] = ACTIONS(437), [anon_sym_DOT_DOT_DOT] = ACTIONS(435), [anon_sym_SQUOTE] = ACTIONS(437), [anon_sym_DOT_DOT] = ACTIONS(437), [anon_sym_DOT_DOT_EQ] = ACTIONS(435), [anon_sym_DASH] = ACTIONS(437), [anon_sym_AMP_AMP] = ACTIONS(435), [anon_sym_PIPE_PIPE] = ACTIONS(435), [anon_sym_PIPE] = ACTIONS(437), [anon_sym_CARET] = ACTIONS(437), [anon_sym_EQ_EQ] = ACTIONS(435), [anon_sym_BANG_EQ] = ACTIONS(435), [anon_sym_LT_EQ] = ACTIONS(435), [anon_sym_GT_EQ] = ACTIONS(435), [anon_sym_LT_LT] = ACTIONS(437), [anon_sym_GT_GT] = ACTIONS(437), [anon_sym_SLASH] = ACTIONS(437), [anon_sym_PERCENT] = ACTIONS(437), [anon_sym_PLUS_EQ] = ACTIONS(435), [anon_sym_DASH_EQ] = ACTIONS(435), [anon_sym_STAR_EQ] = ACTIONS(435), [anon_sym_SLASH_EQ] = ACTIONS(435), [anon_sym_PERCENT_EQ] = ACTIONS(435), [anon_sym_AMP_EQ] = ACTIONS(435), [anon_sym_PIPE_EQ] = ACTIONS(435), [anon_sym_CARET_EQ] = ACTIONS(435), [anon_sym_LT_LT_EQ] = ACTIONS(435), [anon_sym_GT_GT_EQ] = ACTIONS(435), [anon_sym_move] = ACTIONS(437), [anon_sym_DOT] = ACTIONS(437), [sym_integer_literal] = ACTIONS(435), [aux_sym_string_literal_token1] = ACTIONS(435), [sym_char_literal] = ACTIONS(435), [anon_sym_true] = ACTIONS(437), [anon_sym_false] = ACTIONS(437), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(437), [sym_super] = ACTIONS(437), [sym_crate] = ACTIONS(437), [sym_metavariable] = ACTIONS(435), [sym_raw_string_literal] = ACTIONS(435), [sym_float_literal] = ACTIONS(435), [sym_block_comment] = ACTIONS(3), }, [35] = { [ts_builtin_sym_end] = ACTIONS(439), [sym_identifier] = ACTIONS(441), [anon_sym_SEMI] = ACTIONS(439), [anon_sym_macro_rules_BANG] = ACTIONS(439), [anon_sym_LPAREN] = ACTIONS(439), [anon_sym_LBRACE] = ACTIONS(439), [anon_sym_RBRACE] = ACTIONS(439), [anon_sym_LBRACK] = ACTIONS(439), [anon_sym_PLUS] = ACTIONS(441), [anon_sym_STAR] = ACTIONS(441), [anon_sym_QMARK] = ACTIONS(439), [anon_sym_u8] = ACTIONS(441), [anon_sym_i8] = ACTIONS(441), [anon_sym_u16] = ACTIONS(441), [anon_sym_i16] = ACTIONS(441), [anon_sym_u32] = ACTIONS(441), [anon_sym_i32] = ACTIONS(441), [anon_sym_u64] = ACTIONS(441), [anon_sym_i64] = ACTIONS(441), [anon_sym_u128] = ACTIONS(441), [anon_sym_i128] = ACTIONS(441), [anon_sym_isize] = ACTIONS(441), [anon_sym_usize] = ACTIONS(441), [anon_sym_f32] = ACTIONS(441), [anon_sym_f64] = ACTIONS(441), [anon_sym_bool] = ACTIONS(441), [anon_sym_str] = ACTIONS(441), [anon_sym_char] = ACTIONS(441), [anon_sym_as] = ACTIONS(441), [anon_sym_async] = ACTIONS(441), [anon_sym_break] = ACTIONS(441), [anon_sym_const] = ACTIONS(441), [anon_sym_continue] = ACTIONS(441), [anon_sym_default] = ACTIONS(441), [anon_sym_enum] = ACTIONS(441), [anon_sym_fn] = ACTIONS(441), [anon_sym_for] = ACTIONS(441), [anon_sym_if] = ACTIONS(441), [anon_sym_impl] = ACTIONS(441), [anon_sym_let] = ACTIONS(441), [anon_sym_loop] = ACTIONS(441), [anon_sym_match] = ACTIONS(441), [anon_sym_mod] = ACTIONS(441), [anon_sym_pub] = ACTIONS(441), [anon_sym_return] = ACTIONS(441), [anon_sym_static] = ACTIONS(441), [anon_sym_struct] = ACTIONS(441), [anon_sym_trait] = ACTIONS(441), [anon_sym_type] = ACTIONS(441), [anon_sym_union] = ACTIONS(441), [anon_sym_unsafe] = ACTIONS(441), [anon_sym_use] = ACTIONS(441), [anon_sym_while] = ACTIONS(441), [anon_sym_POUND] = ACTIONS(439), [anon_sym_BANG] = ACTIONS(441), [anon_sym_EQ] = ACTIONS(441), [anon_sym_extern] = ACTIONS(441), [anon_sym_LT] = ACTIONS(441), [anon_sym_GT] = ACTIONS(441), [anon_sym_COLON_COLON] = ACTIONS(439), [anon_sym_AMP] = ACTIONS(441), [anon_sym_DOT_DOT_DOT] = ACTIONS(439), [anon_sym_SQUOTE] = ACTIONS(441), [anon_sym_DOT_DOT] = ACTIONS(441), [anon_sym_DOT_DOT_EQ] = ACTIONS(439), [anon_sym_DASH] = ACTIONS(441), [anon_sym_AMP_AMP] = ACTIONS(439), [anon_sym_PIPE_PIPE] = ACTIONS(439), [anon_sym_PIPE] = ACTIONS(441), [anon_sym_CARET] = ACTIONS(441), [anon_sym_EQ_EQ] = ACTIONS(439), [anon_sym_BANG_EQ] = ACTIONS(439), [anon_sym_LT_EQ] = ACTIONS(439), [anon_sym_GT_EQ] = ACTIONS(439), [anon_sym_LT_LT] = ACTIONS(441), [anon_sym_GT_GT] = ACTIONS(441), [anon_sym_SLASH] = ACTIONS(441), [anon_sym_PERCENT] = ACTIONS(441), [anon_sym_PLUS_EQ] = ACTIONS(439), [anon_sym_DASH_EQ] = ACTIONS(439), [anon_sym_STAR_EQ] = ACTIONS(439), [anon_sym_SLASH_EQ] = ACTIONS(439), [anon_sym_PERCENT_EQ] = ACTIONS(439), [anon_sym_AMP_EQ] = ACTIONS(439), [anon_sym_PIPE_EQ] = ACTIONS(439), [anon_sym_CARET_EQ] = ACTIONS(439), [anon_sym_LT_LT_EQ] = ACTIONS(439), [anon_sym_GT_GT_EQ] = ACTIONS(439), [anon_sym_move] = ACTIONS(441), [anon_sym_DOT] = ACTIONS(441), [sym_integer_literal] = ACTIONS(439), [aux_sym_string_literal_token1] = ACTIONS(439), [sym_char_literal] = ACTIONS(439), [anon_sym_true] = ACTIONS(441), [anon_sym_false] = ACTIONS(441), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(441), [sym_super] = ACTIONS(441), [sym_crate] = ACTIONS(441), [sym_metavariable] = ACTIONS(439), [sym_raw_string_literal] = ACTIONS(439), [sym_float_literal] = ACTIONS(439), [sym_block_comment] = ACTIONS(3), }, [36] = { [sym_attribute_item] = STATE(62), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(899), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(899), [sym_macro_invocation] = STATE(899), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(899), [sym_unary_expression] = STATE(899), [sym_try_expression] = STATE(899), [sym_reference_expression] = STATE(899), [sym_binary_expression] = STATE(899), [sym_assignment_expression] = STATE(899), [sym_compound_assignment_expr] = STATE(899), [sym_type_cast_expression] = STATE(899), [sym_return_expression] = STATE(899), [sym_call_expression] = STATE(899), [sym_array_expression] = STATE(899), [sym_parenthesized_expression] = STATE(899), [sym_tuple_expression] = STATE(899), [sym_unit_expression] = STATE(899), [sym_struct_expression] = STATE(899), [sym_if_expression] = STATE(899), [sym_if_let_expression] = STATE(899), [sym_match_expression] = STATE(899), [sym_while_expression] = STATE(899), [sym_while_let_expression] = STATE(899), [sym_loop_expression] = STATE(899), [sym_for_expression] = STATE(899), [sym_closure_expression] = STATE(899), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(899), [sym_continue_expression] = STATE(899), [sym_index_expression] = STATE(899), [sym_await_expression] = STATE(899), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(899), [sym_async_block] = STATE(899), [sym_block] = STATE(899), [sym__literal] = STATE(899), [sym_string_literal] = STATE(899), [sym_boolean_literal] = STATE(899), [aux_sym_enum_variant_list_repeat1] = STATE(62), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_RPAREN] = ACTIONS(443), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_POUND] = ACTIONS(413), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(445), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(445), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(445), [sym_float_literal] = ACTIONS(445), [sym_block_comment] = ACTIONS(3), }, [37] = { [sym_attribute_item] = STATE(62), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(899), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(899), [sym_macro_invocation] = STATE(899), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(899), [sym_unary_expression] = STATE(899), [sym_try_expression] = STATE(899), [sym_reference_expression] = STATE(899), [sym_binary_expression] = STATE(899), [sym_assignment_expression] = STATE(899), [sym_compound_assignment_expr] = STATE(899), [sym_type_cast_expression] = STATE(899), [sym_return_expression] = STATE(899), [sym_call_expression] = STATE(899), [sym_array_expression] = STATE(899), [sym_parenthesized_expression] = STATE(899), [sym_tuple_expression] = STATE(899), [sym_unit_expression] = STATE(899), [sym_struct_expression] = STATE(899), [sym_if_expression] = STATE(899), [sym_if_let_expression] = STATE(899), [sym_match_expression] = STATE(899), [sym_while_expression] = STATE(899), [sym_while_let_expression] = STATE(899), [sym_loop_expression] = STATE(899), [sym_for_expression] = STATE(899), [sym_closure_expression] = STATE(899), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(899), [sym_continue_expression] = STATE(899), [sym_index_expression] = STATE(899), [sym_await_expression] = STATE(899), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(899), [sym_async_block] = STATE(899), [sym_block] = STATE(899), [sym__literal] = STATE(899), [sym_string_literal] = STATE(899), [sym_boolean_literal] = STATE(899), [aux_sym_enum_variant_list_repeat1] = STATE(62), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_RPAREN] = ACTIONS(447), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_POUND] = ACTIONS(413), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(445), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(445), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(445), [sym_float_literal] = ACTIONS(445), [sym_block_comment] = ACTIONS(3), }, [38] = { [ts_builtin_sym_end] = ACTIONS(449), [sym_identifier] = ACTIONS(451), [anon_sym_SEMI] = ACTIONS(449), [anon_sym_macro_rules_BANG] = ACTIONS(449), [anon_sym_LPAREN] = ACTIONS(449), [anon_sym_LBRACE] = ACTIONS(449), [anon_sym_RBRACE] = ACTIONS(449), [anon_sym_LBRACK] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_STAR] = ACTIONS(451), [anon_sym_QMARK] = ACTIONS(449), [anon_sym_u8] = ACTIONS(451), [anon_sym_i8] = ACTIONS(451), [anon_sym_u16] = ACTIONS(451), [anon_sym_i16] = ACTIONS(451), [anon_sym_u32] = ACTIONS(451), [anon_sym_i32] = ACTIONS(451), [anon_sym_u64] = ACTIONS(451), [anon_sym_i64] = ACTIONS(451), [anon_sym_u128] = ACTIONS(451), [anon_sym_i128] = ACTIONS(451), [anon_sym_isize] = ACTIONS(451), [anon_sym_usize] = ACTIONS(451), [anon_sym_f32] = ACTIONS(451), [anon_sym_f64] = ACTIONS(451), [anon_sym_bool] = ACTIONS(451), [anon_sym_str] = ACTIONS(451), [anon_sym_char] = ACTIONS(451), [anon_sym_as] = ACTIONS(451), [anon_sym_async] = ACTIONS(451), [anon_sym_break] = ACTIONS(451), [anon_sym_const] = ACTIONS(451), [anon_sym_continue] = ACTIONS(451), [anon_sym_default] = ACTIONS(451), [anon_sym_enum] = ACTIONS(451), [anon_sym_fn] = ACTIONS(451), [anon_sym_for] = ACTIONS(451), [anon_sym_if] = ACTIONS(451), [anon_sym_impl] = ACTIONS(451), [anon_sym_let] = ACTIONS(451), [anon_sym_loop] = ACTIONS(451), [anon_sym_match] = ACTIONS(451), [anon_sym_mod] = ACTIONS(451), [anon_sym_pub] = ACTIONS(451), [anon_sym_return] = ACTIONS(451), [anon_sym_static] = ACTIONS(451), [anon_sym_struct] = ACTIONS(451), [anon_sym_trait] = ACTIONS(451), [anon_sym_type] = ACTIONS(451), [anon_sym_union] = ACTIONS(451), [anon_sym_unsafe] = ACTIONS(451), [anon_sym_use] = ACTIONS(451), [anon_sym_while] = ACTIONS(451), [anon_sym_POUND] = ACTIONS(449), [anon_sym_BANG] = ACTIONS(451), [anon_sym_EQ] = ACTIONS(451), [anon_sym_extern] = ACTIONS(451), [anon_sym_LT] = ACTIONS(451), [anon_sym_GT] = ACTIONS(451), [anon_sym_COLON_COLON] = ACTIONS(449), [anon_sym_AMP] = ACTIONS(451), [anon_sym_DOT_DOT_DOT] = ACTIONS(449), [anon_sym_SQUOTE] = ACTIONS(451), [anon_sym_DOT_DOT] = ACTIONS(451), [anon_sym_DOT_DOT_EQ] = ACTIONS(449), [anon_sym_DASH] = ACTIONS(451), [anon_sym_AMP_AMP] = ACTIONS(449), [anon_sym_PIPE_PIPE] = ACTIONS(449), [anon_sym_PIPE] = ACTIONS(451), [anon_sym_CARET] = ACTIONS(451), [anon_sym_EQ_EQ] = ACTIONS(449), [anon_sym_BANG_EQ] = ACTIONS(449), [anon_sym_LT_EQ] = ACTIONS(449), [anon_sym_GT_EQ] = ACTIONS(449), [anon_sym_LT_LT] = ACTIONS(451), [anon_sym_GT_GT] = ACTIONS(451), [anon_sym_SLASH] = ACTIONS(451), [anon_sym_PERCENT] = ACTIONS(451), [anon_sym_PLUS_EQ] = ACTIONS(449), [anon_sym_DASH_EQ] = ACTIONS(449), [anon_sym_STAR_EQ] = ACTIONS(449), [anon_sym_SLASH_EQ] = ACTIONS(449), [anon_sym_PERCENT_EQ] = ACTIONS(449), [anon_sym_AMP_EQ] = ACTIONS(449), [anon_sym_PIPE_EQ] = ACTIONS(449), [anon_sym_CARET_EQ] = ACTIONS(449), [anon_sym_LT_LT_EQ] = ACTIONS(449), [anon_sym_GT_GT_EQ] = ACTIONS(449), [anon_sym_move] = ACTIONS(451), [anon_sym_DOT] = ACTIONS(451), [sym_integer_literal] = ACTIONS(449), [aux_sym_string_literal_token1] = ACTIONS(449), [sym_char_literal] = ACTIONS(449), [anon_sym_true] = ACTIONS(451), [anon_sym_false] = ACTIONS(451), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(451), [sym_super] = ACTIONS(451), [sym_crate] = ACTIONS(451), [sym_metavariable] = ACTIONS(449), [sym_raw_string_literal] = ACTIONS(449), [sym_float_literal] = ACTIONS(449), [sym_block_comment] = ACTIONS(3), }, [39] = { [sym_attribute_item] = STATE(61), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(909), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(909), [sym_macro_invocation] = STATE(909), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(909), [sym_unary_expression] = STATE(909), [sym_try_expression] = STATE(909), [sym_reference_expression] = STATE(909), [sym_binary_expression] = STATE(909), [sym_assignment_expression] = STATE(909), [sym_compound_assignment_expr] = STATE(909), [sym_type_cast_expression] = STATE(909), [sym_return_expression] = STATE(909), [sym_call_expression] = STATE(909), [sym_array_expression] = STATE(909), [sym_parenthesized_expression] = STATE(909), [sym_tuple_expression] = STATE(909), [sym_unit_expression] = STATE(909), [sym_struct_expression] = STATE(909), [sym_if_expression] = STATE(909), [sym_if_let_expression] = STATE(909), [sym_match_expression] = STATE(909), [sym_while_expression] = STATE(909), [sym_while_let_expression] = STATE(909), [sym_loop_expression] = STATE(909), [sym_for_expression] = STATE(909), [sym_closure_expression] = STATE(909), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(909), [sym_continue_expression] = STATE(909), [sym_index_expression] = STATE(909), [sym_await_expression] = STATE(909), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(909), [sym_async_block] = STATE(909), [sym_block] = STATE(909), [sym__literal] = STATE(909), [sym_string_literal] = STATE(909), [sym_boolean_literal] = STATE(909), [aux_sym_enum_variant_list_repeat1] = STATE(61), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_RPAREN] = ACTIONS(453), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_POUND] = ACTIONS(413), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(455), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(455), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(455), [sym_float_literal] = ACTIONS(455), [sym_block_comment] = ACTIONS(3), }, [40] = { [ts_builtin_sym_end] = ACTIONS(457), [sym_identifier] = ACTIONS(459), [anon_sym_SEMI] = ACTIONS(457), [anon_sym_macro_rules_BANG] = ACTIONS(457), [anon_sym_LPAREN] = ACTIONS(457), [anon_sym_LBRACE] = ACTIONS(457), [anon_sym_RBRACE] = ACTIONS(457), [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_PLUS] = ACTIONS(459), [anon_sym_STAR] = ACTIONS(459), [anon_sym_QMARK] = ACTIONS(457), [anon_sym_u8] = ACTIONS(459), [anon_sym_i8] = ACTIONS(459), [anon_sym_u16] = ACTIONS(459), [anon_sym_i16] = ACTIONS(459), [anon_sym_u32] = ACTIONS(459), [anon_sym_i32] = ACTIONS(459), [anon_sym_u64] = ACTIONS(459), [anon_sym_i64] = ACTIONS(459), [anon_sym_u128] = ACTIONS(459), [anon_sym_i128] = ACTIONS(459), [anon_sym_isize] = ACTIONS(459), [anon_sym_usize] = ACTIONS(459), [anon_sym_f32] = ACTIONS(459), [anon_sym_f64] = ACTIONS(459), [anon_sym_bool] = ACTIONS(459), [anon_sym_str] = ACTIONS(459), [anon_sym_char] = ACTIONS(459), [anon_sym_as] = ACTIONS(459), [anon_sym_async] = ACTIONS(459), [anon_sym_break] = ACTIONS(459), [anon_sym_const] = ACTIONS(459), [anon_sym_continue] = ACTIONS(459), [anon_sym_default] = ACTIONS(459), [anon_sym_enum] = ACTIONS(459), [anon_sym_fn] = ACTIONS(459), [anon_sym_for] = ACTIONS(459), [anon_sym_if] = ACTIONS(459), [anon_sym_impl] = ACTIONS(459), [anon_sym_let] = ACTIONS(459), [anon_sym_loop] = ACTIONS(459), [anon_sym_match] = ACTIONS(459), [anon_sym_mod] = ACTIONS(459), [anon_sym_pub] = ACTIONS(459), [anon_sym_return] = ACTIONS(459), [anon_sym_static] = ACTIONS(459), [anon_sym_struct] = ACTIONS(459), [anon_sym_trait] = ACTIONS(459), [anon_sym_type] = ACTIONS(459), [anon_sym_union] = ACTIONS(459), [anon_sym_unsafe] = ACTIONS(459), [anon_sym_use] = ACTIONS(459), [anon_sym_while] = ACTIONS(459), [anon_sym_POUND] = ACTIONS(457), [anon_sym_BANG] = ACTIONS(459), [anon_sym_EQ] = ACTIONS(459), [anon_sym_extern] = ACTIONS(459), [anon_sym_LT] = ACTIONS(459), [anon_sym_GT] = ACTIONS(459), [anon_sym_COLON_COLON] = ACTIONS(457), [anon_sym_AMP] = ACTIONS(459), [anon_sym_DOT_DOT_DOT] = ACTIONS(457), [anon_sym_SQUOTE] = ACTIONS(459), [anon_sym_DOT_DOT] = ACTIONS(459), [anon_sym_DOT_DOT_EQ] = ACTIONS(457), [anon_sym_DASH] = ACTIONS(459), [anon_sym_AMP_AMP] = ACTIONS(457), [anon_sym_PIPE_PIPE] = ACTIONS(457), [anon_sym_PIPE] = ACTIONS(459), [anon_sym_CARET] = ACTIONS(459), [anon_sym_EQ_EQ] = ACTIONS(457), [anon_sym_BANG_EQ] = ACTIONS(457), [anon_sym_LT_EQ] = ACTIONS(457), [anon_sym_GT_EQ] = ACTIONS(457), [anon_sym_LT_LT] = ACTIONS(459), [anon_sym_GT_GT] = ACTIONS(459), [anon_sym_SLASH] = ACTIONS(459), [anon_sym_PERCENT] = ACTIONS(459), [anon_sym_PLUS_EQ] = ACTIONS(457), [anon_sym_DASH_EQ] = ACTIONS(457), [anon_sym_STAR_EQ] = ACTIONS(457), [anon_sym_SLASH_EQ] = ACTIONS(457), [anon_sym_PERCENT_EQ] = ACTIONS(457), [anon_sym_AMP_EQ] = ACTIONS(457), [anon_sym_PIPE_EQ] = ACTIONS(457), [anon_sym_CARET_EQ] = ACTIONS(457), [anon_sym_LT_LT_EQ] = ACTIONS(457), [anon_sym_GT_GT_EQ] = ACTIONS(457), [anon_sym_move] = ACTIONS(459), [anon_sym_DOT] = ACTIONS(459), [sym_integer_literal] = ACTIONS(457), [aux_sym_string_literal_token1] = ACTIONS(457), [sym_char_literal] = ACTIONS(457), [anon_sym_true] = ACTIONS(459), [anon_sym_false] = ACTIONS(459), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(459), [sym_super] = ACTIONS(459), [sym_crate] = ACTIONS(459), [sym_metavariable] = ACTIONS(457), [sym_raw_string_literal] = ACTIONS(457), [sym_float_literal] = ACTIONS(457), [sym_block_comment] = ACTIONS(3), }, [41] = { [ts_builtin_sym_end] = ACTIONS(461), [sym_identifier] = ACTIONS(463), [anon_sym_SEMI] = ACTIONS(461), [anon_sym_macro_rules_BANG] = ACTIONS(461), [anon_sym_LPAREN] = ACTIONS(461), [anon_sym_LBRACE] = ACTIONS(461), [anon_sym_RBRACE] = ACTIONS(461), [anon_sym_LBRACK] = ACTIONS(461), [anon_sym_PLUS] = ACTIONS(463), [anon_sym_STAR] = ACTIONS(463), [anon_sym_QMARK] = ACTIONS(461), [anon_sym_u8] = ACTIONS(463), [anon_sym_i8] = ACTIONS(463), [anon_sym_u16] = ACTIONS(463), [anon_sym_i16] = ACTIONS(463), [anon_sym_u32] = ACTIONS(463), [anon_sym_i32] = ACTIONS(463), [anon_sym_u64] = ACTIONS(463), [anon_sym_i64] = ACTIONS(463), [anon_sym_u128] = ACTIONS(463), [anon_sym_i128] = ACTIONS(463), [anon_sym_isize] = ACTIONS(463), [anon_sym_usize] = ACTIONS(463), [anon_sym_f32] = ACTIONS(463), [anon_sym_f64] = ACTIONS(463), [anon_sym_bool] = ACTIONS(463), [anon_sym_str] = ACTIONS(463), [anon_sym_char] = ACTIONS(463), [anon_sym_as] = ACTIONS(463), [anon_sym_async] = ACTIONS(463), [anon_sym_break] = ACTIONS(463), [anon_sym_const] = ACTIONS(463), [anon_sym_continue] = ACTIONS(463), [anon_sym_default] = ACTIONS(463), [anon_sym_enum] = ACTIONS(463), [anon_sym_fn] = ACTIONS(463), [anon_sym_for] = ACTIONS(463), [anon_sym_if] = ACTIONS(463), [anon_sym_impl] = ACTIONS(463), [anon_sym_let] = ACTIONS(463), [anon_sym_loop] = ACTIONS(463), [anon_sym_match] = ACTIONS(463), [anon_sym_mod] = ACTIONS(463), [anon_sym_pub] = ACTIONS(463), [anon_sym_return] = ACTIONS(463), [anon_sym_static] = ACTIONS(463), [anon_sym_struct] = ACTIONS(463), [anon_sym_trait] = ACTIONS(463), [anon_sym_type] = ACTIONS(463), [anon_sym_union] = ACTIONS(463), [anon_sym_unsafe] = ACTIONS(463), [anon_sym_use] = ACTIONS(463), [anon_sym_while] = ACTIONS(463), [anon_sym_POUND] = ACTIONS(461), [anon_sym_BANG] = ACTIONS(463), [anon_sym_EQ] = ACTIONS(463), [anon_sym_extern] = ACTIONS(463), [anon_sym_LT] = ACTIONS(463), [anon_sym_GT] = ACTIONS(463), [anon_sym_COLON_COLON] = ACTIONS(461), [anon_sym_AMP] = ACTIONS(463), [anon_sym_DOT_DOT_DOT] = ACTIONS(461), [anon_sym_SQUOTE] = ACTIONS(463), [anon_sym_DOT_DOT] = ACTIONS(463), [anon_sym_DOT_DOT_EQ] = ACTIONS(461), [anon_sym_DASH] = ACTIONS(463), [anon_sym_AMP_AMP] = ACTIONS(461), [anon_sym_PIPE_PIPE] = ACTIONS(461), [anon_sym_PIPE] = ACTIONS(463), [anon_sym_CARET] = ACTIONS(463), [anon_sym_EQ_EQ] = ACTIONS(461), [anon_sym_BANG_EQ] = ACTIONS(461), [anon_sym_LT_EQ] = ACTIONS(461), [anon_sym_GT_EQ] = ACTIONS(461), [anon_sym_LT_LT] = ACTIONS(463), [anon_sym_GT_GT] = ACTIONS(463), [anon_sym_SLASH] = ACTIONS(463), [anon_sym_PERCENT] = ACTIONS(463), [anon_sym_PLUS_EQ] = ACTIONS(461), [anon_sym_DASH_EQ] = ACTIONS(461), [anon_sym_STAR_EQ] = ACTIONS(461), [anon_sym_SLASH_EQ] = ACTIONS(461), [anon_sym_PERCENT_EQ] = ACTIONS(461), [anon_sym_AMP_EQ] = ACTIONS(461), [anon_sym_PIPE_EQ] = ACTIONS(461), [anon_sym_CARET_EQ] = ACTIONS(461), [anon_sym_LT_LT_EQ] = ACTIONS(461), [anon_sym_GT_GT_EQ] = ACTIONS(461), [anon_sym_move] = ACTIONS(463), [anon_sym_DOT] = ACTIONS(463), [sym_integer_literal] = ACTIONS(461), [aux_sym_string_literal_token1] = ACTIONS(461), [sym_char_literal] = ACTIONS(461), [anon_sym_true] = ACTIONS(463), [anon_sym_false] = ACTIONS(463), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(463), [sym_super] = ACTIONS(463), [sym_crate] = ACTIONS(463), [sym_metavariable] = ACTIONS(461), [sym_raw_string_literal] = ACTIONS(461), [sym_float_literal] = ACTIONS(461), [sym_block_comment] = ACTIONS(3), }, [42] = { [ts_builtin_sym_end] = ACTIONS(465), [sym_identifier] = ACTIONS(467), [anon_sym_SEMI] = ACTIONS(465), [anon_sym_macro_rules_BANG] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(465), [anon_sym_LBRACE] = ACTIONS(465), [anon_sym_RBRACE] = ACTIONS(465), [anon_sym_LBRACK] = ACTIONS(465), [anon_sym_PLUS] = ACTIONS(467), [anon_sym_STAR] = ACTIONS(467), [anon_sym_QMARK] = ACTIONS(465), [anon_sym_u8] = ACTIONS(467), [anon_sym_i8] = ACTIONS(467), [anon_sym_u16] = ACTIONS(467), [anon_sym_i16] = ACTIONS(467), [anon_sym_u32] = ACTIONS(467), [anon_sym_i32] = ACTIONS(467), [anon_sym_u64] = ACTIONS(467), [anon_sym_i64] = ACTIONS(467), [anon_sym_u128] = ACTIONS(467), [anon_sym_i128] = ACTIONS(467), [anon_sym_isize] = ACTIONS(467), [anon_sym_usize] = ACTIONS(467), [anon_sym_f32] = ACTIONS(467), [anon_sym_f64] = ACTIONS(467), [anon_sym_bool] = ACTIONS(467), [anon_sym_str] = ACTIONS(467), [anon_sym_char] = ACTIONS(467), [anon_sym_as] = ACTIONS(467), [anon_sym_async] = ACTIONS(467), [anon_sym_break] = ACTIONS(467), [anon_sym_const] = ACTIONS(467), [anon_sym_continue] = ACTIONS(467), [anon_sym_default] = ACTIONS(467), [anon_sym_enum] = ACTIONS(467), [anon_sym_fn] = ACTIONS(467), [anon_sym_for] = ACTIONS(467), [anon_sym_if] = ACTIONS(467), [anon_sym_impl] = ACTIONS(467), [anon_sym_let] = ACTIONS(467), [anon_sym_loop] = ACTIONS(467), [anon_sym_match] = ACTIONS(467), [anon_sym_mod] = ACTIONS(467), [anon_sym_pub] = ACTIONS(467), [anon_sym_return] = ACTIONS(467), [anon_sym_static] = ACTIONS(467), [anon_sym_struct] = ACTIONS(467), [anon_sym_trait] = ACTIONS(467), [anon_sym_type] = ACTIONS(467), [anon_sym_union] = ACTIONS(467), [anon_sym_unsafe] = ACTIONS(467), [anon_sym_use] = ACTIONS(467), [anon_sym_while] = ACTIONS(467), [anon_sym_POUND] = ACTIONS(465), [anon_sym_BANG] = ACTIONS(467), [anon_sym_EQ] = ACTIONS(467), [anon_sym_extern] = ACTIONS(467), [anon_sym_LT] = ACTIONS(467), [anon_sym_GT] = ACTIONS(467), [anon_sym_COLON_COLON] = ACTIONS(465), [anon_sym_AMP] = ACTIONS(467), [anon_sym_DOT_DOT_DOT] = ACTIONS(465), [anon_sym_SQUOTE] = ACTIONS(467), [anon_sym_DOT_DOT] = ACTIONS(467), [anon_sym_DOT_DOT_EQ] = ACTIONS(465), [anon_sym_DASH] = ACTIONS(467), [anon_sym_AMP_AMP] = ACTIONS(465), [anon_sym_PIPE_PIPE] = ACTIONS(465), [anon_sym_PIPE] = ACTIONS(467), [anon_sym_CARET] = ACTIONS(467), [anon_sym_EQ_EQ] = ACTIONS(465), [anon_sym_BANG_EQ] = ACTIONS(465), [anon_sym_LT_EQ] = ACTIONS(465), [anon_sym_GT_EQ] = ACTIONS(465), [anon_sym_LT_LT] = ACTIONS(467), [anon_sym_GT_GT] = ACTIONS(467), [anon_sym_SLASH] = ACTIONS(467), [anon_sym_PERCENT] = ACTIONS(467), [anon_sym_PLUS_EQ] = ACTIONS(465), [anon_sym_DASH_EQ] = ACTIONS(465), [anon_sym_STAR_EQ] = ACTIONS(465), [anon_sym_SLASH_EQ] = ACTIONS(465), [anon_sym_PERCENT_EQ] = ACTIONS(465), [anon_sym_AMP_EQ] = ACTIONS(465), [anon_sym_PIPE_EQ] = ACTIONS(465), [anon_sym_CARET_EQ] = ACTIONS(465), [anon_sym_LT_LT_EQ] = ACTIONS(465), [anon_sym_GT_GT_EQ] = ACTIONS(465), [anon_sym_move] = ACTIONS(467), [anon_sym_DOT] = ACTIONS(467), [sym_integer_literal] = ACTIONS(465), [aux_sym_string_literal_token1] = ACTIONS(465), [sym_char_literal] = ACTIONS(465), [anon_sym_true] = ACTIONS(467), [anon_sym_false] = ACTIONS(467), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(467), [sym_super] = ACTIONS(467), [sym_crate] = ACTIONS(467), [sym_metavariable] = ACTIONS(465), [sym_raw_string_literal] = ACTIONS(465), [sym_float_literal] = ACTIONS(465), [sym_block_comment] = ACTIONS(3), }, [43] = { [ts_builtin_sym_end] = ACTIONS(469), [sym_identifier] = ACTIONS(471), [anon_sym_SEMI] = ACTIONS(469), [anon_sym_macro_rules_BANG] = ACTIONS(469), [anon_sym_LPAREN] = ACTIONS(469), [anon_sym_LBRACE] = ACTIONS(469), [anon_sym_RBRACE] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(469), [anon_sym_PLUS] = ACTIONS(471), [anon_sym_STAR] = ACTIONS(471), [anon_sym_QMARK] = ACTIONS(469), [anon_sym_u8] = ACTIONS(471), [anon_sym_i8] = ACTIONS(471), [anon_sym_u16] = ACTIONS(471), [anon_sym_i16] = ACTIONS(471), [anon_sym_u32] = ACTIONS(471), [anon_sym_i32] = ACTIONS(471), [anon_sym_u64] = ACTIONS(471), [anon_sym_i64] = ACTIONS(471), [anon_sym_u128] = ACTIONS(471), [anon_sym_i128] = ACTIONS(471), [anon_sym_isize] = ACTIONS(471), [anon_sym_usize] = ACTIONS(471), [anon_sym_f32] = ACTIONS(471), [anon_sym_f64] = ACTIONS(471), [anon_sym_bool] = ACTIONS(471), [anon_sym_str] = ACTIONS(471), [anon_sym_char] = ACTIONS(471), [anon_sym_as] = ACTIONS(471), [anon_sym_async] = ACTIONS(471), [anon_sym_break] = ACTIONS(471), [anon_sym_const] = ACTIONS(471), [anon_sym_continue] = ACTIONS(471), [anon_sym_default] = ACTIONS(471), [anon_sym_enum] = ACTIONS(471), [anon_sym_fn] = ACTIONS(471), [anon_sym_for] = ACTIONS(471), [anon_sym_if] = ACTIONS(471), [anon_sym_impl] = ACTIONS(471), [anon_sym_let] = ACTIONS(471), [anon_sym_loop] = ACTIONS(471), [anon_sym_match] = ACTIONS(471), [anon_sym_mod] = ACTIONS(471), [anon_sym_pub] = ACTIONS(471), [anon_sym_return] = ACTIONS(471), [anon_sym_static] = ACTIONS(471), [anon_sym_struct] = ACTIONS(471), [anon_sym_trait] = ACTIONS(471), [anon_sym_type] = ACTIONS(471), [anon_sym_union] = ACTIONS(471), [anon_sym_unsafe] = ACTIONS(471), [anon_sym_use] = ACTIONS(471), [anon_sym_while] = ACTIONS(471), [anon_sym_POUND] = ACTIONS(469), [anon_sym_BANG] = ACTIONS(471), [anon_sym_EQ] = ACTIONS(471), [anon_sym_extern] = ACTIONS(471), [anon_sym_LT] = ACTIONS(471), [anon_sym_GT] = ACTIONS(471), [anon_sym_COLON_COLON] = ACTIONS(469), [anon_sym_AMP] = ACTIONS(471), [anon_sym_DOT_DOT_DOT] = ACTIONS(469), [anon_sym_SQUOTE] = ACTIONS(471), [anon_sym_DOT_DOT] = ACTIONS(471), [anon_sym_DOT_DOT_EQ] = ACTIONS(469), [anon_sym_DASH] = ACTIONS(471), [anon_sym_AMP_AMP] = ACTIONS(469), [anon_sym_PIPE_PIPE] = ACTIONS(469), [anon_sym_PIPE] = ACTIONS(471), [anon_sym_CARET] = ACTIONS(471), [anon_sym_EQ_EQ] = ACTIONS(469), [anon_sym_BANG_EQ] = ACTIONS(469), [anon_sym_LT_EQ] = ACTIONS(469), [anon_sym_GT_EQ] = ACTIONS(469), [anon_sym_LT_LT] = ACTIONS(471), [anon_sym_GT_GT] = ACTIONS(471), [anon_sym_SLASH] = ACTIONS(471), [anon_sym_PERCENT] = ACTIONS(471), [anon_sym_PLUS_EQ] = ACTIONS(469), [anon_sym_DASH_EQ] = ACTIONS(469), [anon_sym_STAR_EQ] = ACTIONS(469), [anon_sym_SLASH_EQ] = ACTIONS(469), [anon_sym_PERCENT_EQ] = ACTIONS(469), [anon_sym_AMP_EQ] = ACTIONS(469), [anon_sym_PIPE_EQ] = ACTIONS(469), [anon_sym_CARET_EQ] = ACTIONS(469), [anon_sym_LT_LT_EQ] = ACTIONS(469), [anon_sym_GT_GT_EQ] = ACTIONS(469), [anon_sym_move] = ACTIONS(471), [anon_sym_DOT] = ACTIONS(471), [sym_integer_literal] = ACTIONS(469), [aux_sym_string_literal_token1] = ACTIONS(469), [sym_char_literal] = ACTIONS(469), [anon_sym_true] = ACTIONS(471), [anon_sym_false] = ACTIONS(471), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(471), [sym_super] = ACTIONS(471), [sym_crate] = ACTIONS(471), [sym_metavariable] = ACTIONS(469), [sym_raw_string_literal] = ACTIONS(469), [sym_float_literal] = ACTIONS(469), [sym_block_comment] = ACTIONS(3), }, [44] = { [ts_builtin_sym_end] = ACTIONS(473), [sym_identifier] = ACTIONS(475), [anon_sym_SEMI] = ACTIONS(473), [anon_sym_macro_rules_BANG] = ACTIONS(473), [anon_sym_LPAREN] = ACTIONS(473), [anon_sym_LBRACE] = ACTIONS(473), [anon_sym_RBRACE] = ACTIONS(473), [anon_sym_LBRACK] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_STAR] = ACTIONS(475), [anon_sym_QMARK] = ACTIONS(473), [anon_sym_u8] = ACTIONS(475), [anon_sym_i8] = ACTIONS(475), [anon_sym_u16] = ACTIONS(475), [anon_sym_i16] = ACTIONS(475), [anon_sym_u32] = ACTIONS(475), [anon_sym_i32] = ACTIONS(475), [anon_sym_u64] = ACTIONS(475), [anon_sym_i64] = ACTIONS(475), [anon_sym_u128] = ACTIONS(475), [anon_sym_i128] = ACTIONS(475), [anon_sym_isize] = ACTIONS(475), [anon_sym_usize] = ACTIONS(475), [anon_sym_f32] = ACTIONS(475), [anon_sym_f64] = ACTIONS(475), [anon_sym_bool] = ACTIONS(475), [anon_sym_str] = ACTIONS(475), [anon_sym_char] = ACTIONS(475), [anon_sym_as] = ACTIONS(475), [anon_sym_async] = ACTIONS(475), [anon_sym_break] = ACTIONS(475), [anon_sym_const] = ACTIONS(475), [anon_sym_continue] = ACTIONS(475), [anon_sym_default] = ACTIONS(475), [anon_sym_enum] = ACTIONS(475), [anon_sym_fn] = ACTIONS(475), [anon_sym_for] = ACTIONS(475), [anon_sym_if] = ACTIONS(475), [anon_sym_impl] = ACTIONS(475), [anon_sym_let] = ACTIONS(475), [anon_sym_loop] = ACTIONS(475), [anon_sym_match] = ACTIONS(475), [anon_sym_mod] = ACTIONS(475), [anon_sym_pub] = ACTIONS(475), [anon_sym_return] = ACTIONS(475), [anon_sym_static] = ACTIONS(475), [anon_sym_struct] = ACTIONS(475), [anon_sym_trait] = ACTIONS(475), [anon_sym_type] = ACTIONS(475), [anon_sym_union] = ACTIONS(475), [anon_sym_unsafe] = ACTIONS(475), [anon_sym_use] = ACTIONS(475), [anon_sym_while] = ACTIONS(475), [anon_sym_POUND] = ACTIONS(473), [anon_sym_BANG] = ACTIONS(475), [anon_sym_EQ] = ACTIONS(475), [anon_sym_extern] = ACTIONS(475), [anon_sym_LT] = ACTIONS(475), [anon_sym_GT] = ACTIONS(475), [anon_sym_COLON_COLON] = ACTIONS(473), [anon_sym_AMP] = ACTIONS(475), [anon_sym_DOT_DOT_DOT] = ACTIONS(473), [anon_sym_SQUOTE] = ACTIONS(475), [anon_sym_DOT_DOT] = ACTIONS(475), [anon_sym_DOT_DOT_EQ] = ACTIONS(473), [anon_sym_DASH] = ACTIONS(475), [anon_sym_AMP_AMP] = ACTIONS(473), [anon_sym_PIPE_PIPE] = ACTIONS(473), [anon_sym_PIPE] = ACTIONS(475), [anon_sym_CARET] = ACTIONS(475), [anon_sym_EQ_EQ] = ACTIONS(473), [anon_sym_BANG_EQ] = ACTIONS(473), [anon_sym_LT_EQ] = ACTIONS(473), [anon_sym_GT_EQ] = ACTIONS(473), [anon_sym_LT_LT] = ACTIONS(475), [anon_sym_GT_GT] = ACTIONS(475), [anon_sym_SLASH] = ACTIONS(475), [anon_sym_PERCENT] = ACTIONS(475), [anon_sym_PLUS_EQ] = ACTIONS(473), [anon_sym_DASH_EQ] = ACTIONS(473), [anon_sym_STAR_EQ] = ACTIONS(473), [anon_sym_SLASH_EQ] = ACTIONS(473), [anon_sym_PERCENT_EQ] = ACTIONS(473), [anon_sym_AMP_EQ] = ACTIONS(473), [anon_sym_PIPE_EQ] = ACTIONS(473), [anon_sym_CARET_EQ] = ACTIONS(473), [anon_sym_LT_LT_EQ] = ACTIONS(473), [anon_sym_GT_GT_EQ] = ACTIONS(473), [anon_sym_move] = ACTIONS(475), [anon_sym_DOT] = ACTIONS(475), [sym_integer_literal] = ACTIONS(473), [aux_sym_string_literal_token1] = ACTIONS(473), [sym_char_literal] = ACTIONS(473), [anon_sym_true] = ACTIONS(475), [anon_sym_false] = ACTIONS(475), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(475), [sym_super] = ACTIONS(475), [sym_crate] = ACTIONS(475), [sym_metavariable] = ACTIONS(473), [sym_raw_string_literal] = ACTIONS(473), [sym_float_literal] = ACTIONS(473), [sym_block_comment] = ACTIONS(3), }, [45] = { [ts_builtin_sym_end] = ACTIONS(477), [sym_identifier] = ACTIONS(479), [anon_sym_SEMI] = ACTIONS(477), [anon_sym_macro_rules_BANG] = ACTIONS(477), [anon_sym_LPAREN] = ACTIONS(477), [anon_sym_LBRACE] = ACTIONS(477), [anon_sym_RBRACE] = ACTIONS(477), [anon_sym_LBRACK] = ACTIONS(477), [anon_sym_PLUS] = ACTIONS(479), [anon_sym_STAR] = ACTIONS(479), [anon_sym_QMARK] = ACTIONS(477), [anon_sym_u8] = ACTIONS(479), [anon_sym_i8] = ACTIONS(479), [anon_sym_u16] = ACTIONS(479), [anon_sym_i16] = ACTIONS(479), [anon_sym_u32] = ACTIONS(479), [anon_sym_i32] = ACTIONS(479), [anon_sym_u64] = ACTIONS(479), [anon_sym_i64] = ACTIONS(479), [anon_sym_u128] = ACTIONS(479), [anon_sym_i128] = ACTIONS(479), [anon_sym_isize] = ACTIONS(479), [anon_sym_usize] = ACTIONS(479), [anon_sym_f32] = ACTIONS(479), [anon_sym_f64] = ACTIONS(479), [anon_sym_bool] = ACTIONS(479), [anon_sym_str] = ACTIONS(479), [anon_sym_char] = ACTIONS(479), [anon_sym_as] = ACTIONS(479), [anon_sym_async] = ACTIONS(479), [anon_sym_break] = ACTIONS(479), [anon_sym_const] = ACTIONS(479), [anon_sym_continue] = ACTIONS(479), [anon_sym_default] = ACTIONS(479), [anon_sym_enum] = ACTIONS(479), [anon_sym_fn] = ACTIONS(479), [anon_sym_for] = ACTIONS(479), [anon_sym_if] = ACTIONS(479), [anon_sym_impl] = ACTIONS(479), [anon_sym_let] = ACTIONS(479), [anon_sym_loop] = ACTIONS(479), [anon_sym_match] = ACTIONS(479), [anon_sym_mod] = ACTIONS(479), [anon_sym_pub] = ACTIONS(479), [anon_sym_return] = ACTIONS(479), [anon_sym_static] = ACTIONS(479), [anon_sym_struct] = ACTIONS(479), [anon_sym_trait] = ACTIONS(479), [anon_sym_type] = ACTIONS(479), [anon_sym_union] = ACTIONS(479), [anon_sym_unsafe] = ACTIONS(479), [anon_sym_use] = ACTIONS(479), [anon_sym_while] = ACTIONS(479), [anon_sym_POUND] = ACTIONS(477), [anon_sym_BANG] = ACTIONS(479), [anon_sym_EQ] = ACTIONS(479), [anon_sym_extern] = ACTIONS(479), [anon_sym_LT] = ACTIONS(479), [anon_sym_GT] = ACTIONS(479), [anon_sym_COLON_COLON] = ACTIONS(477), [anon_sym_AMP] = ACTIONS(479), [anon_sym_DOT_DOT_DOT] = ACTIONS(477), [anon_sym_SQUOTE] = ACTIONS(479), [anon_sym_DOT_DOT] = ACTIONS(479), [anon_sym_DOT_DOT_EQ] = ACTIONS(477), [anon_sym_DASH] = ACTIONS(479), [anon_sym_AMP_AMP] = ACTIONS(477), [anon_sym_PIPE_PIPE] = ACTIONS(477), [anon_sym_PIPE] = ACTIONS(479), [anon_sym_CARET] = ACTIONS(479), [anon_sym_EQ_EQ] = ACTIONS(477), [anon_sym_BANG_EQ] = ACTIONS(477), [anon_sym_LT_EQ] = ACTIONS(477), [anon_sym_GT_EQ] = ACTIONS(477), [anon_sym_LT_LT] = ACTIONS(479), [anon_sym_GT_GT] = ACTIONS(479), [anon_sym_SLASH] = ACTIONS(479), [anon_sym_PERCENT] = ACTIONS(479), [anon_sym_PLUS_EQ] = ACTIONS(477), [anon_sym_DASH_EQ] = ACTIONS(477), [anon_sym_STAR_EQ] = ACTIONS(477), [anon_sym_SLASH_EQ] = ACTIONS(477), [anon_sym_PERCENT_EQ] = ACTIONS(477), [anon_sym_AMP_EQ] = ACTIONS(477), [anon_sym_PIPE_EQ] = ACTIONS(477), [anon_sym_CARET_EQ] = ACTIONS(477), [anon_sym_LT_LT_EQ] = ACTIONS(477), [anon_sym_GT_GT_EQ] = ACTIONS(477), [anon_sym_move] = ACTIONS(479), [anon_sym_DOT] = ACTIONS(479), [sym_integer_literal] = ACTIONS(477), [aux_sym_string_literal_token1] = ACTIONS(477), [sym_char_literal] = ACTIONS(477), [anon_sym_true] = ACTIONS(479), [anon_sym_false] = ACTIONS(479), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(479), [sym_super] = ACTIONS(479), [sym_crate] = ACTIONS(479), [sym_metavariable] = ACTIONS(477), [sym_raw_string_literal] = ACTIONS(477), [sym_float_literal] = ACTIONS(477), [sym_block_comment] = ACTIONS(3), }, [46] = { [ts_builtin_sym_end] = ACTIONS(481), [sym_identifier] = ACTIONS(483), [anon_sym_SEMI] = ACTIONS(481), [anon_sym_macro_rules_BANG] = ACTIONS(481), [anon_sym_LPAREN] = ACTIONS(481), [anon_sym_LBRACE] = ACTIONS(481), [anon_sym_RBRACE] = ACTIONS(481), [anon_sym_LBRACK] = ACTIONS(481), [anon_sym_PLUS] = ACTIONS(483), [anon_sym_STAR] = ACTIONS(483), [anon_sym_QMARK] = ACTIONS(481), [anon_sym_u8] = ACTIONS(483), [anon_sym_i8] = ACTIONS(483), [anon_sym_u16] = ACTIONS(483), [anon_sym_i16] = ACTIONS(483), [anon_sym_u32] = ACTIONS(483), [anon_sym_i32] = ACTIONS(483), [anon_sym_u64] = ACTIONS(483), [anon_sym_i64] = ACTIONS(483), [anon_sym_u128] = ACTIONS(483), [anon_sym_i128] = ACTIONS(483), [anon_sym_isize] = ACTIONS(483), [anon_sym_usize] = ACTIONS(483), [anon_sym_f32] = ACTIONS(483), [anon_sym_f64] = ACTIONS(483), [anon_sym_bool] = ACTIONS(483), [anon_sym_str] = ACTIONS(483), [anon_sym_char] = ACTIONS(483), [anon_sym_as] = ACTIONS(483), [anon_sym_async] = ACTIONS(483), [anon_sym_break] = ACTIONS(483), [anon_sym_const] = ACTIONS(483), [anon_sym_continue] = ACTIONS(483), [anon_sym_default] = ACTIONS(483), [anon_sym_enum] = ACTIONS(483), [anon_sym_fn] = ACTIONS(483), [anon_sym_for] = ACTIONS(483), [anon_sym_if] = ACTIONS(483), [anon_sym_impl] = ACTIONS(483), [anon_sym_let] = ACTIONS(483), [anon_sym_loop] = ACTIONS(483), [anon_sym_match] = ACTIONS(483), [anon_sym_mod] = ACTIONS(483), [anon_sym_pub] = ACTIONS(483), [anon_sym_return] = ACTIONS(483), [anon_sym_static] = ACTIONS(483), [anon_sym_struct] = ACTIONS(483), [anon_sym_trait] = ACTIONS(483), [anon_sym_type] = ACTIONS(483), [anon_sym_union] = ACTIONS(483), [anon_sym_unsafe] = ACTIONS(483), [anon_sym_use] = ACTIONS(483), [anon_sym_while] = ACTIONS(483), [anon_sym_POUND] = ACTIONS(481), [anon_sym_BANG] = ACTIONS(483), [anon_sym_EQ] = ACTIONS(483), [anon_sym_extern] = ACTIONS(483), [anon_sym_LT] = ACTIONS(483), [anon_sym_GT] = ACTIONS(483), [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym_AMP] = ACTIONS(483), [anon_sym_DOT_DOT_DOT] = ACTIONS(481), [anon_sym_SQUOTE] = ACTIONS(483), [anon_sym_DOT_DOT] = ACTIONS(483), [anon_sym_DOT_DOT_EQ] = ACTIONS(481), [anon_sym_DASH] = ACTIONS(483), [anon_sym_AMP_AMP] = ACTIONS(481), [anon_sym_PIPE_PIPE] = ACTIONS(481), [anon_sym_PIPE] = ACTIONS(483), [anon_sym_CARET] = ACTIONS(483), [anon_sym_EQ_EQ] = ACTIONS(481), [anon_sym_BANG_EQ] = ACTIONS(481), [anon_sym_LT_EQ] = ACTIONS(481), [anon_sym_GT_EQ] = ACTIONS(481), [anon_sym_LT_LT] = ACTIONS(483), [anon_sym_GT_GT] = ACTIONS(483), [anon_sym_SLASH] = ACTIONS(483), [anon_sym_PERCENT] = ACTIONS(483), [anon_sym_PLUS_EQ] = ACTIONS(481), [anon_sym_DASH_EQ] = ACTIONS(481), [anon_sym_STAR_EQ] = ACTIONS(481), [anon_sym_SLASH_EQ] = ACTIONS(481), [anon_sym_PERCENT_EQ] = ACTIONS(481), [anon_sym_AMP_EQ] = ACTIONS(481), [anon_sym_PIPE_EQ] = ACTIONS(481), [anon_sym_CARET_EQ] = ACTIONS(481), [anon_sym_LT_LT_EQ] = ACTIONS(481), [anon_sym_GT_GT_EQ] = ACTIONS(481), [anon_sym_move] = ACTIONS(483), [anon_sym_DOT] = ACTIONS(483), [sym_integer_literal] = ACTIONS(481), [aux_sym_string_literal_token1] = ACTIONS(481), [sym_char_literal] = ACTIONS(481), [anon_sym_true] = ACTIONS(483), [anon_sym_false] = ACTIONS(483), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(483), [sym_super] = ACTIONS(483), [sym_crate] = ACTIONS(483), [sym_metavariable] = ACTIONS(481), [sym_raw_string_literal] = ACTIONS(481), [sym_float_literal] = ACTIONS(481), [sym_block_comment] = ACTIONS(3), }, [47] = { [ts_builtin_sym_end] = ACTIONS(485), [sym_identifier] = ACTIONS(487), [anon_sym_SEMI] = ACTIONS(485), [anon_sym_macro_rules_BANG] = ACTIONS(485), [anon_sym_LPAREN] = ACTIONS(485), [anon_sym_LBRACE] = ACTIONS(485), [anon_sym_RBRACE] = ACTIONS(485), [anon_sym_LBRACK] = ACTIONS(485), [anon_sym_PLUS] = ACTIONS(487), [anon_sym_STAR] = ACTIONS(487), [anon_sym_QMARK] = ACTIONS(485), [anon_sym_u8] = ACTIONS(487), [anon_sym_i8] = ACTIONS(487), [anon_sym_u16] = ACTIONS(487), [anon_sym_i16] = ACTIONS(487), [anon_sym_u32] = ACTIONS(487), [anon_sym_i32] = ACTIONS(487), [anon_sym_u64] = ACTIONS(487), [anon_sym_i64] = ACTIONS(487), [anon_sym_u128] = ACTIONS(487), [anon_sym_i128] = ACTIONS(487), [anon_sym_isize] = ACTIONS(487), [anon_sym_usize] = ACTIONS(487), [anon_sym_f32] = ACTIONS(487), [anon_sym_f64] = ACTIONS(487), [anon_sym_bool] = ACTIONS(487), [anon_sym_str] = ACTIONS(487), [anon_sym_char] = ACTIONS(487), [anon_sym_as] = ACTIONS(487), [anon_sym_async] = ACTIONS(487), [anon_sym_break] = ACTIONS(487), [anon_sym_const] = ACTIONS(487), [anon_sym_continue] = ACTIONS(487), [anon_sym_default] = ACTIONS(487), [anon_sym_enum] = ACTIONS(487), [anon_sym_fn] = ACTIONS(487), [anon_sym_for] = ACTIONS(487), [anon_sym_if] = ACTIONS(487), [anon_sym_impl] = ACTIONS(487), [anon_sym_let] = ACTIONS(487), [anon_sym_loop] = ACTIONS(487), [anon_sym_match] = ACTIONS(487), [anon_sym_mod] = ACTIONS(487), [anon_sym_pub] = ACTIONS(487), [anon_sym_return] = ACTIONS(487), [anon_sym_static] = ACTIONS(487), [anon_sym_struct] = ACTIONS(487), [anon_sym_trait] = ACTIONS(487), [anon_sym_type] = ACTIONS(487), [anon_sym_union] = ACTIONS(487), [anon_sym_unsafe] = ACTIONS(487), [anon_sym_use] = ACTIONS(487), [anon_sym_while] = ACTIONS(487), [anon_sym_POUND] = ACTIONS(485), [anon_sym_BANG] = ACTIONS(487), [anon_sym_EQ] = ACTIONS(487), [anon_sym_extern] = ACTIONS(487), [anon_sym_LT] = ACTIONS(487), [anon_sym_GT] = ACTIONS(487), [anon_sym_COLON_COLON] = ACTIONS(485), [anon_sym_AMP] = ACTIONS(487), [anon_sym_DOT_DOT_DOT] = ACTIONS(485), [anon_sym_SQUOTE] = ACTIONS(487), [anon_sym_DOT_DOT] = ACTIONS(487), [anon_sym_DOT_DOT_EQ] = ACTIONS(485), [anon_sym_DASH] = ACTIONS(487), [anon_sym_AMP_AMP] = ACTIONS(485), [anon_sym_PIPE_PIPE] = ACTIONS(485), [anon_sym_PIPE] = ACTIONS(487), [anon_sym_CARET] = ACTIONS(487), [anon_sym_EQ_EQ] = ACTIONS(485), [anon_sym_BANG_EQ] = ACTIONS(485), [anon_sym_LT_EQ] = ACTIONS(485), [anon_sym_GT_EQ] = ACTIONS(485), [anon_sym_LT_LT] = ACTIONS(487), [anon_sym_GT_GT] = ACTIONS(487), [anon_sym_SLASH] = ACTIONS(487), [anon_sym_PERCENT] = ACTIONS(487), [anon_sym_PLUS_EQ] = ACTIONS(485), [anon_sym_DASH_EQ] = ACTIONS(485), [anon_sym_STAR_EQ] = ACTIONS(485), [anon_sym_SLASH_EQ] = ACTIONS(485), [anon_sym_PERCENT_EQ] = ACTIONS(485), [anon_sym_AMP_EQ] = ACTIONS(485), [anon_sym_PIPE_EQ] = ACTIONS(485), [anon_sym_CARET_EQ] = ACTIONS(485), [anon_sym_LT_LT_EQ] = ACTIONS(485), [anon_sym_GT_GT_EQ] = ACTIONS(485), [anon_sym_move] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(487), [sym_integer_literal] = ACTIONS(485), [aux_sym_string_literal_token1] = ACTIONS(485), [sym_char_literal] = ACTIONS(485), [anon_sym_true] = ACTIONS(487), [anon_sym_false] = ACTIONS(487), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(487), [sym_super] = ACTIONS(487), [sym_crate] = ACTIONS(487), [sym_metavariable] = ACTIONS(485), [sym_raw_string_literal] = ACTIONS(485), [sym_float_literal] = ACTIONS(485), [sym_block_comment] = ACTIONS(3), }, [48] = { [ts_builtin_sym_end] = ACTIONS(489), [sym_identifier] = ACTIONS(491), [anon_sym_SEMI] = ACTIONS(489), [anon_sym_macro_rules_BANG] = ACTIONS(489), [anon_sym_LPAREN] = ACTIONS(489), [anon_sym_LBRACE] = ACTIONS(489), [anon_sym_RBRACE] = ACTIONS(489), [anon_sym_LBRACK] = ACTIONS(489), [anon_sym_PLUS] = ACTIONS(491), [anon_sym_STAR] = ACTIONS(491), [anon_sym_QMARK] = ACTIONS(489), [anon_sym_u8] = ACTIONS(491), [anon_sym_i8] = ACTIONS(491), [anon_sym_u16] = ACTIONS(491), [anon_sym_i16] = ACTIONS(491), [anon_sym_u32] = ACTIONS(491), [anon_sym_i32] = ACTIONS(491), [anon_sym_u64] = ACTIONS(491), [anon_sym_i64] = ACTIONS(491), [anon_sym_u128] = ACTIONS(491), [anon_sym_i128] = ACTIONS(491), [anon_sym_isize] = ACTIONS(491), [anon_sym_usize] = ACTIONS(491), [anon_sym_f32] = ACTIONS(491), [anon_sym_f64] = ACTIONS(491), [anon_sym_bool] = ACTIONS(491), [anon_sym_str] = ACTIONS(491), [anon_sym_char] = ACTIONS(491), [anon_sym_as] = ACTIONS(491), [anon_sym_async] = ACTIONS(491), [anon_sym_break] = ACTIONS(491), [anon_sym_const] = ACTIONS(491), [anon_sym_continue] = ACTIONS(491), [anon_sym_default] = ACTIONS(491), [anon_sym_enum] = ACTIONS(491), [anon_sym_fn] = ACTIONS(491), [anon_sym_for] = ACTIONS(491), [anon_sym_if] = ACTIONS(491), [anon_sym_impl] = ACTIONS(491), [anon_sym_let] = ACTIONS(491), [anon_sym_loop] = ACTIONS(491), [anon_sym_match] = ACTIONS(491), [anon_sym_mod] = ACTIONS(491), [anon_sym_pub] = ACTIONS(491), [anon_sym_return] = ACTIONS(491), [anon_sym_static] = ACTIONS(491), [anon_sym_struct] = ACTIONS(491), [anon_sym_trait] = ACTIONS(491), [anon_sym_type] = ACTIONS(491), [anon_sym_union] = ACTIONS(491), [anon_sym_unsafe] = ACTIONS(491), [anon_sym_use] = ACTIONS(491), [anon_sym_while] = ACTIONS(491), [anon_sym_POUND] = ACTIONS(489), [anon_sym_BANG] = ACTIONS(491), [anon_sym_EQ] = ACTIONS(491), [anon_sym_extern] = ACTIONS(491), [anon_sym_LT] = ACTIONS(491), [anon_sym_GT] = ACTIONS(491), [anon_sym_COLON_COLON] = ACTIONS(489), [anon_sym_AMP] = ACTIONS(491), [anon_sym_DOT_DOT_DOT] = ACTIONS(489), [anon_sym_SQUOTE] = ACTIONS(491), [anon_sym_DOT_DOT] = ACTIONS(491), [anon_sym_DOT_DOT_EQ] = ACTIONS(489), [anon_sym_DASH] = ACTIONS(491), [anon_sym_AMP_AMP] = ACTIONS(489), [anon_sym_PIPE_PIPE] = ACTIONS(489), [anon_sym_PIPE] = ACTIONS(491), [anon_sym_CARET] = ACTIONS(491), [anon_sym_EQ_EQ] = ACTIONS(489), [anon_sym_BANG_EQ] = ACTIONS(489), [anon_sym_LT_EQ] = ACTIONS(489), [anon_sym_GT_EQ] = ACTIONS(489), [anon_sym_LT_LT] = ACTIONS(491), [anon_sym_GT_GT] = ACTIONS(491), [anon_sym_SLASH] = ACTIONS(491), [anon_sym_PERCENT] = ACTIONS(491), [anon_sym_PLUS_EQ] = ACTIONS(489), [anon_sym_DASH_EQ] = ACTIONS(489), [anon_sym_STAR_EQ] = ACTIONS(489), [anon_sym_SLASH_EQ] = ACTIONS(489), [anon_sym_PERCENT_EQ] = ACTIONS(489), [anon_sym_AMP_EQ] = ACTIONS(489), [anon_sym_PIPE_EQ] = ACTIONS(489), [anon_sym_CARET_EQ] = ACTIONS(489), [anon_sym_LT_LT_EQ] = ACTIONS(489), [anon_sym_GT_GT_EQ] = ACTIONS(489), [anon_sym_move] = ACTIONS(491), [anon_sym_DOT] = ACTIONS(491), [sym_integer_literal] = ACTIONS(489), [aux_sym_string_literal_token1] = ACTIONS(489), [sym_char_literal] = ACTIONS(489), [anon_sym_true] = ACTIONS(491), [anon_sym_false] = ACTIONS(491), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(491), [sym_super] = ACTIONS(491), [sym_crate] = ACTIONS(491), [sym_metavariable] = ACTIONS(489), [sym_raw_string_literal] = ACTIONS(489), [sym_float_literal] = ACTIONS(489), [sym_block_comment] = ACTIONS(3), }, [49] = { [ts_builtin_sym_end] = ACTIONS(493), [sym_identifier] = ACTIONS(495), [anon_sym_SEMI] = ACTIONS(493), [anon_sym_macro_rules_BANG] = ACTIONS(493), [anon_sym_LPAREN] = ACTIONS(493), [anon_sym_LBRACE] = ACTIONS(493), [anon_sym_RBRACE] = ACTIONS(493), [anon_sym_LBRACK] = ACTIONS(493), [anon_sym_PLUS] = ACTIONS(495), [anon_sym_STAR] = ACTIONS(495), [anon_sym_QMARK] = ACTIONS(493), [anon_sym_u8] = ACTIONS(495), [anon_sym_i8] = ACTIONS(495), [anon_sym_u16] = ACTIONS(495), [anon_sym_i16] = ACTIONS(495), [anon_sym_u32] = ACTIONS(495), [anon_sym_i32] = ACTIONS(495), [anon_sym_u64] = ACTIONS(495), [anon_sym_i64] = ACTIONS(495), [anon_sym_u128] = ACTIONS(495), [anon_sym_i128] = ACTIONS(495), [anon_sym_isize] = ACTIONS(495), [anon_sym_usize] = ACTIONS(495), [anon_sym_f32] = ACTIONS(495), [anon_sym_f64] = ACTIONS(495), [anon_sym_bool] = ACTIONS(495), [anon_sym_str] = ACTIONS(495), [anon_sym_char] = ACTIONS(495), [anon_sym_as] = ACTIONS(495), [anon_sym_async] = ACTIONS(495), [anon_sym_break] = ACTIONS(495), [anon_sym_const] = ACTIONS(495), [anon_sym_continue] = ACTIONS(495), [anon_sym_default] = ACTIONS(495), [anon_sym_enum] = ACTIONS(495), [anon_sym_fn] = ACTIONS(495), [anon_sym_for] = ACTIONS(495), [anon_sym_if] = ACTIONS(495), [anon_sym_impl] = ACTIONS(495), [anon_sym_let] = ACTIONS(495), [anon_sym_loop] = ACTIONS(495), [anon_sym_match] = ACTIONS(495), [anon_sym_mod] = ACTIONS(495), [anon_sym_pub] = ACTIONS(495), [anon_sym_return] = ACTIONS(495), [anon_sym_static] = ACTIONS(495), [anon_sym_struct] = ACTIONS(495), [anon_sym_trait] = ACTIONS(495), [anon_sym_type] = ACTIONS(495), [anon_sym_union] = ACTIONS(495), [anon_sym_unsafe] = ACTIONS(495), [anon_sym_use] = ACTIONS(495), [anon_sym_while] = ACTIONS(495), [anon_sym_POUND] = ACTIONS(493), [anon_sym_BANG] = ACTIONS(495), [anon_sym_EQ] = ACTIONS(495), [anon_sym_extern] = ACTIONS(495), [anon_sym_LT] = ACTIONS(495), [anon_sym_GT] = ACTIONS(495), [anon_sym_COLON_COLON] = ACTIONS(493), [anon_sym_AMP] = ACTIONS(495), [anon_sym_DOT_DOT_DOT] = ACTIONS(493), [anon_sym_SQUOTE] = ACTIONS(495), [anon_sym_DOT_DOT] = ACTIONS(495), [anon_sym_DOT_DOT_EQ] = ACTIONS(493), [anon_sym_DASH] = ACTIONS(495), [anon_sym_AMP_AMP] = ACTIONS(493), [anon_sym_PIPE_PIPE] = ACTIONS(493), [anon_sym_PIPE] = ACTIONS(495), [anon_sym_CARET] = ACTIONS(495), [anon_sym_EQ_EQ] = ACTIONS(493), [anon_sym_BANG_EQ] = ACTIONS(493), [anon_sym_LT_EQ] = ACTIONS(493), [anon_sym_GT_EQ] = ACTIONS(493), [anon_sym_LT_LT] = ACTIONS(495), [anon_sym_GT_GT] = ACTIONS(495), [anon_sym_SLASH] = ACTIONS(495), [anon_sym_PERCENT] = ACTIONS(495), [anon_sym_PLUS_EQ] = ACTIONS(493), [anon_sym_DASH_EQ] = ACTIONS(493), [anon_sym_STAR_EQ] = ACTIONS(493), [anon_sym_SLASH_EQ] = ACTIONS(493), [anon_sym_PERCENT_EQ] = ACTIONS(493), [anon_sym_AMP_EQ] = ACTIONS(493), [anon_sym_PIPE_EQ] = ACTIONS(493), [anon_sym_CARET_EQ] = ACTIONS(493), [anon_sym_LT_LT_EQ] = ACTIONS(493), [anon_sym_GT_GT_EQ] = ACTIONS(493), [anon_sym_move] = ACTIONS(495), [anon_sym_DOT] = ACTIONS(495), [sym_integer_literal] = ACTIONS(493), [aux_sym_string_literal_token1] = ACTIONS(493), [sym_char_literal] = ACTIONS(493), [anon_sym_true] = ACTIONS(495), [anon_sym_false] = ACTIONS(495), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(495), [sym_super] = ACTIONS(495), [sym_crate] = ACTIONS(495), [sym_metavariable] = ACTIONS(493), [sym_raw_string_literal] = ACTIONS(493), [sym_float_literal] = ACTIONS(493), [sym_block_comment] = ACTIONS(3), }, [50] = { [ts_builtin_sym_end] = ACTIONS(497), [sym_identifier] = ACTIONS(499), [anon_sym_SEMI] = ACTIONS(497), [anon_sym_macro_rules_BANG] = ACTIONS(497), [anon_sym_LPAREN] = ACTIONS(497), [anon_sym_LBRACE] = ACTIONS(497), [anon_sym_RBRACE] = ACTIONS(497), [anon_sym_LBRACK] = ACTIONS(497), [anon_sym_PLUS] = ACTIONS(499), [anon_sym_STAR] = ACTIONS(499), [anon_sym_QMARK] = ACTIONS(497), [anon_sym_u8] = ACTIONS(499), [anon_sym_i8] = ACTIONS(499), [anon_sym_u16] = ACTIONS(499), [anon_sym_i16] = ACTIONS(499), [anon_sym_u32] = ACTIONS(499), [anon_sym_i32] = ACTIONS(499), [anon_sym_u64] = ACTIONS(499), [anon_sym_i64] = ACTIONS(499), [anon_sym_u128] = ACTIONS(499), [anon_sym_i128] = ACTIONS(499), [anon_sym_isize] = ACTIONS(499), [anon_sym_usize] = ACTIONS(499), [anon_sym_f32] = ACTIONS(499), [anon_sym_f64] = ACTIONS(499), [anon_sym_bool] = ACTIONS(499), [anon_sym_str] = ACTIONS(499), [anon_sym_char] = ACTIONS(499), [anon_sym_as] = ACTIONS(499), [anon_sym_async] = ACTIONS(499), [anon_sym_break] = ACTIONS(499), [anon_sym_const] = ACTIONS(499), [anon_sym_continue] = ACTIONS(499), [anon_sym_default] = ACTIONS(499), [anon_sym_enum] = ACTIONS(499), [anon_sym_fn] = ACTIONS(499), [anon_sym_for] = ACTIONS(499), [anon_sym_if] = ACTIONS(499), [anon_sym_impl] = ACTIONS(499), [anon_sym_let] = ACTIONS(499), [anon_sym_loop] = ACTIONS(499), [anon_sym_match] = ACTIONS(499), [anon_sym_mod] = ACTIONS(499), [anon_sym_pub] = ACTIONS(499), [anon_sym_return] = ACTIONS(499), [anon_sym_static] = ACTIONS(499), [anon_sym_struct] = ACTIONS(499), [anon_sym_trait] = ACTIONS(499), [anon_sym_type] = ACTIONS(499), [anon_sym_union] = ACTIONS(499), [anon_sym_unsafe] = ACTIONS(499), [anon_sym_use] = ACTIONS(499), [anon_sym_while] = ACTIONS(499), [anon_sym_POUND] = ACTIONS(497), [anon_sym_BANG] = ACTIONS(499), [anon_sym_EQ] = ACTIONS(499), [anon_sym_extern] = ACTIONS(499), [anon_sym_LT] = ACTIONS(499), [anon_sym_GT] = ACTIONS(499), [anon_sym_COLON_COLON] = ACTIONS(497), [anon_sym_AMP] = ACTIONS(499), [anon_sym_DOT_DOT_DOT] = ACTIONS(497), [anon_sym_SQUOTE] = ACTIONS(499), [anon_sym_DOT_DOT] = ACTIONS(499), [anon_sym_DOT_DOT_EQ] = ACTIONS(497), [anon_sym_DASH] = ACTIONS(499), [anon_sym_AMP_AMP] = ACTIONS(497), [anon_sym_PIPE_PIPE] = ACTIONS(497), [anon_sym_PIPE] = ACTIONS(499), [anon_sym_CARET] = ACTIONS(499), [anon_sym_EQ_EQ] = ACTIONS(497), [anon_sym_BANG_EQ] = ACTIONS(497), [anon_sym_LT_EQ] = ACTIONS(497), [anon_sym_GT_EQ] = ACTIONS(497), [anon_sym_LT_LT] = ACTIONS(499), [anon_sym_GT_GT] = ACTIONS(499), [anon_sym_SLASH] = ACTIONS(499), [anon_sym_PERCENT] = ACTIONS(499), [anon_sym_PLUS_EQ] = ACTIONS(497), [anon_sym_DASH_EQ] = ACTIONS(497), [anon_sym_STAR_EQ] = ACTIONS(497), [anon_sym_SLASH_EQ] = ACTIONS(497), [anon_sym_PERCENT_EQ] = ACTIONS(497), [anon_sym_AMP_EQ] = ACTIONS(497), [anon_sym_PIPE_EQ] = ACTIONS(497), [anon_sym_CARET_EQ] = ACTIONS(497), [anon_sym_LT_LT_EQ] = ACTIONS(497), [anon_sym_GT_GT_EQ] = ACTIONS(497), [anon_sym_move] = ACTIONS(499), [anon_sym_DOT] = ACTIONS(499), [sym_integer_literal] = ACTIONS(497), [aux_sym_string_literal_token1] = ACTIONS(497), [sym_char_literal] = ACTIONS(497), [anon_sym_true] = ACTIONS(499), [anon_sym_false] = ACTIONS(499), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(499), [sym_super] = ACTIONS(499), [sym_crate] = ACTIONS(499), [sym_metavariable] = ACTIONS(497), [sym_raw_string_literal] = ACTIONS(497), [sym_float_literal] = ACTIONS(497), [sym_block_comment] = ACTIONS(3), }, [51] = { [ts_builtin_sym_end] = ACTIONS(501), [sym_identifier] = ACTIONS(503), [anon_sym_SEMI] = ACTIONS(501), [anon_sym_macro_rules_BANG] = ACTIONS(501), [anon_sym_LPAREN] = ACTIONS(501), [anon_sym_LBRACE] = ACTIONS(501), [anon_sym_RBRACE] = ACTIONS(501), [anon_sym_LBRACK] = ACTIONS(501), [anon_sym_PLUS] = ACTIONS(503), [anon_sym_STAR] = ACTIONS(503), [anon_sym_QMARK] = ACTIONS(501), [anon_sym_u8] = ACTIONS(503), [anon_sym_i8] = ACTIONS(503), [anon_sym_u16] = ACTIONS(503), [anon_sym_i16] = ACTIONS(503), [anon_sym_u32] = ACTIONS(503), [anon_sym_i32] = ACTIONS(503), [anon_sym_u64] = ACTIONS(503), [anon_sym_i64] = ACTIONS(503), [anon_sym_u128] = ACTIONS(503), [anon_sym_i128] = ACTIONS(503), [anon_sym_isize] = ACTIONS(503), [anon_sym_usize] = ACTIONS(503), [anon_sym_f32] = ACTIONS(503), [anon_sym_f64] = ACTIONS(503), [anon_sym_bool] = ACTIONS(503), [anon_sym_str] = ACTIONS(503), [anon_sym_char] = ACTIONS(503), [anon_sym_as] = ACTIONS(503), [anon_sym_async] = ACTIONS(503), [anon_sym_break] = ACTIONS(503), [anon_sym_const] = ACTIONS(503), [anon_sym_continue] = ACTIONS(503), [anon_sym_default] = ACTIONS(503), [anon_sym_enum] = ACTIONS(503), [anon_sym_fn] = ACTIONS(503), [anon_sym_for] = ACTIONS(503), [anon_sym_if] = ACTIONS(503), [anon_sym_impl] = ACTIONS(503), [anon_sym_let] = ACTIONS(503), [anon_sym_loop] = ACTIONS(503), [anon_sym_match] = ACTIONS(503), [anon_sym_mod] = ACTIONS(503), [anon_sym_pub] = ACTIONS(503), [anon_sym_return] = ACTIONS(503), [anon_sym_static] = ACTIONS(503), [anon_sym_struct] = ACTIONS(503), [anon_sym_trait] = ACTIONS(503), [anon_sym_type] = ACTIONS(503), [anon_sym_union] = ACTIONS(503), [anon_sym_unsafe] = ACTIONS(503), [anon_sym_use] = ACTIONS(503), [anon_sym_while] = ACTIONS(503), [anon_sym_POUND] = ACTIONS(501), [anon_sym_BANG] = ACTIONS(503), [anon_sym_EQ] = ACTIONS(503), [anon_sym_extern] = ACTIONS(503), [anon_sym_LT] = ACTIONS(503), [anon_sym_GT] = ACTIONS(503), [anon_sym_COLON_COLON] = ACTIONS(501), [anon_sym_AMP] = ACTIONS(503), [anon_sym_DOT_DOT_DOT] = ACTIONS(501), [anon_sym_SQUOTE] = ACTIONS(503), [anon_sym_DOT_DOT] = ACTIONS(503), [anon_sym_DOT_DOT_EQ] = ACTIONS(501), [anon_sym_DASH] = ACTIONS(503), [anon_sym_AMP_AMP] = ACTIONS(501), [anon_sym_PIPE_PIPE] = ACTIONS(501), [anon_sym_PIPE] = ACTIONS(503), [anon_sym_CARET] = ACTIONS(503), [anon_sym_EQ_EQ] = ACTIONS(501), [anon_sym_BANG_EQ] = ACTIONS(501), [anon_sym_LT_EQ] = ACTIONS(501), [anon_sym_GT_EQ] = ACTIONS(501), [anon_sym_LT_LT] = ACTIONS(503), [anon_sym_GT_GT] = ACTIONS(503), [anon_sym_SLASH] = ACTIONS(503), [anon_sym_PERCENT] = ACTIONS(503), [anon_sym_PLUS_EQ] = ACTIONS(501), [anon_sym_DASH_EQ] = ACTIONS(501), [anon_sym_STAR_EQ] = ACTIONS(501), [anon_sym_SLASH_EQ] = ACTIONS(501), [anon_sym_PERCENT_EQ] = ACTIONS(501), [anon_sym_AMP_EQ] = ACTIONS(501), [anon_sym_PIPE_EQ] = ACTIONS(501), [anon_sym_CARET_EQ] = ACTIONS(501), [anon_sym_LT_LT_EQ] = ACTIONS(501), [anon_sym_GT_GT_EQ] = ACTIONS(501), [anon_sym_move] = ACTIONS(503), [anon_sym_DOT] = ACTIONS(503), [sym_integer_literal] = ACTIONS(501), [aux_sym_string_literal_token1] = ACTIONS(501), [sym_char_literal] = ACTIONS(501), [anon_sym_true] = ACTIONS(503), [anon_sym_false] = ACTIONS(503), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(503), [sym_super] = ACTIONS(503), [sym_crate] = ACTIONS(503), [sym_metavariable] = ACTIONS(501), [sym_raw_string_literal] = ACTIONS(501), [sym_float_literal] = ACTIONS(501), [sym_block_comment] = ACTIONS(3), }, [52] = { [ts_builtin_sym_end] = ACTIONS(505), [sym_identifier] = ACTIONS(507), [anon_sym_SEMI] = ACTIONS(505), [anon_sym_macro_rules_BANG] = ACTIONS(505), [anon_sym_LPAREN] = ACTIONS(505), [anon_sym_LBRACE] = ACTIONS(505), [anon_sym_RBRACE] = ACTIONS(505), [anon_sym_LBRACK] = ACTIONS(505), [anon_sym_PLUS] = ACTIONS(507), [anon_sym_STAR] = ACTIONS(507), [anon_sym_QMARK] = ACTIONS(505), [anon_sym_u8] = ACTIONS(507), [anon_sym_i8] = ACTIONS(507), [anon_sym_u16] = ACTIONS(507), [anon_sym_i16] = ACTIONS(507), [anon_sym_u32] = ACTIONS(507), [anon_sym_i32] = ACTIONS(507), [anon_sym_u64] = ACTIONS(507), [anon_sym_i64] = ACTIONS(507), [anon_sym_u128] = ACTIONS(507), [anon_sym_i128] = ACTIONS(507), [anon_sym_isize] = ACTIONS(507), [anon_sym_usize] = ACTIONS(507), [anon_sym_f32] = ACTIONS(507), [anon_sym_f64] = ACTIONS(507), [anon_sym_bool] = ACTIONS(507), [anon_sym_str] = ACTIONS(507), [anon_sym_char] = ACTIONS(507), [anon_sym_as] = ACTIONS(507), [anon_sym_async] = ACTIONS(507), [anon_sym_break] = ACTIONS(507), [anon_sym_const] = ACTIONS(507), [anon_sym_continue] = ACTIONS(507), [anon_sym_default] = ACTIONS(507), [anon_sym_enum] = ACTIONS(507), [anon_sym_fn] = ACTIONS(507), [anon_sym_for] = ACTIONS(507), [anon_sym_if] = ACTIONS(507), [anon_sym_impl] = ACTIONS(507), [anon_sym_let] = ACTIONS(507), [anon_sym_loop] = ACTIONS(507), [anon_sym_match] = ACTIONS(507), [anon_sym_mod] = ACTIONS(507), [anon_sym_pub] = ACTIONS(507), [anon_sym_return] = ACTIONS(507), [anon_sym_static] = ACTIONS(507), [anon_sym_struct] = ACTIONS(507), [anon_sym_trait] = ACTIONS(507), [anon_sym_type] = ACTIONS(507), [anon_sym_union] = ACTIONS(507), [anon_sym_unsafe] = ACTIONS(507), [anon_sym_use] = ACTIONS(507), [anon_sym_while] = ACTIONS(507), [anon_sym_POUND] = ACTIONS(505), [anon_sym_BANG] = ACTIONS(507), [anon_sym_EQ] = ACTIONS(507), [anon_sym_extern] = ACTIONS(507), [anon_sym_LT] = ACTIONS(507), [anon_sym_GT] = ACTIONS(507), [anon_sym_COLON_COLON] = ACTIONS(505), [anon_sym_AMP] = ACTIONS(507), [anon_sym_DOT_DOT_DOT] = ACTIONS(505), [anon_sym_SQUOTE] = ACTIONS(507), [anon_sym_DOT_DOT] = ACTIONS(507), [anon_sym_DOT_DOT_EQ] = ACTIONS(505), [anon_sym_DASH] = ACTIONS(507), [anon_sym_AMP_AMP] = ACTIONS(505), [anon_sym_PIPE_PIPE] = ACTIONS(505), [anon_sym_PIPE] = ACTIONS(507), [anon_sym_CARET] = ACTIONS(507), [anon_sym_EQ_EQ] = ACTIONS(505), [anon_sym_BANG_EQ] = ACTIONS(505), [anon_sym_LT_EQ] = ACTIONS(505), [anon_sym_GT_EQ] = ACTIONS(505), [anon_sym_LT_LT] = ACTIONS(507), [anon_sym_GT_GT] = ACTIONS(507), [anon_sym_SLASH] = ACTIONS(507), [anon_sym_PERCENT] = ACTIONS(507), [anon_sym_PLUS_EQ] = ACTIONS(505), [anon_sym_DASH_EQ] = ACTIONS(505), [anon_sym_STAR_EQ] = ACTIONS(505), [anon_sym_SLASH_EQ] = ACTIONS(505), [anon_sym_PERCENT_EQ] = ACTIONS(505), [anon_sym_AMP_EQ] = ACTIONS(505), [anon_sym_PIPE_EQ] = ACTIONS(505), [anon_sym_CARET_EQ] = ACTIONS(505), [anon_sym_LT_LT_EQ] = ACTIONS(505), [anon_sym_GT_GT_EQ] = ACTIONS(505), [anon_sym_move] = ACTIONS(507), [anon_sym_DOT] = ACTIONS(507), [sym_integer_literal] = ACTIONS(505), [aux_sym_string_literal_token1] = ACTIONS(505), [sym_char_literal] = ACTIONS(505), [anon_sym_true] = ACTIONS(507), [anon_sym_false] = ACTIONS(507), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(507), [sym_super] = ACTIONS(507), [sym_crate] = ACTIONS(507), [sym_metavariable] = ACTIONS(505), [sym_raw_string_literal] = ACTIONS(505), [sym_float_literal] = ACTIONS(505), [sym_block_comment] = ACTIONS(3), }, [53] = { [ts_builtin_sym_end] = ACTIONS(509), [sym_identifier] = ACTIONS(511), [anon_sym_SEMI] = ACTIONS(509), [anon_sym_macro_rules_BANG] = ACTIONS(509), [anon_sym_LPAREN] = ACTIONS(509), [anon_sym_LBRACE] = ACTIONS(509), [anon_sym_RBRACE] = ACTIONS(509), [anon_sym_LBRACK] = ACTIONS(509), [anon_sym_PLUS] = ACTIONS(511), [anon_sym_STAR] = ACTIONS(511), [anon_sym_QMARK] = ACTIONS(509), [anon_sym_u8] = ACTIONS(511), [anon_sym_i8] = ACTIONS(511), [anon_sym_u16] = ACTIONS(511), [anon_sym_i16] = ACTIONS(511), [anon_sym_u32] = ACTIONS(511), [anon_sym_i32] = ACTIONS(511), [anon_sym_u64] = ACTIONS(511), [anon_sym_i64] = ACTIONS(511), [anon_sym_u128] = ACTIONS(511), [anon_sym_i128] = ACTIONS(511), [anon_sym_isize] = ACTIONS(511), [anon_sym_usize] = ACTIONS(511), [anon_sym_f32] = ACTIONS(511), [anon_sym_f64] = ACTIONS(511), [anon_sym_bool] = ACTIONS(511), [anon_sym_str] = ACTIONS(511), [anon_sym_char] = ACTIONS(511), [anon_sym_as] = ACTIONS(511), [anon_sym_async] = ACTIONS(511), [anon_sym_break] = ACTIONS(511), [anon_sym_const] = ACTIONS(511), [anon_sym_continue] = ACTIONS(511), [anon_sym_default] = ACTIONS(511), [anon_sym_enum] = ACTIONS(511), [anon_sym_fn] = ACTIONS(511), [anon_sym_for] = ACTIONS(511), [anon_sym_if] = ACTIONS(511), [anon_sym_impl] = ACTIONS(511), [anon_sym_let] = ACTIONS(511), [anon_sym_loop] = ACTIONS(511), [anon_sym_match] = ACTIONS(511), [anon_sym_mod] = ACTIONS(511), [anon_sym_pub] = ACTIONS(511), [anon_sym_return] = ACTIONS(511), [anon_sym_static] = ACTIONS(511), [anon_sym_struct] = ACTIONS(511), [anon_sym_trait] = ACTIONS(511), [anon_sym_type] = ACTIONS(511), [anon_sym_union] = ACTIONS(511), [anon_sym_unsafe] = ACTIONS(511), [anon_sym_use] = ACTIONS(511), [anon_sym_while] = ACTIONS(511), [anon_sym_POUND] = ACTIONS(509), [anon_sym_BANG] = ACTIONS(511), [anon_sym_EQ] = ACTIONS(511), [anon_sym_extern] = ACTIONS(511), [anon_sym_LT] = ACTIONS(511), [anon_sym_GT] = ACTIONS(511), [anon_sym_COLON_COLON] = ACTIONS(509), [anon_sym_AMP] = ACTIONS(511), [anon_sym_DOT_DOT_DOT] = ACTIONS(509), [anon_sym_SQUOTE] = ACTIONS(511), [anon_sym_DOT_DOT] = ACTIONS(511), [anon_sym_DOT_DOT_EQ] = ACTIONS(509), [anon_sym_DASH] = ACTIONS(511), [anon_sym_AMP_AMP] = ACTIONS(509), [anon_sym_PIPE_PIPE] = ACTIONS(509), [anon_sym_PIPE] = ACTIONS(511), [anon_sym_CARET] = ACTIONS(511), [anon_sym_EQ_EQ] = ACTIONS(509), [anon_sym_BANG_EQ] = ACTIONS(509), [anon_sym_LT_EQ] = ACTIONS(509), [anon_sym_GT_EQ] = ACTIONS(509), [anon_sym_LT_LT] = ACTIONS(511), [anon_sym_GT_GT] = ACTIONS(511), [anon_sym_SLASH] = ACTIONS(511), [anon_sym_PERCENT] = ACTIONS(511), [anon_sym_PLUS_EQ] = ACTIONS(509), [anon_sym_DASH_EQ] = ACTIONS(509), [anon_sym_STAR_EQ] = ACTIONS(509), [anon_sym_SLASH_EQ] = ACTIONS(509), [anon_sym_PERCENT_EQ] = ACTIONS(509), [anon_sym_AMP_EQ] = ACTIONS(509), [anon_sym_PIPE_EQ] = ACTIONS(509), [anon_sym_CARET_EQ] = ACTIONS(509), [anon_sym_LT_LT_EQ] = ACTIONS(509), [anon_sym_GT_GT_EQ] = ACTIONS(509), [anon_sym_move] = ACTIONS(511), [anon_sym_DOT] = ACTIONS(511), [sym_integer_literal] = ACTIONS(509), [aux_sym_string_literal_token1] = ACTIONS(509), [sym_char_literal] = ACTIONS(509), [anon_sym_true] = ACTIONS(511), [anon_sym_false] = ACTIONS(511), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(511), [sym_super] = ACTIONS(511), [sym_crate] = ACTIONS(511), [sym_metavariable] = ACTIONS(509), [sym_raw_string_literal] = ACTIONS(509), [sym_float_literal] = ACTIONS(509), [sym_block_comment] = ACTIONS(3), }, [54] = { [sym_attribute_item] = STATE(62), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(899), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(899), [sym_macro_invocation] = STATE(899), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(899), [sym_unary_expression] = STATE(899), [sym_try_expression] = STATE(899), [sym_reference_expression] = STATE(899), [sym_binary_expression] = STATE(899), [sym_assignment_expression] = STATE(899), [sym_compound_assignment_expr] = STATE(899), [sym_type_cast_expression] = STATE(899), [sym_return_expression] = STATE(899), [sym_call_expression] = STATE(899), [sym_array_expression] = STATE(899), [sym_parenthesized_expression] = STATE(899), [sym_tuple_expression] = STATE(899), [sym_unit_expression] = STATE(899), [sym_struct_expression] = STATE(899), [sym_if_expression] = STATE(899), [sym_if_let_expression] = STATE(899), [sym_match_expression] = STATE(899), [sym_while_expression] = STATE(899), [sym_while_let_expression] = STATE(899), [sym_loop_expression] = STATE(899), [sym_for_expression] = STATE(899), [sym_closure_expression] = STATE(899), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(899), [sym_continue_expression] = STATE(899), [sym_index_expression] = STATE(899), [sym_await_expression] = STATE(899), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(899), [sym_async_block] = STATE(899), [sym_block] = STATE(899), [sym__literal] = STATE(899), [sym_string_literal] = STATE(899), [sym_boolean_literal] = STATE(899), [aux_sym_enum_variant_list_repeat1] = STATE(62), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_RPAREN] = ACTIONS(513), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_POUND] = ACTIONS(413), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(445), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(445), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(445), [sym_float_literal] = ACTIONS(445), [sym_block_comment] = ACTIONS(3), }, [55] = { [ts_builtin_sym_end] = ACTIONS(515), [sym_identifier] = ACTIONS(517), [anon_sym_SEMI] = ACTIONS(519), [anon_sym_macro_rules_BANG] = ACTIONS(515), [anon_sym_LPAREN] = ACTIONS(519), [anon_sym_LBRACE] = ACTIONS(515), [anon_sym_RBRACE] = ACTIONS(519), [anon_sym_LBRACK] = ACTIONS(519), [anon_sym_PLUS] = ACTIONS(521), [anon_sym_STAR] = ACTIONS(521), [anon_sym_QMARK] = ACTIONS(519), [anon_sym_u8] = ACTIONS(517), [anon_sym_i8] = ACTIONS(517), [anon_sym_u16] = ACTIONS(517), [anon_sym_i16] = ACTIONS(517), [anon_sym_u32] = ACTIONS(517), [anon_sym_i32] = ACTIONS(517), [anon_sym_u64] = ACTIONS(517), [anon_sym_i64] = ACTIONS(517), [anon_sym_u128] = ACTIONS(517), [anon_sym_i128] = ACTIONS(517), [anon_sym_isize] = ACTIONS(517), [anon_sym_usize] = ACTIONS(517), [anon_sym_f32] = ACTIONS(517), [anon_sym_f64] = ACTIONS(517), [anon_sym_bool] = ACTIONS(517), [anon_sym_str] = ACTIONS(517), [anon_sym_char] = ACTIONS(517), [anon_sym_as] = ACTIONS(521), [anon_sym_async] = ACTIONS(517), [anon_sym_break] = ACTIONS(517), [anon_sym_const] = ACTIONS(517), [anon_sym_continue] = ACTIONS(517), [anon_sym_default] = ACTIONS(517), [anon_sym_enum] = ACTIONS(517), [anon_sym_fn] = ACTIONS(517), [anon_sym_for] = ACTIONS(517), [anon_sym_if] = ACTIONS(517), [anon_sym_impl] = ACTIONS(517), [anon_sym_let] = ACTIONS(517), [anon_sym_loop] = ACTIONS(517), [anon_sym_match] = ACTIONS(517), [anon_sym_mod] = ACTIONS(517), [anon_sym_pub] = ACTIONS(517), [anon_sym_return] = ACTIONS(517), [anon_sym_static] = ACTIONS(517), [anon_sym_struct] = ACTIONS(517), [anon_sym_trait] = ACTIONS(517), [anon_sym_type] = ACTIONS(517), [anon_sym_union] = ACTIONS(517), [anon_sym_unsafe] = ACTIONS(517), [anon_sym_use] = ACTIONS(517), [anon_sym_while] = ACTIONS(517), [anon_sym_POUND] = ACTIONS(515), [anon_sym_BANG] = ACTIONS(517), [anon_sym_EQ] = ACTIONS(521), [anon_sym_extern] = ACTIONS(517), [anon_sym_LT] = ACTIONS(521), [anon_sym_GT] = ACTIONS(521), [anon_sym_COLON_COLON] = ACTIONS(515), [anon_sym_AMP] = ACTIONS(521), [anon_sym_DOT_DOT_DOT] = ACTIONS(519), [anon_sym_SQUOTE] = ACTIONS(517), [anon_sym_DOT_DOT] = ACTIONS(521), [anon_sym_DOT_DOT_EQ] = ACTIONS(519), [anon_sym_DASH] = ACTIONS(521), [anon_sym_AMP_AMP] = ACTIONS(519), [anon_sym_PIPE_PIPE] = ACTIONS(519), [anon_sym_PIPE] = ACTIONS(521), [anon_sym_CARET] = ACTIONS(521), [anon_sym_EQ_EQ] = ACTIONS(519), [anon_sym_BANG_EQ] = ACTIONS(519), [anon_sym_LT_EQ] = ACTIONS(519), [anon_sym_GT_EQ] = ACTIONS(519), [anon_sym_LT_LT] = ACTIONS(521), [anon_sym_GT_GT] = ACTIONS(521), [anon_sym_SLASH] = ACTIONS(521), [anon_sym_PERCENT] = ACTIONS(521), [anon_sym_PLUS_EQ] = ACTIONS(519), [anon_sym_DASH_EQ] = ACTIONS(519), [anon_sym_STAR_EQ] = ACTIONS(519), [anon_sym_SLASH_EQ] = ACTIONS(519), [anon_sym_PERCENT_EQ] = ACTIONS(519), [anon_sym_AMP_EQ] = ACTIONS(519), [anon_sym_PIPE_EQ] = ACTIONS(519), [anon_sym_CARET_EQ] = ACTIONS(519), [anon_sym_LT_LT_EQ] = ACTIONS(519), [anon_sym_GT_GT_EQ] = ACTIONS(519), [anon_sym_move] = ACTIONS(517), [anon_sym_DOT] = ACTIONS(521), [sym_integer_literal] = ACTIONS(515), [aux_sym_string_literal_token1] = ACTIONS(515), [sym_char_literal] = ACTIONS(515), [anon_sym_true] = ACTIONS(517), [anon_sym_false] = ACTIONS(517), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(517), [sym_super] = ACTIONS(517), [sym_crate] = ACTIONS(517), [sym_metavariable] = ACTIONS(515), [sym_raw_string_literal] = ACTIONS(515), [sym_float_literal] = ACTIONS(515), [sym_block_comment] = ACTIONS(3), }, [56] = { [ts_builtin_sym_end] = ACTIONS(523), [sym_identifier] = ACTIONS(525), [anon_sym_SEMI] = ACTIONS(523), [anon_sym_macro_rules_BANG] = ACTIONS(523), [anon_sym_LPAREN] = ACTIONS(523), [anon_sym_LBRACE] = ACTIONS(523), [anon_sym_RBRACE] = ACTIONS(523), [anon_sym_LBRACK] = ACTIONS(523), [anon_sym_PLUS] = ACTIONS(525), [anon_sym_STAR] = ACTIONS(525), [anon_sym_QMARK] = ACTIONS(523), [anon_sym_u8] = ACTIONS(525), [anon_sym_i8] = ACTIONS(525), [anon_sym_u16] = ACTIONS(525), [anon_sym_i16] = ACTIONS(525), [anon_sym_u32] = ACTIONS(525), [anon_sym_i32] = ACTIONS(525), [anon_sym_u64] = ACTIONS(525), [anon_sym_i64] = ACTIONS(525), [anon_sym_u128] = ACTIONS(525), [anon_sym_i128] = ACTIONS(525), [anon_sym_isize] = ACTIONS(525), [anon_sym_usize] = ACTIONS(525), [anon_sym_f32] = ACTIONS(525), [anon_sym_f64] = ACTIONS(525), [anon_sym_bool] = ACTIONS(525), [anon_sym_str] = ACTIONS(525), [anon_sym_char] = ACTIONS(525), [anon_sym_as] = ACTIONS(525), [anon_sym_async] = ACTIONS(525), [anon_sym_break] = ACTIONS(525), [anon_sym_const] = ACTIONS(525), [anon_sym_continue] = ACTIONS(525), [anon_sym_default] = ACTIONS(525), [anon_sym_enum] = ACTIONS(525), [anon_sym_fn] = ACTIONS(525), [anon_sym_for] = ACTIONS(525), [anon_sym_if] = ACTIONS(525), [anon_sym_impl] = ACTIONS(525), [anon_sym_let] = ACTIONS(525), [anon_sym_loop] = ACTIONS(525), [anon_sym_match] = ACTIONS(525), [anon_sym_mod] = ACTIONS(525), [anon_sym_pub] = ACTIONS(525), [anon_sym_return] = ACTIONS(525), [anon_sym_static] = ACTIONS(525), [anon_sym_struct] = ACTIONS(525), [anon_sym_trait] = ACTIONS(525), [anon_sym_type] = ACTIONS(525), [anon_sym_union] = ACTIONS(525), [anon_sym_unsafe] = ACTIONS(525), [anon_sym_use] = ACTIONS(525), [anon_sym_while] = ACTIONS(525), [anon_sym_POUND] = ACTIONS(523), [anon_sym_BANG] = ACTIONS(525), [anon_sym_EQ] = ACTIONS(525), [anon_sym_extern] = ACTIONS(525), [anon_sym_LT] = ACTIONS(525), [anon_sym_GT] = ACTIONS(525), [anon_sym_COLON_COLON] = ACTIONS(523), [anon_sym_AMP] = ACTIONS(525), [anon_sym_DOT_DOT_DOT] = ACTIONS(523), [anon_sym_SQUOTE] = ACTIONS(525), [anon_sym_DOT_DOT] = ACTIONS(525), [anon_sym_DOT_DOT_EQ] = ACTIONS(523), [anon_sym_DASH] = ACTIONS(525), [anon_sym_AMP_AMP] = ACTIONS(523), [anon_sym_PIPE_PIPE] = ACTIONS(523), [anon_sym_PIPE] = ACTIONS(525), [anon_sym_CARET] = ACTIONS(525), [anon_sym_EQ_EQ] = ACTIONS(523), [anon_sym_BANG_EQ] = ACTIONS(523), [anon_sym_LT_EQ] = ACTIONS(523), [anon_sym_GT_EQ] = ACTIONS(523), [anon_sym_LT_LT] = ACTIONS(525), [anon_sym_GT_GT] = ACTIONS(525), [anon_sym_SLASH] = ACTIONS(525), [anon_sym_PERCENT] = ACTIONS(525), [anon_sym_PLUS_EQ] = ACTIONS(523), [anon_sym_DASH_EQ] = ACTIONS(523), [anon_sym_STAR_EQ] = ACTIONS(523), [anon_sym_SLASH_EQ] = ACTIONS(523), [anon_sym_PERCENT_EQ] = ACTIONS(523), [anon_sym_AMP_EQ] = ACTIONS(523), [anon_sym_PIPE_EQ] = ACTIONS(523), [anon_sym_CARET_EQ] = ACTIONS(523), [anon_sym_LT_LT_EQ] = ACTIONS(523), [anon_sym_GT_GT_EQ] = ACTIONS(523), [anon_sym_move] = ACTIONS(525), [anon_sym_DOT] = ACTIONS(525), [sym_integer_literal] = ACTIONS(523), [aux_sym_string_literal_token1] = ACTIONS(523), [sym_char_literal] = ACTIONS(523), [anon_sym_true] = ACTIONS(525), [anon_sym_false] = ACTIONS(525), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(525), [sym_super] = ACTIONS(525), [sym_crate] = ACTIONS(525), [sym_metavariable] = ACTIONS(523), [sym_raw_string_literal] = ACTIONS(523), [sym_float_literal] = ACTIONS(523), [sym_block_comment] = ACTIONS(3), }, [57] = { [ts_builtin_sym_end] = ACTIONS(527), [sym_identifier] = ACTIONS(529), [anon_sym_SEMI] = ACTIONS(527), [anon_sym_macro_rules_BANG] = ACTIONS(527), [anon_sym_LPAREN] = ACTIONS(527), [anon_sym_LBRACE] = ACTIONS(527), [anon_sym_RBRACE] = ACTIONS(527), [anon_sym_LBRACK] = ACTIONS(527), [anon_sym_PLUS] = ACTIONS(529), [anon_sym_STAR] = ACTIONS(529), [anon_sym_QMARK] = ACTIONS(527), [anon_sym_u8] = ACTIONS(529), [anon_sym_i8] = ACTIONS(529), [anon_sym_u16] = ACTIONS(529), [anon_sym_i16] = ACTIONS(529), [anon_sym_u32] = ACTIONS(529), [anon_sym_i32] = ACTIONS(529), [anon_sym_u64] = ACTIONS(529), [anon_sym_i64] = ACTIONS(529), [anon_sym_u128] = ACTIONS(529), [anon_sym_i128] = ACTIONS(529), [anon_sym_isize] = ACTIONS(529), [anon_sym_usize] = ACTIONS(529), [anon_sym_f32] = ACTIONS(529), [anon_sym_f64] = ACTIONS(529), [anon_sym_bool] = ACTIONS(529), [anon_sym_str] = ACTIONS(529), [anon_sym_char] = ACTIONS(529), [anon_sym_as] = ACTIONS(529), [anon_sym_async] = ACTIONS(529), [anon_sym_break] = ACTIONS(529), [anon_sym_const] = ACTIONS(529), [anon_sym_continue] = ACTIONS(529), [anon_sym_default] = ACTIONS(529), [anon_sym_enum] = ACTIONS(529), [anon_sym_fn] = ACTIONS(529), [anon_sym_for] = ACTIONS(529), [anon_sym_if] = ACTIONS(529), [anon_sym_impl] = ACTIONS(529), [anon_sym_let] = ACTIONS(529), [anon_sym_loop] = ACTIONS(529), [anon_sym_match] = ACTIONS(529), [anon_sym_mod] = ACTIONS(529), [anon_sym_pub] = ACTIONS(529), [anon_sym_return] = ACTIONS(529), [anon_sym_static] = ACTIONS(529), [anon_sym_struct] = ACTIONS(529), [anon_sym_trait] = ACTIONS(529), [anon_sym_type] = ACTIONS(529), [anon_sym_union] = ACTIONS(529), [anon_sym_unsafe] = ACTIONS(529), [anon_sym_use] = ACTIONS(529), [anon_sym_while] = ACTIONS(529), [anon_sym_POUND] = ACTIONS(527), [anon_sym_BANG] = ACTIONS(529), [anon_sym_EQ] = ACTIONS(529), [anon_sym_extern] = ACTIONS(529), [anon_sym_LT] = ACTIONS(529), [anon_sym_GT] = ACTIONS(529), [anon_sym_COLON_COLON] = ACTIONS(527), [anon_sym_AMP] = ACTIONS(529), [anon_sym_DOT_DOT_DOT] = ACTIONS(527), [anon_sym_SQUOTE] = ACTIONS(529), [anon_sym_DOT_DOT] = ACTIONS(529), [anon_sym_DOT_DOT_EQ] = ACTIONS(527), [anon_sym_DASH] = ACTIONS(529), [anon_sym_AMP_AMP] = ACTIONS(527), [anon_sym_PIPE_PIPE] = ACTIONS(527), [anon_sym_PIPE] = ACTIONS(529), [anon_sym_CARET] = ACTIONS(529), [anon_sym_EQ_EQ] = ACTIONS(527), [anon_sym_BANG_EQ] = ACTIONS(527), [anon_sym_LT_EQ] = ACTIONS(527), [anon_sym_GT_EQ] = ACTIONS(527), [anon_sym_LT_LT] = ACTIONS(529), [anon_sym_GT_GT] = ACTIONS(529), [anon_sym_SLASH] = ACTIONS(529), [anon_sym_PERCENT] = ACTIONS(529), [anon_sym_PLUS_EQ] = ACTIONS(527), [anon_sym_DASH_EQ] = ACTIONS(527), [anon_sym_STAR_EQ] = ACTIONS(527), [anon_sym_SLASH_EQ] = ACTIONS(527), [anon_sym_PERCENT_EQ] = ACTIONS(527), [anon_sym_AMP_EQ] = ACTIONS(527), [anon_sym_PIPE_EQ] = ACTIONS(527), [anon_sym_CARET_EQ] = ACTIONS(527), [anon_sym_LT_LT_EQ] = ACTIONS(527), [anon_sym_GT_GT_EQ] = ACTIONS(527), [anon_sym_move] = ACTIONS(529), [anon_sym_DOT] = ACTIONS(529), [sym_integer_literal] = ACTIONS(527), [aux_sym_string_literal_token1] = ACTIONS(527), [sym_char_literal] = ACTIONS(527), [anon_sym_true] = ACTIONS(529), [anon_sym_false] = ACTIONS(529), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(529), [sym_super] = ACTIONS(529), [sym_crate] = ACTIONS(529), [sym_metavariable] = ACTIONS(527), [sym_raw_string_literal] = ACTIONS(527), [sym_float_literal] = ACTIONS(527), [sym_block_comment] = ACTIONS(3), }, [58] = { [ts_builtin_sym_end] = ACTIONS(531), [sym_identifier] = ACTIONS(533), [anon_sym_SEMI] = ACTIONS(531), [anon_sym_macro_rules_BANG] = ACTIONS(531), [anon_sym_LPAREN] = ACTIONS(531), [anon_sym_LBRACE] = ACTIONS(531), [anon_sym_RBRACE] = ACTIONS(531), [anon_sym_LBRACK] = ACTIONS(531), [anon_sym_PLUS] = ACTIONS(521), [anon_sym_STAR] = ACTIONS(533), [anon_sym_QMARK] = ACTIONS(519), [anon_sym_u8] = ACTIONS(533), [anon_sym_i8] = ACTIONS(533), [anon_sym_u16] = ACTIONS(533), [anon_sym_i16] = ACTIONS(533), [anon_sym_u32] = ACTIONS(533), [anon_sym_i32] = ACTIONS(533), [anon_sym_u64] = ACTIONS(533), [anon_sym_i64] = ACTIONS(533), [anon_sym_u128] = ACTIONS(533), [anon_sym_i128] = ACTIONS(533), [anon_sym_isize] = ACTIONS(533), [anon_sym_usize] = ACTIONS(533), [anon_sym_f32] = ACTIONS(533), [anon_sym_f64] = ACTIONS(533), [anon_sym_bool] = ACTIONS(533), [anon_sym_str] = ACTIONS(533), [anon_sym_char] = ACTIONS(533), [anon_sym_as] = ACTIONS(521), [anon_sym_async] = ACTIONS(533), [anon_sym_break] = ACTIONS(533), [anon_sym_const] = ACTIONS(533), [anon_sym_continue] = ACTIONS(533), [anon_sym_default] = ACTIONS(533), [anon_sym_enum] = ACTIONS(533), [anon_sym_fn] = ACTIONS(533), [anon_sym_for] = ACTIONS(533), [anon_sym_if] = ACTIONS(533), [anon_sym_impl] = ACTIONS(533), [anon_sym_let] = ACTIONS(533), [anon_sym_loop] = ACTIONS(533), [anon_sym_match] = ACTIONS(533), [anon_sym_mod] = ACTIONS(533), [anon_sym_pub] = ACTIONS(533), [anon_sym_return] = ACTIONS(533), [anon_sym_static] = ACTIONS(533), [anon_sym_struct] = ACTIONS(533), [anon_sym_trait] = ACTIONS(533), [anon_sym_type] = ACTIONS(533), [anon_sym_union] = ACTIONS(533), [anon_sym_unsafe] = ACTIONS(533), [anon_sym_use] = ACTIONS(533), [anon_sym_while] = ACTIONS(533), [anon_sym_POUND] = ACTIONS(531), [anon_sym_BANG] = ACTIONS(533), [anon_sym_EQ] = ACTIONS(521), [anon_sym_extern] = ACTIONS(533), [anon_sym_LT] = ACTIONS(533), [anon_sym_GT] = ACTIONS(521), [anon_sym_COLON_COLON] = ACTIONS(531), [anon_sym_AMP] = ACTIONS(533), [anon_sym_DOT_DOT_DOT] = ACTIONS(519), [anon_sym_SQUOTE] = ACTIONS(533), [anon_sym_DOT_DOT] = ACTIONS(533), [anon_sym_DOT_DOT_EQ] = ACTIONS(519), [anon_sym_DASH] = ACTIONS(533), [anon_sym_AMP_AMP] = ACTIONS(519), [anon_sym_PIPE_PIPE] = ACTIONS(519), [anon_sym_PIPE] = ACTIONS(533), [anon_sym_CARET] = ACTIONS(521), [anon_sym_EQ_EQ] = ACTIONS(519), [anon_sym_BANG_EQ] = ACTIONS(519), [anon_sym_LT_EQ] = ACTIONS(519), [anon_sym_GT_EQ] = ACTIONS(519), [anon_sym_LT_LT] = ACTIONS(521), [anon_sym_GT_GT] = ACTIONS(521), [anon_sym_SLASH] = ACTIONS(521), [anon_sym_PERCENT] = ACTIONS(521), [anon_sym_PLUS_EQ] = ACTIONS(519), [anon_sym_DASH_EQ] = ACTIONS(519), [anon_sym_STAR_EQ] = ACTIONS(519), [anon_sym_SLASH_EQ] = ACTIONS(519), [anon_sym_PERCENT_EQ] = ACTIONS(519), [anon_sym_AMP_EQ] = ACTIONS(519), [anon_sym_PIPE_EQ] = ACTIONS(519), [anon_sym_CARET_EQ] = ACTIONS(519), [anon_sym_LT_LT_EQ] = ACTIONS(519), [anon_sym_GT_GT_EQ] = ACTIONS(519), [anon_sym_move] = ACTIONS(533), [anon_sym_DOT] = ACTIONS(521), [sym_integer_literal] = ACTIONS(531), [aux_sym_string_literal_token1] = ACTIONS(531), [sym_char_literal] = ACTIONS(531), [anon_sym_true] = ACTIONS(533), [anon_sym_false] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(533), [sym_super] = ACTIONS(533), [sym_crate] = ACTIONS(533), [sym_metavariable] = ACTIONS(531), [sym_raw_string_literal] = ACTIONS(531), [sym_float_literal] = ACTIONS(531), [sym_block_comment] = ACTIONS(3), }, [59] = { [ts_builtin_sym_end] = ACTIONS(535), [sym_identifier] = ACTIONS(537), [anon_sym_SEMI] = ACTIONS(535), [anon_sym_macro_rules_BANG] = ACTIONS(535), [anon_sym_LPAREN] = ACTIONS(535), [anon_sym_LBRACE] = ACTIONS(535), [anon_sym_RBRACE] = ACTIONS(535), [anon_sym_LBRACK] = ACTIONS(535), [anon_sym_PLUS] = ACTIONS(537), [anon_sym_STAR] = ACTIONS(537), [anon_sym_QMARK] = ACTIONS(535), [anon_sym_u8] = ACTIONS(537), [anon_sym_i8] = ACTIONS(537), [anon_sym_u16] = ACTIONS(537), [anon_sym_i16] = ACTIONS(537), [anon_sym_u32] = ACTIONS(537), [anon_sym_i32] = ACTIONS(537), [anon_sym_u64] = ACTIONS(537), [anon_sym_i64] = ACTIONS(537), [anon_sym_u128] = ACTIONS(537), [anon_sym_i128] = ACTIONS(537), [anon_sym_isize] = ACTIONS(537), [anon_sym_usize] = ACTIONS(537), [anon_sym_f32] = ACTIONS(537), [anon_sym_f64] = ACTIONS(537), [anon_sym_bool] = ACTIONS(537), [anon_sym_str] = ACTIONS(537), [anon_sym_char] = ACTIONS(537), [anon_sym_as] = ACTIONS(537), [anon_sym_async] = ACTIONS(537), [anon_sym_break] = ACTIONS(537), [anon_sym_const] = ACTIONS(537), [anon_sym_continue] = ACTIONS(537), [anon_sym_default] = ACTIONS(537), [anon_sym_enum] = ACTIONS(537), [anon_sym_fn] = ACTIONS(537), [anon_sym_for] = ACTIONS(537), [anon_sym_if] = ACTIONS(537), [anon_sym_impl] = ACTIONS(537), [anon_sym_let] = ACTIONS(537), [anon_sym_loop] = ACTIONS(537), [anon_sym_match] = ACTIONS(537), [anon_sym_mod] = ACTIONS(537), [anon_sym_pub] = ACTIONS(537), [anon_sym_return] = ACTIONS(537), [anon_sym_static] = ACTIONS(537), [anon_sym_struct] = ACTIONS(537), [anon_sym_trait] = ACTIONS(537), [anon_sym_type] = ACTIONS(537), [anon_sym_union] = ACTIONS(537), [anon_sym_unsafe] = ACTIONS(537), [anon_sym_use] = ACTIONS(537), [anon_sym_while] = ACTIONS(537), [anon_sym_POUND] = ACTIONS(535), [anon_sym_BANG] = ACTIONS(537), [anon_sym_EQ] = ACTIONS(537), [anon_sym_extern] = ACTIONS(537), [anon_sym_LT] = ACTIONS(537), [anon_sym_GT] = ACTIONS(537), [anon_sym_COLON_COLON] = ACTIONS(535), [anon_sym_AMP] = ACTIONS(537), [anon_sym_DOT_DOT_DOT] = ACTIONS(535), [anon_sym_SQUOTE] = ACTIONS(537), [anon_sym_DOT_DOT] = ACTIONS(537), [anon_sym_DOT_DOT_EQ] = ACTIONS(535), [anon_sym_DASH] = ACTIONS(537), [anon_sym_AMP_AMP] = ACTIONS(535), [anon_sym_PIPE_PIPE] = ACTIONS(535), [anon_sym_PIPE] = ACTIONS(537), [anon_sym_CARET] = ACTIONS(537), [anon_sym_EQ_EQ] = ACTIONS(535), [anon_sym_BANG_EQ] = ACTIONS(535), [anon_sym_LT_EQ] = ACTIONS(535), [anon_sym_GT_EQ] = ACTIONS(535), [anon_sym_LT_LT] = ACTIONS(537), [anon_sym_GT_GT] = ACTIONS(537), [anon_sym_SLASH] = ACTIONS(537), [anon_sym_PERCENT] = ACTIONS(537), [anon_sym_PLUS_EQ] = ACTIONS(535), [anon_sym_DASH_EQ] = ACTIONS(535), [anon_sym_STAR_EQ] = ACTIONS(535), [anon_sym_SLASH_EQ] = ACTIONS(535), [anon_sym_PERCENT_EQ] = ACTIONS(535), [anon_sym_AMP_EQ] = ACTIONS(535), [anon_sym_PIPE_EQ] = ACTIONS(535), [anon_sym_CARET_EQ] = ACTIONS(535), [anon_sym_LT_LT_EQ] = ACTIONS(535), [anon_sym_GT_GT_EQ] = ACTIONS(535), [anon_sym_move] = ACTIONS(537), [anon_sym_DOT] = ACTIONS(537), [sym_integer_literal] = ACTIONS(535), [aux_sym_string_literal_token1] = ACTIONS(535), [sym_char_literal] = ACTIONS(535), [anon_sym_true] = ACTIONS(537), [anon_sym_false] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(537), [sym_super] = ACTIONS(537), [sym_crate] = ACTIONS(537), [sym_metavariable] = ACTIONS(535), [sym_raw_string_literal] = ACTIONS(535), [sym_float_literal] = ACTIONS(535), [sym_block_comment] = ACTIONS(3), }, [60] = { [sym_attribute_item] = STATE(62), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(899), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(899), [sym_macro_invocation] = STATE(899), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(899), [sym_unary_expression] = STATE(899), [sym_try_expression] = STATE(899), [sym_reference_expression] = STATE(899), [sym_binary_expression] = STATE(899), [sym_assignment_expression] = STATE(899), [sym_compound_assignment_expr] = STATE(899), [sym_type_cast_expression] = STATE(899), [sym_return_expression] = STATE(899), [sym_call_expression] = STATE(899), [sym_array_expression] = STATE(899), [sym_parenthesized_expression] = STATE(899), [sym_tuple_expression] = STATE(899), [sym_unit_expression] = STATE(899), [sym_struct_expression] = STATE(899), [sym_if_expression] = STATE(899), [sym_if_let_expression] = STATE(899), [sym_match_expression] = STATE(899), [sym_while_expression] = STATE(899), [sym_while_let_expression] = STATE(899), [sym_loop_expression] = STATE(899), [sym_for_expression] = STATE(899), [sym_closure_expression] = STATE(899), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(899), [sym_continue_expression] = STATE(899), [sym_index_expression] = STATE(899), [sym_await_expression] = STATE(899), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(899), [sym_async_block] = STATE(899), [sym_block] = STATE(899), [sym__literal] = STATE(899), [sym_string_literal] = STATE(899), [sym_boolean_literal] = STATE(899), [aux_sym_enum_variant_list_repeat1] = STATE(62), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_POUND] = ACTIONS(413), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(445), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(445), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(445), [sym_float_literal] = ACTIONS(445), [sym_block_comment] = ACTIONS(3), }, [61] = { [sym_attribute_item] = STATE(542), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1021), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(1021), [sym_macro_invocation] = STATE(1021), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1021), [sym_unary_expression] = STATE(1021), [sym_try_expression] = STATE(1021), [sym_reference_expression] = STATE(1021), [sym_binary_expression] = STATE(1021), [sym_assignment_expression] = STATE(1021), [sym_compound_assignment_expr] = STATE(1021), [sym_type_cast_expression] = STATE(1021), [sym_return_expression] = STATE(1021), [sym_call_expression] = STATE(1021), [sym_array_expression] = STATE(1021), [sym_parenthesized_expression] = STATE(1021), [sym_tuple_expression] = STATE(1021), [sym_unit_expression] = STATE(1021), [sym_struct_expression] = STATE(1021), [sym_if_expression] = STATE(1021), [sym_if_let_expression] = STATE(1021), [sym_match_expression] = STATE(1021), [sym_while_expression] = STATE(1021), [sym_while_let_expression] = STATE(1021), [sym_loop_expression] = STATE(1021), [sym_for_expression] = STATE(1021), [sym_closure_expression] = STATE(1021), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(1021), [sym_continue_expression] = STATE(1021), [sym_index_expression] = STATE(1021), [sym_await_expression] = STATE(1021), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1021), [sym_async_block] = STATE(1021), [sym_block] = STATE(1021), [sym__literal] = STATE(1021), [sym_string_literal] = STATE(1021), [sym_boolean_literal] = STATE(1021), [aux_sym_enum_variant_list_repeat1] = STATE(542), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_POUND] = ACTIONS(413), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(539), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(539), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(539), [sym_float_literal] = ACTIONS(539), [sym_block_comment] = ACTIONS(3), }, [62] = { [sym_attribute_item] = STATE(542), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(935), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(935), [sym_macro_invocation] = STATE(935), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(935), [sym_unary_expression] = STATE(935), [sym_try_expression] = STATE(935), [sym_reference_expression] = STATE(935), [sym_binary_expression] = STATE(935), [sym_assignment_expression] = STATE(935), [sym_compound_assignment_expr] = STATE(935), [sym_type_cast_expression] = STATE(935), [sym_return_expression] = STATE(935), [sym_call_expression] = STATE(935), [sym_array_expression] = STATE(935), [sym_parenthesized_expression] = STATE(935), [sym_tuple_expression] = STATE(935), [sym_unit_expression] = STATE(935), [sym_struct_expression] = STATE(935), [sym_if_expression] = STATE(935), [sym_if_let_expression] = STATE(935), [sym_match_expression] = STATE(935), [sym_while_expression] = STATE(935), [sym_while_let_expression] = STATE(935), [sym_loop_expression] = STATE(935), [sym_for_expression] = STATE(935), [sym_closure_expression] = STATE(935), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(935), [sym_continue_expression] = STATE(935), [sym_index_expression] = STATE(935), [sym_await_expression] = STATE(935), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(935), [sym_async_block] = STATE(935), [sym_block] = STATE(935), [sym__literal] = STATE(935), [sym_string_literal] = STATE(935), [sym_boolean_literal] = STATE(935), [aux_sym_enum_variant_list_repeat1] = STATE(542), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_POUND] = ACTIONS(413), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(541), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(541), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(541), [sym_float_literal] = ACTIONS(541), [sym_block_comment] = ACTIONS(3), }, [63] = { [sym_identifier] = ACTIONS(517), [anon_sym_SEMI] = ACTIONS(519), [anon_sym_macro_rules_BANG] = ACTIONS(515), [anon_sym_LPAREN] = ACTIONS(519), [anon_sym_LBRACE] = ACTIONS(515), [anon_sym_RBRACE] = ACTIONS(515), [anon_sym_LBRACK] = ACTIONS(519), [anon_sym_PLUS] = ACTIONS(521), [anon_sym_STAR] = ACTIONS(521), [anon_sym_QMARK] = ACTIONS(519), [anon_sym_u8] = ACTIONS(517), [anon_sym_i8] = ACTIONS(517), [anon_sym_u16] = ACTIONS(517), [anon_sym_i16] = ACTIONS(517), [anon_sym_u32] = ACTIONS(517), [anon_sym_i32] = ACTIONS(517), [anon_sym_u64] = ACTIONS(517), [anon_sym_i64] = ACTIONS(517), [anon_sym_u128] = ACTIONS(517), [anon_sym_i128] = ACTIONS(517), [anon_sym_isize] = ACTIONS(517), [anon_sym_usize] = ACTIONS(517), [anon_sym_f32] = ACTIONS(517), [anon_sym_f64] = ACTIONS(517), [anon_sym_bool] = ACTIONS(517), [anon_sym_str] = ACTIONS(517), [anon_sym_char] = ACTIONS(517), [anon_sym_as] = ACTIONS(521), [anon_sym_async] = ACTIONS(517), [anon_sym_break] = ACTIONS(517), [anon_sym_const] = ACTIONS(517), [anon_sym_continue] = ACTIONS(517), [anon_sym_default] = ACTIONS(517), [anon_sym_enum] = ACTIONS(517), [anon_sym_fn] = ACTIONS(517), [anon_sym_for] = ACTIONS(517), [anon_sym_if] = ACTIONS(517), [anon_sym_impl] = ACTIONS(517), [anon_sym_let] = ACTIONS(517), [anon_sym_loop] = ACTIONS(517), [anon_sym_match] = ACTIONS(517), [anon_sym_mod] = ACTIONS(517), [anon_sym_pub] = ACTIONS(517), [anon_sym_return] = ACTIONS(517), [anon_sym_static] = ACTIONS(517), [anon_sym_struct] = ACTIONS(517), [anon_sym_trait] = ACTIONS(517), [anon_sym_type] = ACTIONS(517), [anon_sym_union] = ACTIONS(517), [anon_sym_unsafe] = ACTIONS(517), [anon_sym_use] = ACTIONS(517), [anon_sym_while] = ACTIONS(517), [anon_sym_POUND] = ACTIONS(515), [anon_sym_BANG] = ACTIONS(517), [anon_sym_EQ] = ACTIONS(521), [anon_sym_extern] = ACTIONS(517), [anon_sym_LT] = ACTIONS(521), [anon_sym_GT] = ACTIONS(521), [anon_sym_COLON_COLON] = ACTIONS(515), [anon_sym_AMP] = ACTIONS(521), [anon_sym_DOT_DOT_DOT] = ACTIONS(519), [anon_sym_SQUOTE] = ACTIONS(517), [anon_sym_DOT_DOT] = ACTIONS(521), [anon_sym_DOT_DOT_EQ] = ACTIONS(519), [anon_sym_DASH] = ACTIONS(521), [anon_sym_AMP_AMP] = ACTIONS(519), [anon_sym_PIPE_PIPE] = ACTIONS(519), [anon_sym_PIPE] = ACTIONS(521), [anon_sym_CARET] = ACTIONS(521), [anon_sym_EQ_EQ] = ACTIONS(519), [anon_sym_BANG_EQ] = ACTIONS(519), [anon_sym_LT_EQ] = ACTIONS(519), [anon_sym_GT_EQ] = ACTIONS(519), [anon_sym_LT_LT] = ACTIONS(521), [anon_sym_GT_GT] = ACTIONS(521), [anon_sym_SLASH] = ACTIONS(521), [anon_sym_PERCENT] = ACTIONS(521), [anon_sym_PLUS_EQ] = ACTIONS(519), [anon_sym_DASH_EQ] = ACTIONS(519), [anon_sym_STAR_EQ] = ACTIONS(519), [anon_sym_SLASH_EQ] = ACTIONS(519), [anon_sym_PERCENT_EQ] = ACTIONS(519), [anon_sym_AMP_EQ] = ACTIONS(519), [anon_sym_PIPE_EQ] = ACTIONS(519), [anon_sym_CARET_EQ] = ACTIONS(519), [anon_sym_LT_LT_EQ] = ACTIONS(519), [anon_sym_GT_GT_EQ] = ACTIONS(519), [anon_sym_move] = ACTIONS(517), [anon_sym_DOT] = ACTIONS(521), [sym_integer_literal] = ACTIONS(515), [aux_sym_string_literal_token1] = ACTIONS(515), [sym_char_literal] = ACTIONS(515), [anon_sym_true] = ACTIONS(517), [anon_sym_false] = ACTIONS(517), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(517), [sym_super] = ACTIONS(517), [sym_crate] = ACTIONS(517), [sym_metavariable] = ACTIONS(515), [sym_raw_string_literal] = ACTIONS(515), [sym_float_literal] = ACTIONS(515), [sym_block_comment] = ACTIONS(3), }, [64] = { [sym_attribute_item] = STATE(542), [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(884), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(884), [sym_macro_invocation] = STATE(884), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(884), [sym_unary_expression] = STATE(884), [sym_try_expression] = STATE(884), [sym_reference_expression] = STATE(884), [sym_binary_expression] = STATE(884), [sym_assignment_expression] = STATE(884), [sym_compound_assignment_expr] = STATE(884), [sym_type_cast_expression] = STATE(884), [sym_return_expression] = STATE(884), [sym_call_expression] = STATE(884), [sym_array_expression] = STATE(884), [sym_parenthesized_expression] = STATE(884), [sym_tuple_expression] = STATE(884), [sym_unit_expression] = STATE(884), [sym_struct_expression] = STATE(884), [sym_if_expression] = STATE(884), [sym_if_let_expression] = STATE(884), [sym_match_expression] = STATE(884), [sym_while_expression] = STATE(884), [sym_while_let_expression] = STATE(884), [sym_loop_expression] = STATE(884), [sym_for_expression] = STATE(884), [sym_closure_expression] = STATE(884), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(884), [sym_continue_expression] = STATE(884), [sym_index_expression] = STATE(884), [sym_await_expression] = STATE(884), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(884), [sym_async_block] = STATE(884), [sym_block] = STATE(884), [sym__literal] = STATE(884), [sym_string_literal] = STATE(884), [sym_boolean_literal] = STATE(884), [aux_sym_enum_variant_list_repeat1] = STATE(542), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_POUND] = ACTIONS(413), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(543), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(543), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(543), [sym_float_literal] = ACTIONS(543), [sym_block_comment] = ACTIONS(3), }, [65] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(921), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(921), [sym_macro_invocation] = STATE(921), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(921), [sym_unary_expression] = STATE(921), [sym_try_expression] = STATE(921), [sym_reference_expression] = STATE(921), [sym_binary_expression] = STATE(921), [sym_assignment_expression] = STATE(921), [sym_compound_assignment_expr] = STATE(921), [sym_type_cast_expression] = STATE(921), [sym_return_expression] = STATE(921), [sym_call_expression] = STATE(921), [sym_array_expression] = STATE(921), [sym_parenthesized_expression] = STATE(921), [sym_tuple_expression] = STATE(921), [sym_unit_expression] = STATE(921), [sym_struct_expression] = STATE(921), [sym_if_expression] = STATE(921), [sym_if_let_expression] = STATE(921), [sym_match_expression] = STATE(921), [sym_while_expression] = STATE(921), [sym_while_let_expression] = STATE(921), [sym_loop_expression] = STATE(921), [sym_for_expression] = STATE(921), [sym_closure_expression] = STATE(921), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(921), [sym_continue_expression] = STATE(921), [sym_index_expression] = STATE(921), [sym_await_expression] = STATE(921), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(921), [sym_async_block] = STATE(921), [sym_block] = STATE(921), [sym__literal] = STATE(921), [sym_string_literal] = STATE(921), [sym_boolean_literal] = STATE(921), [aux_sym_tuple_expression_repeat1] = STATE(68), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_RPAREN] = ACTIONS(545), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(547), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(547), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(547), [sym_float_literal] = ACTIONS(547), [sym_block_comment] = ACTIONS(3), }, [66] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(927), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(927), [sym_macro_invocation] = STATE(927), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(927), [sym_unary_expression] = STATE(927), [sym_try_expression] = STATE(927), [sym_reference_expression] = STATE(927), [sym_binary_expression] = STATE(927), [sym_assignment_expression] = STATE(927), [sym_compound_assignment_expr] = STATE(927), [sym_type_cast_expression] = STATE(927), [sym_return_expression] = STATE(927), [sym_call_expression] = STATE(927), [sym_array_expression] = STATE(927), [sym_parenthesized_expression] = STATE(927), [sym_tuple_expression] = STATE(927), [sym_unit_expression] = STATE(927), [sym_struct_expression] = STATE(927), [sym_if_expression] = STATE(927), [sym_if_let_expression] = STATE(927), [sym_match_expression] = STATE(927), [sym_while_expression] = STATE(927), [sym_while_let_expression] = STATE(927), [sym_loop_expression] = STATE(927), [sym_for_expression] = STATE(927), [sym_closure_expression] = STATE(927), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(927), [sym_continue_expression] = STATE(927), [sym_index_expression] = STATE(927), [sym_await_expression] = STATE(927), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(927), [sym_async_block] = STATE(927), [sym_block] = STATE(927), [sym__literal] = STATE(927), [sym_string_literal] = STATE(927), [sym_boolean_literal] = STATE(927), [aux_sym_tuple_expression_repeat1] = STATE(68), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_RPAREN] = ACTIONS(549), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(551), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(551), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(551), [sym_float_literal] = ACTIONS(551), [sym_block_comment] = ACTIONS(3), }, [67] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(942), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(942), [sym_macro_invocation] = STATE(942), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(942), [sym_unary_expression] = STATE(942), [sym_try_expression] = STATE(942), [sym_reference_expression] = STATE(942), [sym_binary_expression] = STATE(942), [sym_assignment_expression] = STATE(942), [sym_compound_assignment_expr] = STATE(942), [sym_type_cast_expression] = STATE(942), [sym_return_expression] = STATE(942), [sym_call_expression] = STATE(942), [sym_array_expression] = STATE(942), [sym_parenthesized_expression] = STATE(942), [sym_tuple_expression] = STATE(942), [sym_unit_expression] = STATE(942), [sym_struct_expression] = STATE(942), [sym_if_expression] = STATE(942), [sym_if_let_expression] = STATE(942), [sym_match_expression] = STATE(942), [sym_while_expression] = STATE(942), [sym_while_let_expression] = STATE(942), [sym_loop_expression] = STATE(942), [sym_for_expression] = STATE(942), [sym_closure_expression] = STATE(942), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(942), [sym_continue_expression] = STATE(942), [sym_index_expression] = STATE(942), [sym_await_expression] = STATE(942), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(942), [sym_async_block] = STATE(942), [sym_block] = STATE(942), [sym__literal] = STATE(942), [sym_string_literal] = STATE(942), [sym_boolean_literal] = STATE(942), [aux_sym_tuple_expression_repeat1] = STATE(66), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_RPAREN] = ACTIONS(553), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(555), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(555), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(555), [sym_float_literal] = ACTIONS(555), [sym_block_comment] = ACTIONS(3), }, [68] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(992), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(992), [sym_macro_invocation] = STATE(992), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(992), [sym_unary_expression] = STATE(992), [sym_try_expression] = STATE(992), [sym_reference_expression] = STATE(992), [sym_binary_expression] = STATE(992), [sym_assignment_expression] = STATE(992), [sym_compound_assignment_expr] = STATE(992), [sym_type_cast_expression] = STATE(992), [sym_return_expression] = STATE(992), [sym_call_expression] = STATE(992), [sym_array_expression] = STATE(992), [sym_parenthesized_expression] = STATE(992), [sym_tuple_expression] = STATE(992), [sym_unit_expression] = STATE(992), [sym_struct_expression] = STATE(992), [sym_if_expression] = STATE(992), [sym_if_let_expression] = STATE(992), [sym_match_expression] = STATE(992), [sym_while_expression] = STATE(992), [sym_while_let_expression] = STATE(992), [sym_loop_expression] = STATE(992), [sym_for_expression] = STATE(992), [sym_closure_expression] = STATE(992), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(992), [sym_continue_expression] = STATE(992), [sym_index_expression] = STATE(992), [sym_await_expression] = STATE(992), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(992), [sym_async_block] = STATE(992), [sym_block] = STATE(992), [sym__literal] = STATE(992), [sym_string_literal] = STATE(992), [sym_boolean_literal] = STATE(992), [aux_sym_tuple_expression_repeat1] = STATE(68), [sym_identifier] = ACTIONS(557), [anon_sym_LPAREN] = ACTIONS(560), [anon_sym_RPAREN] = ACTIONS(563), [anon_sym_LBRACE] = ACTIONS(565), [anon_sym_LBRACK] = ACTIONS(568), [anon_sym_STAR] = ACTIONS(571), [anon_sym_u8] = ACTIONS(574), [anon_sym_i8] = ACTIONS(574), [anon_sym_u16] = ACTIONS(574), [anon_sym_i16] = ACTIONS(574), [anon_sym_u32] = ACTIONS(574), [anon_sym_i32] = ACTIONS(574), [anon_sym_u64] = ACTIONS(574), [anon_sym_i64] = ACTIONS(574), [anon_sym_u128] = ACTIONS(574), [anon_sym_i128] = ACTIONS(574), [anon_sym_isize] = ACTIONS(574), [anon_sym_usize] = ACTIONS(574), [anon_sym_f32] = ACTIONS(574), [anon_sym_f64] = ACTIONS(574), [anon_sym_bool] = ACTIONS(574), [anon_sym_str] = ACTIONS(574), [anon_sym_char] = ACTIONS(574), [anon_sym_async] = ACTIONS(577), [anon_sym_break] = ACTIONS(580), [anon_sym_continue] = ACTIONS(583), [anon_sym_default] = ACTIONS(586), [anon_sym_for] = ACTIONS(589), [anon_sym_if] = ACTIONS(592), [anon_sym_loop] = ACTIONS(595), [anon_sym_match] = ACTIONS(598), [anon_sym_return] = ACTIONS(601), [anon_sym_union] = ACTIONS(586), [anon_sym_unsafe] = ACTIONS(604), [anon_sym_while] = ACTIONS(607), [anon_sym_BANG] = ACTIONS(571), [anon_sym_LT] = ACTIONS(610), [anon_sym_COLON_COLON] = ACTIONS(613), [anon_sym_AMP] = ACTIONS(616), [anon_sym_SQUOTE] = ACTIONS(619), [anon_sym_DOT_DOT] = ACTIONS(622), [anon_sym_DASH] = ACTIONS(571), [anon_sym_PIPE] = ACTIONS(625), [anon_sym_move] = ACTIONS(628), [sym_integer_literal] = ACTIONS(631), [aux_sym_string_literal_token1] = ACTIONS(634), [sym_char_literal] = ACTIONS(631), [anon_sym_true] = ACTIONS(637), [anon_sym_false] = ACTIONS(637), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(640), [sym_super] = ACTIONS(643), [sym_crate] = ACTIONS(643), [sym_metavariable] = ACTIONS(646), [sym_raw_string_literal] = ACTIONS(631), [sym_float_literal] = ACTIONS(631), [sym_block_comment] = ACTIONS(3), }, [69] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(927), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(927), [sym_macro_invocation] = STATE(927), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(927), [sym_unary_expression] = STATE(927), [sym_try_expression] = STATE(927), [sym_reference_expression] = STATE(927), [sym_binary_expression] = STATE(927), [sym_assignment_expression] = STATE(927), [sym_compound_assignment_expr] = STATE(927), [sym_type_cast_expression] = STATE(927), [sym_return_expression] = STATE(927), [sym_call_expression] = STATE(927), [sym_array_expression] = STATE(927), [sym_parenthesized_expression] = STATE(927), [sym_tuple_expression] = STATE(927), [sym_unit_expression] = STATE(927), [sym_struct_expression] = STATE(927), [sym_if_expression] = STATE(927), [sym_if_let_expression] = STATE(927), [sym_match_expression] = STATE(927), [sym_while_expression] = STATE(927), [sym_while_let_expression] = STATE(927), [sym_loop_expression] = STATE(927), [sym_for_expression] = STATE(927), [sym_closure_expression] = STATE(927), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(927), [sym_continue_expression] = STATE(927), [sym_index_expression] = STATE(927), [sym_await_expression] = STATE(927), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(927), [sym_async_block] = STATE(927), [sym_block] = STATE(927), [sym__literal] = STATE(927), [sym_string_literal] = STATE(927), [sym_boolean_literal] = STATE(927), [aux_sym_tuple_expression_repeat1] = STATE(65), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_RPAREN] = ACTIONS(549), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(551), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(551), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(551), [sym_float_literal] = ACTIONS(551), [sym_block_comment] = ACTIONS(3), }, [70] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(820), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(820), [sym_macro_invocation] = STATE(820), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(820), [sym_unary_expression] = STATE(820), [sym_try_expression] = STATE(820), [sym_reference_expression] = STATE(820), [sym_binary_expression] = STATE(820), [sym_assignment_expression] = STATE(820), [sym_compound_assignment_expr] = STATE(820), [sym_type_cast_expression] = STATE(820), [sym_return_expression] = STATE(820), [sym_call_expression] = STATE(820), [sym_array_expression] = STATE(820), [sym_parenthesized_expression] = STATE(820), [sym_tuple_expression] = STATE(820), [sym_unit_expression] = STATE(820), [sym_struct_expression] = STATE(820), [sym_if_expression] = STATE(820), [sym_if_let_expression] = STATE(820), [sym_match_expression] = STATE(820), [sym_while_expression] = STATE(820), [sym_while_let_expression] = STATE(820), [sym_loop_expression] = STATE(820), [sym_for_expression] = STATE(820), [sym_closure_expression] = STATE(820), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(820), [sym_continue_expression] = STATE(820), [sym_index_expression] = STATE(820), [sym_await_expression] = STATE(820), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(820), [sym_async_block] = STATE(820), [sym_block] = STATE(820), [sym__literal] = STATE(820), [sym_string_literal] = STATE(820), [sym_boolean_literal] = STATE(820), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_DASH_GT] = ACTIONS(649), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(317), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(651), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(651), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(651), [sym_float_literal] = ACTIONS(651), [sym_block_comment] = ACTIONS(3), }, [71] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(970), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(970), [sym_macro_invocation] = STATE(970), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(970), [sym_unary_expression] = STATE(970), [sym_try_expression] = STATE(970), [sym_reference_expression] = STATE(970), [sym_binary_expression] = STATE(970), [sym_assignment_expression] = STATE(970), [sym_compound_assignment_expr] = STATE(970), [sym_type_cast_expression] = STATE(970), [sym_return_expression] = STATE(970), [sym_call_expression] = STATE(970), [sym_array_expression] = STATE(970), [sym_parenthesized_expression] = STATE(970), [sym_tuple_expression] = STATE(970), [sym_unit_expression] = STATE(970), [sym_struct_expression] = STATE(970), [sym_if_expression] = STATE(970), [sym_if_let_expression] = STATE(970), [sym_match_expression] = STATE(970), [sym_while_expression] = STATE(970), [sym_while_let_expression] = STATE(970), [sym_loop_expression] = STATE(970), [sym_for_expression] = STATE(970), [sym_closure_expression] = STATE(970), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(970), [sym_continue_expression] = STATE(970), [sym_index_expression] = STATE(970), [sym_await_expression] = STATE(970), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(970), [sym_async_block] = STATE(970), [sym_block] = STATE(970), [sym__literal] = STATE(970), [sym_string_literal] = STATE(970), [sym_boolean_literal] = STATE(970), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_DASH_GT] = ACTIONS(649), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(363), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(659), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(659), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(659), [sym_float_literal] = ACTIONS(659), [sym_block_comment] = ACTIONS(3), }, [72] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(918), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(918), [sym_macro_invocation] = STATE(918), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(918), [sym_unary_expression] = STATE(918), [sym_try_expression] = STATE(918), [sym_reference_expression] = STATE(918), [sym_binary_expression] = STATE(918), [sym_assignment_expression] = STATE(918), [sym_compound_assignment_expr] = STATE(918), [sym_type_cast_expression] = STATE(918), [sym_return_expression] = STATE(918), [sym_call_expression] = STATE(918), [sym_array_expression] = STATE(918), [sym_parenthesized_expression] = STATE(918), [sym_tuple_expression] = STATE(918), [sym_unit_expression] = STATE(918), [sym_struct_expression] = STATE(918), [sym_if_expression] = STATE(918), [sym_if_let_expression] = STATE(918), [sym_match_expression] = STATE(918), [sym_while_expression] = STATE(918), [sym_while_let_expression] = STATE(918), [sym_loop_expression] = STATE(918), [sym_for_expression] = STATE(918), [sym_closure_expression] = STATE(918), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(918), [sym_continue_expression] = STATE(918), [sym_index_expression] = STATE(918), [sym_await_expression] = STATE(918), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(918), [sym_async_block] = STATE(918), [sym_block] = STATE(918), [sym__literal] = STATE(918), [sym_string_literal] = STATE(918), [sym_boolean_literal] = STATE(918), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_let] = ACTIONS(661), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(663), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(663), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(663), [sym_float_literal] = ACTIONS(663), [sym_block_comment] = ACTIONS(3), }, [73] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(945), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(945), [sym_macro_invocation] = STATE(945), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(945), [sym_unary_expression] = STATE(945), [sym_try_expression] = STATE(945), [sym_reference_expression] = STATE(945), [sym_binary_expression] = STATE(945), [sym_assignment_expression] = STATE(945), [sym_compound_assignment_expr] = STATE(945), [sym_type_cast_expression] = STATE(945), [sym_return_expression] = STATE(945), [sym_call_expression] = STATE(945), [sym_array_expression] = STATE(945), [sym_parenthesized_expression] = STATE(945), [sym_tuple_expression] = STATE(945), [sym_unit_expression] = STATE(945), [sym_struct_expression] = STATE(945), [sym_if_expression] = STATE(945), [sym_if_let_expression] = STATE(945), [sym_match_expression] = STATE(945), [sym_while_expression] = STATE(945), [sym_while_let_expression] = STATE(945), [sym_loop_expression] = STATE(945), [sym_for_expression] = STATE(945), [sym_closure_expression] = STATE(945), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(945), [sym_continue_expression] = STATE(945), [sym_index_expression] = STATE(945), [sym_await_expression] = STATE(945), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(945), [sym_async_block] = STATE(945), [sym_block] = STATE(945), [sym__literal] = STATE(945), [sym_string_literal] = STATE(945), [sym_boolean_literal] = STATE(945), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_let] = ACTIONS(665), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(667), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(667), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(667), [sym_float_literal] = ACTIONS(667), [sym_block_comment] = ACTIONS(3), }, [74] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(946), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(946), [sym_macro_invocation] = STATE(946), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(946), [sym_unary_expression] = STATE(946), [sym_try_expression] = STATE(946), [sym_reference_expression] = STATE(946), [sym_binary_expression] = STATE(946), [sym_assignment_expression] = STATE(946), [sym_compound_assignment_expr] = STATE(946), [sym_type_cast_expression] = STATE(946), [sym_return_expression] = STATE(946), [sym_call_expression] = STATE(946), [sym_array_expression] = STATE(946), [sym_parenthesized_expression] = STATE(946), [sym_tuple_expression] = STATE(946), [sym_unit_expression] = STATE(946), [sym_struct_expression] = STATE(946), [sym_if_expression] = STATE(946), [sym_if_let_expression] = STATE(946), [sym_match_expression] = STATE(946), [sym_while_expression] = STATE(946), [sym_while_let_expression] = STATE(946), [sym_loop_expression] = STATE(946), [sym_for_expression] = STATE(946), [sym_closure_expression] = STATE(946), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(946), [sym_continue_expression] = STATE(946), [sym_index_expression] = STATE(946), [sym_await_expression] = STATE(946), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(946), [sym_async_block] = STATE(946), [sym_block] = STATE(946), [sym__literal] = STATE(946), [sym_string_literal] = STATE(946), [sym_boolean_literal] = STATE(946), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_RBRACK] = ACTIONS(669), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(671), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(671), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(671), [sym_float_literal] = ACTIONS(671), [sym_block_comment] = ACTIONS(3), }, [75] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(894), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(894), [sym_macro_invocation] = STATE(894), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(894), [sym_unary_expression] = STATE(894), [sym_try_expression] = STATE(894), [sym_reference_expression] = STATE(894), [sym_binary_expression] = STATE(894), [sym_assignment_expression] = STATE(894), [sym_compound_assignment_expr] = STATE(894), [sym_type_cast_expression] = STATE(894), [sym_return_expression] = STATE(894), [sym_call_expression] = STATE(894), [sym_array_expression] = STATE(894), [sym_parenthesized_expression] = STATE(894), [sym_tuple_expression] = STATE(894), [sym_unit_expression] = STATE(894), [sym_struct_expression] = STATE(894), [sym_if_expression] = STATE(894), [sym_if_let_expression] = STATE(894), [sym_match_expression] = STATE(894), [sym_while_expression] = STATE(894), [sym_while_let_expression] = STATE(894), [sym_loop_expression] = STATE(894), [sym_for_expression] = STATE(894), [sym_closure_expression] = STATE(894), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(894), [sym_continue_expression] = STATE(894), [sym_index_expression] = STATE(894), [sym_await_expression] = STATE(894), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(894), [sym_async_block] = STATE(894), [sym_block] = STATE(894), [sym__literal] = STATE(894), [sym_string_literal] = STATE(894), [sym_boolean_literal] = STATE(894), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_let] = ACTIONS(673), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(675), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(675), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(675), [sym_float_literal] = ACTIONS(675), [sym_block_comment] = ACTIONS(3), }, [76] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(932), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(932), [sym_macro_invocation] = STATE(932), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(932), [sym_unary_expression] = STATE(932), [sym_try_expression] = STATE(932), [sym_reference_expression] = STATE(932), [sym_binary_expression] = STATE(932), [sym_assignment_expression] = STATE(932), [sym_compound_assignment_expr] = STATE(932), [sym_type_cast_expression] = STATE(932), [sym_return_expression] = STATE(932), [sym_call_expression] = STATE(932), [sym_array_expression] = STATE(932), [sym_parenthesized_expression] = STATE(932), [sym_tuple_expression] = STATE(932), [sym_unit_expression] = STATE(932), [sym_struct_expression] = STATE(932), [sym_if_expression] = STATE(932), [sym_if_let_expression] = STATE(932), [sym_match_expression] = STATE(932), [sym_while_expression] = STATE(932), [sym_while_let_expression] = STATE(932), [sym_loop_expression] = STATE(932), [sym_for_expression] = STATE(932), [sym_closure_expression] = STATE(932), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(932), [sym_continue_expression] = STATE(932), [sym_index_expression] = STATE(932), [sym_await_expression] = STATE(932), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(932), [sym_async_block] = STATE(932), [sym_block] = STATE(932), [sym__literal] = STATE(932), [sym_string_literal] = STATE(932), [sym_boolean_literal] = STATE(932), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_let] = ACTIONS(677), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(679), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(679), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(679), [sym_float_literal] = ACTIONS(679), [sym_block_comment] = ACTIONS(3), }, [77] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(946), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(946), [sym_macro_invocation] = STATE(946), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(946), [sym_unary_expression] = STATE(946), [sym_try_expression] = STATE(946), [sym_reference_expression] = STATE(946), [sym_binary_expression] = STATE(946), [sym_assignment_expression] = STATE(946), [sym_compound_assignment_expr] = STATE(946), [sym_type_cast_expression] = STATE(946), [sym_return_expression] = STATE(946), [sym_call_expression] = STATE(946), [sym_array_expression] = STATE(946), [sym_parenthesized_expression] = STATE(946), [sym_tuple_expression] = STATE(946), [sym_unit_expression] = STATE(946), [sym_struct_expression] = STATE(946), [sym_if_expression] = STATE(946), [sym_if_let_expression] = STATE(946), [sym_match_expression] = STATE(946), [sym_while_expression] = STATE(946), [sym_while_let_expression] = STATE(946), [sym_loop_expression] = STATE(946), [sym_for_expression] = STATE(946), [sym_closure_expression] = STATE(946), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(946), [sym_continue_expression] = STATE(946), [sym_index_expression] = STATE(946), [sym_await_expression] = STATE(946), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(946), [sym_async_block] = STATE(946), [sym_block] = STATE(946), [sym__literal] = STATE(946), [sym_string_literal] = STATE(946), [sym_boolean_literal] = STATE(946), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_RBRACK] = ACTIONS(681), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(671), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(671), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(671), [sym_float_literal] = ACTIONS(671), [sym_block_comment] = ACTIONS(3), }, [78] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(911), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(911), [sym_macro_invocation] = STATE(911), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(911), [sym_unary_expression] = STATE(911), [sym_try_expression] = STATE(911), [sym_reference_expression] = STATE(911), [sym_binary_expression] = STATE(911), [sym_assignment_expression] = STATE(911), [sym_compound_assignment_expr] = STATE(911), [sym_type_cast_expression] = STATE(911), [sym_return_expression] = STATE(911), [sym_call_expression] = STATE(911), [sym_array_expression] = STATE(911), [sym_parenthesized_expression] = STATE(911), [sym_tuple_expression] = STATE(911), [sym_unit_expression] = STATE(911), [sym_struct_expression] = STATE(911), [sym_if_expression] = STATE(911), [sym_if_let_expression] = STATE(911), [sym_match_expression] = STATE(911), [sym_while_expression] = STATE(911), [sym_while_let_expression] = STATE(911), [sym_loop_expression] = STATE(911), [sym_for_expression] = STATE(911), [sym_closure_expression] = STATE(911), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(911), [sym_continue_expression] = STATE(911), [sym_index_expression] = STATE(911), [sym_await_expression] = STATE(911), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(911), [sym_async_block] = STATE(911), [sym_block] = STATE(911), [sym__literal] = STATE(911), [sym_string_literal] = STATE(911), [sym_boolean_literal] = STATE(911), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_let] = ACTIONS(683), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(685), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(685), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(685), [sym_float_literal] = ACTIONS(685), [sym_block_comment] = ACTIONS(3), }, [79] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(762), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(762), [sym_macro_invocation] = STATE(762), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(762), [sym_unary_expression] = STATE(762), [sym_try_expression] = STATE(762), [sym_reference_expression] = STATE(762), [sym_binary_expression] = STATE(762), [sym_assignment_expression] = STATE(762), [sym_compound_assignment_expr] = STATE(762), [sym_type_cast_expression] = STATE(762), [sym_return_expression] = STATE(762), [sym_call_expression] = STATE(762), [sym_array_expression] = STATE(762), [sym_parenthesized_expression] = STATE(762), [sym_tuple_expression] = STATE(762), [sym_unit_expression] = STATE(762), [sym_struct_expression] = STATE(762), [sym_if_expression] = STATE(762), [sym_if_let_expression] = STATE(762), [sym_match_expression] = STATE(762), [sym_while_expression] = STATE(762), [sym_while_let_expression] = STATE(762), [sym_loop_expression] = STATE(762), [sym_for_expression] = STATE(762), [sym_closure_expression] = STATE(762), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(762), [sym_continue_expression] = STATE(762), [sym_index_expression] = STATE(762), [sym_await_expression] = STATE(762), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(762), [sym_async_block] = STATE(762), [sym_block] = STATE(762), [sym__literal] = STATE(762), [sym_string_literal] = STATE(762), [sym_boolean_literal] = STATE(762), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [sym_mutable_specifier] = ACTIONS(687), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(689), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(689), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(689), [sym_float_literal] = ACTIONS(689), [sym_block_comment] = ACTIONS(3), }, [80] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(867), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(867), [sym_macro_invocation] = STATE(867), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(867), [sym_unary_expression] = STATE(867), [sym_try_expression] = STATE(867), [sym_reference_expression] = STATE(867), [sym_binary_expression] = STATE(867), [sym_assignment_expression] = STATE(867), [sym_compound_assignment_expr] = STATE(867), [sym_type_cast_expression] = STATE(867), [sym_return_expression] = STATE(867), [sym_call_expression] = STATE(867), [sym_array_expression] = STATE(867), [sym_parenthesized_expression] = STATE(867), [sym_tuple_expression] = STATE(867), [sym_unit_expression] = STATE(867), [sym_struct_expression] = STATE(867), [sym_if_expression] = STATE(867), [sym_if_let_expression] = STATE(867), [sym_match_expression] = STATE(867), [sym_while_expression] = STATE(867), [sym_while_let_expression] = STATE(867), [sym_loop_expression] = STATE(867), [sym_for_expression] = STATE(867), [sym_closure_expression] = STATE(867), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(867), [sym_continue_expression] = STATE(867), [sym_index_expression] = STATE(867), [sym_await_expression] = STATE(867), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(867), [sym_async_block] = STATE(867), [sym_block] = STATE(867), [sym__literal] = STATE(867), [sym_string_literal] = STATE(867), [sym_boolean_literal] = STATE(867), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_DASH_GT] = ACTIONS(691), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(317), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(693), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(693), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(693), [sym_float_literal] = ACTIONS(693), [sym_block_comment] = ACTIONS(3), }, [81] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(912), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(912), [sym_macro_invocation] = STATE(912), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(912), [sym_unary_expression] = STATE(912), [sym_try_expression] = STATE(912), [sym_reference_expression] = STATE(912), [sym_binary_expression] = STATE(912), [sym_assignment_expression] = STATE(912), [sym_compound_assignment_expr] = STATE(912), [sym_type_cast_expression] = STATE(912), [sym_return_expression] = STATE(912), [sym_call_expression] = STATE(912), [sym_array_expression] = STATE(912), [sym_parenthesized_expression] = STATE(912), [sym_tuple_expression] = STATE(912), [sym_unit_expression] = STATE(912), [sym_struct_expression] = STATE(912), [sym_if_expression] = STATE(912), [sym_if_let_expression] = STATE(912), [sym_match_expression] = STATE(912), [sym_while_expression] = STATE(912), [sym_while_let_expression] = STATE(912), [sym_loop_expression] = STATE(912), [sym_for_expression] = STATE(912), [sym_closure_expression] = STATE(912), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(912), [sym_continue_expression] = STATE(912), [sym_index_expression] = STATE(912), [sym_await_expression] = STATE(912), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(912), [sym_async_block] = STATE(912), [sym_block] = STATE(912), [sym__literal] = STATE(912), [sym_string_literal] = STATE(912), [sym_boolean_literal] = STATE(912), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_let] = ACTIONS(695), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(697), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(697), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(697), [sym_float_literal] = ACTIONS(697), [sym_block_comment] = ACTIONS(3), }, [82] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(950), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(950), [sym_macro_invocation] = STATE(950), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(950), [sym_unary_expression] = STATE(950), [sym_try_expression] = STATE(950), [sym_reference_expression] = STATE(950), [sym_binary_expression] = STATE(950), [sym_assignment_expression] = STATE(950), [sym_compound_assignment_expr] = STATE(950), [sym_type_cast_expression] = STATE(950), [sym_return_expression] = STATE(950), [sym_call_expression] = STATE(950), [sym_array_expression] = STATE(950), [sym_parenthesized_expression] = STATE(950), [sym_tuple_expression] = STATE(950), [sym_unit_expression] = STATE(950), [sym_struct_expression] = STATE(950), [sym_if_expression] = STATE(950), [sym_if_let_expression] = STATE(950), [sym_match_expression] = STATE(950), [sym_while_expression] = STATE(950), [sym_while_let_expression] = STATE(950), [sym_loop_expression] = STATE(950), [sym_for_expression] = STATE(950), [sym_closure_expression] = STATE(950), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(950), [sym_continue_expression] = STATE(950), [sym_index_expression] = STATE(950), [sym_await_expression] = STATE(950), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(950), [sym_async_block] = STATE(950), [sym_block] = STATE(950), [sym__literal] = STATE(950), [sym_string_literal] = STATE(950), [sym_boolean_literal] = STATE(950), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_let] = ACTIONS(699), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(701), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(701), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(701), [sym_float_literal] = ACTIONS(701), [sym_block_comment] = ACTIONS(3), }, [83] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(939), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(939), [sym_macro_invocation] = STATE(939), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(939), [sym_unary_expression] = STATE(939), [sym_try_expression] = STATE(939), [sym_reference_expression] = STATE(939), [sym_binary_expression] = STATE(939), [sym_assignment_expression] = STATE(939), [sym_compound_assignment_expr] = STATE(939), [sym_type_cast_expression] = STATE(939), [sym_return_expression] = STATE(939), [sym_call_expression] = STATE(939), [sym_array_expression] = STATE(939), [sym_parenthesized_expression] = STATE(939), [sym_tuple_expression] = STATE(939), [sym_unit_expression] = STATE(939), [sym_struct_expression] = STATE(939), [sym_if_expression] = STATE(939), [sym_if_let_expression] = STATE(939), [sym_match_expression] = STATE(939), [sym_while_expression] = STATE(939), [sym_while_let_expression] = STATE(939), [sym_loop_expression] = STATE(939), [sym_for_expression] = STATE(939), [sym_closure_expression] = STATE(939), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(939), [sym_continue_expression] = STATE(939), [sym_index_expression] = STATE(939), [sym_await_expression] = STATE(939), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(939), [sym_async_block] = STATE(939), [sym_block] = STATE(939), [sym__literal] = STATE(939), [sym_string_literal] = STATE(939), [sym_boolean_literal] = STATE(939), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_let] = ACTIONS(703), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(705), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(705), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(705), [sym_float_literal] = ACTIONS(705), [sym_block_comment] = ACTIONS(3), }, [84] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(944), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(944), [sym_macro_invocation] = STATE(944), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(944), [sym_unary_expression] = STATE(944), [sym_try_expression] = STATE(944), [sym_reference_expression] = STATE(944), [sym_binary_expression] = STATE(944), [sym_assignment_expression] = STATE(944), [sym_compound_assignment_expr] = STATE(944), [sym_type_cast_expression] = STATE(944), [sym_return_expression] = STATE(944), [sym_call_expression] = STATE(944), [sym_array_expression] = STATE(944), [sym_parenthesized_expression] = STATE(944), [sym_tuple_expression] = STATE(944), [sym_unit_expression] = STATE(944), [sym_struct_expression] = STATE(944), [sym_if_expression] = STATE(944), [sym_if_let_expression] = STATE(944), [sym_match_expression] = STATE(944), [sym_while_expression] = STATE(944), [sym_while_let_expression] = STATE(944), [sym_loop_expression] = STATE(944), [sym_for_expression] = STATE(944), [sym_closure_expression] = STATE(944), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(944), [sym_continue_expression] = STATE(944), [sym_index_expression] = STATE(944), [sym_await_expression] = STATE(944), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(944), [sym_async_block] = STATE(944), [sym_block] = STATE(944), [sym__literal] = STATE(944), [sym_string_literal] = STATE(944), [sym_boolean_literal] = STATE(944), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_let] = ACTIONS(707), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(709), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(709), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(709), [sym_float_literal] = ACTIONS(709), [sym_block_comment] = ACTIONS(3), }, [85] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(762), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(762), [sym_macro_invocation] = STATE(762), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(762), [sym_unary_expression] = STATE(762), [sym_try_expression] = STATE(762), [sym_reference_expression] = STATE(762), [sym_binary_expression] = STATE(762), [sym_assignment_expression] = STATE(762), [sym_compound_assignment_expr] = STATE(762), [sym_type_cast_expression] = STATE(762), [sym_return_expression] = STATE(762), [sym_call_expression] = STATE(762), [sym_array_expression] = STATE(762), [sym_parenthesized_expression] = STATE(762), [sym_tuple_expression] = STATE(762), [sym_unit_expression] = STATE(762), [sym_struct_expression] = STATE(762), [sym_if_expression] = STATE(762), [sym_if_let_expression] = STATE(762), [sym_match_expression] = STATE(762), [sym_while_expression] = STATE(762), [sym_while_let_expression] = STATE(762), [sym_loop_expression] = STATE(762), [sym_for_expression] = STATE(762), [sym_closure_expression] = STATE(762), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(762), [sym_continue_expression] = STATE(762), [sym_index_expression] = STATE(762), [sym_await_expression] = STATE(762), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(762), [sym_async_block] = STATE(762), [sym_block] = STATE(762), [sym__literal] = STATE(762), [sym_string_literal] = STATE(762), [sym_boolean_literal] = STATE(762), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [sym_mutable_specifier] = ACTIONS(711), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(689), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(689), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(689), [sym_float_literal] = ACTIONS(689), [sym_block_comment] = ACTIONS(3), }, [86] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1002), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(1002), [sym_macro_invocation] = STATE(1002), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1002), [sym_unary_expression] = STATE(1002), [sym_try_expression] = STATE(1002), [sym_reference_expression] = STATE(1002), [sym_binary_expression] = STATE(1002), [sym_assignment_expression] = STATE(1002), [sym_compound_assignment_expr] = STATE(1002), [sym_type_cast_expression] = STATE(1002), [sym_return_expression] = STATE(1002), [sym_call_expression] = STATE(1002), [sym_array_expression] = STATE(1002), [sym_parenthesized_expression] = STATE(1002), [sym_tuple_expression] = STATE(1002), [sym_unit_expression] = STATE(1002), [sym_struct_expression] = STATE(1002), [sym_if_expression] = STATE(1002), [sym_if_let_expression] = STATE(1002), [sym_match_expression] = STATE(1002), [sym_while_expression] = STATE(1002), [sym_while_let_expression] = STATE(1002), [sym_loop_expression] = STATE(1002), [sym_for_expression] = STATE(1002), [sym_closure_expression] = STATE(1002), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(1002), [sym_continue_expression] = STATE(1002), [sym_index_expression] = STATE(1002), [sym_await_expression] = STATE(1002), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1002), [sym_async_block] = STATE(1002), [sym_block] = STATE(1002), [sym__literal] = STATE(1002), [sym_string_literal] = STATE(1002), [sym_boolean_literal] = STATE(1002), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_DASH_GT] = ACTIONS(691), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(363), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(713), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(713), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(713), [sym_float_literal] = ACTIONS(713), [sym_block_comment] = ACTIONS(3), }, [87] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(946), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(946), [sym_macro_invocation] = STATE(946), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(946), [sym_unary_expression] = STATE(946), [sym_try_expression] = STATE(946), [sym_reference_expression] = STATE(946), [sym_binary_expression] = STATE(946), [sym_assignment_expression] = STATE(946), [sym_compound_assignment_expr] = STATE(946), [sym_type_cast_expression] = STATE(946), [sym_return_expression] = STATE(946), [sym_call_expression] = STATE(946), [sym_array_expression] = STATE(946), [sym_parenthesized_expression] = STATE(946), [sym_tuple_expression] = STATE(946), [sym_unit_expression] = STATE(946), [sym_struct_expression] = STATE(946), [sym_if_expression] = STATE(946), [sym_if_let_expression] = STATE(946), [sym_match_expression] = STATE(946), [sym_while_expression] = STATE(946), [sym_while_let_expression] = STATE(946), [sym_loop_expression] = STATE(946), [sym_for_expression] = STATE(946), [sym_closure_expression] = STATE(946), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(946), [sym_continue_expression] = STATE(946), [sym_index_expression] = STATE(946), [sym_await_expression] = STATE(946), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(946), [sym_async_block] = STATE(946), [sym_block] = STATE(946), [sym__literal] = STATE(946), [sym_string_literal] = STATE(946), [sym_boolean_literal] = STATE(946), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_RBRACK] = ACTIONS(715), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(671), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(671), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(671), [sym_float_literal] = ACTIONS(671), [sym_block_comment] = ACTIONS(3), }, [88] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1014), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(1014), [sym_macro_invocation] = STATE(1014), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1014), [sym_unary_expression] = STATE(1014), [sym_try_expression] = STATE(1014), [sym_reference_expression] = STATE(1014), [sym_binary_expression] = STATE(1014), [sym_assignment_expression] = STATE(1014), [sym_compound_assignment_expr] = STATE(1014), [sym_type_cast_expression] = STATE(1014), [sym_return_expression] = STATE(1014), [sym_call_expression] = STATE(1014), [sym_array_expression] = STATE(1014), [sym_parenthesized_expression] = STATE(1014), [sym_tuple_expression] = STATE(1014), [sym_unit_expression] = STATE(1014), [sym_struct_expression] = STATE(1014), [sym_if_expression] = STATE(1014), [sym_if_let_expression] = STATE(1014), [sym_match_expression] = STATE(1014), [sym_while_expression] = STATE(1014), [sym_while_let_expression] = STATE(1014), [sym_loop_expression] = STATE(1014), [sym_for_expression] = STATE(1014), [sym_closure_expression] = STATE(1014), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(1014), [sym_continue_expression] = STATE(1014), [sym_index_expression] = STATE(1014), [sym_await_expression] = STATE(1014), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1014), [sym_async_block] = STATE(1014), [sym_block] = STATE(1014), [sym__literal] = STATE(1014), [sym_string_literal] = STATE(1014), [sym_boolean_literal] = STATE(1014), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(717), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(717), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(717), [sym_float_literal] = ACTIONS(717), [sym_block_comment] = ACTIONS(3), }, [89] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(956), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(956), [sym_macro_invocation] = STATE(956), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(956), [sym_unary_expression] = STATE(956), [sym_try_expression] = STATE(956), [sym_reference_expression] = STATE(956), [sym_binary_expression] = STATE(956), [sym_assignment_expression] = STATE(956), [sym_compound_assignment_expr] = STATE(956), [sym_type_cast_expression] = STATE(956), [sym_return_expression] = STATE(956), [sym_call_expression] = STATE(956), [sym_array_expression] = STATE(956), [sym_parenthesized_expression] = STATE(956), [sym_tuple_expression] = STATE(956), [sym_unit_expression] = STATE(956), [sym_struct_expression] = STATE(956), [sym_if_expression] = STATE(956), [sym_if_let_expression] = STATE(956), [sym_match_expression] = STATE(956), [sym_while_expression] = STATE(956), [sym_while_let_expression] = STATE(956), [sym_loop_expression] = STATE(956), [sym_for_expression] = STATE(956), [sym_closure_expression] = STATE(956), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(956), [sym_continue_expression] = STATE(956), [sym_index_expression] = STATE(956), [sym_await_expression] = STATE(956), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(956), [sym_async_block] = STATE(956), [sym_block] = STATE(956), [sym__literal] = STATE(956), [sym_string_literal] = STATE(956), [sym_boolean_literal] = STATE(956), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(719), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(719), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(719), [sym_float_literal] = ACTIONS(719), [sym_block_comment] = ACTIONS(3), }, [90] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(893), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(893), [sym_macro_invocation] = STATE(893), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(893), [sym_unary_expression] = STATE(893), [sym_try_expression] = STATE(893), [sym_reference_expression] = STATE(893), [sym_binary_expression] = STATE(893), [sym_assignment_expression] = STATE(893), [sym_compound_assignment_expr] = STATE(893), [sym_type_cast_expression] = STATE(893), [sym_return_expression] = STATE(893), [sym_call_expression] = STATE(893), [sym_array_expression] = STATE(893), [sym_parenthesized_expression] = STATE(893), [sym_tuple_expression] = STATE(893), [sym_unit_expression] = STATE(893), [sym_struct_expression] = STATE(893), [sym_if_expression] = STATE(893), [sym_if_let_expression] = STATE(893), [sym_match_expression] = STATE(893), [sym_while_expression] = STATE(893), [sym_while_let_expression] = STATE(893), [sym_loop_expression] = STATE(893), [sym_for_expression] = STATE(893), [sym_closure_expression] = STATE(893), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(893), [sym_continue_expression] = STATE(893), [sym_index_expression] = STATE(893), [sym_await_expression] = STATE(893), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(893), [sym_async_block] = STATE(893), [sym_block] = STATE(893), [sym__literal] = STATE(893), [sym_string_literal] = STATE(893), [sym_boolean_literal] = STATE(893), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(721), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(721), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(721), [sym_float_literal] = ACTIONS(721), [sym_block_comment] = ACTIONS(3), }, [91] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(938), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(938), [sym_macro_invocation] = STATE(938), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(938), [sym_unary_expression] = STATE(938), [sym_try_expression] = STATE(938), [sym_reference_expression] = STATE(938), [sym_binary_expression] = STATE(938), [sym_assignment_expression] = STATE(938), [sym_compound_assignment_expr] = STATE(938), [sym_type_cast_expression] = STATE(938), [sym_return_expression] = STATE(938), [sym_call_expression] = STATE(938), [sym_array_expression] = STATE(938), [sym_parenthesized_expression] = STATE(938), [sym_tuple_expression] = STATE(938), [sym_unit_expression] = STATE(938), [sym_struct_expression] = STATE(938), [sym_if_expression] = STATE(938), [sym_if_let_expression] = STATE(938), [sym_match_expression] = STATE(938), [sym_while_expression] = STATE(938), [sym_while_let_expression] = STATE(938), [sym_loop_expression] = STATE(938), [sym_for_expression] = STATE(938), [sym_closure_expression] = STATE(938), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(938), [sym_continue_expression] = STATE(938), [sym_index_expression] = STATE(938), [sym_await_expression] = STATE(938), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(938), [sym_async_block] = STATE(938), [sym_block] = STATE(938), [sym__literal] = STATE(938), [sym_string_literal] = STATE(938), [sym_boolean_literal] = STATE(938), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(723), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(723), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(723), [sym_float_literal] = ACTIONS(723), [sym_block_comment] = ACTIONS(3), }, [92] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(943), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(943), [sym_macro_invocation] = STATE(943), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(943), [sym_unary_expression] = STATE(943), [sym_try_expression] = STATE(943), [sym_reference_expression] = STATE(943), [sym_binary_expression] = STATE(943), [sym_assignment_expression] = STATE(943), [sym_compound_assignment_expr] = STATE(943), [sym_type_cast_expression] = STATE(943), [sym_return_expression] = STATE(943), [sym_call_expression] = STATE(943), [sym_array_expression] = STATE(943), [sym_parenthesized_expression] = STATE(943), [sym_tuple_expression] = STATE(943), [sym_unit_expression] = STATE(943), [sym_struct_expression] = STATE(943), [sym_if_expression] = STATE(943), [sym_if_let_expression] = STATE(943), [sym_match_expression] = STATE(943), [sym_while_expression] = STATE(943), [sym_while_let_expression] = STATE(943), [sym_loop_expression] = STATE(943), [sym_for_expression] = STATE(943), [sym_closure_expression] = STATE(943), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(943), [sym_continue_expression] = STATE(943), [sym_index_expression] = STATE(943), [sym_await_expression] = STATE(943), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(943), [sym_async_block] = STATE(943), [sym_block] = STATE(943), [sym__literal] = STATE(943), [sym_string_literal] = STATE(943), [sym_boolean_literal] = STATE(943), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(725), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(725), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(725), [sym_float_literal] = ACTIONS(725), [sym_block_comment] = ACTIONS(3), }, [93] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(763), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(763), [sym_macro_invocation] = STATE(763), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(763), [sym_unary_expression] = STATE(763), [sym_try_expression] = STATE(763), [sym_reference_expression] = STATE(763), [sym_binary_expression] = STATE(763), [sym_assignment_expression] = STATE(763), [sym_compound_assignment_expr] = STATE(763), [sym_type_cast_expression] = STATE(763), [sym_return_expression] = STATE(763), [sym_call_expression] = STATE(763), [sym_array_expression] = STATE(763), [sym_parenthesized_expression] = STATE(763), [sym_tuple_expression] = STATE(763), [sym_unit_expression] = STATE(763), [sym_struct_expression] = STATE(763), [sym_if_expression] = STATE(763), [sym_if_let_expression] = STATE(763), [sym_match_expression] = STATE(763), [sym_while_expression] = STATE(763), [sym_while_let_expression] = STATE(763), [sym_loop_expression] = STATE(763), [sym_for_expression] = STATE(763), [sym_closure_expression] = STATE(763), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(763), [sym_continue_expression] = STATE(763), [sym_index_expression] = STATE(763), [sym_await_expression] = STATE(763), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(763), [sym_async_block] = STATE(763), [sym_block] = STATE(763), [sym__literal] = STATE(763), [sym_string_literal] = STATE(763), [sym_boolean_literal] = STATE(763), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(727), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(727), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(727), [sym_float_literal] = ACTIONS(727), [sym_block_comment] = ACTIONS(3), }, [94] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1015), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(1015), [sym_macro_invocation] = STATE(1015), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1015), [sym_unary_expression] = STATE(1015), [sym_try_expression] = STATE(1015), [sym_reference_expression] = STATE(1015), [sym_binary_expression] = STATE(1015), [sym_assignment_expression] = STATE(1015), [sym_compound_assignment_expr] = STATE(1015), [sym_type_cast_expression] = STATE(1015), [sym_return_expression] = STATE(1015), [sym_call_expression] = STATE(1015), [sym_array_expression] = STATE(1015), [sym_parenthesized_expression] = STATE(1015), [sym_tuple_expression] = STATE(1015), [sym_unit_expression] = STATE(1015), [sym_struct_expression] = STATE(1015), [sym_if_expression] = STATE(1015), [sym_if_let_expression] = STATE(1015), [sym_match_expression] = STATE(1015), [sym_while_expression] = STATE(1015), [sym_while_let_expression] = STATE(1015), [sym_loop_expression] = STATE(1015), [sym_for_expression] = STATE(1015), [sym_closure_expression] = STATE(1015), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(1015), [sym_continue_expression] = STATE(1015), [sym_index_expression] = STATE(1015), [sym_await_expression] = STATE(1015), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1015), [sym_async_block] = STATE(1015), [sym_block] = STATE(1015), [sym__literal] = STATE(1015), [sym_string_literal] = STATE(1015), [sym_boolean_literal] = STATE(1015), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(729), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(729), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(729), [sym_float_literal] = ACTIONS(729), [sym_block_comment] = ACTIONS(3), }, [95] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(941), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(941), [sym_macro_invocation] = STATE(941), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(941), [sym_unary_expression] = STATE(941), [sym_try_expression] = STATE(941), [sym_reference_expression] = STATE(941), [sym_binary_expression] = STATE(941), [sym_assignment_expression] = STATE(941), [sym_compound_assignment_expr] = STATE(941), [sym_type_cast_expression] = STATE(941), [sym_return_expression] = STATE(941), [sym_call_expression] = STATE(941), [sym_array_expression] = STATE(941), [sym_parenthesized_expression] = STATE(941), [sym_tuple_expression] = STATE(941), [sym_unit_expression] = STATE(941), [sym_struct_expression] = STATE(941), [sym_if_expression] = STATE(941), [sym_if_let_expression] = STATE(941), [sym_match_expression] = STATE(941), [sym_while_expression] = STATE(941), [sym_while_let_expression] = STATE(941), [sym_loop_expression] = STATE(941), [sym_for_expression] = STATE(941), [sym_closure_expression] = STATE(941), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(941), [sym_continue_expression] = STATE(941), [sym_index_expression] = STATE(941), [sym_await_expression] = STATE(941), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(941), [sym_async_block] = STATE(941), [sym_block] = STATE(941), [sym__literal] = STATE(941), [sym_string_literal] = STATE(941), [sym_boolean_literal] = STATE(941), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(731), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(731), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(731), [sym_float_literal] = ACTIONS(731), [sym_block_comment] = ACTIONS(3), }, [96] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(923), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(923), [sym_macro_invocation] = STATE(923), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(923), [sym_unary_expression] = STATE(923), [sym_try_expression] = STATE(923), [sym_reference_expression] = STATE(923), [sym_binary_expression] = STATE(923), [sym_assignment_expression] = STATE(923), [sym_compound_assignment_expr] = STATE(923), [sym_type_cast_expression] = STATE(923), [sym_return_expression] = STATE(923), [sym_call_expression] = STATE(923), [sym_array_expression] = STATE(923), [sym_parenthesized_expression] = STATE(923), [sym_tuple_expression] = STATE(923), [sym_unit_expression] = STATE(923), [sym_struct_expression] = STATE(923), [sym_if_expression] = STATE(923), [sym_if_let_expression] = STATE(923), [sym_match_expression] = STATE(923), [sym_while_expression] = STATE(923), [sym_while_let_expression] = STATE(923), [sym_loop_expression] = STATE(923), [sym_for_expression] = STATE(923), [sym_closure_expression] = STATE(923), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(923), [sym_continue_expression] = STATE(923), [sym_index_expression] = STATE(923), [sym_await_expression] = STATE(923), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(923), [sym_async_block] = STATE(923), [sym_block] = STATE(923), [sym__literal] = STATE(923), [sym_string_literal] = STATE(923), [sym_boolean_literal] = STATE(923), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(733), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(733), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(733), [sym_float_literal] = ACTIONS(733), [sym_block_comment] = ACTIONS(3), }, [97] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1018), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(1018), [sym_macro_invocation] = STATE(1018), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1018), [sym_unary_expression] = STATE(1018), [sym_try_expression] = STATE(1018), [sym_reference_expression] = STATE(1018), [sym_binary_expression] = STATE(1018), [sym_assignment_expression] = STATE(1018), [sym_compound_assignment_expr] = STATE(1018), [sym_type_cast_expression] = STATE(1018), [sym_return_expression] = STATE(1018), [sym_call_expression] = STATE(1018), [sym_array_expression] = STATE(1018), [sym_parenthesized_expression] = STATE(1018), [sym_tuple_expression] = STATE(1018), [sym_unit_expression] = STATE(1018), [sym_struct_expression] = STATE(1018), [sym_if_expression] = STATE(1018), [sym_if_let_expression] = STATE(1018), [sym_match_expression] = STATE(1018), [sym_while_expression] = STATE(1018), [sym_while_let_expression] = STATE(1018), [sym_loop_expression] = STATE(1018), [sym_for_expression] = STATE(1018), [sym_closure_expression] = STATE(1018), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(1018), [sym_continue_expression] = STATE(1018), [sym_index_expression] = STATE(1018), [sym_await_expression] = STATE(1018), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1018), [sym_async_block] = STATE(1018), [sym_block] = STATE(1018), [sym__literal] = STATE(1018), [sym_string_literal] = STATE(1018), [sym_boolean_literal] = STATE(1018), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(735), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(735), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(735), [sym_float_literal] = ACTIONS(735), [sym_block_comment] = ACTIONS(3), }, [98] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(998), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(998), [sym_macro_invocation] = STATE(998), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(998), [sym_unary_expression] = STATE(998), [sym_try_expression] = STATE(998), [sym_reference_expression] = STATE(998), [sym_binary_expression] = STATE(998), [sym_assignment_expression] = STATE(998), [sym_compound_assignment_expr] = STATE(998), [sym_type_cast_expression] = STATE(998), [sym_return_expression] = STATE(998), [sym_call_expression] = STATE(998), [sym_array_expression] = STATE(998), [sym_parenthesized_expression] = STATE(998), [sym_tuple_expression] = STATE(998), [sym_unit_expression] = STATE(998), [sym_struct_expression] = STATE(998), [sym_if_expression] = STATE(998), [sym_if_let_expression] = STATE(998), [sym_match_expression] = STATE(998), [sym_while_expression] = STATE(998), [sym_while_let_expression] = STATE(998), [sym_loop_expression] = STATE(998), [sym_for_expression] = STATE(998), [sym_closure_expression] = STATE(998), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(998), [sym_continue_expression] = STATE(998), [sym_index_expression] = STATE(998), [sym_await_expression] = STATE(998), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(998), [sym_async_block] = STATE(998), [sym_block] = STATE(998), [sym__literal] = STATE(998), [sym_string_literal] = STATE(998), [sym_boolean_literal] = STATE(998), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(737), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(737), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(737), [sym_float_literal] = ACTIONS(737), [sym_block_comment] = ACTIONS(3), }, [99] = { [sym_attribute_item] = STATE(185), [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(1767), [sym_variadic_parameter] = STATE(1767), [sym_parameter] = STATE(1767), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1739), [sym_bracketed_type] = STATE(2351), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1739), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1739), [sym_tuple_type] = STATE(1739), [sym_unit_type] = STATE(1739), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2352), [sym_bounded_type] = STATE(1739), [sym_reference_type] = STATE(1739), [sym_pointer_type] = STATE(1739), [sym_empty_type] = STATE(1739), [sym_abstract_type] = STATE(1739), [sym_dynamic_type] = STATE(1739), [sym_macro_invocation] = STATE(1739), [sym_scoped_identifier] = STATE(1504), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1707), [sym_tuple_pattern] = STATE(1707), [sym_slice_pattern] = STATE(1707), [sym_tuple_struct_pattern] = STATE(1707), [sym_struct_pattern] = STATE(1707), [sym_remaining_field_pattern] = STATE(1707), [sym_mut_pattern] = STATE(1707), [sym_range_pattern] = STATE(1707), [sym_ref_pattern] = STATE(1707), [sym_captured_pattern] = STATE(1707), [sym_reference_pattern] = STATE(1707), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(739), [anon_sym_LPAREN] = ACTIONS(741), [anon_sym_RPAREN] = ACTIONS(743), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(749), [anon_sym_i8] = ACTIONS(749), [anon_sym_u16] = ACTIONS(749), [anon_sym_i16] = ACTIONS(749), [anon_sym_u32] = ACTIONS(749), [anon_sym_i32] = ACTIONS(749), [anon_sym_u64] = ACTIONS(749), [anon_sym_i64] = ACTIONS(749), [anon_sym_u128] = ACTIONS(749), [anon_sym_i128] = ACTIONS(749), [anon_sym_isize] = ACTIONS(749), [anon_sym_usize] = ACTIONS(749), [anon_sym_f32] = ACTIONS(749), [anon_sym_f64] = ACTIONS(749), [anon_sym_bool] = ACTIONS(749), [anon_sym_str] = ACTIONS(749), [anon_sym_char] = ACTIONS(749), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(763), [anon_sym_BANG] = ACTIONS(765), [anon_sym_COMMA] = ACTIONS(767), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(773), [anon_sym__] = ACTIONS(775), [anon_sym_AMP] = ACTIONS(777), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(793), [sym_super] = ACTIONS(795), [sym_crate] = ACTIONS(795), [sym_metavariable] = ACTIONS(797), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [100] = { [sym_attribute_item] = STATE(187), [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(1954), [sym_variadic_parameter] = STATE(1954), [sym_parameter] = STATE(1954), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1712), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1712), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1712), [sym_tuple_type] = STATE(1712), [sym_unit_type] = STATE(1712), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1712), [sym_reference_type] = STATE(1712), [sym_pointer_type] = STATE(1712), [sym_empty_type] = STATE(1712), [sym_abstract_type] = STATE(1712), [sym_dynamic_type] = STATE(1712), [sym_macro_invocation] = STATE(1712), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(2345), [sym_tuple_pattern] = STATE(2345), [sym_slice_pattern] = STATE(2345), [sym_tuple_struct_pattern] = STATE(2345), [sym_struct_pattern] = STATE(2345), [sym_remaining_field_pattern] = STATE(2345), [sym_mut_pattern] = STATE(2345), [sym_range_pattern] = STATE(2345), [sym_ref_pattern] = STATE(2345), [sym_captured_pattern] = STATE(2345), [sym_reference_pattern] = STATE(2345), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_RPAREN] = ACTIONS(803), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(763), [anon_sym_BANG] = ACTIONS(765), [anon_sym_COMMA] = ACTIONS(807), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(811), [anon_sym_AMP] = ACTIONS(813), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(815), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [101] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(989), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(989), [sym_macro_invocation] = STATE(989), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(989), [sym_unary_expression] = STATE(989), [sym_try_expression] = STATE(989), [sym_reference_expression] = STATE(989), [sym_binary_expression] = STATE(989), [sym_assignment_expression] = STATE(989), [sym_compound_assignment_expr] = STATE(989), [sym_type_cast_expression] = STATE(989), [sym_return_expression] = STATE(989), [sym_call_expression] = STATE(989), [sym_array_expression] = STATE(989), [sym_parenthesized_expression] = STATE(989), [sym_tuple_expression] = STATE(989), [sym_unit_expression] = STATE(989), [sym_struct_expression] = STATE(989), [sym_if_expression] = STATE(989), [sym_if_let_expression] = STATE(989), [sym_match_expression] = STATE(989), [sym_while_expression] = STATE(989), [sym_while_let_expression] = STATE(989), [sym_loop_expression] = STATE(989), [sym_for_expression] = STATE(989), [sym_closure_expression] = STATE(989), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(989), [sym_continue_expression] = STATE(989), [sym_index_expression] = STATE(989), [sym_await_expression] = STATE(989), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(989), [sym_async_block] = STATE(989), [sym_block] = STATE(989), [sym__literal] = STATE(989), [sym_string_literal] = STATE(989), [sym_boolean_literal] = STATE(989), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(821), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(821), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(821), [sym_float_literal] = ACTIONS(821), [sym_block_comment] = ACTIONS(3), }, [102] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(904), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(904), [sym_macro_invocation] = STATE(904), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(904), [sym_unary_expression] = STATE(904), [sym_try_expression] = STATE(904), [sym_reference_expression] = STATE(904), [sym_binary_expression] = STATE(904), [sym_assignment_expression] = STATE(904), [sym_compound_assignment_expr] = STATE(904), [sym_type_cast_expression] = STATE(904), [sym_return_expression] = STATE(904), [sym_call_expression] = STATE(904), [sym_array_expression] = STATE(904), [sym_parenthesized_expression] = STATE(904), [sym_tuple_expression] = STATE(904), [sym_unit_expression] = STATE(904), [sym_struct_expression] = STATE(904), [sym_if_expression] = STATE(904), [sym_if_let_expression] = STATE(904), [sym_match_expression] = STATE(904), [sym_while_expression] = STATE(904), [sym_while_let_expression] = STATE(904), [sym_loop_expression] = STATE(904), [sym_for_expression] = STATE(904), [sym_closure_expression] = STATE(904), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(904), [sym_continue_expression] = STATE(904), [sym_index_expression] = STATE(904), [sym_await_expression] = STATE(904), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(904), [sym_async_block] = STATE(904), [sym_block] = STATE(904), [sym__literal] = STATE(904), [sym_string_literal] = STATE(904), [sym_boolean_literal] = STATE(904), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(823), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(823), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(823), [sym_float_literal] = ACTIONS(823), [sym_block_comment] = ACTIONS(3), }, [103] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(981), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(981), [sym_macro_invocation] = STATE(981), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(981), [sym_unary_expression] = STATE(981), [sym_try_expression] = STATE(981), [sym_reference_expression] = STATE(981), [sym_binary_expression] = STATE(981), [sym_assignment_expression] = STATE(981), [sym_compound_assignment_expr] = STATE(981), [sym_type_cast_expression] = STATE(981), [sym_return_expression] = STATE(981), [sym_call_expression] = STATE(981), [sym_array_expression] = STATE(981), [sym_parenthesized_expression] = STATE(981), [sym_tuple_expression] = STATE(981), [sym_unit_expression] = STATE(981), [sym_struct_expression] = STATE(981), [sym_if_expression] = STATE(981), [sym_if_let_expression] = STATE(981), [sym_match_expression] = STATE(981), [sym_while_expression] = STATE(981), [sym_while_let_expression] = STATE(981), [sym_loop_expression] = STATE(981), [sym_for_expression] = STATE(981), [sym_closure_expression] = STATE(981), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(981), [sym_continue_expression] = STATE(981), [sym_index_expression] = STATE(981), [sym_await_expression] = STATE(981), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(981), [sym_async_block] = STATE(981), [sym_block] = STATE(981), [sym__literal] = STATE(981), [sym_string_literal] = STATE(981), [sym_boolean_literal] = STATE(981), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(825), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(825), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(825), [sym_float_literal] = ACTIONS(825), [sym_block_comment] = ACTIONS(3), }, [104] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(986), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(986), [sym_macro_invocation] = STATE(986), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(986), [sym_unary_expression] = STATE(986), [sym_try_expression] = STATE(986), [sym_reference_expression] = STATE(986), [sym_binary_expression] = STATE(986), [sym_assignment_expression] = STATE(986), [sym_compound_assignment_expr] = STATE(986), [sym_type_cast_expression] = STATE(986), [sym_return_expression] = STATE(986), [sym_call_expression] = STATE(986), [sym_array_expression] = STATE(986), [sym_parenthesized_expression] = STATE(986), [sym_tuple_expression] = STATE(986), [sym_unit_expression] = STATE(986), [sym_struct_expression] = STATE(986), [sym_if_expression] = STATE(986), [sym_if_let_expression] = STATE(986), [sym_match_expression] = STATE(986), [sym_while_expression] = STATE(986), [sym_while_let_expression] = STATE(986), [sym_loop_expression] = STATE(986), [sym_for_expression] = STATE(986), [sym_closure_expression] = STATE(986), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(986), [sym_continue_expression] = STATE(986), [sym_index_expression] = STATE(986), [sym_await_expression] = STATE(986), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(986), [sym_async_block] = STATE(986), [sym_block] = STATE(986), [sym__literal] = STATE(986), [sym_string_literal] = STATE(986), [sym_boolean_literal] = STATE(986), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(827), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(827), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(827), [sym_float_literal] = ACTIONS(827), [sym_block_comment] = ACTIONS(3), }, [105] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(896), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(896), [sym_macro_invocation] = STATE(896), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(896), [sym_unary_expression] = STATE(896), [sym_try_expression] = STATE(896), [sym_reference_expression] = STATE(896), [sym_binary_expression] = STATE(896), [sym_assignment_expression] = STATE(896), [sym_compound_assignment_expr] = STATE(896), [sym_type_cast_expression] = STATE(896), [sym_return_expression] = STATE(896), [sym_call_expression] = STATE(896), [sym_array_expression] = STATE(896), [sym_parenthesized_expression] = STATE(896), [sym_tuple_expression] = STATE(896), [sym_unit_expression] = STATE(896), [sym_struct_expression] = STATE(896), [sym_if_expression] = STATE(896), [sym_if_let_expression] = STATE(896), [sym_match_expression] = STATE(896), [sym_while_expression] = STATE(896), [sym_while_let_expression] = STATE(896), [sym_loop_expression] = STATE(896), [sym_for_expression] = STATE(896), [sym_closure_expression] = STATE(896), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(896), [sym_continue_expression] = STATE(896), [sym_index_expression] = STATE(896), [sym_await_expression] = STATE(896), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(896), [sym_async_block] = STATE(896), [sym_block] = STATE(896), [sym__literal] = STATE(896), [sym_string_literal] = STATE(896), [sym_boolean_literal] = STATE(896), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(829), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(829), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(829), [sym_float_literal] = ACTIONS(829), [sym_block_comment] = ACTIONS(3), }, [106] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(979), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(979), [sym_macro_invocation] = STATE(979), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(979), [sym_unary_expression] = STATE(979), [sym_try_expression] = STATE(979), [sym_reference_expression] = STATE(979), [sym_binary_expression] = STATE(979), [sym_assignment_expression] = STATE(979), [sym_compound_assignment_expr] = STATE(979), [sym_type_cast_expression] = STATE(979), [sym_return_expression] = STATE(979), [sym_call_expression] = STATE(979), [sym_array_expression] = STATE(979), [sym_parenthesized_expression] = STATE(979), [sym_tuple_expression] = STATE(979), [sym_unit_expression] = STATE(979), [sym_struct_expression] = STATE(979), [sym_if_expression] = STATE(979), [sym_if_let_expression] = STATE(979), [sym_match_expression] = STATE(979), [sym_while_expression] = STATE(979), [sym_while_let_expression] = STATE(979), [sym_loop_expression] = STATE(979), [sym_for_expression] = STATE(979), [sym_closure_expression] = STATE(979), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(979), [sym_continue_expression] = STATE(979), [sym_index_expression] = STATE(979), [sym_await_expression] = STATE(979), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(979), [sym_async_block] = STATE(979), [sym_block] = STATE(979), [sym__literal] = STATE(979), [sym_string_literal] = STATE(979), [sym_boolean_literal] = STATE(979), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(831), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(831), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(831), [sym_float_literal] = ACTIONS(831), [sym_block_comment] = ACTIONS(3), }, [107] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(980), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(980), [sym_macro_invocation] = STATE(980), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(980), [sym_unary_expression] = STATE(980), [sym_try_expression] = STATE(980), [sym_reference_expression] = STATE(980), [sym_binary_expression] = STATE(980), [sym_assignment_expression] = STATE(980), [sym_compound_assignment_expr] = STATE(980), [sym_type_cast_expression] = STATE(980), [sym_return_expression] = STATE(980), [sym_call_expression] = STATE(980), [sym_array_expression] = STATE(980), [sym_parenthesized_expression] = STATE(980), [sym_tuple_expression] = STATE(980), [sym_unit_expression] = STATE(980), [sym_struct_expression] = STATE(980), [sym_if_expression] = STATE(980), [sym_if_let_expression] = STATE(980), [sym_match_expression] = STATE(980), [sym_while_expression] = STATE(980), [sym_while_let_expression] = STATE(980), [sym_loop_expression] = STATE(980), [sym_for_expression] = STATE(980), [sym_closure_expression] = STATE(980), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(980), [sym_continue_expression] = STATE(980), [sym_index_expression] = STATE(980), [sym_await_expression] = STATE(980), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(980), [sym_async_block] = STATE(980), [sym_block] = STATE(980), [sym__literal] = STATE(980), [sym_string_literal] = STATE(980), [sym_boolean_literal] = STATE(980), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(833), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(833), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(833), [sym_float_literal] = ACTIONS(833), [sym_block_comment] = ACTIONS(3), }, [108] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(984), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(984), [sym_macro_invocation] = STATE(984), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(984), [sym_unary_expression] = STATE(984), [sym_try_expression] = STATE(984), [sym_reference_expression] = STATE(984), [sym_binary_expression] = STATE(984), [sym_assignment_expression] = STATE(984), [sym_compound_assignment_expr] = STATE(984), [sym_type_cast_expression] = STATE(984), [sym_return_expression] = STATE(984), [sym_call_expression] = STATE(984), [sym_array_expression] = STATE(984), [sym_parenthesized_expression] = STATE(984), [sym_tuple_expression] = STATE(984), [sym_unit_expression] = STATE(984), [sym_struct_expression] = STATE(984), [sym_if_expression] = STATE(984), [sym_if_let_expression] = STATE(984), [sym_match_expression] = STATE(984), [sym_while_expression] = STATE(984), [sym_while_let_expression] = STATE(984), [sym_loop_expression] = STATE(984), [sym_for_expression] = STATE(984), [sym_closure_expression] = STATE(984), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(984), [sym_continue_expression] = STATE(984), [sym_index_expression] = STATE(984), [sym_await_expression] = STATE(984), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(984), [sym_async_block] = STATE(984), [sym_block] = STATE(984), [sym__literal] = STATE(984), [sym_string_literal] = STATE(984), [sym_boolean_literal] = STATE(984), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(835), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(835), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(835), [sym_float_literal] = ACTIONS(835), [sym_block_comment] = ACTIONS(3), }, [109] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(985), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(985), [sym_macro_invocation] = STATE(985), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(985), [sym_unary_expression] = STATE(985), [sym_try_expression] = STATE(985), [sym_reference_expression] = STATE(985), [sym_binary_expression] = STATE(985), [sym_assignment_expression] = STATE(985), [sym_compound_assignment_expr] = STATE(985), [sym_type_cast_expression] = STATE(985), [sym_return_expression] = STATE(985), [sym_call_expression] = STATE(985), [sym_array_expression] = STATE(985), [sym_parenthesized_expression] = STATE(985), [sym_tuple_expression] = STATE(985), [sym_unit_expression] = STATE(985), [sym_struct_expression] = STATE(985), [sym_if_expression] = STATE(231), [sym_if_let_expression] = STATE(231), [sym_match_expression] = STATE(231), [sym_while_expression] = STATE(231), [sym_while_let_expression] = STATE(231), [sym_loop_expression] = STATE(231), [sym_for_expression] = STATE(231), [sym_closure_expression] = STATE(985), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2393), [sym_break_expression] = STATE(985), [sym_continue_expression] = STATE(985), [sym_index_expression] = STATE(985), [sym_await_expression] = STATE(985), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(231), [sym_async_block] = STATE(231), [sym_block] = STATE(231), [sym__literal] = STATE(985), [sym_string_literal] = STATE(985), [sym_boolean_literal] = STATE(985), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(837), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(839), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(841), [anon_sym_if] = ACTIONS(843), [anon_sym_loop] = ACTIONS(845), [anon_sym_match] = ACTIONS(847), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(849), [anon_sym_while] = ACTIONS(851), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(853), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(853), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(853), [sym_float_literal] = ACTIONS(853), [sym_block_comment] = ACTIONS(3), }, [110] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(925), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(925), [sym_macro_invocation] = STATE(925), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(925), [sym_unary_expression] = STATE(925), [sym_try_expression] = STATE(925), [sym_reference_expression] = STATE(925), [sym_binary_expression] = STATE(925), [sym_assignment_expression] = STATE(925), [sym_compound_assignment_expr] = STATE(925), [sym_type_cast_expression] = STATE(925), [sym_return_expression] = STATE(925), [sym_call_expression] = STATE(925), [sym_array_expression] = STATE(925), [sym_parenthesized_expression] = STATE(925), [sym_tuple_expression] = STATE(925), [sym_unit_expression] = STATE(925), [sym_struct_expression] = STATE(925), [sym_if_expression] = STATE(231), [sym_if_let_expression] = STATE(231), [sym_match_expression] = STATE(231), [sym_while_expression] = STATE(231), [sym_while_let_expression] = STATE(231), [sym_loop_expression] = STATE(231), [sym_for_expression] = STATE(231), [sym_closure_expression] = STATE(925), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2393), [sym_break_expression] = STATE(925), [sym_continue_expression] = STATE(925), [sym_index_expression] = STATE(925), [sym_await_expression] = STATE(925), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(231), [sym_async_block] = STATE(231), [sym_block] = STATE(231), [sym__literal] = STATE(925), [sym_string_literal] = STATE(925), [sym_boolean_literal] = STATE(925), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(837), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(839), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(841), [anon_sym_if] = ACTIONS(843), [anon_sym_loop] = ACTIONS(845), [anon_sym_match] = ACTIONS(847), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(849), [anon_sym_while] = ACTIONS(851), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(855), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(855), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(855), [sym_float_literal] = ACTIONS(855), [sym_block_comment] = ACTIONS(3), }, [111] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(958), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(958), [sym_macro_invocation] = STATE(958), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(958), [sym_unary_expression] = STATE(958), [sym_try_expression] = STATE(958), [sym_reference_expression] = STATE(958), [sym_binary_expression] = STATE(958), [sym_assignment_expression] = STATE(958), [sym_compound_assignment_expr] = STATE(958), [sym_type_cast_expression] = STATE(958), [sym_return_expression] = STATE(958), [sym_call_expression] = STATE(958), [sym_array_expression] = STATE(958), [sym_parenthesized_expression] = STATE(958), [sym_tuple_expression] = STATE(958), [sym_unit_expression] = STATE(958), [sym_struct_expression] = STATE(958), [sym_if_expression] = STATE(958), [sym_if_let_expression] = STATE(958), [sym_match_expression] = STATE(958), [sym_while_expression] = STATE(958), [sym_while_let_expression] = STATE(958), [sym_loop_expression] = STATE(958), [sym_for_expression] = STATE(958), [sym_closure_expression] = STATE(958), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(958), [sym_continue_expression] = STATE(958), [sym_index_expression] = STATE(958), [sym_await_expression] = STATE(958), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(958), [sym_async_block] = STATE(958), [sym_block] = STATE(958), [sym__literal] = STATE(958), [sym_string_literal] = STATE(958), [sym_boolean_literal] = STATE(958), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(857), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(857), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(857), [sym_float_literal] = ACTIONS(857), [sym_block_comment] = ACTIONS(3), }, [112] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(952), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(952), [sym_macro_invocation] = STATE(952), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(952), [sym_unary_expression] = STATE(952), [sym_try_expression] = STATE(952), [sym_reference_expression] = STATE(952), [sym_binary_expression] = STATE(952), [sym_assignment_expression] = STATE(952), [sym_compound_assignment_expr] = STATE(952), [sym_type_cast_expression] = STATE(952), [sym_return_expression] = STATE(952), [sym_call_expression] = STATE(952), [sym_array_expression] = STATE(952), [sym_parenthesized_expression] = STATE(952), [sym_tuple_expression] = STATE(952), [sym_unit_expression] = STATE(952), [sym_struct_expression] = STATE(952), [sym_if_expression] = STATE(952), [sym_if_let_expression] = STATE(952), [sym_match_expression] = STATE(952), [sym_while_expression] = STATE(952), [sym_while_let_expression] = STATE(952), [sym_loop_expression] = STATE(952), [sym_for_expression] = STATE(952), [sym_closure_expression] = STATE(952), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(952), [sym_continue_expression] = STATE(952), [sym_index_expression] = STATE(952), [sym_await_expression] = STATE(952), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(952), [sym_async_block] = STATE(952), [sym_block] = STATE(952), [sym__literal] = STATE(952), [sym_string_literal] = STATE(952), [sym_boolean_literal] = STATE(952), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(859), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(859), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(859), [sym_float_literal] = ACTIONS(859), [sym_block_comment] = ACTIONS(3), }, [113] = { [sym_attribute_item] = STATE(185), [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(1767), [sym_variadic_parameter] = STATE(1767), [sym_parameter] = STATE(1767), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1739), [sym_bracketed_type] = STATE(2351), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1739), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1739), [sym_tuple_type] = STATE(1739), [sym_unit_type] = STATE(1739), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2352), [sym_bounded_type] = STATE(1739), [sym_reference_type] = STATE(1739), [sym_pointer_type] = STATE(1739), [sym_empty_type] = STATE(1739), [sym_abstract_type] = STATE(1739), [sym_dynamic_type] = STATE(1739), [sym_macro_invocation] = STATE(1739), [sym_scoped_identifier] = STATE(1504), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1707), [sym_tuple_pattern] = STATE(1707), [sym_slice_pattern] = STATE(1707), [sym_tuple_struct_pattern] = STATE(1707), [sym_struct_pattern] = STATE(1707), [sym_remaining_field_pattern] = STATE(1707), [sym_mut_pattern] = STATE(1707), [sym_range_pattern] = STATE(1707), [sym_ref_pattern] = STATE(1707), [sym_captured_pattern] = STATE(1707), [sym_reference_pattern] = STATE(1707), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(739), [anon_sym_LPAREN] = ACTIONS(741), [anon_sym_RPAREN] = ACTIONS(861), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(749), [anon_sym_i8] = ACTIONS(749), [anon_sym_u16] = ACTIONS(749), [anon_sym_i16] = ACTIONS(749), [anon_sym_u32] = ACTIONS(749), [anon_sym_i32] = ACTIONS(749), [anon_sym_u64] = ACTIONS(749), [anon_sym_i64] = ACTIONS(749), [anon_sym_u128] = ACTIONS(749), [anon_sym_i128] = ACTIONS(749), [anon_sym_isize] = ACTIONS(749), [anon_sym_usize] = ACTIONS(749), [anon_sym_f32] = ACTIONS(749), [anon_sym_f64] = ACTIONS(749), [anon_sym_bool] = ACTIONS(749), [anon_sym_str] = ACTIONS(749), [anon_sym_char] = ACTIONS(749), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(763), [anon_sym_BANG] = ACTIONS(765), [anon_sym_COMMA] = ACTIONS(863), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(773), [anon_sym__] = ACTIONS(775), [anon_sym_AMP] = ACTIONS(777), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(793), [sym_super] = ACTIONS(795), [sym_crate] = ACTIONS(795), [sym_metavariable] = ACTIONS(797), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [114] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(929), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(929), [sym_macro_invocation] = STATE(929), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(929), [sym_unary_expression] = STATE(929), [sym_try_expression] = STATE(929), [sym_reference_expression] = STATE(929), [sym_binary_expression] = STATE(929), [sym_assignment_expression] = STATE(929), [sym_compound_assignment_expr] = STATE(929), [sym_type_cast_expression] = STATE(929), [sym_return_expression] = STATE(929), [sym_call_expression] = STATE(929), [sym_array_expression] = STATE(929), [sym_parenthesized_expression] = STATE(929), [sym_tuple_expression] = STATE(929), [sym_unit_expression] = STATE(929), [sym_struct_expression] = STATE(929), [sym_if_expression] = STATE(929), [sym_if_let_expression] = STATE(929), [sym_match_expression] = STATE(929), [sym_while_expression] = STATE(929), [sym_while_let_expression] = STATE(929), [sym_loop_expression] = STATE(929), [sym_for_expression] = STATE(929), [sym_closure_expression] = STATE(929), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(929), [sym_continue_expression] = STATE(929), [sym_index_expression] = STATE(929), [sym_await_expression] = STATE(929), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(929), [sym_async_block] = STATE(929), [sym_block] = STATE(929), [sym__literal] = STATE(929), [sym_string_literal] = STATE(929), [sym_boolean_literal] = STATE(929), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(865), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(865), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(865), [sym_float_literal] = ACTIONS(865), [sym_block_comment] = ACTIONS(3), }, [115] = { [sym_attribute_item] = STATE(185), [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(1767), [sym_variadic_parameter] = STATE(1767), [sym_parameter] = STATE(1767), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1739), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1739), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1739), [sym_tuple_type] = STATE(1739), [sym_unit_type] = STATE(1739), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1739), [sym_reference_type] = STATE(1739), [sym_pointer_type] = STATE(1739), [sym_empty_type] = STATE(1739), [sym_abstract_type] = STATE(1739), [sym_dynamic_type] = STATE(1739), [sym_macro_invocation] = STATE(1739), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(2345), [sym_tuple_pattern] = STATE(2345), [sym_slice_pattern] = STATE(2345), [sym_tuple_struct_pattern] = STATE(2345), [sym_struct_pattern] = STATE(2345), [sym_remaining_field_pattern] = STATE(2345), [sym_mut_pattern] = STATE(2345), [sym_range_pattern] = STATE(2345), [sym_ref_pattern] = STATE(2345), [sym_captured_pattern] = STATE(2345), [sym_reference_pattern] = STATE(2345), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_RPAREN] = ACTIONS(867), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(763), [anon_sym_BANG] = ACTIONS(765), [anon_sym_COMMA] = ACTIONS(869), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(871), [anon_sym_AMP] = ACTIONS(813), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(815), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [116] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(988), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(988), [sym_macro_invocation] = STATE(988), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(988), [sym_unary_expression] = STATE(988), [sym_try_expression] = STATE(988), [sym_reference_expression] = STATE(988), [sym_binary_expression] = STATE(988), [sym_assignment_expression] = STATE(988), [sym_compound_assignment_expr] = STATE(988), [sym_type_cast_expression] = STATE(988), [sym_return_expression] = STATE(988), [sym_call_expression] = STATE(988), [sym_array_expression] = STATE(988), [sym_parenthesized_expression] = STATE(988), [sym_tuple_expression] = STATE(988), [sym_unit_expression] = STATE(988), [sym_struct_expression] = STATE(988), [sym_if_expression] = STATE(988), [sym_if_let_expression] = STATE(988), [sym_match_expression] = STATE(988), [sym_while_expression] = STATE(988), [sym_while_let_expression] = STATE(988), [sym_loop_expression] = STATE(988), [sym_for_expression] = STATE(988), [sym_closure_expression] = STATE(988), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(988), [sym_continue_expression] = STATE(988), [sym_index_expression] = STATE(988), [sym_await_expression] = STATE(988), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(988), [sym_async_block] = STATE(988), [sym_block] = STATE(988), [sym__literal] = STATE(988), [sym_string_literal] = STATE(988), [sym_boolean_literal] = STATE(988), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(873), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(873), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(873), [sym_float_literal] = ACTIONS(873), [sym_block_comment] = ACTIONS(3), }, [117] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(947), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(947), [sym_macro_invocation] = STATE(947), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(947), [sym_unary_expression] = STATE(947), [sym_try_expression] = STATE(947), [sym_reference_expression] = STATE(947), [sym_binary_expression] = STATE(947), [sym_assignment_expression] = STATE(947), [sym_compound_assignment_expr] = STATE(947), [sym_type_cast_expression] = STATE(947), [sym_return_expression] = STATE(947), [sym_call_expression] = STATE(947), [sym_array_expression] = STATE(947), [sym_parenthesized_expression] = STATE(947), [sym_tuple_expression] = STATE(947), [sym_unit_expression] = STATE(947), [sym_struct_expression] = STATE(947), [sym_if_expression] = STATE(228), [sym_if_let_expression] = STATE(228), [sym_match_expression] = STATE(228), [sym_while_expression] = STATE(228), [sym_while_let_expression] = STATE(228), [sym_loop_expression] = STATE(228), [sym_for_expression] = STATE(228), [sym_closure_expression] = STATE(947), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2393), [sym_break_expression] = STATE(947), [sym_continue_expression] = STATE(947), [sym_index_expression] = STATE(947), [sym_await_expression] = STATE(947), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(228), [sym_async_block] = STATE(228), [sym_block] = STATE(228), [sym__literal] = STATE(947), [sym_string_literal] = STATE(947), [sym_boolean_literal] = STATE(947), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(837), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(839), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(841), [anon_sym_if] = ACTIONS(843), [anon_sym_loop] = ACTIONS(845), [anon_sym_match] = ACTIONS(847), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(849), [anon_sym_while] = ACTIONS(851), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(875), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(875), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(875), [sym_float_literal] = ACTIONS(875), [sym_block_comment] = ACTIONS(3), }, [118] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(968), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(968), [sym_macro_invocation] = STATE(968), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(968), [sym_unary_expression] = STATE(968), [sym_try_expression] = STATE(968), [sym_reference_expression] = STATE(968), [sym_binary_expression] = STATE(968), [sym_assignment_expression] = STATE(968), [sym_compound_assignment_expr] = STATE(968), [sym_type_cast_expression] = STATE(968), [sym_return_expression] = STATE(968), [sym_call_expression] = STATE(968), [sym_array_expression] = STATE(968), [sym_parenthesized_expression] = STATE(968), [sym_tuple_expression] = STATE(968), [sym_unit_expression] = STATE(968), [sym_struct_expression] = STATE(968), [sym_if_expression] = STATE(968), [sym_if_let_expression] = STATE(968), [sym_match_expression] = STATE(968), [sym_while_expression] = STATE(968), [sym_while_let_expression] = STATE(968), [sym_loop_expression] = STATE(968), [sym_for_expression] = STATE(968), [sym_closure_expression] = STATE(968), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(968), [sym_continue_expression] = STATE(968), [sym_index_expression] = STATE(968), [sym_await_expression] = STATE(968), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(968), [sym_async_block] = STATE(968), [sym_block] = STATE(968), [sym__literal] = STATE(968), [sym_string_literal] = STATE(968), [sym_boolean_literal] = STATE(968), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(877), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(877), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(877), [sym_float_literal] = ACTIONS(877), [sym_block_comment] = ACTIONS(3), }, [119] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(897), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(897), [sym_macro_invocation] = STATE(897), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(897), [sym_unary_expression] = STATE(897), [sym_try_expression] = STATE(897), [sym_reference_expression] = STATE(897), [sym_binary_expression] = STATE(897), [sym_assignment_expression] = STATE(897), [sym_compound_assignment_expr] = STATE(897), [sym_type_cast_expression] = STATE(897), [sym_return_expression] = STATE(897), [sym_call_expression] = STATE(897), [sym_array_expression] = STATE(897), [sym_parenthesized_expression] = STATE(897), [sym_tuple_expression] = STATE(897), [sym_unit_expression] = STATE(897), [sym_struct_expression] = STATE(897), [sym_if_expression] = STATE(897), [sym_if_let_expression] = STATE(897), [sym_match_expression] = STATE(897), [sym_while_expression] = STATE(897), [sym_while_let_expression] = STATE(897), [sym_loop_expression] = STATE(897), [sym_for_expression] = STATE(897), [sym_closure_expression] = STATE(897), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(897), [sym_continue_expression] = STATE(897), [sym_index_expression] = STATE(897), [sym_await_expression] = STATE(897), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(897), [sym_async_block] = STATE(897), [sym_block] = STATE(897), [sym__literal] = STATE(897), [sym_string_literal] = STATE(897), [sym_boolean_literal] = STATE(897), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(879), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(879), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(879), [sym_float_literal] = ACTIONS(879), [sym_block_comment] = ACTIONS(3), }, [120] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(953), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(953), [sym_macro_invocation] = STATE(953), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(953), [sym_unary_expression] = STATE(953), [sym_try_expression] = STATE(953), [sym_reference_expression] = STATE(953), [sym_binary_expression] = STATE(953), [sym_assignment_expression] = STATE(953), [sym_compound_assignment_expr] = STATE(953), [sym_type_cast_expression] = STATE(953), [sym_return_expression] = STATE(953), [sym_call_expression] = STATE(953), [sym_array_expression] = STATE(953), [sym_parenthesized_expression] = STATE(953), [sym_tuple_expression] = STATE(953), [sym_unit_expression] = STATE(953), [sym_struct_expression] = STATE(953), [sym_if_expression] = STATE(953), [sym_if_let_expression] = STATE(953), [sym_match_expression] = STATE(953), [sym_while_expression] = STATE(953), [sym_while_let_expression] = STATE(953), [sym_loop_expression] = STATE(953), [sym_for_expression] = STATE(953), [sym_closure_expression] = STATE(953), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(953), [sym_continue_expression] = STATE(953), [sym_index_expression] = STATE(953), [sym_await_expression] = STATE(953), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(953), [sym_async_block] = STATE(953), [sym_block] = STATE(953), [sym__literal] = STATE(953), [sym_string_literal] = STATE(953), [sym_boolean_literal] = STATE(953), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(881), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(881), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(881), [sym_float_literal] = ACTIONS(881), [sym_block_comment] = ACTIONS(3), }, [121] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(999), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(999), [sym_macro_invocation] = STATE(999), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(999), [sym_unary_expression] = STATE(999), [sym_try_expression] = STATE(999), [sym_reference_expression] = STATE(999), [sym_binary_expression] = STATE(999), [sym_assignment_expression] = STATE(999), [sym_compound_assignment_expr] = STATE(999), [sym_type_cast_expression] = STATE(999), [sym_return_expression] = STATE(999), [sym_call_expression] = STATE(999), [sym_array_expression] = STATE(999), [sym_parenthesized_expression] = STATE(999), [sym_tuple_expression] = STATE(999), [sym_unit_expression] = STATE(999), [sym_struct_expression] = STATE(999), [sym_if_expression] = STATE(999), [sym_if_let_expression] = STATE(999), [sym_match_expression] = STATE(999), [sym_while_expression] = STATE(999), [sym_while_let_expression] = STATE(999), [sym_loop_expression] = STATE(999), [sym_for_expression] = STATE(999), [sym_closure_expression] = STATE(999), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(999), [sym_continue_expression] = STATE(999), [sym_index_expression] = STATE(999), [sym_await_expression] = STATE(999), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(999), [sym_async_block] = STATE(999), [sym_block] = STATE(999), [sym__literal] = STATE(999), [sym_string_literal] = STATE(999), [sym_boolean_literal] = STATE(999), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(883), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(883), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(883), [sym_float_literal] = ACTIONS(883), [sym_block_comment] = ACTIONS(3), }, [122] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(959), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(959), [sym_macro_invocation] = STATE(959), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(959), [sym_unary_expression] = STATE(959), [sym_try_expression] = STATE(959), [sym_reference_expression] = STATE(959), [sym_binary_expression] = STATE(959), [sym_assignment_expression] = STATE(959), [sym_compound_assignment_expr] = STATE(959), [sym_type_cast_expression] = STATE(959), [sym_return_expression] = STATE(959), [sym_call_expression] = STATE(959), [sym_array_expression] = STATE(959), [sym_parenthesized_expression] = STATE(959), [sym_tuple_expression] = STATE(959), [sym_unit_expression] = STATE(959), [sym_struct_expression] = STATE(959), [sym_if_expression] = STATE(228), [sym_if_let_expression] = STATE(228), [sym_match_expression] = STATE(228), [sym_while_expression] = STATE(228), [sym_while_let_expression] = STATE(228), [sym_loop_expression] = STATE(228), [sym_for_expression] = STATE(228), [sym_closure_expression] = STATE(959), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2393), [sym_break_expression] = STATE(959), [sym_continue_expression] = STATE(959), [sym_index_expression] = STATE(959), [sym_await_expression] = STATE(959), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(228), [sym_async_block] = STATE(228), [sym_block] = STATE(228), [sym__literal] = STATE(959), [sym_string_literal] = STATE(959), [sym_boolean_literal] = STATE(959), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(837), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(839), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(841), [anon_sym_if] = ACTIONS(843), [anon_sym_loop] = ACTIONS(845), [anon_sym_match] = ACTIONS(847), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(849), [anon_sym_while] = ACTIONS(851), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(885), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(885), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(885), [sym_float_literal] = ACTIONS(885), [sym_block_comment] = ACTIONS(3), }, [123] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(960), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(960), [sym_macro_invocation] = STATE(960), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(960), [sym_unary_expression] = STATE(960), [sym_try_expression] = STATE(960), [sym_reference_expression] = STATE(960), [sym_binary_expression] = STATE(960), [sym_assignment_expression] = STATE(960), [sym_compound_assignment_expr] = STATE(960), [sym_type_cast_expression] = STATE(960), [sym_return_expression] = STATE(960), [sym_call_expression] = STATE(960), [sym_array_expression] = STATE(960), [sym_parenthesized_expression] = STATE(960), [sym_tuple_expression] = STATE(960), [sym_unit_expression] = STATE(960), [sym_struct_expression] = STATE(960), [sym_if_expression] = STATE(960), [sym_if_let_expression] = STATE(960), [sym_match_expression] = STATE(960), [sym_while_expression] = STATE(960), [sym_while_let_expression] = STATE(960), [sym_loop_expression] = STATE(960), [sym_for_expression] = STATE(960), [sym_closure_expression] = STATE(960), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(960), [sym_continue_expression] = STATE(960), [sym_index_expression] = STATE(960), [sym_await_expression] = STATE(960), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(960), [sym_async_block] = STATE(960), [sym_block] = STATE(960), [sym__literal] = STATE(960), [sym_string_literal] = STATE(960), [sym_boolean_literal] = STATE(960), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(887), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(887), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(887), [sym_float_literal] = ACTIONS(887), [sym_block_comment] = ACTIONS(3), }, [124] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(949), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(949), [sym_macro_invocation] = STATE(949), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(949), [sym_unary_expression] = STATE(949), [sym_try_expression] = STATE(949), [sym_reference_expression] = STATE(949), [sym_binary_expression] = STATE(949), [sym_assignment_expression] = STATE(949), [sym_compound_assignment_expr] = STATE(949), [sym_type_cast_expression] = STATE(949), [sym_return_expression] = STATE(949), [sym_call_expression] = STATE(949), [sym_array_expression] = STATE(949), [sym_parenthesized_expression] = STATE(949), [sym_tuple_expression] = STATE(949), [sym_unit_expression] = STATE(949), [sym_struct_expression] = STATE(949), [sym_if_expression] = STATE(949), [sym_if_let_expression] = STATE(949), [sym_match_expression] = STATE(949), [sym_while_expression] = STATE(949), [sym_while_let_expression] = STATE(949), [sym_loop_expression] = STATE(949), [sym_for_expression] = STATE(949), [sym_closure_expression] = STATE(949), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(949), [sym_continue_expression] = STATE(949), [sym_index_expression] = STATE(949), [sym_await_expression] = STATE(949), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(949), [sym_async_block] = STATE(949), [sym_block] = STATE(949), [sym__literal] = STATE(949), [sym_string_literal] = STATE(949), [sym_boolean_literal] = STATE(949), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(889), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(889), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(889), [sym_float_literal] = ACTIONS(889), [sym_block_comment] = ACTIONS(3), }, [125] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(940), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(940), [sym_macro_invocation] = STATE(940), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(940), [sym_unary_expression] = STATE(940), [sym_try_expression] = STATE(940), [sym_reference_expression] = STATE(940), [sym_binary_expression] = STATE(940), [sym_assignment_expression] = STATE(940), [sym_compound_assignment_expr] = STATE(940), [sym_type_cast_expression] = STATE(940), [sym_return_expression] = STATE(940), [sym_call_expression] = STATE(940), [sym_array_expression] = STATE(940), [sym_parenthesized_expression] = STATE(940), [sym_tuple_expression] = STATE(940), [sym_unit_expression] = STATE(940), [sym_struct_expression] = STATE(940), [sym_if_expression] = STATE(940), [sym_if_let_expression] = STATE(940), [sym_match_expression] = STATE(940), [sym_while_expression] = STATE(940), [sym_while_let_expression] = STATE(940), [sym_loop_expression] = STATE(940), [sym_for_expression] = STATE(940), [sym_closure_expression] = STATE(940), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(940), [sym_continue_expression] = STATE(940), [sym_index_expression] = STATE(940), [sym_await_expression] = STATE(940), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(940), [sym_async_block] = STATE(940), [sym_block] = STATE(940), [sym__literal] = STATE(940), [sym_string_literal] = STATE(940), [sym_boolean_literal] = STATE(940), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(891), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(891), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(891), [sym_float_literal] = ACTIONS(891), [sym_block_comment] = ACTIONS(3), }, [126] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(924), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(924), [sym_macro_invocation] = STATE(924), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(924), [sym_unary_expression] = STATE(924), [sym_try_expression] = STATE(924), [sym_reference_expression] = STATE(924), [sym_binary_expression] = STATE(924), [sym_assignment_expression] = STATE(924), [sym_compound_assignment_expr] = STATE(924), [sym_type_cast_expression] = STATE(924), [sym_return_expression] = STATE(924), [sym_call_expression] = STATE(924), [sym_array_expression] = STATE(924), [sym_parenthesized_expression] = STATE(924), [sym_tuple_expression] = STATE(924), [sym_unit_expression] = STATE(924), [sym_struct_expression] = STATE(924), [sym_if_expression] = STATE(924), [sym_if_let_expression] = STATE(924), [sym_match_expression] = STATE(924), [sym_while_expression] = STATE(924), [sym_while_let_expression] = STATE(924), [sym_loop_expression] = STATE(924), [sym_for_expression] = STATE(924), [sym_closure_expression] = STATE(924), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(924), [sym_continue_expression] = STATE(924), [sym_index_expression] = STATE(924), [sym_await_expression] = STATE(924), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(924), [sym_async_block] = STATE(924), [sym_block] = STATE(924), [sym__literal] = STATE(924), [sym_string_literal] = STATE(924), [sym_boolean_literal] = STATE(924), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(893), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(893), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(893), [sym_float_literal] = ACTIONS(893), [sym_block_comment] = ACTIONS(3), }, [127] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(966), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(966), [sym_macro_invocation] = STATE(966), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(966), [sym_unary_expression] = STATE(966), [sym_try_expression] = STATE(966), [sym_reference_expression] = STATE(966), [sym_binary_expression] = STATE(966), [sym_assignment_expression] = STATE(966), [sym_compound_assignment_expr] = STATE(966), [sym_type_cast_expression] = STATE(966), [sym_return_expression] = STATE(966), [sym_call_expression] = STATE(966), [sym_array_expression] = STATE(966), [sym_parenthesized_expression] = STATE(966), [sym_tuple_expression] = STATE(966), [sym_unit_expression] = STATE(966), [sym_struct_expression] = STATE(966), [sym_if_expression] = STATE(966), [sym_if_let_expression] = STATE(966), [sym_match_expression] = STATE(966), [sym_while_expression] = STATE(966), [sym_while_let_expression] = STATE(966), [sym_loop_expression] = STATE(966), [sym_for_expression] = STATE(966), [sym_closure_expression] = STATE(966), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(966), [sym_continue_expression] = STATE(966), [sym_index_expression] = STATE(966), [sym_await_expression] = STATE(966), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(966), [sym_async_block] = STATE(966), [sym_block] = STATE(966), [sym__literal] = STATE(966), [sym_string_literal] = STATE(966), [sym_boolean_literal] = STATE(966), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(895), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(895), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(895), [sym_float_literal] = ACTIONS(895), [sym_block_comment] = ACTIONS(3), }, [128] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(962), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(962), [sym_macro_invocation] = STATE(962), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(962), [sym_unary_expression] = STATE(962), [sym_try_expression] = STATE(962), [sym_reference_expression] = STATE(962), [sym_binary_expression] = STATE(962), [sym_assignment_expression] = STATE(962), [sym_compound_assignment_expr] = STATE(962), [sym_type_cast_expression] = STATE(962), [sym_return_expression] = STATE(962), [sym_call_expression] = STATE(962), [sym_array_expression] = STATE(962), [sym_parenthesized_expression] = STATE(962), [sym_tuple_expression] = STATE(962), [sym_unit_expression] = STATE(962), [sym_struct_expression] = STATE(962), [sym_if_expression] = STATE(962), [sym_if_let_expression] = STATE(962), [sym_match_expression] = STATE(962), [sym_while_expression] = STATE(962), [sym_while_let_expression] = STATE(962), [sym_loop_expression] = STATE(962), [sym_for_expression] = STATE(962), [sym_closure_expression] = STATE(962), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(962), [sym_continue_expression] = STATE(962), [sym_index_expression] = STATE(962), [sym_await_expression] = STATE(962), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(962), [sym_async_block] = STATE(962), [sym_block] = STATE(962), [sym__literal] = STATE(962), [sym_string_literal] = STATE(962), [sym_boolean_literal] = STATE(962), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(897), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(897), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(897), [sym_float_literal] = ACTIONS(897), [sym_block_comment] = ACTIONS(3), }, [129] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(763), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(763), [sym_macro_invocation] = STATE(763), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(763), [sym_unary_expression] = STATE(763), [sym_try_expression] = STATE(763), [sym_reference_expression] = STATE(763), [sym_binary_expression] = STATE(763), [sym_assignment_expression] = STATE(763), [sym_compound_assignment_expr] = STATE(763), [sym_type_cast_expression] = STATE(763), [sym_return_expression] = STATE(763), [sym_call_expression] = STATE(763), [sym_array_expression] = STATE(763), [sym_parenthesized_expression] = STATE(763), [sym_tuple_expression] = STATE(763), [sym_unit_expression] = STATE(763), [sym_struct_expression] = STATE(763), [sym_if_expression] = STATE(763), [sym_if_let_expression] = STATE(763), [sym_match_expression] = STATE(763), [sym_while_expression] = STATE(763), [sym_while_let_expression] = STATE(763), [sym_loop_expression] = STATE(763), [sym_for_expression] = STATE(763), [sym_closure_expression] = STATE(763), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(763), [sym_continue_expression] = STATE(763), [sym_index_expression] = STATE(763), [sym_await_expression] = STATE(763), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(763), [sym_async_block] = STATE(763), [sym_block] = STATE(763), [sym__literal] = STATE(763), [sym_string_literal] = STATE(763), [sym_boolean_literal] = STATE(763), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(727), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(727), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(727), [sym_float_literal] = ACTIONS(727), [sym_block_comment] = ACTIONS(3), }, [130] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(829), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(829), [sym_macro_invocation] = STATE(829), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(829), [sym_unary_expression] = STATE(829), [sym_try_expression] = STATE(829), [sym_reference_expression] = STATE(829), [sym_binary_expression] = STATE(829), [sym_assignment_expression] = STATE(829), [sym_compound_assignment_expr] = STATE(829), [sym_type_cast_expression] = STATE(829), [sym_return_expression] = STATE(829), [sym_call_expression] = STATE(829), [sym_array_expression] = STATE(829), [sym_parenthesized_expression] = STATE(829), [sym_tuple_expression] = STATE(829), [sym_unit_expression] = STATE(829), [sym_struct_expression] = STATE(829), [sym_if_expression] = STATE(829), [sym_if_let_expression] = STATE(829), [sym_match_expression] = STATE(829), [sym_while_expression] = STATE(829), [sym_while_let_expression] = STATE(829), [sym_loop_expression] = STATE(829), [sym_for_expression] = STATE(829), [sym_closure_expression] = STATE(829), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(829), [sym_continue_expression] = STATE(829), [sym_index_expression] = STATE(829), [sym_await_expression] = STATE(829), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(829), [sym_async_block] = STATE(829), [sym_block] = STATE(829), [sym__literal] = STATE(829), [sym_string_literal] = STATE(829), [sym_boolean_literal] = STATE(829), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(899), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(899), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(899), [sym_float_literal] = ACTIONS(899), [sym_block_comment] = ACTIONS(3), }, [131] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(771), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(771), [sym_macro_invocation] = STATE(771), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(771), [sym_unary_expression] = STATE(771), [sym_try_expression] = STATE(771), [sym_reference_expression] = STATE(771), [sym_binary_expression] = STATE(771), [sym_assignment_expression] = STATE(771), [sym_compound_assignment_expr] = STATE(771), [sym_type_cast_expression] = STATE(771), [sym_return_expression] = STATE(771), [sym_call_expression] = STATE(771), [sym_array_expression] = STATE(771), [sym_parenthesized_expression] = STATE(771), [sym_tuple_expression] = STATE(771), [sym_unit_expression] = STATE(771), [sym_struct_expression] = STATE(771), [sym_if_expression] = STATE(771), [sym_if_let_expression] = STATE(771), [sym_match_expression] = STATE(771), [sym_while_expression] = STATE(771), [sym_while_let_expression] = STATE(771), [sym_loop_expression] = STATE(771), [sym_for_expression] = STATE(771), [sym_closure_expression] = STATE(771), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(771), [sym_continue_expression] = STATE(771), [sym_index_expression] = STATE(771), [sym_await_expression] = STATE(771), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(771), [sym_async_block] = STATE(771), [sym_block] = STATE(771), [sym__literal] = STATE(771), [sym_string_literal] = STATE(771), [sym_boolean_literal] = STATE(771), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(901), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(901), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(901), [sym_float_literal] = ACTIONS(901), [sym_block_comment] = ACTIONS(3), }, [132] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(823), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(823), [sym_macro_invocation] = STATE(823), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(823), [sym_unary_expression] = STATE(823), [sym_try_expression] = STATE(823), [sym_reference_expression] = STATE(823), [sym_binary_expression] = STATE(823), [sym_assignment_expression] = STATE(823), [sym_compound_assignment_expr] = STATE(823), [sym_type_cast_expression] = STATE(823), [sym_return_expression] = STATE(823), [sym_call_expression] = STATE(823), [sym_array_expression] = STATE(823), [sym_parenthesized_expression] = STATE(823), [sym_tuple_expression] = STATE(823), [sym_unit_expression] = STATE(823), [sym_struct_expression] = STATE(823), [sym_if_expression] = STATE(823), [sym_if_let_expression] = STATE(823), [sym_match_expression] = STATE(823), [sym_while_expression] = STATE(823), [sym_while_let_expression] = STATE(823), [sym_loop_expression] = STATE(823), [sym_for_expression] = STATE(823), [sym_closure_expression] = STATE(823), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(823), [sym_continue_expression] = STATE(823), [sym_index_expression] = STATE(823), [sym_await_expression] = STATE(823), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(823), [sym_async_block] = STATE(823), [sym_block] = STATE(823), [sym__literal] = STATE(823), [sym_string_literal] = STATE(823), [sym_boolean_literal] = STATE(823), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(903), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(903), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(903), [sym_float_literal] = ACTIONS(903), [sym_block_comment] = ACTIONS(3), }, [133] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(957), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(957), [sym_macro_invocation] = STATE(957), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(957), [sym_unary_expression] = STATE(957), [sym_try_expression] = STATE(957), [sym_reference_expression] = STATE(957), [sym_binary_expression] = STATE(957), [sym_assignment_expression] = STATE(957), [sym_compound_assignment_expr] = STATE(957), [sym_type_cast_expression] = STATE(957), [sym_return_expression] = STATE(957), [sym_call_expression] = STATE(957), [sym_array_expression] = STATE(957), [sym_parenthesized_expression] = STATE(957), [sym_tuple_expression] = STATE(957), [sym_unit_expression] = STATE(957), [sym_struct_expression] = STATE(957), [sym_if_expression] = STATE(957), [sym_if_let_expression] = STATE(957), [sym_match_expression] = STATE(957), [sym_while_expression] = STATE(957), [sym_while_let_expression] = STATE(957), [sym_loop_expression] = STATE(957), [sym_for_expression] = STATE(957), [sym_closure_expression] = STATE(957), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(957), [sym_continue_expression] = STATE(957), [sym_index_expression] = STATE(957), [sym_await_expression] = STATE(957), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(957), [sym_async_block] = STATE(957), [sym_block] = STATE(957), [sym__literal] = STATE(957), [sym_string_literal] = STATE(957), [sym_boolean_literal] = STATE(957), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(905), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(905), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(905), [sym_float_literal] = ACTIONS(905), [sym_block_comment] = ACTIONS(3), }, [134] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(917), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(917), [sym_macro_invocation] = STATE(917), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(917), [sym_unary_expression] = STATE(917), [sym_try_expression] = STATE(917), [sym_reference_expression] = STATE(917), [sym_binary_expression] = STATE(917), [sym_assignment_expression] = STATE(917), [sym_compound_assignment_expr] = STATE(917), [sym_type_cast_expression] = STATE(917), [sym_return_expression] = STATE(917), [sym_call_expression] = STATE(917), [sym_array_expression] = STATE(917), [sym_parenthesized_expression] = STATE(917), [sym_tuple_expression] = STATE(917), [sym_unit_expression] = STATE(917), [sym_struct_expression] = STATE(917), [sym_if_expression] = STATE(917), [sym_if_let_expression] = STATE(917), [sym_match_expression] = STATE(917), [sym_while_expression] = STATE(917), [sym_while_let_expression] = STATE(917), [sym_loop_expression] = STATE(917), [sym_for_expression] = STATE(917), [sym_closure_expression] = STATE(917), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(917), [sym_continue_expression] = STATE(917), [sym_index_expression] = STATE(917), [sym_await_expression] = STATE(917), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(917), [sym_async_block] = STATE(917), [sym_block] = STATE(917), [sym__literal] = STATE(917), [sym_string_literal] = STATE(917), [sym_boolean_literal] = STATE(917), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(907), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(907), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(907), [sym_float_literal] = ACTIONS(907), [sym_block_comment] = ACTIONS(3), }, [135] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(825), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(825), [sym_macro_invocation] = STATE(825), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(825), [sym_unary_expression] = STATE(825), [sym_try_expression] = STATE(825), [sym_reference_expression] = STATE(825), [sym_binary_expression] = STATE(825), [sym_assignment_expression] = STATE(825), [sym_compound_assignment_expr] = STATE(825), [sym_type_cast_expression] = STATE(825), [sym_return_expression] = STATE(825), [sym_call_expression] = STATE(825), [sym_array_expression] = STATE(825), [sym_parenthesized_expression] = STATE(825), [sym_tuple_expression] = STATE(825), [sym_unit_expression] = STATE(825), [sym_struct_expression] = STATE(825), [sym_if_expression] = STATE(825), [sym_if_let_expression] = STATE(825), [sym_match_expression] = STATE(825), [sym_while_expression] = STATE(825), [sym_while_let_expression] = STATE(825), [sym_loop_expression] = STATE(825), [sym_for_expression] = STATE(825), [sym_closure_expression] = STATE(825), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(825), [sym_continue_expression] = STATE(825), [sym_index_expression] = STATE(825), [sym_await_expression] = STATE(825), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(825), [sym_async_block] = STATE(825), [sym_block] = STATE(825), [sym__literal] = STATE(825), [sym_string_literal] = STATE(825), [sym_boolean_literal] = STATE(825), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(909), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(909), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(909), [sym_float_literal] = ACTIONS(909), [sym_block_comment] = ACTIONS(3), }, [136] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(948), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(948), [sym_macro_invocation] = STATE(948), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(948), [sym_unary_expression] = STATE(948), [sym_try_expression] = STATE(948), [sym_reference_expression] = STATE(948), [sym_binary_expression] = STATE(948), [sym_assignment_expression] = STATE(948), [sym_compound_assignment_expr] = STATE(948), [sym_type_cast_expression] = STATE(948), [sym_return_expression] = STATE(948), [sym_call_expression] = STATE(948), [sym_array_expression] = STATE(948), [sym_parenthesized_expression] = STATE(948), [sym_tuple_expression] = STATE(948), [sym_unit_expression] = STATE(948), [sym_struct_expression] = STATE(948), [sym_if_expression] = STATE(948), [sym_if_let_expression] = STATE(948), [sym_match_expression] = STATE(948), [sym_while_expression] = STATE(948), [sym_while_let_expression] = STATE(948), [sym_loop_expression] = STATE(948), [sym_for_expression] = STATE(948), [sym_closure_expression] = STATE(948), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(948), [sym_continue_expression] = STATE(948), [sym_index_expression] = STATE(948), [sym_await_expression] = STATE(948), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(948), [sym_async_block] = STATE(948), [sym_block] = STATE(948), [sym__literal] = STATE(948), [sym_string_literal] = STATE(948), [sym_boolean_literal] = STATE(948), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(911), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(911), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(911), [sym_float_literal] = ACTIONS(911), [sym_block_comment] = ACTIONS(3), }, [137] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(775), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(775), [sym_macro_invocation] = STATE(775), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(775), [sym_unary_expression] = STATE(775), [sym_try_expression] = STATE(775), [sym_reference_expression] = STATE(775), [sym_binary_expression] = STATE(775), [sym_assignment_expression] = STATE(775), [sym_compound_assignment_expr] = STATE(775), [sym_type_cast_expression] = STATE(775), [sym_return_expression] = STATE(775), [sym_call_expression] = STATE(775), [sym_array_expression] = STATE(775), [sym_parenthesized_expression] = STATE(775), [sym_tuple_expression] = STATE(775), [sym_unit_expression] = STATE(775), [sym_struct_expression] = STATE(775), [sym_if_expression] = STATE(775), [sym_if_let_expression] = STATE(775), [sym_match_expression] = STATE(775), [sym_while_expression] = STATE(775), [sym_while_let_expression] = STATE(775), [sym_loop_expression] = STATE(775), [sym_for_expression] = STATE(775), [sym_closure_expression] = STATE(775), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(775), [sym_continue_expression] = STATE(775), [sym_index_expression] = STATE(775), [sym_await_expression] = STATE(775), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(775), [sym_async_block] = STATE(775), [sym_block] = STATE(775), [sym__literal] = STATE(775), [sym_string_literal] = STATE(775), [sym_boolean_literal] = STATE(775), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(913), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(913), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(913), [sym_float_literal] = ACTIONS(913), [sym_block_comment] = ACTIONS(3), }, [138] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(990), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(990), [sym_macro_invocation] = STATE(990), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(990), [sym_unary_expression] = STATE(990), [sym_try_expression] = STATE(990), [sym_reference_expression] = STATE(990), [sym_binary_expression] = STATE(990), [sym_assignment_expression] = STATE(990), [sym_compound_assignment_expr] = STATE(990), [sym_type_cast_expression] = STATE(990), [sym_return_expression] = STATE(990), [sym_call_expression] = STATE(990), [sym_array_expression] = STATE(990), [sym_parenthesized_expression] = STATE(990), [sym_tuple_expression] = STATE(990), [sym_unit_expression] = STATE(990), [sym_struct_expression] = STATE(990), [sym_if_expression] = STATE(990), [sym_if_let_expression] = STATE(990), [sym_match_expression] = STATE(990), [sym_while_expression] = STATE(990), [sym_while_let_expression] = STATE(990), [sym_loop_expression] = STATE(990), [sym_for_expression] = STATE(990), [sym_closure_expression] = STATE(990), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(990), [sym_continue_expression] = STATE(990), [sym_index_expression] = STATE(990), [sym_await_expression] = STATE(990), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(990), [sym_async_block] = STATE(990), [sym_block] = STATE(990), [sym__literal] = STATE(990), [sym_string_literal] = STATE(990), [sym_boolean_literal] = STATE(990), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(915), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(915), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(915), [sym_float_literal] = ACTIONS(915), [sym_block_comment] = ACTIONS(3), }, [139] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(777), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(777), [sym_macro_invocation] = STATE(777), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(777), [sym_unary_expression] = STATE(777), [sym_try_expression] = STATE(777), [sym_reference_expression] = STATE(777), [sym_binary_expression] = STATE(777), [sym_assignment_expression] = STATE(777), [sym_compound_assignment_expr] = STATE(777), [sym_type_cast_expression] = STATE(777), [sym_return_expression] = STATE(777), [sym_call_expression] = STATE(777), [sym_array_expression] = STATE(777), [sym_parenthesized_expression] = STATE(777), [sym_tuple_expression] = STATE(777), [sym_unit_expression] = STATE(777), [sym_struct_expression] = STATE(777), [sym_if_expression] = STATE(777), [sym_if_let_expression] = STATE(777), [sym_match_expression] = STATE(777), [sym_while_expression] = STATE(777), [sym_while_let_expression] = STATE(777), [sym_loop_expression] = STATE(777), [sym_for_expression] = STATE(777), [sym_closure_expression] = STATE(777), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(777), [sym_continue_expression] = STATE(777), [sym_index_expression] = STATE(777), [sym_await_expression] = STATE(777), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(777), [sym_async_block] = STATE(777), [sym_block] = STATE(777), [sym__literal] = STATE(777), [sym_string_literal] = STATE(777), [sym_boolean_literal] = STATE(777), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(917), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(917), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(917), [sym_float_literal] = ACTIONS(917), [sym_block_comment] = ACTIONS(3), }, [140] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(915), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(915), [sym_macro_invocation] = STATE(915), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(915), [sym_unary_expression] = STATE(915), [sym_try_expression] = STATE(915), [sym_reference_expression] = STATE(915), [sym_binary_expression] = STATE(915), [sym_assignment_expression] = STATE(915), [sym_compound_assignment_expr] = STATE(915), [sym_type_cast_expression] = STATE(915), [sym_return_expression] = STATE(915), [sym_call_expression] = STATE(915), [sym_array_expression] = STATE(915), [sym_parenthesized_expression] = STATE(915), [sym_tuple_expression] = STATE(915), [sym_unit_expression] = STATE(915), [sym_struct_expression] = STATE(915), [sym_if_expression] = STATE(915), [sym_if_let_expression] = STATE(915), [sym_match_expression] = STATE(915), [sym_while_expression] = STATE(915), [sym_while_let_expression] = STATE(915), [sym_loop_expression] = STATE(915), [sym_for_expression] = STATE(915), [sym_closure_expression] = STATE(915), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(915), [sym_continue_expression] = STATE(915), [sym_index_expression] = STATE(915), [sym_await_expression] = STATE(915), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(915), [sym_async_block] = STATE(915), [sym_block] = STATE(915), [sym__literal] = STATE(915), [sym_string_literal] = STATE(915), [sym_boolean_literal] = STATE(915), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(919), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(919), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(919), [sym_float_literal] = ACTIONS(919), [sym_block_comment] = ACTIONS(3), }, [141] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(730), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(730), [sym_macro_invocation] = STATE(730), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(730), [sym_unary_expression] = STATE(730), [sym_try_expression] = STATE(730), [sym_reference_expression] = STATE(730), [sym_binary_expression] = STATE(730), [sym_assignment_expression] = STATE(730), [sym_compound_assignment_expr] = STATE(730), [sym_type_cast_expression] = STATE(730), [sym_return_expression] = STATE(730), [sym_call_expression] = STATE(730), [sym_array_expression] = STATE(730), [sym_parenthesized_expression] = STATE(730), [sym_tuple_expression] = STATE(730), [sym_unit_expression] = STATE(730), [sym_struct_expression] = STATE(730), [sym_if_expression] = STATE(730), [sym_if_let_expression] = STATE(730), [sym_match_expression] = STATE(730), [sym_while_expression] = STATE(730), [sym_while_let_expression] = STATE(730), [sym_loop_expression] = STATE(730), [sym_for_expression] = STATE(730), [sym_closure_expression] = STATE(730), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(730), [sym_continue_expression] = STATE(730), [sym_index_expression] = STATE(730), [sym_await_expression] = STATE(730), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(730), [sym_async_block] = STATE(730), [sym_block] = STATE(730), [sym__literal] = STATE(730), [sym_string_literal] = STATE(730), [sym_boolean_literal] = STATE(730), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(921), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(921), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(921), [sym_float_literal] = ACTIONS(921), [sym_block_comment] = ACTIONS(3), }, [142] = { [sym_attribute_item] = STATE(185), [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(1767), [sym_variadic_parameter] = STATE(1767), [sym_parameter] = STATE(1767), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1739), [sym_bracketed_type] = STATE(2351), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1739), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1739), [sym_tuple_type] = STATE(1739), [sym_unit_type] = STATE(1739), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2352), [sym_bounded_type] = STATE(1739), [sym_reference_type] = STATE(1739), [sym_pointer_type] = STATE(1739), [sym_empty_type] = STATE(1739), [sym_abstract_type] = STATE(1739), [sym_dynamic_type] = STATE(1739), [sym_macro_invocation] = STATE(1739), [sym_scoped_identifier] = STATE(1504), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1707), [sym_tuple_pattern] = STATE(1707), [sym_slice_pattern] = STATE(1707), [sym_tuple_struct_pattern] = STATE(1707), [sym_struct_pattern] = STATE(1707), [sym_remaining_field_pattern] = STATE(1707), [sym_mut_pattern] = STATE(1707), [sym_range_pattern] = STATE(1707), [sym_ref_pattern] = STATE(1707), [sym_captured_pattern] = STATE(1707), [sym_reference_pattern] = STATE(1707), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(739), [anon_sym_LPAREN] = ACTIONS(741), [anon_sym_RPAREN] = ACTIONS(923), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(749), [anon_sym_i8] = ACTIONS(749), [anon_sym_u16] = ACTIONS(749), [anon_sym_i16] = ACTIONS(749), [anon_sym_u32] = ACTIONS(749), [anon_sym_i32] = ACTIONS(749), [anon_sym_u64] = ACTIONS(749), [anon_sym_i64] = ACTIONS(749), [anon_sym_u128] = ACTIONS(749), [anon_sym_i128] = ACTIONS(749), [anon_sym_isize] = ACTIONS(749), [anon_sym_usize] = ACTIONS(749), [anon_sym_f32] = ACTIONS(749), [anon_sym_f64] = ACTIONS(749), [anon_sym_bool] = ACTIONS(749), [anon_sym_str] = ACTIONS(749), [anon_sym_char] = ACTIONS(749), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(763), [anon_sym_BANG] = ACTIONS(765), [anon_sym_COMMA] = ACTIONS(925), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(773), [anon_sym__] = ACTIONS(775), [anon_sym_AMP] = ACTIONS(777), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(793), [sym_super] = ACTIONS(795), [sym_crate] = ACTIONS(795), [sym_metavariable] = ACTIONS(797), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [143] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(778), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(778), [sym_macro_invocation] = STATE(778), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(778), [sym_unary_expression] = STATE(778), [sym_try_expression] = STATE(778), [sym_reference_expression] = STATE(778), [sym_binary_expression] = STATE(778), [sym_assignment_expression] = STATE(778), [sym_compound_assignment_expr] = STATE(778), [sym_type_cast_expression] = STATE(778), [sym_return_expression] = STATE(778), [sym_call_expression] = STATE(778), [sym_array_expression] = STATE(778), [sym_parenthesized_expression] = STATE(778), [sym_tuple_expression] = STATE(778), [sym_unit_expression] = STATE(778), [sym_struct_expression] = STATE(778), [sym_if_expression] = STATE(778), [sym_if_let_expression] = STATE(778), [sym_match_expression] = STATE(778), [sym_while_expression] = STATE(778), [sym_while_let_expression] = STATE(778), [sym_loop_expression] = STATE(778), [sym_for_expression] = STATE(778), [sym_closure_expression] = STATE(778), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(778), [sym_continue_expression] = STATE(778), [sym_index_expression] = STATE(778), [sym_await_expression] = STATE(778), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(778), [sym_async_block] = STATE(778), [sym_block] = STATE(778), [sym__literal] = STATE(778), [sym_string_literal] = STATE(778), [sym_boolean_literal] = STATE(778), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(347), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(347), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(347), [sym_float_literal] = ACTIONS(347), [sym_block_comment] = ACTIONS(3), }, [144] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(905), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(905), [sym_macro_invocation] = STATE(905), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(905), [sym_unary_expression] = STATE(905), [sym_try_expression] = STATE(905), [sym_reference_expression] = STATE(905), [sym_binary_expression] = STATE(905), [sym_assignment_expression] = STATE(905), [sym_compound_assignment_expr] = STATE(905), [sym_type_cast_expression] = STATE(905), [sym_return_expression] = STATE(905), [sym_call_expression] = STATE(905), [sym_array_expression] = STATE(905), [sym_parenthesized_expression] = STATE(905), [sym_tuple_expression] = STATE(905), [sym_unit_expression] = STATE(905), [sym_struct_expression] = STATE(905), [sym_if_expression] = STATE(905), [sym_if_let_expression] = STATE(905), [sym_match_expression] = STATE(905), [sym_while_expression] = STATE(905), [sym_while_let_expression] = STATE(905), [sym_loop_expression] = STATE(905), [sym_for_expression] = STATE(905), [sym_closure_expression] = STATE(905), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(905), [sym_continue_expression] = STATE(905), [sym_index_expression] = STATE(905), [sym_await_expression] = STATE(905), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(905), [sym_async_block] = STATE(905), [sym_block] = STATE(905), [sym__literal] = STATE(905), [sym_string_literal] = STATE(905), [sym_boolean_literal] = STATE(905), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(927), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(927), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(927), [sym_float_literal] = ACTIONS(927), [sym_block_comment] = ACTIONS(3), }, [145] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(906), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(906), [sym_macro_invocation] = STATE(906), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(906), [sym_unary_expression] = STATE(906), [sym_try_expression] = STATE(906), [sym_reference_expression] = STATE(906), [sym_binary_expression] = STATE(906), [sym_assignment_expression] = STATE(906), [sym_compound_assignment_expr] = STATE(906), [sym_type_cast_expression] = STATE(906), [sym_return_expression] = STATE(906), [sym_call_expression] = STATE(906), [sym_array_expression] = STATE(906), [sym_parenthesized_expression] = STATE(906), [sym_tuple_expression] = STATE(906), [sym_unit_expression] = STATE(906), [sym_struct_expression] = STATE(906), [sym_if_expression] = STATE(906), [sym_if_let_expression] = STATE(906), [sym_match_expression] = STATE(906), [sym_while_expression] = STATE(906), [sym_while_let_expression] = STATE(906), [sym_loop_expression] = STATE(906), [sym_for_expression] = STATE(906), [sym_closure_expression] = STATE(906), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(906), [sym_continue_expression] = STATE(906), [sym_index_expression] = STATE(906), [sym_await_expression] = STATE(906), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(906), [sym_async_block] = STATE(906), [sym_block] = STATE(906), [sym__literal] = STATE(906), [sym_string_literal] = STATE(906), [sym_boolean_literal] = STATE(906), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(929), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(929), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(929), [sym_float_literal] = ACTIONS(929), [sym_block_comment] = ACTIONS(3), }, [146] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(779), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(779), [sym_macro_invocation] = STATE(779), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(779), [sym_unary_expression] = STATE(779), [sym_try_expression] = STATE(779), [sym_reference_expression] = STATE(779), [sym_binary_expression] = STATE(779), [sym_assignment_expression] = STATE(779), [sym_compound_assignment_expr] = STATE(779), [sym_type_cast_expression] = STATE(779), [sym_return_expression] = STATE(779), [sym_call_expression] = STATE(779), [sym_array_expression] = STATE(779), [sym_parenthesized_expression] = STATE(779), [sym_tuple_expression] = STATE(779), [sym_unit_expression] = STATE(779), [sym_struct_expression] = STATE(779), [sym_if_expression] = STATE(779), [sym_if_let_expression] = STATE(779), [sym_match_expression] = STATE(779), [sym_while_expression] = STATE(779), [sym_while_let_expression] = STATE(779), [sym_loop_expression] = STATE(779), [sym_for_expression] = STATE(779), [sym_closure_expression] = STATE(779), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(779), [sym_continue_expression] = STATE(779), [sym_index_expression] = STATE(779), [sym_await_expression] = STATE(779), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(779), [sym_async_block] = STATE(779), [sym_block] = STATE(779), [sym__literal] = STATE(779), [sym_string_literal] = STATE(779), [sym_boolean_literal] = STATE(779), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(931), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(931), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(931), [sym_float_literal] = ACTIONS(931), [sym_block_comment] = ACTIONS(3), }, [147] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(972), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(972), [sym_macro_invocation] = STATE(972), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(972), [sym_unary_expression] = STATE(972), [sym_try_expression] = STATE(972), [sym_reference_expression] = STATE(972), [sym_binary_expression] = STATE(972), [sym_assignment_expression] = STATE(972), [sym_compound_assignment_expr] = STATE(972), [sym_type_cast_expression] = STATE(972), [sym_return_expression] = STATE(972), [sym_call_expression] = STATE(972), [sym_array_expression] = STATE(972), [sym_parenthesized_expression] = STATE(972), [sym_tuple_expression] = STATE(972), [sym_unit_expression] = STATE(972), [sym_struct_expression] = STATE(972), [sym_if_expression] = STATE(972), [sym_if_let_expression] = STATE(972), [sym_match_expression] = STATE(972), [sym_while_expression] = STATE(972), [sym_while_let_expression] = STATE(972), [sym_loop_expression] = STATE(972), [sym_for_expression] = STATE(972), [sym_closure_expression] = STATE(972), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(972), [sym_continue_expression] = STATE(972), [sym_index_expression] = STATE(972), [sym_await_expression] = STATE(972), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(972), [sym_async_block] = STATE(972), [sym_block] = STATE(972), [sym__literal] = STATE(972), [sym_string_literal] = STATE(972), [sym_boolean_literal] = STATE(972), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(933), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(933), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(933), [sym_float_literal] = ACTIONS(933), [sym_block_comment] = ACTIONS(3), }, [148] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(926), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(926), [sym_macro_invocation] = STATE(926), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(926), [sym_unary_expression] = STATE(926), [sym_try_expression] = STATE(926), [sym_reference_expression] = STATE(926), [sym_binary_expression] = STATE(926), [sym_assignment_expression] = STATE(926), [sym_compound_assignment_expr] = STATE(926), [sym_type_cast_expression] = STATE(926), [sym_return_expression] = STATE(926), [sym_call_expression] = STATE(926), [sym_array_expression] = STATE(926), [sym_parenthesized_expression] = STATE(926), [sym_tuple_expression] = STATE(926), [sym_unit_expression] = STATE(926), [sym_struct_expression] = STATE(926), [sym_if_expression] = STATE(926), [sym_if_let_expression] = STATE(926), [sym_match_expression] = STATE(926), [sym_while_expression] = STATE(926), [sym_while_let_expression] = STATE(926), [sym_loop_expression] = STATE(926), [sym_for_expression] = STATE(926), [sym_closure_expression] = STATE(926), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(926), [sym_continue_expression] = STATE(926), [sym_index_expression] = STATE(926), [sym_await_expression] = STATE(926), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(926), [sym_async_block] = STATE(926), [sym_block] = STATE(926), [sym__literal] = STATE(926), [sym_string_literal] = STATE(926), [sym_boolean_literal] = STATE(926), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(935), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(935), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(935), [sym_float_literal] = ACTIONS(935), [sym_block_comment] = ACTIONS(3), }, [149] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(780), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(780), [sym_macro_invocation] = STATE(780), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(780), [sym_unary_expression] = STATE(780), [sym_try_expression] = STATE(780), [sym_reference_expression] = STATE(780), [sym_binary_expression] = STATE(780), [sym_assignment_expression] = STATE(780), [sym_compound_assignment_expr] = STATE(780), [sym_type_cast_expression] = STATE(780), [sym_return_expression] = STATE(780), [sym_call_expression] = STATE(780), [sym_array_expression] = STATE(780), [sym_parenthesized_expression] = STATE(780), [sym_tuple_expression] = STATE(780), [sym_unit_expression] = STATE(780), [sym_struct_expression] = STATE(780), [sym_if_expression] = STATE(780), [sym_if_let_expression] = STATE(780), [sym_match_expression] = STATE(780), [sym_while_expression] = STATE(780), [sym_while_let_expression] = STATE(780), [sym_loop_expression] = STATE(780), [sym_for_expression] = STATE(780), [sym_closure_expression] = STATE(780), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(780), [sym_continue_expression] = STATE(780), [sym_index_expression] = STATE(780), [sym_await_expression] = STATE(780), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(780), [sym_async_block] = STATE(780), [sym_block] = STATE(780), [sym__literal] = STATE(780), [sym_string_literal] = STATE(780), [sym_boolean_literal] = STATE(780), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(937), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(937), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(937), [sym_float_literal] = ACTIONS(937), [sym_block_comment] = ACTIONS(3), }, [150] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(954), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(954), [sym_macro_invocation] = STATE(954), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(954), [sym_unary_expression] = STATE(954), [sym_try_expression] = STATE(954), [sym_reference_expression] = STATE(954), [sym_binary_expression] = STATE(954), [sym_assignment_expression] = STATE(954), [sym_compound_assignment_expr] = STATE(954), [sym_type_cast_expression] = STATE(954), [sym_return_expression] = STATE(954), [sym_call_expression] = STATE(954), [sym_array_expression] = STATE(954), [sym_parenthesized_expression] = STATE(954), [sym_tuple_expression] = STATE(954), [sym_unit_expression] = STATE(954), [sym_struct_expression] = STATE(954), [sym_if_expression] = STATE(954), [sym_if_let_expression] = STATE(954), [sym_match_expression] = STATE(954), [sym_while_expression] = STATE(954), [sym_while_let_expression] = STATE(954), [sym_loop_expression] = STATE(954), [sym_for_expression] = STATE(954), [sym_closure_expression] = STATE(954), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(954), [sym_continue_expression] = STATE(954), [sym_index_expression] = STATE(954), [sym_await_expression] = STATE(954), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(954), [sym_async_block] = STATE(954), [sym_block] = STATE(954), [sym__literal] = STATE(954), [sym_string_literal] = STATE(954), [sym_boolean_literal] = STATE(954), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(939), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(939), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(939), [sym_float_literal] = ACTIONS(939), [sym_block_comment] = ACTIONS(3), }, [151] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(781), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(781), [sym_macro_invocation] = STATE(781), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(781), [sym_unary_expression] = STATE(781), [sym_try_expression] = STATE(781), [sym_reference_expression] = STATE(781), [sym_binary_expression] = STATE(781), [sym_assignment_expression] = STATE(781), [sym_compound_assignment_expr] = STATE(781), [sym_type_cast_expression] = STATE(781), [sym_return_expression] = STATE(781), [sym_call_expression] = STATE(781), [sym_array_expression] = STATE(781), [sym_parenthesized_expression] = STATE(781), [sym_tuple_expression] = STATE(781), [sym_unit_expression] = STATE(781), [sym_struct_expression] = STATE(781), [sym_if_expression] = STATE(781), [sym_if_let_expression] = STATE(781), [sym_match_expression] = STATE(781), [sym_while_expression] = STATE(781), [sym_while_let_expression] = STATE(781), [sym_loop_expression] = STATE(781), [sym_for_expression] = STATE(781), [sym_closure_expression] = STATE(781), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(781), [sym_continue_expression] = STATE(781), [sym_index_expression] = STATE(781), [sym_await_expression] = STATE(781), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(781), [sym_async_block] = STATE(781), [sym_block] = STATE(781), [sym__literal] = STATE(781), [sym_string_literal] = STATE(781), [sym_boolean_literal] = STATE(781), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(941), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(941), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(941), [sym_float_literal] = ACTIONS(941), [sym_block_comment] = ACTIONS(3), }, [152] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(767), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(767), [sym_macro_invocation] = STATE(767), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(767), [sym_unary_expression] = STATE(767), [sym_try_expression] = STATE(767), [sym_reference_expression] = STATE(767), [sym_binary_expression] = STATE(767), [sym_assignment_expression] = STATE(767), [sym_compound_assignment_expr] = STATE(767), [sym_type_cast_expression] = STATE(767), [sym_return_expression] = STATE(767), [sym_call_expression] = STATE(767), [sym_array_expression] = STATE(767), [sym_parenthesized_expression] = STATE(767), [sym_tuple_expression] = STATE(767), [sym_unit_expression] = STATE(767), [sym_struct_expression] = STATE(767), [sym_if_expression] = STATE(767), [sym_if_let_expression] = STATE(767), [sym_match_expression] = STATE(767), [sym_while_expression] = STATE(767), [sym_while_let_expression] = STATE(767), [sym_loop_expression] = STATE(767), [sym_for_expression] = STATE(767), [sym_closure_expression] = STATE(767), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(767), [sym_continue_expression] = STATE(767), [sym_index_expression] = STATE(767), [sym_await_expression] = STATE(767), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(767), [sym_async_block] = STATE(767), [sym_block] = STATE(767), [sym__literal] = STATE(767), [sym_string_literal] = STATE(767), [sym_boolean_literal] = STATE(767), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(943), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(943), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(943), [sym_float_literal] = ACTIONS(943), [sym_block_comment] = ACTIONS(3), }, [153] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(934), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(934), [sym_macro_invocation] = STATE(934), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(934), [sym_unary_expression] = STATE(934), [sym_try_expression] = STATE(934), [sym_reference_expression] = STATE(934), [sym_binary_expression] = STATE(934), [sym_assignment_expression] = STATE(934), [sym_compound_assignment_expr] = STATE(934), [sym_type_cast_expression] = STATE(934), [sym_return_expression] = STATE(934), [sym_call_expression] = STATE(934), [sym_array_expression] = STATE(934), [sym_parenthesized_expression] = STATE(934), [sym_tuple_expression] = STATE(934), [sym_unit_expression] = STATE(934), [sym_struct_expression] = STATE(934), [sym_if_expression] = STATE(934), [sym_if_let_expression] = STATE(934), [sym_match_expression] = STATE(934), [sym_while_expression] = STATE(934), [sym_while_let_expression] = STATE(934), [sym_loop_expression] = STATE(934), [sym_for_expression] = STATE(934), [sym_closure_expression] = STATE(934), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(934), [sym_continue_expression] = STATE(934), [sym_index_expression] = STATE(934), [sym_await_expression] = STATE(934), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(934), [sym_async_block] = STATE(934), [sym_block] = STATE(934), [sym__literal] = STATE(934), [sym_string_literal] = STATE(934), [sym_boolean_literal] = STATE(934), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(945), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(945), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(945), [sym_float_literal] = ACTIONS(945), [sym_block_comment] = ACTIONS(3), }, [154] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(791), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(791), [sym_macro_invocation] = STATE(791), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(791), [sym_unary_expression] = STATE(791), [sym_try_expression] = STATE(791), [sym_reference_expression] = STATE(791), [sym_binary_expression] = STATE(791), [sym_assignment_expression] = STATE(791), [sym_compound_assignment_expr] = STATE(791), [sym_type_cast_expression] = STATE(791), [sym_return_expression] = STATE(791), [sym_call_expression] = STATE(791), [sym_array_expression] = STATE(791), [sym_parenthesized_expression] = STATE(791), [sym_tuple_expression] = STATE(791), [sym_unit_expression] = STATE(791), [sym_struct_expression] = STATE(791), [sym_if_expression] = STATE(791), [sym_if_let_expression] = STATE(791), [sym_match_expression] = STATE(791), [sym_while_expression] = STATE(791), [sym_while_let_expression] = STATE(791), [sym_loop_expression] = STATE(791), [sym_for_expression] = STATE(791), [sym_closure_expression] = STATE(791), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(791), [sym_continue_expression] = STATE(791), [sym_index_expression] = STATE(791), [sym_await_expression] = STATE(791), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(791), [sym_async_block] = STATE(791), [sym_block] = STATE(791), [sym__literal] = STATE(791), [sym_string_literal] = STATE(791), [sym_boolean_literal] = STATE(791), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(947), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(947), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(947), [sym_float_literal] = ACTIONS(947), [sym_block_comment] = ACTIONS(3), }, [155] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(987), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(987), [sym_macro_invocation] = STATE(987), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(987), [sym_unary_expression] = STATE(987), [sym_try_expression] = STATE(987), [sym_reference_expression] = STATE(987), [sym_binary_expression] = STATE(987), [sym_assignment_expression] = STATE(987), [sym_compound_assignment_expr] = STATE(987), [sym_type_cast_expression] = STATE(987), [sym_return_expression] = STATE(987), [sym_call_expression] = STATE(987), [sym_array_expression] = STATE(987), [sym_parenthesized_expression] = STATE(987), [sym_tuple_expression] = STATE(987), [sym_unit_expression] = STATE(987), [sym_struct_expression] = STATE(987), [sym_if_expression] = STATE(987), [sym_if_let_expression] = STATE(987), [sym_match_expression] = STATE(987), [sym_while_expression] = STATE(987), [sym_while_let_expression] = STATE(987), [sym_loop_expression] = STATE(987), [sym_for_expression] = STATE(987), [sym_closure_expression] = STATE(987), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(987), [sym_continue_expression] = STATE(987), [sym_index_expression] = STATE(987), [sym_await_expression] = STATE(987), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(987), [sym_async_block] = STATE(987), [sym_block] = STATE(987), [sym__literal] = STATE(987), [sym_string_literal] = STATE(987), [sym_boolean_literal] = STATE(987), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(949), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(949), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(949), [sym_float_literal] = ACTIONS(949), [sym_block_comment] = ACTIONS(3), }, [156] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(991), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(991), [sym_macro_invocation] = STATE(991), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(991), [sym_unary_expression] = STATE(991), [sym_try_expression] = STATE(991), [sym_reference_expression] = STATE(991), [sym_binary_expression] = STATE(991), [sym_assignment_expression] = STATE(991), [sym_compound_assignment_expr] = STATE(991), [sym_type_cast_expression] = STATE(991), [sym_return_expression] = STATE(991), [sym_call_expression] = STATE(991), [sym_array_expression] = STATE(991), [sym_parenthesized_expression] = STATE(991), [sym_tuple_expression] = STATE(991), [sym_unit_expression] = STATE(991), [sym_struct_expression] = STATE(991), [sym_if_expression] = STATE(991), [sym_if_let_expression] = STATE(991), [sym_match_expression] = STATE(991), [sym_while_expression] = STATE(991), [sym_while_let_expression] = STATE(991), [sym_loop_expression] = STATE(991), [sym_for_expression] = STATE(991), [sym_closure_expression] = STATE(991), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(991), [sym_continue_expression] = STATE(991), [sym_index_expression] = STATE(991), [sym_await_expression] = STATE(991), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(991), [sym_async_block] = STATE(991), [sym_block] = STATE(991), [sym__literal] = STATE(991), [sym_string_literal] = STATE(991), [sym_boolean_literal] = STATE(991), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(951), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(951), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(951), [sym_float_literal] = ACTIONS(951), [sym_block_comment] = ACTIONS(3), }, [157] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(961), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(961), [sym_macro_invocation] = STATE(961), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(961), [sym_unary_expression] = STATE(961), [sym_try_expression] = STATE(961), [sym_reference_expression] = STATE(961), [sym_binary_expression] = STATE(961), [sym_assignment_expression] = STATE(961), [sym_compound_assignment_expr] = STATE(961), [sym_type_cast_expression] = STATE(961), [sym_return_expression] = STATE(961), [sym_call_expression] = STATE(961), [sym_array_expression] = STATE(961), [sym_parenthesized_expression] = STATE(961), [sym_tuple_expression] = STATE(961), [sym_unit_expression] = STATE(961), [sym_struct_expression] = STATE(961), [sym_if_expression] = STATE(961), [sym_if_let_expression] = STATE(961), [sym_match_expression] = STATE(961), [sym_while_expression] = STATE(961), [sym_while_let_expression] = STATE(961), [sym_loop_expression] = STATE(961), [sym_for_expression] = STATE(961), [sym_closure_expression] = STATE(961), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(961), [sym_continue_expression] = STATE(961), [sym_index_expression] = STATE(961), [sym_await_expression] = STATE(961), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(961), [sym_async_block] = STATE(961), [sym_block] = STATE(961), [sym__literal] = STATE(961), [sym_string_literal] = STATE(961), [sym_boolean_literal] = STATE(961), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(953), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(953), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(953), [sym_float_literal] = ACTIONS(953), [sym_block_comment] = ACTIONS(3), }, [158] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(767), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(767), [sym_macro_invocation] = STATE(767), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(767), [sym_unary_expression] = STATE(767), [sym_try_expression] = STATE(767), [sym_reference_expression] = STATE(767), [sym_binary_expression] = STATE(767), [sym_assignment_expression] = STATE(767), [sym_compound_assignment_expr] = STATE(767), [sym_type_cast_expression] = STATE(767), [sym_return_expression] = STATE(767), [sym_call_expression] = STATE(767), [sym_array_expression] = STATE(767), [sym_parenthesized_expression] = STATE(767), [sym_tuple_expression] = STATE(767), [sym_unit_expression] = STATE(767), [sym_struct_expression] = STATE(767), [sym_if_expression] = STATE(767), [sym_if_let_expression] = STATE(767), [sym_match_expression] = STATE(767), [sym_while_expression] = STATE(767), [sym_while_let_expression] = STATE(767), [sym_loop_expression] = STATE(767), [sym_for_expression] = STATE(767), [sym_closure_expression] = STATE(767), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(767), [sym_continue_expression] = STATE(767), [sym_index_expression] = STATE(767), [sym_await_expression] = STATE(767), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(767), [sym_async_block] = STATE(767), [sym_block] = STATE(767), [sym__literal] = STATE(767), [sym_string_literal] = STATE(767), [sym_boolean_literal] = STATE(767), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(943), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(943), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(943), [sym_float_literal] = ACTIONS(943), [sym_block_comment] = ACTIONS(3), }, [159] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(908), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(908), [sym_macro_invocation] = STATE(908), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(908), [sym_unary_expression] = STATE(908), [sym_try_expression] = STATE(908), [sym_reference_expression] = STATE(908), [sym_binary_expression] = STATE(908), [sym_assignment_expression] = STATE(908), [sym_compound_assignment_expr] = STATE(908), [sym_type_cast_expression] = STATE(908), [sym_return_expression] = STATE(908), [sym_call_expression] = STATE(908), [sym_array_expression] = STATE(908), [sym_parenthesized_expression] = STATE(908), [sym_tuple_expression] = STATE(908), [sym_unit_expression] = STATE(908), [sym_struct_expression] = STATE(908), [sym_if_expression] = STATE(908), [sym_if_let_expression] = STATE(908), [sym_match_expression] = STATE(908), [sym_while_expression] = STATE(908), [sym_while_let_expression] = STATE(908), [sym_loop_expression] = STATE(908), [sym_for_expression] = STATE(908), [sym_closure_expression] = STATE(908), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(908), [sym_continue_expression] = STATE(908), [sym_index_expression] = STATE(908), [sym_await_expression] = STATE(908), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(908), [sym_async_block] = STATE(908), [sym_block] = STATE(908), [sym__literal] = STATE(908), [sym_string_literal] = STATE(908), [sym_boolean_literal] = STATE(908), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(955), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(955), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(955), [sym_float_literal] = ACTIONS(955), [sym_block_comment] = ACTIONS(3), }, [160] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(946), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(946), [sym_macro_invocation] = STATE(946), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(946), [sym_unary_expression] = STATE(946), [sym_try_expression] = STATE(946), [sym_reference_expression] = STATE(946), [sym_binary_expression] = STATE(946), [sym_assignment_expression] = STATE(946), [sym_compound_assignment_expr] = STATE(946), [sym_type_cast_expression] = STATE(946), [sym_return_expression] = STATE(946), [sym_call_expression] = STATE(946), [sym_array_expression] = STATE(946), [sym_parenthesized_expression] = STATE(946), [sym_tuple_expression] = STATE(946), [sym_unit_expression] = STATE(946), [sym_struct_expression] = STATE(946), [sym_if_expression] = STATE(946), [sym_if_let_expression] = STATE(946), [sym_match_expression] = STATE(946), [sym_while_expression] = STATE(946), [sym_while_let_expression] = STATE(946), [sym_loop_expression] = STATE(946), [sym_for_expression] = STATE(946), [sym_closure_expression] = STATE(946), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(946), [sym_continue_expression] = STATE(946), [sym_index_expression] = STATE(946), [sym_await_expression] = STATE(946), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(946), [sym_async_block] = STATE(946), [sym_block] = STATE(946), [sym__literal] = STATE(946), [sym_string_literal] = STATE(946), [sym_boolean_literal] = STATE(946), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(671), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(671), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(671), [sym_float_literal] = ACTIONS(671), [sym_block_comment] = ACTIONS(3), }, [161] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(930), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(930), [sym_macro_invocation] = STATE(930), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(930), [sym_unary_expression] = STATE(930), [sym_try_expression] = STATE(930), [sym_reference_expression] = STATE(930), [sym_binary_expression] = STATE(930), [sym_assignment_expression] = STATE(930), [sym_compound_assignment_expr] = STATE(930), [sym_type_cast_expression] = STATE(930), [sym_return_expression] = STATE(930), [sym_call_expression] = STATE(930), [sym_array_expression] = STATE(930), [sym_parenthesized_expression] = STATE(930), [sym_tuple_expression] = STATE(930), [sym_unit_expression] = STATE(930), [sym_struct_expression] = STATE(930), [sym_if_expression] = STATE(930), [sym_if_let_expression] = STATE(930), [sym_match_expression] = STATE(930), [sym_while_expression] = STATE(930), [sym_while_let_expression] = STATE(930), [sym_loop_expression] = STATE(930), [sym_for_expression] = STATE(930), [sym_closure_expression] = STATE(930), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(930), [sym_continue_expression] = STATE(930), [sym_index_expression] = STATE(930), [sym_await_expression] = STATE(930), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(930), [sym_async_block] = STATE(930), [sym_block] = STATE(930), [sym__literal] = STATE(930), [sym_string_literal] = STATE(930), [sym_boolean_literal] = STATE(930), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(957), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(957), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(957), [sym_float_literal] = ACTIONS(957), [sym_block_comment] = ACTIONS(3), }, [162] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(951), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(951), [sym_macro_invocation] = STATE(951), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(951), [sym_unary_expression] = STATE(951), [sym_try_expression] = STATE(951), [sym_reference_expression] = STATE(951), [sym_binary_expression] = STATE(951), [sym_assignment_expression] = STATE(951), [sym_compound_assignment_expr] = STATE(951), [sym_type_cast_expression] = STATE(951), [sym_return_expression] = STATE(951), [sym_call_expression] = STATE(951), [sym_array_expression] = STATE(951), [sym_parenthesized_expression] = STATE(951), [sym_tuple_expression] = STATE(951), [sym_unit_expression] = STATE(951), [sym_struct_expression] = STATE(951), [sym_if_expression] = STATE(951), [sym_if_let_expression] = STATE(951), [sym_match_expression] = STATE(951), [sym_while_expression] = STATE(951), [sym_while_let_expression] = STATE(951), [sym_loop_expression] = STATE(951), [sym_for_expression] = STATE(951), [sym_closure_expression] = STATE(951), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(951), [sym_continue_expression] = STATE(951), [sym_index_expression] = STATE(951), [sym_await_expression] = STATE(951), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(951), [sym_async_block] = STATE(951), [sym_block] = STATE(951), [sym__literal] = STATE(951), [sym_string_literal] = STATE(951), [sym_boolean_literal] = STATE(951), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(959), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(959), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(959), [sym_float_literal] = ACTIONS(959), [sym_block_comment] = ACTIONS(3), }, [163] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(936), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(936), [sym_macro_invocation] = STATE(936), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(936), [sym_unary_expression] = STATE(936), [sym_try_expression] = STATE(936), [sym_reference_expression] = STATE(936), [sym_binary_expression] = STATE(936), [sym_assignment_expression] = STATE(936), [sym_compound_assignment_expr] = STATE(936), [sym_type_cast_expression] = STATE(936), [sym_return_expression] = STATE(936), [sym_call_expression] = STATE(936), [sym_array_expression] = STATE(936), [sym_parenthesized_expression] = STATE(936), [sym_tuple_expression] = STATE(936), [sym_unit_expression] = STATE(936), [sym_struct_expression] = STATE(936), [sym_if_expression] = STATE(936), [sym_if_let_expression] = STATE(936), [sym_match_expression] = STATE(936), [sym_while_expression] = STATE(936), [sym_while_let_expression] = STATE(936), [sym_loop_expression] = STATE(936), [sym_for_expression] = STATE(936), [sym_closure_expression] = STATE(936), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(936), [sym_continue_expression] = STATE(936), [sym_index_expression] = STATE(936), [sym_await_expression] = STATE(936), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(936), [sym_async_block] = STATE(936), [sym_block] = STATE(936), [sym__literal] = STATE(936), [sym_string_literal] = STATE(936), [sym_boolean_literal] = STATE(936), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(961), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(961), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(961), [sym_float_literal] = ACTIONS(961), [sym_block_comment] = ACTIONS(3), }, [164] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(969), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(969), [sym_macro_invocation] = STATE(969), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(969), [sym_unary_expression] = STATE(969), [sym_try_expression] = STATE(969), [sym_reference_expression] = STATE(969), [sym_binary_expression] = STATE(969), [sym_assignment_expression] = STATE(969), [sym_compound_assignment_expr] = STATE(969), [sym_type_cast_expression] = STATE(969), [sym_return_expression] = STATE(969), [sym_call_expression] = STATE(969), [sym_array_expression] = STATE(969), [sym_parenthesized_expression] = STATE(969), [sym_tuple_expression] = STATE(969), [sym_unit_expression] = STATE(969), [sym_struct_expression] = STATE(969), [sym_if_expression] = STATE(969), [sym_if_let_expression] = STATE(969), [sym_match_expression] = STATE(969), [sym_while_expression] = STATE(969), [sym_while_let_expression] = STATE(969), [sym_loop_expression] = STATE(969), [sym_for_expression] = STATE(969), [sym_closure_expression] = STATE(969), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(969), [sym_continue_expression] = STATE(969), [sym_index_expression] = STATE(969), [sym_await_expression] = STATE(969), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(969), [sym_async_block] = STATE(969), [sym_block] = STATE(969), [sym__literal] = STATE(969), [sym_string_literal] = STATE(969), [sym_boolean_literal] = STATE(969), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(963), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(963), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(963), [sym_float_literal] = ACTIONS(963), [sym_block_comment] = ACTIONS(3), }, [165] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(974), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(974), [sym_macro_invocation] = STATE(974), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(974), [sym_unary_expression] = STATE(974), [sym_try_expression] = STATE(974), [sym_reference_expression] = STATE(974), [sym_binary_expression] = STATE(974), [sym_assignment_expression] = STATE(974), [sym_compound_assignment_expr] = STATE(974), [sym_type_cast_expression] = STATE(974), [sym_return_expression] = STATE(974), [sym_call_expression] = STATE(974), [sym_array_expression] = STATE(974), [sym_parenthesized_expression] = STATE(974), [sym_tuple_expression] = STATE(974), [sym_unit_expression] = STATE(974), [sym_struct_expression] = STATE(974), [sym_if_expression] = STATE(974), [sym_if_let_expression] = STATE(974), [sym_match_expression] = STATE(974), [sym_while_expression] = STATE(974), [sym_while_let_expression] = STATE(974), [sym_loop_expression] = STATE(974), [sym_for_expression] = STATE(974), [sym_closure_expression] = STATE(974), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(974), [sym_continue_expression] = STATE(974), [sym_index_expression] = STATE(974), [sym_await_expression] = STATE(974), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(974), [sym_async_block] = STATE(974), [sym_block] = STATE(974), [sym__literal] = STATE(974), [sym_string_literal] = STATE(974), [sym_boolean_literal] = STATE(974), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(965), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(965), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(965), [sym_float_literal] = ACTIONS(965), [sym_block_comment] = ACTIONS(3), }, [166] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(976), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(976), [sym_macro_invocation] = STATE(976), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(976), [sym_unary_expression] = STATE(976), [sym_try_expression] = STATE(976), [sym_reference_expression] = STATE(976), [sym_binary_expression] = STATE(976), [sym_assignment_expression] = STATE(976), [sym_compound_assignment_expr] = STATE(976), [sym_type_cast_expression] = STATE(976), [sym_return_expression] = STATE(976), [sym_call_expression] = STATE(976), [sym_array_expression] = STATE(976), [sym_parenthesized_expression] = STATE(976), [sym_tuple_expression] = STATE(976), [sym_unit_expression] = STATE(976), [sym_struct_expression] = STATE(976), [sym_if_expression] = STATE(976), [sym_if_let_expression] = STATE(976), [sym_match_expression] = STATE(976), [sym_while_expression] = STATE(976), [sym_while_let_expression] = STATE(976), [sym_loop_expression] = STATE(976), [sym_for_expression] = STATE(976), [sym_closure_expression] = STATE(976), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(976), [sym_continue_expression] = STATE(976), [sym_index_expression] = STATE(976), [sym_await_expression] = STATE(976), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(976), [sym_async_block] = STATE(976), [sym_block] = STATE(976), [sym__literal] = STATE(976), [sym_string_literal] = STATE(976), [sym_boolean_literal] = STATE(976), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(967), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(967), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(967), [sym_float_literal] = ACTIONS(967), [sym_block_comment] = ACTIONS(3), }, [167] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(995), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(995), [sym_macro_invocation] = STATE(995), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(995), [sym_unary_expression] = STATE(995), [sym_try_expression] = STATE(995), [sym_reference_expression] = STATE(995), [sym_binary_expression] = STATE(995), [sym_assignment_expression] = STATE(995), [sym_compound_assignment_expr] = STATE(995), [sym_type_cast_expression] = STATE(995), [sym_return_expression] = STATE(995), [sym_call_expression] = STATE(995), [sym_array_expression] = STATE(995), [sym_parenthesized_expression] = STATE(995), [sym_tuple_expression] = STATE(995), [sym_unit_expression] = STATE(995), [sym_struct_expression] = STATE(995), [sym_if_expression] = STATE(995), [sym_if_let_expression] = STATE(995), [sym_match_expression] = STATE(995), [sym_while_expression] = STATE(995), [sym_while_let_expression] = STATE(995), [sym_loop_expression] = STATE(995), [sym_for_expression] = STATE(995), [sym_closure_expression] = STATE(995), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(995), [sym_continue_expression] = STATE(995), [sym_index_expression] = STATE(995), [sym_await_expression] = STATE(995), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(995), [sym_async_block] = STATE(995), [sym_block] = STATE(995), [sym__literal] = STATE(995), [sym_string_literal] = STATE(995), [sym_boolean_literal] = STATE(995), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(385), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(385), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(385), [sym_float_literal] = ACTIONS(385), [sym_block_comment] = ACTIONS(3), }, [168] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1004), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(1004), [sym_macro_invocation] = STATE(1004), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1004), [sym_unary_expression] = STATE(1004), [sym_try_expression] = STATE(1004), [sym_reference_expression] = STATE(1004), [sym_binary_expression] = STATE(1004), [sym_assignment_expression] = STATE(1004), [sym_compound_assignment_expr] = STATE(1004), [sym_type_cast_expression] = STATE(1004), [sym_return_expression] = STATE(1004), [sym_call_expression] = STATE(1004), [sym_array_expression] = STATE(1004), [sym_parenthesized_expression] = STATE(1004), [sym_tuple_expression] = STATE(1004), [sym_unit_expression] = STATE(1004), [sym_struct_expression] = STATE(1004), [sym_if_expression] = STATE(1004), [sym_if_let_expression] = STATE(1004), [sym_match_expression] = STATE(1004), [sym_while_expression] = STATE(1004), [sym_while_let_expression] = STATE(1004), [sym_loop_expression] = STATE(1004), [sym_for_expression] = STATE(1004), [sym_closure_expression] = STATE(1004), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(1004), [sym_continue_expression] = STATE(1004), [sym_index_expression] = STATE(1004), [sym_await_expression] = STATE(1004), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1004), [sym_async_block] = STATE(1004), [sym_block] = STATE(1004), [sym__literal] = STATE(1004), [sym_string_literal] = STATE(1004), [sym_boolean_literal] = STATE(1004), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(969), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(969), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(969), [sym_float_literal] = ACTIONS(969), [sym_block_comment] = ACTIONS(3), }, [169] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(730), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(730), [sym_macro_invocation] = STATE(730), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(730), [sym_unary_expression] = STATE(730), [sym_try_expression] = STATE(730), [sym_reference_expression] = STATE(730), [sym_binary_expression] = STATE(730), [sym_assignment_expression] = STATE(730), [sym_compound_assignment_expr] = STATE(730), [sym_type_cast_expression] = STATE(730), [sym_return_expression] = STATE(730), [sym_call_expression] = STATE(730), [sym_array_expression] = STATE(730), [sym_parenthesized_expression] = STATE(730), [sym_tuple_expression] = STATE(730), [sym_unit_expression] = STATE(730), [sym_struct_expression] = STATE(730), [sym_if_expression] = STATE(730), [sym_if_let_expression] = STATE(730), [sym_match_expression] = STATE(730), [sym_while_expression] = STATE(730), [sym_while_let_expression] = STATE(730), [sym_loop_expression] = STATE(730), [sym_for_expression] = STATE(730), [sym_closure_expression] = STATE(730), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(730), [sym_continue_expression] = STATE(730), [sym_index_expression] = STATE(730), [sym_await_expression] = STATE(730), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(730), [sym_async_block] = STATE(730), [sym_block] = STATE(730), [sym__literal] = STATE(730), [sym_string_literal] = STATE(730), [sym_boolean_literal] = STATE(730), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(921), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(921), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(921), [sym_float_literal] = ACTIONS(921), [sym_block_comment] = ACTIONS(3), }, [170] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(996), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(996), [sym_macro_invocation] = STATE(996), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(996), [sym_unary_expression] = STATE(996), [sym_try_expression] = STATE(996), [sym_reference_expression] = STATE(996), [sym_binary_expression] = STATE(996), [sym_assignment_expression] = STATE(996), [sym_compound_assignment_expr] = STATE(996), [sym_type_cast_expression] = STATE(996), [sym_return_expression] = STATE(996), [sym_call_expression] = STATE(996), [sym_array_expression] = STATE(996), [sym_parenthesized_expression] = STATE(996), [sym_tuple_expression] = STATE(996), [sym_unit_expression] = STATE(996), [sym_struct_expression] = STATE(996), [sym_if_expression] = STATE(996), [sym_if_let_expression] = STATE(996), [sym_match_expression] = STATE(996), [sym_while_expression] = STATE(996), [sym_while_let_expression] = STATE(996), [sym_loop_expression] = STATE(996), [sym_for_expression] = STATE(996), [sym_closure_expression] = STATE(996), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(996), [sym_continue_expression] = STATE(996), [sym_index_expression] = STATE(996), [sym_await_expression] = STATE(996), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(996), [sym_async_block] = STATE(996), [sym_block] = STATE(996), [sym__literal] = STATE(996), [sym_string_literal] = STATE(996), [sym_boolean_literal] = STATE(996), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(971), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(971), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(971), [sym_float_literal] = ACTIONS(971), [sym_block_comment] = ACTIONS(3), }, [171] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1011), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(1011), [sym_macro_invocation] = STATE(1011), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1011), [sym_unary_expression] = STATE(1011), [sym_try_expression] = STATE(1011), [sym_reference_expression] = STATE(1011), [sym_binary_expression] = STATE(1011), [sym_assignment_expression] = STATE(1011), [sym_compound_assignment_expr] = STATE(1011), [sym_type_cast_expression] = STATE(1011), [sym_return_expression] = STATE(1011), [sym_call_expression] = STATE(1011), [sym_array_expression] = STATE(1011), [sym_parenthesized_expression] = STATE(1011), [sym_tuple_expression] = STATE(1011), [sym_unit_expression] = STATE(1011), [sym_struct_expression] = STATE(1011), [sym_if_expression] = STATE(1011), [sym_if_let_expression] = STATE(1011), [sym_match_expression] = STATE(1011), [sym_while_expression] = STATE(1011), [sym_while_let_expression] = STATE(1011), [sym_loop_expression] = STATE(1011), [sym_for_expression] = STATE(1011), [sym_closure_expression] = STATE(1011), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(1011), [sym_continue_expression] = STATE(1011), [sym_index_expression] = STATE(1011), [sym_await_expression] = STATE(1011), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1011), [sym_async_block] = STATE(1011), [sym_block] = STATE(1011), [sym__literal] = STATE(1011), [sym_string_literal] = STATE(1011), [sym_boolean_literal] = STATE(1011), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(973), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(973), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(973), [sym_float_literal] = ACTIONS(973), [sym_block_comment] = ACTIONS(3), }, [172] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(916), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(916), [sym_macro_invocation] = STATE(916), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(916), [sym_unary_expression] = STATE(916), [sym_try_expression] = STATE(916), [sym_reference_expression] = STATE(916), [sym_binary_expression] = STATE(916), [sym_assignment_expression] = STATE(916), [sym_compound_assignment_expr] = STATE(916), [sym_type_cast_expression] = STATE(916), [sym_return_expression] = STATE(916), [sym_call_expression] = STATE(916), [sym_array_expression] = STATE(916), [sym_parenthesized_expression] = STATE(916), [sym_tuple_expression] = STATE(916), [sym_unit_expression] = STATE(916), [sym_struct_expression] = STATE(916), [sym_if_expression] = STATE(916), [sym_if_let_expression] = STATE(916), [sym_match_expression] = STATE(916), [sym_while_expression] = STATE(916), [sym_while_let_expression] = STATE(916), [sym_loop_expression] = STATE(916), [sym_for_expression] = STATE(916), [sym_closure_expression] = STATE(916), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(916), [sym_continue_expression] = STATE(916), [sym_index_expression] = STATE(916), [sym_await_expression] = STATE(916), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(916), [sym_async_block] = STATE(916), [sym_block] = STATE(916), [sym__literal] = STATE(916), [sym_string_literal] = STATE(916), [sym_boolean_literal] = STATE(916), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(975), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(975), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(975), [sym_float_literal] = ACTIONS(975), [sym_block_comment] = ACTIONS(3), }, [173] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(955), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(955), [sym_macro_invocation] = STATE(955), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(955), [sym_unary_expression] = STATE(955), [sym_try_expression] = STATE(955), [sym_reference_expression] = STATE(955), [sym_binary_expression] = STATE(955), [sym_assignment_expression] = STATE(955), [sym_compound_assignment_expr] = STATE(955), [sym_type_cast_expression] = STATE(955), [sym_return_expression] = STATE(955), [sym_call_expression] = STATE(955), [sym_array_expression] = STATE(955), [sym_parenthesized_expression] = STATE(955), [sym_tuple_expression] = STATE(955), [sym_unit_expression] = STATE(955), [sym_struct_expression] = STATE(955), [sym_if_expression] = STATE(955), [sym_if_let_expression] = STATE(955), [sym_match_expression] = STATE(955), [sym_while_expression] = STATE(955), [sym_while_let_expression] = STATE(955), [sym_loop_expression] = STATE(955), [sym_for_expression] = STATE(955), [sym_closure_expression] = STATE(955), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(955), [sym_continue_expression] = STATE(955), [sym_index_expression] = STATE(955), [sym_await_expression] = STATE(955), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(955), [sym_async_block] = STATE(955), [sym_block] = STATE(955), [sym__literal] = STATE(955), [sym_string_literal] = STATE(955), [sym_boolean_literal] = STATE(955), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(977), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(977), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(977), [sym_float_literal] = ACTIONS(977), [sym_block_comment] = ACTIONS(3), }, [174] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1020), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(1020), [sym_macro_invocation] = STATE(1020), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1020), [sym_unary_expression] = STATE(1020), [sym_try_expression] = STATE(1020), [sym_reference_expression] = STATE(1020), [sym_binary_expression] = STATE(1020), [sym_assignment_expression] = STATE(1020), [sym_compound_assignment_expr] = STATE(1020), [sym_type_cast_expression] = STATE(1020), [sym_return_expression] = STATE(1020), [sym_call_expression] = STATE(1020), [sym_array_expression] = STATE(1020), [sym_parenthesized_expression] = STATE(1020), [sym_tuple_expression] = STATE(1020), [sym_unit_expression] = STATE(1020), [sym_struct_expression] = STATE(1020), [sym_if_expression] = STATE(1020), [sym_if_let_expression] = STATE(1020), [sym_match_expression] = STATE(1020), [sym_while_expression] = STATE(1020), [sym_while_let_expression] = STATE(1020), [sym_loop_expression] = STATE(1020), [sym_for_expression] = STATE(1020), [sym_closure_expression] = STATE(1020), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(1020), [sym_continue_expression] = STATE(1020), [sym_index_expression] = STATE(1020), [sym_await_expression] = STATE(1020), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1020), [sym_async_block] = STATE(1020), [sym_block] = STATE(1020), [sym__literal] = STATE(1020), [sym_string_literal] = STATE(1020), [sym_boolean_literal] = STATE(1020), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(979), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(979), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(979), [sym_float_literal] = ACTIONS(979), [sym_block_comment] = ACTIONS(3), }, [175] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(901), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(901), [sym_macro_invocation] = STATE(901), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(901), [sym_unary_expression] = STATE(901), [sym_try_expression] = STATE(901), [sym_reference_expression] = STATE(901), [sym_binary_expression] = STATE(901), [sym_assignment_expression] = STATE(901), [sym_compound_assignment_expr] = STATE(901), [sym_type_cast_expression] = STATE(901), [sym_return_expression] = STATE(901), [sym_call_expression] = STATE(901), [sym_array_expression] = STATE(901), [sym_parenthesized_expression] = STATE(901), [sym_tuple_expression] = STATE(901), [sym_unit_expression] = STATE(901), [sym_struct_expression] = STATE(901), [sym_if_expression] = STATE(901), [sym_if_let_expression] = STATE(901), [sym_match_expression] = STATE(901), [sym_while_expression] = STATE(901), [sym_while_let_expression] = STATE(901), [sym_loop_expression] = STATE(901), [sym_for_expression] = STATE(901), [sym_closure_expression] = STATE(901), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(901), [sym_continue_expression] = STATE(901), [sym_index_expression] = STATE(901), [sym_await_expression] = STATE(901), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(901), [sym_async_block] = STATE(901), [sym_block] = STATE(901), [sym__literal] = STATE(901), [sym_string_literal] = STATE(901), [sym_boolean_literal] = STATE(901), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(981), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(981), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(981), [sym_float_literal] = ACTIONS(981), [sym_block_comment] = ACTIONS(3), }, [176] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(903), [sym_generic_type_with_turbofish] = STATE(1920), [sym__expression] = STATE(903), [sym_macro_invocation] = STATE(903), [sym_scoped_identifier] = STATE(978), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(903), [sym_unary_expression] = STATE(903), [sym_try_expression] = STATE(903), [sym_reference_expression] = STATE(903), [sym_binary_expression] = STATE(903), [sym_assignment_expression] = STATE(903), [sym_compound_assignment_expr] = STATE(903), [sym_type_cast_expression] = STATE(903), [sym_return_expression] = STATE(903), [sym_call_expression] = STATE(903), [sym_array_expression] = STATE(903), [sym_parenthesized_expression] = STATE(903), [sym_tuple_expression] = STATE(903), [sym_unit_expression] = STATE(903), [sym_struct_expression] = STATE(903), [sym_if_expression] = STATE(903), [sym_if_let_expression] = STATE(903), [sym_match_expression] = STATE(903), [sym_while_expression] = STATE(903), [sym_while_let_expression] = STATE(903), [sym_loop_expression] = STATE(903), [sym_for_expression] = STATE(903), [sym_closure_expression] = STATE(903), [sym_closure_parameters] = STATE(71), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(903), [sym_continue_expression] = STATE(903), [sym_index_expression] = STATE(903), [sym_await_expression] = STATE(903), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(903), [sym_async_block] = STATE(903), [sym_block] = STATE(903), [sym__literal] = STATE(903), [sym_string_literal] = STATE(903), [sym_boolean_literal] = STATE(903), [sym_identifier] = ACTIONS(355), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(653), [anon_sym_u8] = ACTIONS(357), [anon_sym_i8] = ACTIONS(357), [anon_sym_u16] = ACTIONS(357), [anon_sym_i16] = ACTIONS(357), [anon_sym_u32] = ACTIONS(357), [anon_sym_i32] = ACTIONS(357), [anon_sym_u64] = ACTIONS(357), [anon_sym_i64] = ACTIONS(357), [anon_sym_u128] = ACTIONS(357), [anon_sym_i128] = ACTIONS(357), [anon_sym_isize] = ACTIONS(357), [anon_sym_usize] = ACTIONS(357), [anon_sym_f32] = ACTIONS(357), [anon_sym_f64] = ACTIONS(357), [anon_sym_bool] = ACTIONS(357), [anon_sym_str] = ACTIONS(357), [anon_sym_char] = ACTIONS(357), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(359), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(361), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(653), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(365), [anon_sym_AMP] = ACTIONS(655), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(657), [anon_sym_DASH] = ACTIONS(653), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(367), [sym_integer_literal] = ACTIONS(983), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(983), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(371), [sym_super] = ACTIONS(373), [sym_crate] = ACTIONS(373), [sym_metavariable] = ACTIONS(375), [sym_raw_string_literal] = ACTIONS(983), [sym_float_literal] = ACTIONS(983), [sym_block_comment] = ACTIONS(3), }, [177] = { [sym_bracketed_type] = STATE(2338), [sym_generic_function] = STATE(1001), [sym_generic_type_with_turbofish] = STATE(1811), [sym__expression] = STATE(1001), [sym_macro_invocation] = STATE(1001), [sym_scoped_identifier] = STATE(833), [sym_scoped_type_identifier_in_expression_position] = STATE(2079), [sym_range_expression] = STATE(1001), [sym_unary_expression] = STATE(1001), [sym_try_expression] = STATE(1001), [sym_reference_expression] = STATE(1001), [sym_binary_expression] = STATE(1001), [sym_assignment_expression] = STATE(1001), [sym_compound_assignment_expr] = STATE(1001), [sym_type_cast_expression] = STATE(1001), [sym_return_expression] = STATE(1001), [sym_call_expression] = STATE(1001), [sym_array_expression] = STATE(1001), [sym_parenthesized_expression] = STATE(1001), [sym_tuple_expression] = STATE(1001), [sym_unit_expression] = STATE(1001), [sym_struct_expression] = STATE(1001), [sym_if_expression] = STATE(1001), [sym_if_let_expression] = STATE(1001), [sym_match_expression] = STATE(1001), [sym_while_expression] = STATE(1001), [sym_while_let_expression] = STATE(1001), [sym_loop_expression] = STATE(1001), [sym_for_expression] = STATE(1001), [sym_closure_expression] = STATE(1001), [sym_closure_parameters] = STATE(70), [sym_loop_label] = STATE(2360), [sym_break_expression] = STATE(1001), [sym_continue_expression] = STATE(1001), [sym_index_expression] = STATE(1001), [sym_await_expression] = STATE(1001), [sym_field_expression] = STATE(750), [sym_unsafe_block] = STATE(1001), [sym_async_block] = STATE(1001), [sym_block] = STATE(1001), [sym__literal] = STATE(1001), [sym_string_literal] = STATE(1001), [sym_boolean_literal] = STATE(1001), [sym_identifier] = ACTIONS(291), [anon_sym_LPAREN] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(295), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_STAR] = ACTIONS(19), [anon_sym_u8] = ACTIONS(21), [anon_sym_i8] = ACTIONS(21), [anon_sym_u16] = ACTIONS(21), [anon_sym_i16] = ACTIONS(21), [anon_sym_u32] = ACTIONS(21), [anon_sym_i32] = ACTIONS(21), [anon_sym_u64] = ACTIONS(21), [anon_sym_i64] = ACTIONS(21), [anon_sym_u128] = ACTIONS(21), [anon_sym_i128] = ACTIONS(21), [anon_sym_isize] = ACTIONS(21), [anon_sym_usize] = ACTIONS(21), [anon_sym_f32] = ACTIONS(21), [anon_sym_f64] = ACTIONS(21), [anon_sym_bool] = ACTIONS(21), [anon_sym_str] = ACTIONS(21), [anon_sym_char] = ACTIONS(21), [anon_sym_async] = ACTIONS(301), [anon_sym_break] = ACTIONS(25), [anon_sym_continue] = ACTIONS(29), [anon_sym_default] = ACTIONS(303), [anon_sym_for] = ACTIONS(305), [anon_sym_if] = ACTIONS(307), [anon_sym_loop] = ACTIONS(309), [anon_sym_match] = ACTIONS(311), [anon_sym_return] = ACTIONS(53), [anon_sym_union] = ACTIONS(303), [anon_sym_unsafe] = ACTIONS(313), [anon_sym_while] = ACTIONS(315), [anon_sym_BANG] = ACTIONS(19), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(77), [anon_sym_AMP] = ACTIONS(79), [anon_sym_SQUOTE] = ACTIONS(81), [anon_sym_DOT_DOT] = ACTIONS(83), [anon_sym_DASH] = ACTIONS(19), [anon_sym_PIPE] = ACTIONS(85), [anon_sym_move] = ACTIONS(87), [sym_integer_literal] = ACTIONS(985), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(985), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(95), [sym_super] = ACTIONS(97), [sym_crate] = ACTIONS(97), [sym_metavariable] = ACTIONS(101), [sym_raw_string_literal] = ACTIONS(985), [sym_float_literal] = ACTIONS(985), [sym_block_comment] = ACTIONS(3), }, [178] = { [sym_attribute_item] = STATE(186), [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(2076), [sym_variadic_parameter] = STATE(2076), [sym_parameter] = STATE(2076), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1812), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1812), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1812), [sym_tuple_type] = STATE(1812), [sym_unit_type] = STATE(1812), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1812), [sym_reference_type] = STATE(1812), [sym_pointer_type] = STATE(1812), [sym_empty_type] = STATE(1812), [sym_abstract_type] = STATE(1812), [sym_dynamic_type] = STATE(1812), [sym_macro_invocation] = STATE(1812), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(2345), [sym_tuple_pattern] = STATE(2345), [sym_slice_pattern] = STATE(2345), [sym_tuple_struct_pattern] = STATE(2345), [sym_struct_pattern] = STATE(2345), [sym_remaining_field_pattern] = STATE(2345), [sym_mut_pattern] = STATE(2345), [sym_range_pattern] = STATE(2345), [sym_ref_pattern] = STATE(2345), [sym_captured_pattern] = STATE(2345), [sym_reference_pattern] = STATE(2345), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_RPAREN] = ACTIONS(987), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(763), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(989), [anon_sym_AMP] = ACTIONS(813), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(815), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [179] = { [sym_attribute_item] = STATE(186), [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(2076), [sym_variadic_parameter] = STATE(2076), [sym_parameter] = STATE(2076), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1812), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1812), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1812), [sym_tuple_type] = STATE(1812), [sym_unit_type] = STATE(1812), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1812), [sym_reference_type] = STATE(1812), [sym_pointer_type] = STATE(1812), [sym_empty_type] = STATE(1812), [sym_abstract_type] = STATE(1812), [sym_dynamic_type] = STATE(1812), [sym_macro_invocation] = STATE(1812), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(2345), [sym_tuple_pattern] = STATE(2345), [sym_slice_pattern] = STATE(2345), [sym_tuple_struct_pattern] = STATE(2345), [sym_struct_pattern] = STATE(2345), [sym_remaining_field_pattern] = STATE(2345), [sym_mut_pattern] = STATE(2345), [sym_range_pattern] = STATE(2345), [sym_ref_pattern] = STATE(2345), [sym_captured_pattern] = STATE(2345), [sym_reference_pattern] = STATE(2345), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_RPAREN] = ACTIONS(991), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(763), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(989), [anon_sym_AMP] = ACTIONS(813), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(815), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [180] = { [sym_attribute_item] = STATE(186), [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(2076), [sym_variadic_parameter] = STATE(2076), [sym_parameter] = STATE(2076), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1812), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1812), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1812), [sym_tuple_type] = STATE(1812), [sym_unit_type] = STATE(1812), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1812), [sym_reference_type] = STATE(1812), [sym_pointer_type] = STATE(1812), [sym_empty_type] = STATE(1812), [sym_abstract_type] = STATE(1812), [sym_dynamic_type] = STATE(1812), [sym_macro_invocation] = STATE(1812), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(2345), [sym_tuple_pattern] = STATE(2345), [sym_slice_pattern] = STATE(2345), [sym_tuple_struct_pattern] = STATE(2345), [sym_struct_pattern] = STATE(2345), [sym_remaining_field_pattern] = STATE(2345), [sym_mut_pattern] = STATE(2345), [sym_range_pattern] = STATE(2345), [sym_ref_pattern] = STATE(2345), [sym_captured_pattern] = STATE(2345), [sym_reference_pattern] = STATE(2345), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_RPAREN] = ACTIONS(993), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(763), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(989), [anon_sym_AMP] = ACTIONS(813), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(815), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [181] = { [sym_attribute_item] = STATE(186), [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(2076), [sym_variadic_parameter] = STATE(2076), [sym_parameter] = STATE(2076), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1812), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1812), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1812), [sym_tuple_type] = STATE(1812), [sym_unit_type] = STATE(1812), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1812), [sym_reference_type] = STATE(1812), [sym_pointer_type] = STATE(1812), [sym_empty_type] = STATE(1812), [sym_abstract_type] = STATE(1812), [sym_dynamic_type] = STATE(1812), [sym_macro_invocation] = STATE(1812), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(2345), [sym_tuple_pattern] = STATE(2345), [sym_slice_pattern] = STATE(2345), [sym_tuple_struct_pattern] = STATE(2345), [sym_struct_pattern] = STATE(2345), [sym_remaining_field_pattern] = STATE(2345), [sym_mut_pattern] = STATE(2345), [sym_range_pattern] = STATE(2345), [sym_ref_pattern] = STATE(2345), [sym_captured_pattern] = STATE(2345), [sym_reference_pattern] = STATE(2345), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_RPAREN] = ACTIONS(995), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(763), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(989), [anon_sym_AMP] = ACTIONS(813), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(815), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [182] = { [sym_attribute_item] = STATE(186), [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(2076), [sym_variadic_parameter] = STATE(2076), [sym_parameter] = STATE(2076), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1812), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1812), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1812), [sym_tuple_type] = STATE(1812), [sym_unit_type] = STATE(1812), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1812), [sym_reference_type] = STATE(1812), [sym_pointer_type] = STATE(1812), [sym_empty_type] = STATE(1812), [sym_abstract_type] = STATE(1812), [sym_dynamic_type] = STATE(1812), [sym_macro_invocation] = STATE(1812), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(2345), [sym_tuple_pattern] = STATE(2345), [sym_slice_pattern] = STATE(2345), [sym_tuple_struct_pattern] = STATE(2345), [sym_struct_pattern] = STATE(2345), [sym_remaining_field_pattern] = STATE(2345), [sym_mut_pattern] = STATE(2345), [sym_range_pattern] = STATE(2345), [sym_ref_pattern] = STATE(2345), [sym_captured_pattern] = STATE(2345), [sym_reference_pattern] = STATE(2345), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_RPAREN] = ACTIONS(997), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(763), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(989), [anon_sym_AMP] = ACTIONS(813), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(815), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [183] = { [sym_attribute_item] = STATE(186), [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(2076), [sym_variadic_parameter] = STATE(2076), [sym_parameter] = STATE(2076), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1812), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1812), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1812), [sym_tuple_type] = STATE(1812), [sym_unit_type] = STATE(1812), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1812), [sym_reference_type] = STATE(1812), [sym_pointer_type] = STATE(1812), [sym_empty_type] = STATE(1812), [sym_abstract_type] = STATE(1812), [sym_dynamic_type] = STATE(1812), [sym_macro_invocation] = STATE(1812), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(2345), [sym_tuple_pattern] = STATE(2345), [sym_slice_pattern] = STATE(2345), [sym_tuple_struct_pattern] = STATE(2345), [sym_struct_pattern] = STATE(2345), [sym_remaining_field_pattern] = STATE(2345), [sym_mut_pattern] = STATE(2345), [sym_range_pattern] = STATE(2345), [sym_ref_pattern] = STATE(2345), [sym_captured_pattern] = STATE(2345), [sym_reference_pattern] = STATE(2345), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_RPAREN] = ACTIONS(999), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(763), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(989), [anon_sym_AMP] = ACTIONS(813), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(815), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [184] = { [sym_attribute_item] = STATE(186), [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(2076), [sym_variadic_parameter] = STATE(2076), [sym_parameter] = STATE(2076), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1812), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1812), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1812), [sym_tuple_type] = STATE(1812), [sym_unit_type] = STATE(1812), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1812), [sym_reference_type] = STATE(1812), [sym_pointer_type] = STATE(1812), [sym_empty_type] = STATE(1812), [sym_abstract_type] = STATE(1812), [sym_dynamic_type] = STATE(1812), [sym_macro_invocation] = STATE(1812), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(2345), [sym_tuple_pattern] = STATE(2345), [sym_slice_pattern] = STATE(2345), [sym_tuple_struct_pattern] = STATE(2345), [sym_struct_pattern] = STATE(2345), [sym_remaining_field_pattern] = STATE(2345), [sym_mut_pattern] = STATE(2345), [sym_range_pattern] = STATE(2345), [sym_ref_pattern] = STATE(2345), [sym_captured_pattern] = STATE(2345), [sym_reference_pattern] = STATE(2345), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(763), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(989), [anon_sym_AMP] = ACTIONS(813), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(815), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [185] = { [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(1959), [sym_variadic_parameter] = STATE(1959), [sym_parameter] = STATE(1959), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1713), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1713), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1713), [sym_tuple_type] = STATE(1713), [sym_unit_type] = STATE(1713), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1713), [sym_reference_type] = STATE(1713), [sym_pointer_type] = STATE(1713), [sym_empty_type] = STATE(1713), [sym_abstract_type] = STATE(1713), [sym_dynamic_type] = STATE(1713), [sym_macro_invocation] = STATE(1713), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(2345), [sym_tuple_pattern] = STATE(2345), [sym_slice_pattern] = STATE(2345), [sym_tuple_struct_pattern] = STATE(2345), [sym_struct_pattern] = STATE(2345), [sym_remaining_field_pattern] = STATE(2345), [sym_mut_pattern] = STATE(2345), [sym_range_pattern] = STATE(2345), [sym_ref_pattern] = STATE(2345), [sym_captured_pattern] = STATE(2345), [sym_reference_pattern] = STATE(2345), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(1001), [anon_sym_AMP] = ACTIONS(813), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(815), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [186] = { [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(2036), [sym_variadic_parameter] = STATE(2036), [sym_parameter] = STATE(2036), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1917), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1917), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1917), [sym_tuple_type] = STATE(1917), [sym_unit_type] = STATE(1917), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1917), [sym_reference_type] = STATE(1917), [sym_pointer_type] = STATE(1917), [sym_empty_type] = STATE(1917), [sym_abstract_type] = STATE(1917), [sym_dynamic_type] = STATE(1917), [sym_macro_invocation] = STATE(1917), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(2345), [sym_tuple_pattern] = STATE(2345), [sym_slice_pattern] = STATE(2345), [sym_tuple_struct_pattern] = STATE(2345), [sym_struct_pattern] = STATE(2345), [sym_remaining_field_pattern] = STATE(2345), [sym_mut_pattern] = STATE(2345), [sym_range_pattern] = STATE(2345), [sym_ref_pattern] = STATE(2345), [sym_captured_pattern] = STATE(2345), [sym_reference_pattern] = STATE(2345), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(1003), [anon_sym_AMP] = ACTIONS(813), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(815), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [187] = { [sym_function_modifiers] = STATE(2289), [sym_self_parameter] = STATE(1950), [sym_variadic_parameter] = STATE(1950), [sym_parameter] = STATE(1950), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1700), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(1765), [sym_array_type] = STATE(1700), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1700), [sym_tuple_type] = STATE(1700), [sym_unit_type] = STATE(1700), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1700), [sym_reference_type] = STATE(1700), [sym_pointer_type] = STATE(1700), [sym_empty_type] = STATE(1700), [sym_abstract_type] = STATE(1700), [sym_dynamic_type] = STATE(1700), [sym_macro_invocation] = STATE(1700), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(2345), [sym_tuple_pattern] = STATE(2345), [sym_slice_pattern] = STATE(2345), [sym_tuple_struct_pattern] = STATE(2345), [sym_struct_pattern] = STATE(2345), [sym_remaining_field_pattern] = STATE(2345), [sym_mut_pattern] = STATE(2345), [sym_range_pattern] = STATE(2345), [sym_ref_pattern] = STATE(2345), [sym_captured_pattern] = STATE(2345), [sym_reference_pattern] = STATE(2345), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(753), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_union] = ACTIONS(761), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(1005), [anon_sym_AMP] = ACTIONS(813), [anon_sym_DOT_DOT_DOT] = ACTIONS(779), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(785), [anon_sym_DOT_DOT] = ACTIONS(787), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(815), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [188] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1733), [sym_bracketed_type] = STATE(2351), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1733), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1733), [sym_tuple_type] = STATE(1733), [sym_unit_type] = STATE(1733), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2352), [sym_bounded_type] = STATE(1733), [sym_reference_type] = STATE(1733), [sym_pointer_type] = STATE(1733), [sym_empty_type] = STATE(1733), [sym_abstract_type] = STATE(1733), [sym_dynamic_type] = STATE(1733), [sym_macro_invocation] = STATE(1733), [sym_scoped_identifier] = STATE(1504), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1769), [sym_tuple_pattern] = STATE(1769), [sym_slice_pattern] = STATE(1769), [sym_tuple_struct_pattern] = STATE(1769), [sym_struct_pattern] = STATE(1769), [sym_remaining_field_pattern] = STATE(1769), [sym_mut_pattern] = STATE(1769), [sym_range_pattern] = STATE(1769), [sym_ref_pattern] = STATE(1769), [sym_captured_pattern] = STATE(1769), [sym_reference_pattern] = STATE(1769), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(739), [anon_sym_LPAREN] = ACTIONS(741), [anon_sym_RPAREN] = ACTIONS(1007), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(749), [anon_sym_i8] = ACTIONS(749), [anon_sym_u16] = ACTIONS(749), [anon_sym_i16] = ACTIONS(749), [anon_sym_u32] = ACTIONS(749), [anon_sym_i32] = ACTIONS(749), [anon_sym_u64] = ACTIONS(749), [anon_sym_i64] = ACTIONS(749), [anon_sym_u128] = ACTIONS(749), [anon_sym_i128] = ACTIONS(749), [anon_sym_isize] = ACTIONS(749), [anon_sym_usize] = ACTIONS(749), [anon_sym_f32] = ACTIONS(749), [anon_sym_f64] = ACTIONS(749), [anon_sym_bool] = ACTIONS(749), [anon_sym_str] = ACTIONS(749), [anon_sym_char] = ACTIONS(749), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_COMMA] = ACTIONS(1009), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(773), [anon_sym__] = ACTIONS(1011), [anon_sym_AMP] = ACTIONS(1013), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1015), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(795), [sym_super] = ACTIONS(795), [sym_crate] = ACTIONS(795), [sym_metavariable] = ACTIONS(797), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [189] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1733), [sym_bracketed_type] = STATE(2351), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1733), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1733), [sym_tuple_type] = STATE(1733), [sym_unit_type] = STATE(1733), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2352), [sym_bounded_type] = STATE(1733), [sym_reference_type] = STATE(1733), [sym_pointer_type] = STATE(1733), [sym_empty_type] = STATE(1733), [sym_abstract_type] = STATE(1733), [sym_dynamic_type] = STATE(1733), [sym_macro_invocation] = STATE(1733), [sym_scoped_identifier] = STATE(1504), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1769), [sym_tuple_pattern] = STATE(1769), [sym_slice_pattern] = STATE(1769), [sym_tuple_struct_pattern] = STATE(1769), [sym_struct_pattern] = STATE(1769), [sym_remaining_field_pattern] = STATE(1769), [sym_mut_pattern] = STATE(1769), [sym_range_pattern] = STATE(1769), [sym_ref_pattern] = STATE(1769), [sym_captured_pattern] = STATE(1769), [sym_reference_pattern] = STATE(1769), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(739), [anon_sym_LPAREN] = ACTIONS(741), [anon_sym_RPAREN] = ACTIONS(1019), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(749), [anon_sym_i8] = ACTIONS(749), [anon_sym_u16] = ACTIONS(749), [anon_sym_i16] = ACTIONS(749), [anon_sym_u32] = ACTIONS(749), [anon_sym_i32] = ACTIONS(749), [anon_sym_u64] = ACTIONS(749), [anon_sym_i64] = ACTIONS(749), [anon_sym_u128] = ACTIONS(749), [anon_sym_i128] = ACTIONS(749), [anon_sym_isize] = ACTIONS(749), [anon_sym_usize] = ACTIONS(749), [anon_sym_f32] = ACTIONS(749), [anon_sym_f64] = ACTIONS(749), [anon_sym_bool] = ACTIONS(749), [anon_sym_str] = ACTIONS(749), [anon_sym_char] = ACTIONS(749), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_COMMA] = ACTIONS(1009), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(773), [anon_sym__] = ACTIONS(1011), [anon_sym_AMP] = ACTIONS(1013), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1015), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(795), [sym_super] = ACTIONS(795), [sym_crate] = ACTIONS(795), [sym_metavariable] = ACTIONS(797), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [190] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1776), [sym_bracketed_type] = STATE(2354), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1776), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1776), [sym_tuple_type] = STATE(1776), [sym_unit_type] = STATE(1776), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2355), [sym_bounded_type] = STATE(1776), [sym_reference_type] = STATE(1776), [sym_pointer_type] = STATE(1776), [sym_empty_type] = STATE(1776), [sym_abstract_type] = STATE(1776), [sym_dynamic_type] = STATE(1776), [sym_macro_invocation] = STATE(1776), [sym_scoped_identifier] = STATE(1542), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1766), [sym_tuple_pattern] = STATE(1766), [sym_slice_pattern] = STATE(1766), [sym_tuple_struct_pattern] = STATE(1766), [sym_struct_pattern] = STATE(1766), [sym_remaining_field_pattern] = STATE(1766), [sym_mut_pattern] = STATE(1766), [sym_range_pattern] = STATE(1766), [sym_ref_pattern] = STATE(1766), [sym_captured_pattern] = STATE(1766), [sym_reference_pattern] = STATE(1766), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(1021), [anon_sym_LPAREN] = ACTIONS(1023), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_RBRACK] = ACTIONS(1025), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1027), [anon_sym_i8] = ACTIONS(1027), [anon_sym_u16] = ACTIONS(1027), [anon_sym_i16] = ACTIONS(1027), [anon_sym_u32] = ACTIONS(1027), [anon_sym_i32] = ACTIONS(1027), [anon_sym_u64] = ACTIONS(1027), [anon_sym_i64] = ACTIONS(1027), [anon_sym_u128] = ACTIONS(1027), [anon_sym_i128] = ACTIONS(1027), [anon_sym_isize] = ACTIONS(1027), [anon_sym_usize] = ACTIONS(1027), [anon_sym_f32] = ACTIONS(1027), [anon_sym_f64] = ACTIONS(1027), [anon_sym_bool] = ACTIONS(1027), [anon_sym_str] = ACTIONS(1027), [anon_sym_char] = ACTIONS(1027), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_COMMA] = ACTIONS(1029), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1031), [anon_sym__] = ACTIONS(1033), [anon_sym_AMP] = ACTIONS(1035), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1015), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1037), [sym_super] = ACTIONS(1037), [sym_crate] = ACTIONS(1037), [sym_metavariable] = ACTIONS(1039), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [191] = { [sym_identifier] = ACTIONS(1041), [anon_sym_SEMI] = ACTIONS(1043), [anon_sym_LPAREN] = ACTIONS(1043), [anon_sym_RPAREN] = ACTIONS(1043), [anon_sym_LBRACE] = ACTIONS(1043), [anon_sym_RBRACE] = ACTIONS(1043), [anon_sym_EQ_GT] = ACTIONS(1043), [anon_sym_LBRACK] = ACTIONS(1043), [anon_sym_RBRACK] = ACTIONS(1043), [anon_sym_COLON] = ACTIONS(1041), [anon_sym_PLUS] = ACTIONS(1041), [anon_sym_STAR] = ACTIONS(1041), [anon_sym_QMARK] = ACTIONS(1043), [anon_sym_u8] = ACTIONS(1041), [anon_sym_i8] = ACTIONS(1041), [anon_sym_u16] = ACTIONS(1041), [anon_sym_i16] = ACTIONS(1041), [anon_sym_u32] = ACTIONS(1041), [anon_sym_i32] = ACTIONS(1041), [anon_sym_u64] = ACTIONS(1041), [anon_sym_i64] = ACTIONS(1041), [anon_sym_u128] = ACTIONS(1041), [anon_sym_i128] = ACTIONS(1041), [anon_sym_isize] = ACTIONS(1041), [anon_sym_usize] = ACTIONS(1041), [anon_sym_f32] = ACTIONS(1041), [anon_sym_f64] = ACTIONS(1041), [anon_sym_bool] = ACTIONS(1041), [anon_sym_str] = ACTIONS(1041), [anon_sym_char] = ACTIONS(1041), [anon_sym_as] = ACTIONS(1041), [anon_sym_async] = ACTIONS(1041), [anon_sym_break] = ACTIONS(1041), [anon_sym_continue] = ACTIONS(1041), [anon_sym_default] = ACTIONS(1041), [anon_sym_for] = ACTIONS(1041), [anon_sym_if] = ACTIONS(1041), [anon_sym_loop] = ACTIONS(1041), [anon_sym_match] = ACTIONS(1041), [anon_sym_return] = ACTIONS(1041), [anon_sym_union] = ACTIONS(1041), [anon_sym_unsafe] = ACTIONS(1041), [anon_sym_while] = ACTIONS(1041), [anon_sym_BANG] = ACTIONS(1041), [anon_sym_EQ] = ACTIONS(1041), [anon_sym_COMMA] = ACTIONS(1043), [anon_sym_LT] = ACTIONS(1041), [anon_sym_GT] = ACTIONS(1041), [anon_sym_COLON_COLON] = ACTIONS(1043), [anon_sym_AMP] = ACTIONS(1041), [anon_sym_DOT_DOT_DOT] = ACTIONS(1043), [anon_sym_SQUOTE] = ACTIONS(1041), [anon_sym_DOT_DOT] = ACTIONS(1041), [anon_sym_DOT_DOT_EQ] = ACTIONS(1043), [anon_sym_DASH] = ACTIONS(1041), [anon_sym_AMP_AMP] = ACTIONS(1043), [anon_sym_PIPE_PIPE] = ACTIONS(1043), [anon_sym_PIPE] = ACTIONS(1041), [anon_sym_CARET] = ACTIONS(1041), [anon_sym_EQ_EQ] = ACTIONS(1043), [anon_sym_BANG_EQ] = ACTIONS(1043), [anon_sym_LT_EQ] = ACTIONS(1043), [anon_sym_GT_EQ] = ACTIONS(1043), [anon_sym_LT_LT] = ACTIONS(1041), [anon_sym_GT_GT] = ACTIONS(1041), [anon_sym_SLASH] = ACTIONS(1041), [anon_sym_PERCENT] = ACTIONS(1041), [anon_sym_PLUS_EQ] = ACTIONS(1043), [anon_sym_DASH_EQ] = ACTIONS(1043), [anon_sym_STAR_EQ] = ACTIONS(1043), [anon_sym_SLASH_EQ] = ACTIONS(1043), [anon_sym_PERCENT_EQ] = ACTIONS(1043), [anon_sym_AMP_EQ] = ACTIONS(1043), [anon_sym_PIPE_EQ] = ACTIONS(1043), [anon_sym_CARET_EQ] = ACTIONS(1043), [anon_sym_LT_LT_EQ] = ACTIONS(1043), [anon_sym_GT_GT_EQ] = ACTIONS(1043), [anon_sym_move] = ACTIONS(1041), [anon_sym_DOT] = ACTIONS(1041), [sym_integer_literal] = ACTIONS(1043), [aux_sym_string_literal_token1] = ACTIONS(1043), [sym_char_literal] = ACTIONS(1043), [anon_sym_true] = ACTIONS(1041), [anon_sym_false] = ACTIONS(1041), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1041), [sym_super] = ACTIONS(1041), [sym_crate] = ACTIONS(1041), [sym_metavariable] = ACTIONS(1043), [sym_raw_string_literal] = ACTIONS(1043), [sym_float_literal] = ACTIONS(1043), [sym_block_comment] = ACTIONS(3), }, [192] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1733), [sym_bracketed_type] = STATE(2351), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1733), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1733), [sym_tuple_type] = STATE(1733), [sym_unit_type] = STATE(1733), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2352), [sym_bounded_type] = STATE(1733), [sym_reference_type] = STATE(1733), [sym_pointer_type] = STATE(1733), [sym_empty_type] = STATE(1733), [sym_abstract_type] = STATE(1733), [sym_dynamic_type] = STATE(1733), [sym_macro_invocation] = STATE(1733), [sym_scoped_identifier] = STATE(1504), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1769), [sym_tuple_pattern] = STATE(1769), [sym_slice_pattern] = STATE(1769), [sym_tuple_struct_pattern] = STATE(1769), [sym_struct_pattern] = STATE(1769), [sym_remaining_field_pattern] = STATE(1769), [sym_mut_pattern] = STATE(1769), [sym_range_pattern] = STATE(1769), [sym_ref_pattern] = STATE(1769), [sym_captured_pattern] = STATE(1769), [sym_reference_pattern] = STATE(1769), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(739), [anon_sym_LPAREN] = ACTIONS(741), [anon_sym_RPAREN] = ACTIONS(1045), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(749), [anon_sym_i8] = ACTIONS(749), [anon_sym_u16] = ACTIONS(749), [anon_sym_i16] = ACTIONS(749), [anon_sym_u32] = ACTIONS(749), [anon_sym_i32] = ACTIONS(749), [anon_sym_u64] = ACTIONS(749), [anon_sym_i64] = ACTIONS(749), [anon_sym_u128] = ACTIONS(749), [anon_sym_i128] = ACTIONS(749), [anon_sym_isize] = ACTIONS(749), [anon_sym_usize] = ACTIONS(749), [anon_sym_f32] = ACTIONS(749), [anon_sym_f64] = ACTIONS(749), [anon_sym_bool] = ACTIONS(749), [anon_sym_str] = ACTIONS(749), [anon_sym_char] = ACTIONS(749), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_COMMA] = ACTIONS(1009), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(773), [anon_sym__] = ACTIONS(1011), [anon_sym_AMP] = ACTIONS(1013), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1015), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(795), [sym_super] = ACTIONS(795), [sym_crate] = ACTIONS(795), [sym_metavariable] = ACTIONS(797), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [193] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1324), [sym_bracketed_type] = STATE(2354), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1324), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1324), [sym_tuple_type] = STATE(1324), [sym_unit_type] = STATE(1324), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2355), [sym_bounded_type] = STATE(1324), [sym_reference_type] = STATE(1324), [sym_pointer_type] = STATE(1324), [sym_empty_type] = STATE(1324), [sym_abstract_type] = STATE(1324), [sym_dynamic_type] = STATE(1324), [sym_macro_invocation] = STATE(1324), [sym_scoped_identifier] = STATE(1542), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1369), [sym_tuple_pattern] = STATE(1369), [sym_slice_pattern] = STATE(1369), [sym_tuple_struct_pattern] = STATE(1369), [sym_struct_pattern] = STATE(1369), [sym_remaining_field_pattern] = STATE(1369), [sym_mut_pattern] = STATE(1369), [sym_range_pattern] = STATE(1369), [sym_ref_pattern] = STATE(1369), [sym_captured_pattern] = STATE(1369), [sym_reference_pattern] = STATE(1369), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(1021), [anon_sym_LPAREN] = ACTIONS(1023), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1027), [anon_sym_i8] = ACTIONS(1027), [anon_sym_u16] = ACTIONS(1027), [anon_sym_i16] = ACTIONS(1027), [anon_sym_u32] = ACTIONS(1027), [anon_sym_i32] = ACTIONS(1027), [anon_sym_u64] = ACTIONS(1027), [anon_sym_i64] = ACTIONS(1027), [anon_sym_u128] = ACTIONS(1027), [anon_sym_i128] = ACTIONS(1027), [anon_sym_isize] = ACTIONS(1027), [anon_sym_usize] = ACTIONS(1027), [anon_sym_f32] = ACTIONS(1027), [anon_sym_f64] = ACTIONS(1027), [anon_sym_bool] = ACTIONS(1027), [anon_sym_str] = ACTIONS(1027), [anon_sym_char] = ACTIONS(1027), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1031), [anon_sym__] = ACTIONS(1047), [anon_sym_AMP] = ACTIONS(1035), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1015), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1037), [sym_super] = ACTIONS(1037), [sym_crate] = ACTIONS(1037), [sym_metavariable] = ACTIONS(1039), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [194] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1331), [sym_bracketed_type] = STATE(2351), [sym_lifetime] = STATE(529), [sym_array_type] = STATE(1331), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1331), [sym_tuple_type] = STATE(1331), [sym_unit_type] = STATE(1331), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2352), [sym_bounded_type] = STATE(1331), [sym_reference_type] = STATE(1331), [sym_pointer_type] = STATE(1331), [sym_empty_type] = STATE(1331), [sym_abstract_type] = STATE(1331), [sym_dynamic_type] = STATE(1331), [sym_macro_invocation] = STATE(1331), [sym_scoped_identifier] = STATE(1504), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1358), [sym_tuple_pattern] = STATE(1358), [sym_slice_pattern] = STATE(1358), [sym_tuple_struct_pattern] = STATE(1358), [sym_struct_pattern] = STATE(1358), [sym_remaining_field_pattern] = STATE(1358), [sym_mut_pattern] = STATE(1358), [sym_range_pattern] = STATE(1358), [sym_ref_pattern] = STATE(1358), [sym_captured_pattern] = STATE(1358), [sym_reference_pattern] = STATE(1358), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(739), [anon_sym_LPAREN] = ACTIONS(741), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(749), [anon_sym_i8] = ACTIONS(749), [anon_sym_u16] = ACTIONS(749), [anon_sym_i16] = ACTIONS(749), [anon_sym_u32] = ACTIONS(749), [anon_sym_i32] = ACTIONS(749), [anon_sym_u64] = ACTIONS(749), [anon_sym_i64] = ACTIONS(749), [anon_sym_u128] = ACTIONS(749), [anon_sym_i128] = ACTIONS(749), [anon_sym_isize] = ACTIONS(749), [anon_sym_usize] = ACTIONS(749), [anon_sym_f32] = ACTIONS(749), [anon_sym_f64] = ACTIONS(749), [anon_sym_bool] = ACTIONS(749), [anon_sym_str] = ACTIONS(749), [anon_sym_char] = ACTIONS(749), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(773), [anon_sym__] = ACTIONS(1049), [anon_sym_AMP] = ACTIONS(1013), [anon_sym_SQUOTE] = ACTIONS(1051), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1053), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1055), [sym_super] = ACTIONS(795), [sym_crate] = ACTIONS(795), [sym_metavariable] = ACTIONS(797), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [195] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1331), [sym_bracketed_type] = STATE(2354), [sym_lifetime] = STATE(528), [sym_array_type] = STATE(1331), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1331), [sym_tuple_type] = STATE(1331), [sym_unit_type] = STATE(1331), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2355), [sym_bounded_type] = STATE(1331), [sym_reference_type] = STATE(1331), [sym_pointer_type] = STATE(1331), [sym_empty_type] = STATE(1331), [sym_abstract_type] = STATE(1331), [sym_dynamic_type] = STATE(1331), [sym_macro_invocation] = STATE(1331), [sym_scoped_identifier] = STATE(1542), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1358), [sym_tuple_pattern] = STATE(1358), [sym_slice_pattern] = STATE(1358), [sym_tuple_struct_pattern] = STATE(1358), [sym_struct_pattern] = STATE(1358), [sym_remaining_field_pattern] = STATE(1358), [sym_mut_pattern] = STATE(1358), [sym_range_pattern] = STATE(1358), [sym_ref_pattern] = STATE(1358), [sym_captured_pattern] = STATE(1358), [sym_reference_pattern] = STATE(1358), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(1021), [anon_sym_LPAREN] = ACTIONS(1023), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1027), [anon_sym_i8] = ACTIONS(1027), [anon_sym_u16] = ACTIONS(1027), [anon_sym_i16] = ACTIONS(1027), [anon_sym_u32] = ACTIONS(1027), [anon_sym_i32] = ACTIONS(1027), [anon_sym_u64] = ACTIONS(1027), [anon_sym_i64] = ACTIONS(1027), [anon_sym_u128] = ACTIONS(1027), [anon_sym_i128] = ACTIONS(1027), [anon_sym_isize] = ACTIONS(1027), [anon_sym_usize] = ACTIONS(1027), [anon_sym_f32] = ACTIONS(1027), [anon_sym_f64] = ACTIONS(1027), [anon_sym_bool] = ACTIONS(1027), [anon_sym_str] = ACTIONS(1027), [anon_sym_char] = ACTIONS(1027), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1031), [anon_sym__] = ACTIONS(1049), [anon_sym_AMP] = ACTIONS(1035), [anon_sym_SQUOTE] = ACTIONS(1051), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1057), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1037), [sym_super] = ACTIONS(1037), [sym_crate] = ACTIONS(1037), [sym_metavariable] = ACTIONS(1039), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [196] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1331), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(529), [sym_array_type] = STATE(1331), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1331), [sym_tuple_type] = STATE(1331), [sym_unit_type] = STATE(1331), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1331), [sym_reference_type] = STATE(1331), [sym_pointer_type] = STATE(1331), [sym_empty_type] = STATE(1331), [sym_abstract_type] = STATE(1331), [sym_dynamic_type] = STATE(1331), [sym_macro_invocation] = STATE(1331), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1358), [sym_tuple_pattern] = STATE(1358), [sym_slice_pattern] = STATE(1358), [sym_tuple_struct_pattern] = STATE(1358), [sym_struct_pattern] = STATE(1358), [sym_remaining_field_pattern] = STATE(1358), [sym_mut_pattern] = STATE(1358), [sym_range_pattern] = STATE(1358), [sym_ref_pattern] = STATE(1358), [sym_captured_pattern] = STATE(1358), [sym_reference_pattern] = STATE(1358), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(1049), [anon_sym_AMP] = ACTIONS(1059), [anon_sym_SQUOTE] = ACTIONS(1051), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1061), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1063), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [197] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1331), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(528), [sym_array_type] = STATE(1331), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1331), [sym_tuple_type] = STATE(1331), [sym_unit_type] = STATE(1331), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1331), [sym_reference_type] = STATE(1331), [sym_pointer_type] = STATE(1331), [sym_empty_type] = STATE(1331), [sym_abstract_type] = STATE(1331), [sym_dynamic_type] = STATE(1331), [sym_macro_invocation] = STATE(1331), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1358), [sym_tuple_pattern] = STATE(1358), [sym_slice_pattern] = STATE(1358), [sym_tuple_struct_pattern] = STATE(1358), [sym_struct_pattern] = STATE(1358), [sym_remaining_field_pattern] = STATE(1358), [sym_mut_pattern] = STATE(1358), [sym_range_pattern] = STATE(1358), [sym_ref_pattern] = STATE(1358), [sym_captured_pattern] = STATE(1358), [sym_reference_pattern] = STATE(1358), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(1049), [anon_sym_AMP] = ACTIONS(1059), [anon_sym_SQUOTE] = ACTIONS(1051), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1065), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(817), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [198] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1324), [sym_bracketed_type] = STATE(2351), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1324), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1324), [sym_tuple_type] = STATE(1324), [sym_unit_type] = STATE(1324), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2352), [sym_bounded_type] = STATE(1324), [sym_reference_type] = STATE(1324), [sym_pointer_type] = STATE(1324), [sym_empty_type] = STATE(1324), [sym_abstract_type] = STATE(1324), [sym_dynamic_type] = STATE(1324), [sym_macro_invocation] = STATE(1324), [sym_scoped_identifier] = STATE(1504), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1369), [sym_tuple_pattern] = STATE(1369), [sym_slice_pattern] = STATE(1369), [sym_tuple_struct_pattern] = STATE(1369), [sym_struct_pattern] = STATE(1369), [sym_remaining_field_pattern] = STATE(1369), [sym_mut_pattern] = STATE(1369), [sym_range_pattern] = STATE(1369), [sym_ref_pattern] = STATE(1369), [sym_captured_pattern] = STATE(1369), [sym_reference_pattern] = STATE(1369), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(739), [anon_sym_LPAREN] = ACTIONS(741), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(749), [anon_sym_i8] = ACTIONS(749), [anon_sym_u16] = ACTIONS(749), [anon_sym_i16] = ACTIONS(749), [anon_sym_u32] = ACTIONS(749), [anon_sym_i32] = ACTIONS(749), [anon_sym_u64] = ACTIONS(749), [anon_sym_i64] = ACTIONS(749), [anon_sym_u128] = ACTIONS(749), [anon_sym_i128] = ACTIONS(749), [anon_sym_isize] = ACTIONS(749), [anon_sym_usize] = ACTIONS(749), [anon_sym_f32] = ACTIONS(749), [anon_sym_f64] = ACTIONS(749), [anon_sym_bool] = ACTIONS(749), [anon_sym_str] = ACTIONS(749), [anon_sym_char] = ACTIONS(749), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(773), [anon_sym__] = ACTIONS(1047), [anon_sym_AMP] = ACTIONS(1013), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1015), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1067), [sym_super] = ACTIONS(795), [sym_crate] = ACTIONS(795), [sym_metavariable] = ACTIONS(797), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [199] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1324), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1324), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1324), [sym_tuple_type] = STATE(1324), [sym_unit_type] = STATE(1324), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1324), [sym_reference_type] = STATE(1324), [sym_pointer_type] = STATE(1324), [sym_empty_type] = STATE(1324), [sym_abstract_type] = STATE(1324), [sym_dynamic_type] = STATE(1324), [sym_macro_invocation] = STATE(1324), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1369), [sym_tuple_pattern] = STATE(1369), [sym_slice_pattern] = STATE(1369), [sym_tuple_struct_pattern] = STATE(1369), [sym_struct_pattern] = STATE(1369), [sym_remaining_field_pattern] = STATE(1369), [sym_mut_pattern] = STATE(1369), [sym_range_pattern] = STATE(1369), [sym_ref_pattern] = STATE(1369), [sym_captured_pattern] = STATE(1369), [sym_reference_pattern] = STATE(1369), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(1047), [anon_sym_AMP] = ACTIONS(1059), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1015), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1069), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [200] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1324), [sym_bracketed_type] = STATE(2351), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1324), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1324), [sym_tuple_type] = STATE(1324), [sym_unit_type] = STATE(1324), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2352), [sym_bounded_type] = STATE(1324), [sym_reference_type] = STATE(1324), [sym_pointer_type] = STATE(1324), [sym_empty_type] = STATE(1324), [sym_abstract_type] = STATE(1324), [sym_dynamic_type] = STATE(1324), [sym_macro_invocation] = STATE(1324), [sym_scoped_identifier] = STATE(1504), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1369), [sym_tuple_pattern] = STATE(1369), [sym_slice_pattern] = STATE(1369), [sym_tuple_struct_pattern] = STATE(1369), [sym_struct_pattern] = STATE(1369), [sym_remaining_field_pattern] = STATE(1369), [sym_mut_pattern] = STATE(1369), [sym_range_pattern] = STATE(1369), [sym_ref_pattern] = STATE(1369), [sym_captured_pattern] = STATE(1369), [sym_reference_pattern] = STATE(1369), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(739), [anon_sym_LPAREN] = ACTIONS(741), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(749), [anon_sym_i8] = ACTIONS(749), [anon_sym_u16] = ACTIONS(749), [anon_sym_i16] = ACTIONS(749), [anon_sym_u32] = ACTIONS(749), [anon_sym_i32] = ACTIONS(749), [anon_sym_u64] = ACTIONS(749), [anon_sym_i64] = ACTIONS(749), [anon_sym_u128] = ACTIONS(749), [anon_sym_i128] = ACTIONS(749), [anon_sym_isize] = ACTIONS(749), [anon_sym_usize] = ACTIONS(749), [anon_sym_f32] = ACTIONS(749), [anon_sym_f64] = ACTIONS(749), [anon_sym_bool] = ACTIONS(749), [anon_sym_str] = ACTIONS(749), [anon_sym_char] = ACTIONS(749), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(773), [anon_sym__] = ACTIONS(1047), [anon_sym_AMP] = ACTIONS(1013), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1015), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(795), [sym_super] = ACTIONS(795), [sym_crate] = ACTIONS(795), [sym_metavariable] = ACTIONS(797), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [201] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1331), [sym_bracketed_type] = STATE(2351), [sym_lifetime] = STATE(528), [sym_array_type] = STATE(1331), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1331), [sym_tuple_type] = STATE(1331), [sym_unit_type] = STATE(1331), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2352), [sym_bounded_type] = STATE(1331), [sym_reference_type] = STATE(1331), [sym_pointer_type] = STATE(1331), [sym_empty_type] = STATE(1331), [sym_abstract_type] = STATE(1331), [sym_dynamic_type] = STATE(1331), [sym_macro_invocation] = STATE(1331), [sym_scoped_identifier] = STATE(1504), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1358), [sym_tuple_pattern] = STATE(1358), [sym_slice_pattern] = STATE(1358), [sym_tuple_struct_pattern] = STATE(1358), [sym_struct_pattern] = STATE(1358), [sym_remaining_field_pattern] = STATE(1358), [sym_mut_pattern] = STATE(1358), [sym_range_pattern] = STATE(1358), [sym_ref_pattern] = STATE(1358), [sym_captured_pattern] = STATE(1358), [sym_reference_pattern] = STATE(1358), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(739), [anon_sym_LPAREN] = ACTIONS(741), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(749), [anon_sym_i8] = ACTIONS(749), [anon_sym_u16] = ACTIONS(749), [anon_sym_i16] = ACTIONS(749), [anon_sym_u32] = ACTIONS(749), [anon_sym_i32] = ACTIONS(749), [anon_sym_u64] = ACTIONS(749), [anon_sym_i64] = ACTIONS(749), [anon_sym_u128] = ACTIONS(749), [anon_sym_i128] = ACTIONS(749), [anon_sym_isize] = ACTIONS(749), [anon_sym_usize] = ACTIONS(749), [anon_sym_f32] = ACTIONS(749), [anon_sym_f64] = ACTIONS(749), [anon_sym_bool] = ACTIONS(749), [anon_sym_str] = ACTIONS(749), [anon_sym_char] = ACTIONS(749), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(773), [anon_sym__] = ACTIONS(1049), [anon_sym_AMP] = ACTIONS(1013), [anon_sym_SQUOTE] = ACTIONS(1051), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1071), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(795), [sym_super] = ACTIONS(795), [sym_crate] = ACTIONS(795), [sym_metavariable] = ACTIONS(797), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [202] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1324), [sym_bracketed_type] = STATE(2347), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1324), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1324), [sym_tuple_type] = STATE(1324), [sym_unit_type] = STATE(1324), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2348), [sym_bounded_type] = STATE(1324), [sym_reference_type] = STATE(1324), [sym_pointer_type] = STATE(1324), [sym_empty_type] = STATE(1324), [sym_abstract_type] = STATE(1324), [sym_dynamic_type] = STATE(1324), [sym_macro_invocation] = STATE(1324), [sym_scoped_identifier] = STATE(1639), [sym_scoped_type_identifier] = STATE(1401), [sym__pattern] = STATE(1369), [sym_tuple_pattern] = STATE(1369), [sym_slice_pattern] = STATE(1369), [sym_tuple_struct_pattern] = STATE(1369), [sym_struct_pattern] = STATE(1369), [sym_remaining_field_pattern] = STATE(1369), [sym_mut_pattern] = STATE(1369), [sym_range_pattern] = STATE(1369), [sym_ref_pattern] = STATE(1369), [sym_captured_pattern] = STATE(1369), [sym_reference_pattern] = STATE(1369), [sym__literal_pattern] = STATE(1397), [sym_negative_literal] = STATE(1397), [sym_string_literal] = STATE(1397), [sym_boolean_literal] = STATE(1397), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(799), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_LBRACK] = ACTIONS(745), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(805), [anon_sym_i8] = ACTIONS(805), [anon_sym_u16] = ACTIONS(805), [anon_sym_i16] = ACTIONS(805), [anon_sym_u32] = ACTIONS(805), [anon_sym_i32] = ACTIONS(805), [anon_sym_u64] = ACTIONS(805), [anon_sym_i64] = ACTIONS(805), [anon_sym_u128] = ACTIONS(805), [anon_sym_i128] = ACTIONS(805), [anon_sym_isize] = ACTIONS(805), [anon_sym_usize] = ACTIONS(805), [anon_sym_f32] = ACTIONS(805), [anon_sym_f64] = ACTIONS(805), [anon_sym_bool] = ACTIONS(805), [anon_sym_str] = ACTIONS(805), [anon_sym_char] = ACTIONS(805), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_ref] = ACTIONS(771), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(809), [anon_sym__] = ACTIONS(1047), [anon_sym_AMP] = ACTIONS(1059), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(1015), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(791), [aux_sym_string_literal_token1] = ACTIONS(91), [sym_char_literal] = ACTIONS(791), [anon_sym_true] = ACTIONS(93), [anon_sym_false] = ACTIONS(93), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(817), [sym_super] = ACTIONS(817), [sym_crate] = ACTIONS(817), [sym_metavariable] = ACTIONS(819), [sym_raw_string_literal] = ACTIONS(791), [sym_float_literal] = ACTIONS(791), [sym_block_comment] = ACTIONS(3), }, [203] = { [sym__else_tail] = STATE(217), [sym_identifier] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(395), [anon_sym_RBRACE] = ACTIONS(395), [anon_sym_LBRACK] = ACTIONS(395), [anon_sym_PLUS] = ACTIONS(397), [anon_sym_STAR] = ACTIONS(397), [anon_sym_QMARK] = ACTIONS(395), [anon_sym_u8] = ACTIONS(397), [anon_sym_i8] = ACTIONS(397), [anon_sym_u16] = ACTIONS(397), [anon_sym_i16] = ACTIONS(397), [anon_sym_u32] = ACTIONS(397), [anon_sym_i32] = ACTIONS(397), [anon_sym_u64] = ACTIONS(397), [anon_sym_i64] = ACTIONS(397), [anon_sym_u128] = ACTIONS(397), [anon_sym_i128] = ACTIONS(397), [anon_sym_isize] = ACTIONS(397), [anon_sym_usize] = ACTIONS(397), [anon_sym_f32] = ACTIONS(397), [anon_sym_f64] = ACTIONS(397), [anon_sym_bool] = ACTIONS(397), [anon_sym_str] = ACTIONS(397), [anon_sym_char] = ACTIONS(397), [anon_sym_as] = ACTIONS(397), [anon_sym_POUND] = ACTIONS(395), [anon_sym_EQ] = ACTIONS(397), [anon_sym_COMMA] = ACTIONS(395), [anon_sym_ref] = ACTIONS(397), [anon_sym_LT] = ACTIONS(397), [anon_sym_GT] = ACTIONS(397), [anon_sym_COLON_COLON] = ACTIONS(395), [anon_sym__] = ACTIONS(397), [anon_sym_AMP] = ACTIONS(397), [anon_sym_DOT_DOT_DOT] = ACTIONS(395), [sym_mutable_specifier] = ACTIONS(397), [anon_sym_DOT_DOT] = ACTIONS(397), [anon_sym_DOT_DOT_EQ] = ACTIONS(395), [anon_sym_DASH] = ACTIONS(397), [anon_sym_AMP_AMP] = ACTIONS(395), [anon_sym_PIPE_PIPE] = ACTIONS(395), [anon_sym_PIPE] = ACTIONS(397), [anon_sym_CARET] = ACTIONS(397), [anon_sym_EQ_EQ] = ACTIONS(395), [anon_sym_BANG_EQ] = ACTIONS(395), [anon_sym_LT_EQ] = ACTIONS(395), [anon_sym_GT_EQ] = ACTIONS(395), [anon_sym_LT_LT] = ACTIONS(397), [anon_sym_GT_GT] = ACTIONS(397), [anon_sym_SLASH] = ACTIONS(397), [anon_sym_PERCENT] = ACTIONS(397), [anon_sym_PLUS_EQ] = ACTIONS(395), [anon_sym_DASH_EQ] = ACTIONS(395), [anon_sym_STAR_EQ] = ACTIONS(395), [anon_sym_SLASH_EQ] = ACTIONS(395), [anon_sym_PERCENT_EQ] = ACTIONS(395), [anon_sym_AMP_EQ] = ACTIONS(395), [anon_sym_PIPE_EQ] = ACTIONS(395), [anon_sym_CARET_EQ] = ACTIONS(395), [anon_sym_LT_LT_EQ] = ACTIONS(395), [anon_sym_GT_GT_EQ] = ACTIONS(395), [anon_sym_else] = ACTIONS(1073), [anon_sym_DOT] = ACTIONS(397), [sym_integer_literal] = ACTIONS(395), [aux_sym_string_literal_token1] = ACTIONS(395), [sym_char_literal] = ACTIONS(395), [anon_sym_true] = ACTIONS(397), [anon_sym_false] = ACTIONS(397), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(397), [sym_super] = ACTIONS(397), [sym_crate] = ACTIONS(397), [sym_metavariable] = ACTIONS(395), [sym_raw_string_literal] = ACTIONS(395), [sym_float_literal] = ACTIONS(395), [sym_block_comment] = ACTIONS(3), }, [204] = { [sym__else_tail] = STATE(220), [sym_identifier] = ACTIONS(391), [anon_sym_LPAREN] = ACTIONS(389), [anon_sym_RBRACE] = ACTIONS(389), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_PLUS] = ACTIONS(391), [anon_sym_STAR] = ACTIONS(391), [anon_sym_QMARK] = ACTIONS(389), [anon_sym_u8] = ACTIONS(391), [anon_sym_i8] = ACTIONS(391), [anon_sym_u16] = ACTIONS(391), [anon_sym_i16] = ACTIONS(391), [anon_sym_u32] = ACTIONS(391), [anon_sym_i32] = ACTIONS(391), [anon_sym_u64] = ACTIONS(391), [anon_sym_i64] = ACTIONS(391), [anon_sym_u128] = ACTIONS(391), [anon_sym_i128] = ACTIONS(391), [anon_sym_isize] = ACTIONS(391), [anon_sym_usize] = ACTIONS(391), [anon_sym_f32] = ACTIONS(391), [anon_sym_f64] = ACTIONS(391), [anon_sym_bool] = ACTIONS(391), [anon_sym_str] = ACTIONS(391), [anon_sym_char] = ACTIONS(391), [anon_sym_as] = ACTIONS(391), [anon_sym_POUND] = ACTIONS(389), [anon_sym_EQ] = ACTIONS(391), [anon_sym_COMMA] = ACTIONS(389), [anon_sym_ref] = ACTIONS(391), [anon_sym_LT] = ACTIONS(391), [anon_sym_GT] = ACTIONS(391), [anon_sym_COLON_COLON] = ACTIONS(389), [anon_sym__] = ACTIONS(391), [anon_sym_AMP] = ACTIONS(391), [anon_sym_DOT_DOT_DOT] = ACTIONS(389), [sym_mutable_specifier] = ACTIONS(391), [anon_sym_DOT_DOT] = ACTIONS(391), [anon_sym_DOT_DOT_EQ] = ACTIONS(389), [anon_sym_DASH] = ACTIONS(391), [anon_sym_AMP_AMP] = ACTIONS(389), [anon_sym_PIPE_PIPE] = ACTIONS(389), [anon_sym_PIPE] = ACTIONS(391), [anon_sym_CARET] = ACTIONS(391), [anon_sym_EQ_EQ] = ACTIONS(389), [anon_sym_BANG_EQ] = ACTIONS(389), [anon_sym_LT_EQ] = ACTIONS(389), [anon_sym_GT_EQ] = ACTIONS(389), [anon_sym_LT_LT] = ACTIONS(391), [anon_sym_GT_GT] = ACTIONS(391), [anon_sym_SLASH] = ACTIONS(391), [anon_sym_PERCENT] = ACTIONS(391), [anon_sym_PLUS_EQ] = ACTIONS(389), [anon_sym_DASH_EQ] = ACTIONS(389), [anon_sym_STAR_EQ] = ACTIONS(389), [anon_sym_SLASH_EQ] = ACTIONS(389), [anon_sym_PERCENT_EQ] = ACTIONS(389), [anon_sym_AMP_EQ] = ACTIONS(389), [anon_sym_PIPE_EQ] = ACTIONS(389), [anon_sym_CARET_EQ] = ACTIONS(389), [anon_sym_LT_LT_EQ] = ACTIONS(389), [anon_sym_GT_GT_EQ] = ACTIONS(389), [anon_sym_else] = ACTIONS(1073), [anon_sym_DOT] = ACTIONS(391), [sym_integer_literal] = ACTIONS(389), [aux_sym_string_literal_token1] = ACTIONS(389), [sym_char_literal] = ACTIONS(389), [anon_sym_true] = ACTIONS(391), [anon_sym_false] = ACTIONS(391), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(391), [sym_super] = ACTIONS(391), [sym_crate] = ACTIONS(391), [sym_metavariable] = ACTIONS(389), [sym_raw_string_literal] = ACTIONS(389), [sym_float_literal] = ACTIONS(389), [sym_block_comment] = ACTIONS(3), }, [205] = { [sym_identifier] = ACTIONS(405), [anon_sym_LPAREN] = ACTIONS(403), [anon_sym_RBRACE] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(403), [anon_sym_PLUS] = ACTIONS(405), [anon_sym_STAR] = ACTIONS(405), [anon_sym_QMARK] = ACTIONS(403), [anon_sym_u8] = ACTIONS(405), [anon_sym_i8] = ACTIONS(405), [anon_sym_u16] = ACTIONS(405), [anon_sym_i16] = ACTIONS(405), [anon_sym_u32] = ACTIONS(405), [anon_sym_i32] = ACTIONS(405), [anon_sym_u64] = ACTIONS(405), [anon_sym_i64] = ACTIONS(405), [anon_sym_u128] = ACTIONS(405), [anon_sym_i128] = ACTIONS(405), [anon_sym_isize] = ACTIONS(405), [anon_sym_usize] = ACTIONS(405), [anon_sym_f32] = ACTIONS(405), [anon_sym_f64] = ACTIONS(405), [anon_sym_bool] = ACTIONS(405), [anon_sym_str] = ACTIONS(405), [anon_sym_char] = ACTIONS(405), [anon_sym_as] = ACTIONS(405), [anon_sym_POUND] = ACTIONS(403), [anon_sym_EQ] = ACTIONS(405), [anon_sym_COMMA] = ACTIONS(403), [anon_sym_ref] = ACTIONS(405), [anon_sym_LT] = ACTIONS(405), [anon_sym_GT] = ACTIONS(405), [anon_sym_COLON_COLON] = ACTIONS(403), [anon_sym__] = ACTIONS(405), [anon_sym_AMP] = ACTIONS(405), [anon_sym_DOT_DOT_DOT] = ACTIONS(403), [sym_mutable_specifier] = ACTIONS(405), [anon_sym_DOT_DOT] = ACTIONS(405), [anon_sym_DOT_DOT_EQ] = ACTIONS(403), [anon_sym_DASH] = ACTIONS(405), [anon_sym_AMP_AMP] = ACTIONS(403), [anon_sym_PIPE_PIPE] = ACTIONS(403), [anon_sym_PIPE] = ACTIONS(405), [anon_sym_CARET] = ACTIONS(405), [anon_sym_EQ_EQ] = ACTIONS(403), [anon_sym_BANG_EQ] = ACTIONS(403), [anon_sym_LT_EQ] = ACTIONS(403), [anon_sym_GT_EQ] = ACTIONS(403), [anon_sym_LT_LT] = ACTIONS(405), [anon_sym_GT_GT] = ACTIONS(405), [anon_sym_SLASH] = ACTIONS(405), [anon_sym_PERCENT] = ACTIONS(405), [anon_sym_PLUS_EQ] = ACTIONS(403), [anon_sym_DASH_EQ] = ACTIONS(403), [anon_sym_STAR_EQ] = ACTIONS(403), [anon_sym_SLASH_EQ] = ACTIONS(403), [anon_sym_PERCENT_EQ] = ACTIONS(403), [anon_sym_AMP_EQ] = ACTIONS(403), [anon_sym_PIPE_EQ] = ACTIONS(403), [anon_sym_CARET_EQ] = ACTIONS(403), [anon_sym_LT_LT_EQ] = ACTIONS(403), [anon_sym_GT_GT_EQ] = ACTIONS(403), [anon_sym_else] = ACTIONS(405), [anon_sym_DOT] = ACTIONS(405), [sym_integer_literal] = ACTIONS(403), [aux_sym_string_literal_token1] = ACTIONS(403), [sym_char_literal] = ACTIONS(403), [anon_sym_true] = ACTIONS(405), [anon_sym_false] = ACTIONS(405), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(405), [sym_super] = ACTIONS(405), [sym_crate] = ACTIONS(405), [sym_metavariable] = ACTIONS(403), [sym_raw_string_literal] = ACTIONS(403), [sym_float_literal] = ACTIONS(403), [sym_block_comment] = ACTIONS(3), }, [206] = { [sym_identifier] = ACTIONS(409), [anon_sym_LPAREN] = ACTIONS(407), [anon_sym_RBRACE] = ACTIONS(407), [anon_sym_LBRACK] = ACTIONS(407), [anon_sym_PLUS] = ACTIONS(409), [anon_sym_STAR] = ACTIONS(409), [anon_sym_QMARK] = ACTIONS(407), [anon_sym_u8] = ACTIONS(409), [anon_sym_i8] = ACTIONS(409), [anon_sym_u16] = ACTIONS(409), [anon_sym_i16] = ACTIONS(409), [anon_sym_u32] = ACTIONS(409), [anon_sym_i32] = ACTIONS(409), [anon_sym_u64] = ACTIONS(409), [anon_sym_i64] = ACTIONS(409), [anon_sym_u128] = ACTIONS(409), [anon_sym_i128] = ACTIONS(409), [anon_sym_isize] = ACTIONS(409), [anon_sym_usize] = ACTIONS(409), [anon_sym_f32] = ACTIONS(409), [anon_sym_f64] = ACTIONS(409), [anon_sym_bool] = ACTIONS(409), [anon_sym_str] = ACTIONS(409), [anon_sym_char] = ACTIONS(409), [anon_sym_as] = ACTIONS(409), [anon_sym_POUND] = ACTIONS(407), [anon_sym_EQ] = ACTIONS(409), [anon_sym_COMMA] = ACTIONS(407), [anon_sym_ref] = ACTIONS(409), [anon_sym_LT] = ACTIONS(409), [anon_sym_GT] = ACTIONS(409), [anon_sym_COLON_COLON] = ACTIONS(407), [anon_sym__] = ACTIONS(409), [anon_sym_AMP] = ACTIONS(409), [anon_sym_DOT_DOT_DOT] = ACTIONS(407), [sym_mutable_specifier] = ACTIONS(409), [anon_sym_DOT_DOT] = ACTIONS(409), [anon_sym_DOT_DOT_EQ] = ACTIONS(407), [anon_sym_DASH] = ACTIONS(409), [anon_sym_AMP_AMP] = ACTIONS(407), [anon_sym_PIPE_PIPE] = ACTIONS(407), [anon_sym_PIPE] = ACTIONS(409), [anon_sym_CARET] = ACTIONS(409), [anon_sym_EQ_EQ] = ACTIONS(407), [anon_sym_BANG_EQ] = ACTIONS(407), [anon_sym_LT_EQ] = ACTIONS(407), [anon_sym_GT_EQ] = ACTIONS(407), [anon_sym_LT_LT] = ACTIONS(409), [anon_sym_GT_GT] = ACTIONS(409), [anon_sym_SLASH] = ACTIONS(409), [anon_sym_PERCENT] = ACTIONS(409), [anon_sym_PLUS_EQ] = ACTIONS(407), [anon_sym_DASH_EQ] = ACTIONS(407), [anon_sym_STAR_EQ] = ACTIONS(407), [anon_sym_SLASH_EQ] = ACTIONS(407), [anon_sym_PERCENT_EQ] = ACTIONS(407), [anon_sym_AMP_EQ] = ACTIONS(407), [anon_sym_PIPE_EQ] = ACTIONS(407), [anon_sym_CARET_EQ] = ACTIONS(407), [anon_sym_LT_LT_EQ] = ACTIONS(407), [anon_sym_GT_GT_EQ] = ACTIONS(407), [anon_sym_else] = ACTIONS(409), [anon_sym_DOT] = ACTIONS(409), [sym_integer_literal] = ACTIONS(407), [aux_sym_string_literal_token1] = ACTIONS(407), [sym_char_literal] = ACTIONS(407), [anon_sym_true] = ACTIONS(409), [anon_sym_false] = ACTIONS(409), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(409), [sym_super] = ACTIONS(409), [sym_crate] = ACTIONS(409), [sym_metavariable] = ACTIONS(407), [sym_raw_string_literal] = ACTIONS(407), [sym_float_literal] = ACTIONS(407), [sym_block_comment] = ACTIONS(3), }, [207] = { [sym_identifier] = ACTIONS(401), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_RBRACE] = ACTIONS(399), [anon_sym_LBRACK] = ACTIONS(399), [anon_sym_PLUS] = ACTIONS(401), [anon_sym_STAR] = ACTIONS(401), [anon_sym_QMARK] = ACTIONS(399), [anon_sym_u8] = ACTIONS(401), [anon_sym_i8] = ACTIONS(401), [anon_sym_u16] = ACTIONS(401), [anon_sym_i16] = ACTIONS(401), [anon_sym_u32] = ACTIONS(401), [anon_sym_i32] = ACTIONS(401), [anon_sym_u64] = ACTIONS(401), [anon_sym_i64] = ACTIONS(401), [anon_sym_u128] = ACTIONS(401), [anon_sym_i128] = ACTIONS(401), [anon_sym_isize] = ACTIONS(401), [anon_sym_usize] = ACTIONS(401), [anon_sym_f32] = ACTIONS(401), [anon_sym_f64] = ACTIONS(401), [anon_sym_bool] = ACTIONS(401), [anon_sym_str] = ACTIONS(401), [anon_sym_char] = ACTIONS(401), [anon_sym_as] = ACTIONS(401), [anon_sym_POUND] = ACTIONS(399), [anon_sym_EQ] = ACTIONS(401), [anon_sym_COMMA] = ACTIONS(399), [anon_sym_ref] = ACTIONS(401), [anon_sym_LT] = ACTIONS(401), [anon_sym_GT] = ACTIONS(401), [anon_sym_COLON_COLON] = ACTIONS(399), [anon_sym__] = ACTIONS(401), [anon_sym_AMP] = ACTIONS(401), [anon_sym_DOT_DOT_DOT] = ACTIONS(399), [sym_mutable_specifier] = ACTIONS(401), [anon_sym_DOT_DOT] = ACTIONS(401), [anon_sym_DOT_DOT_EQ] = ACTIONS(399), [anon_sym_DASH] = ACTIONS(401), [anon_sym_AMP_AMP] = ACTIONS(399), [anon_sym_PIPE_PIPE] = ACTIONS(399), [anon_sym_PIPE] = ACTIONS(401), [anon_sym_CARET] = ACTIONS(401), [anon_sym_EQ_EQ] = ACTIONS(399), [anon_sym_BANG_EQ] = ACTIONS(399), [anon_sym_LT_EQ] = ACTIONS(399), [anon_sym_GT_EQ] = ACTIONS(399), [anon_sym_LT_LT] = ACTIONS(401), [anon_sym_GT_GT] = ACTIONS(401), [anon_sym_SLASH] = ACTIONS(401), [anon_sym_PERCENT] = ACTIONS(401), [anon_sym_PLUS_EQ] = ACTIONS(399), [anon_sym_DASH_EQ] = ACTIONS(399), [anon_sym_STAR_EQ] = ACTIONS(399), [anon_sym_SLASH_EQ] = ACTIONS(399), [anon_sym_PERCENT_EQ] = ACTIONS(399), [anon_sym_AMP_EQ] = ACTIONS(399), [anon_sym_PIPE_EQ] = ACTIONS(399), [anon_sym_CARET_EQ] = ACTIONS(399), [anon_sym_LT_LT_EQ] = ACTIONS(399), [anon_sym_GT_GT_EQ] = ACTIONS(399), [anon_sym_else] = ACTIONS(401), [anon_sym_DOT] = ACTIONS(401), [sym_integer_literal] = ACTIONS(399), [aux_sym_string_literal_token1] = ACTIONS(399), [sym_char_literal] = ACTIONS(399), [anon_sym_true] = ACTIONS(401), [anon_sym_false] = ACTIONS(401), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(401), [sym_super] = ACTIONS(401), [sym_crate] = ACTIONS(401), [sym_metavariable] = ACTIONS(399), [sym_raw_string_literal] = ACTIONS(399), [sym_float_literal] = ACTIONS(399), [sym_block_comment] = ACTIONS(3), }, [208] = { [sym_identifier] = ACTIONS(437), [anon_sym_LPAREN] = ACTIONS(435), [anon_sym_RBRACE] = ACTIONS(435), [anon_sym_LBRACK] = ACTIONS(435), [anon_sym_PLUS] = ACTIONS(437), [anon_sym_STAR] = ACTIONS(437), [anon_sym_QMARK] = ACTIONS(435), [anon_sym_u8] = ACTIONS(437), [anon_sym_i8] = ACTIONS(437), [anon_sym_u16] = ACTIONS(437), [anon_sym_i16] = ACTIONS(437), [anon_sym_u32] = ACTIONS(437), [anon_sym_i32] = ACTIONS(437), [anon_sym_u64] = ACTIONS(437), [anon_sym_i64] = ACTIONS(437), [anon_sym_u128] = ACTIONS(437), [anon_sym_i128] = ACTIONS(437), [anon_sym_isize] = ACTIONS(437), [anon_sym_usize] = ACTIONS(437), [anon_sym_f32] = ACTIONS(437), [anon_sym_f64] = ACTIONS(437), [anon_sym_bool] = ACTIONS(437), [anon_sym_str] = ACTIONS(437), [anon_sym_char] = ACTIONS(437), [anon_sym_as] = ACTIONS(437), [anon_sym_POUND] = ACTIONS(435), [anon_sym_EQ] = ACTIONS(437), [anon_sym_COMMA] = ACTIONS(435), [anon_sym_ref] = ACTIONS(437), [anon_sym_LT] = ACTIONS(437), [anon_sym_GT] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(435), [anon_sym__] = ACTIONS(437), [anon_sym_AMP] = ACTIONS(437), [anon_sym_DOT_DOT_DOT] = ACTIONS(435), [sym_mutable_specifier] = ACTIONS(437), [anon_sym_DOT_DOT] = ACTIONS(437), [anon_sym_DOT_DOT_EQ] = ACTIONS(435), [anon_sym_DASH] = ACTIONS(437), [anon_sym_AMP_AMP] = ACTIONS(435), [anon_sym_PIPE_PIPE] = ACTIONS(435), [anon_sym_PIPE] = ACTIONS(437), [anon_sym_CARET] = ACTIONS(437), [anon_sym_EQ_EQ] = ACTIONS(435), [anon_sym_BANG_EQ] = ACTIONS(435), [anon_sym_LT_EQ] = ACTIONS(435), [anon_sym_GT_EQ] = ACTIONS(435), [anon_sym_LT_LT] = ACTIONS(437), [anon_sym_GT_GT] = ACTIONS(437), [anon_sym_SLASH] = ACTIONS(437), [anon_sym_PERCENT] = ACTIONS(437), [anon_sym_PLUS_EQ] = ACTIONS(435), [anon_sym_DASH_EQ] = ACTIONS(435), [anon_sym_STAR_EQ] = ACTIONS(435), [anon_sym_SLASH_EQ] = ACTIONS(435), [anon_sym_PERCENT_EQ] = ACTIONS(435), [anon_sym_AMP_EQ] = ACTIONS(435), [anon_sym_PIPE_EQ] = ACTIONS(435), [anon_sym_CARET_EQ] = ACTIONS(435), [anon_sym_LT_LT_EQ] = ACTIONS(435), [anon_sym_GT_GT_EQ] = ACTIONS(435), [anon_sym_DOT] = ACTIONS(437), [sym_integer_literal] = ACTIONS(435), [aux_sym_string_literal_token1] = ACTIONS(435), [sym_char_literal] = ACTIONS(435), [anon_sym_true] = ACTIONS(437), [anon_sym_false] = ACTIONS(437), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(437), [sym_super] = ACTIONS(437), [sym_crate] = ACTIONS(437), [sym_metavariable] = ACTIONS(435), [sym_raw_string_literal] = ACTIONS(435), [sym_float_literal] = ACTIONS(435), [sym_block_comment] = ACTIONS(3), }, [209] = { [sym_identifier] = ACTIONS(537), [anon_sym_LPAREN] = ACTIONS(535), [anon_sym_RBRACE] = ACTIONS(535), [anon_sym_LBRACK] = ACTIONS(535), [anon_sym_PLUS] = ACTIONS(537), [anon_sym_STAR] = ACTIONS(537), [anon_sym_QMARK] = ACTIONS(535), [anon_sym_u8] = ACTIONS(537), [anon_sym_i8] = ACTIONS(537), [anon_sym_u16] = ACTIONS(537), [anon_sym_i16] = ACTIONS(537), [anon_sym_u32] = ACTIONS(537), [anon_sym_i32] = ACTIONS(537), [anon_sym_u64] = ACTIONS(537), [anon_sym_i64] = ACTIONS(537), [anon_sym_u128] = ACTIONS(537), [anon_sym_i128] = ACTIONS(537), [anon_sym_isize] = ACTIONS(537), [anon_sym_usize] = ACTIONS(537), [anon_sym_f32] = ACTIONS(537), [anon_sym_f64] = ACTIONS(537), [anon_sym_bool] = ACTIONS(537), [anon_sym_str] = ACTIONS(537), [anon_sym_char] = ACTIONS(537), [anon_sym_as] = ACTIONS(537), [anon_sym_POUND] = ACTIONS(535), [anon_sym_EQ] = ACTIONS(537), [anon_sym_COMMA] = ACTIONS(535), [anon_sym_ref] = ACTIONS(537), [anon_sym_LT] = ACTIONS(537), [anon_sym_GT] = ACTIONS(537), [anon_sym_COLON_COLON] = ACTIONS(535), [anon_sym__] = ACTIONS(537), [anon_sym_AMP] = ACTIONS(537), [anon_sym_DOT_DOT_DOT] = ACTIONS(535), [sym_mutable_specifier] = ACTIONS(537), [anon_sym_DOT_DOT] = ACTIONS(537), [anon_sym_DOT_DOT_EQ] = ACTIONS(535), [anon_sym_DASH] = ACTIONS(537), [anon_sym_AMP_AMP] = ACTIONS(535), [anon_sym_PIPE_PIPE] = ACTIONS(535), [anon_sym_PIPE] = ACTIONS(537), [anon_sym_CARET] = ACTIONS(537), [anon_sym_EQ_EQ] = ACTIONS(535), [anon_sym_BANG_EQ] = ACTIONS(535), [anon_sym_LT_EQ] = ACTIONS(535), [anon_sym_GT_EQ] = ACTIONS(535), [anon_sym_LT_LT] = ACTIONS(537), [anon_sym_GT_GT] = ACTIONS(537), [anon_sym_SLASH] = ACTIONS(537), [anon_sym_PERCENT] = ACTIONS(537), [anon_sym_PLUS_EQ] = ACTIONS(535), [anon_sym_DASH_EQ] = ACTIONS(535), [anon_sym_STAR_EQ] = ACTIONS(535), [anon_sym_SLASH_EQ] = ACTIONS(535), [anon_sym_PERCENT_EQ] = ACTIONS(535), [anon_sym_AMP_EQ] = ACTIONS(535), [anon_sym_PIPE_EQ] = ACTIONS(535), [anon_sym_CARET_EQ] = ACTIONS(535), [anon_sym_LT_LT_EQ] = ACTIONS(535), [anon_sym_GT_GT_EQ] = ACTIONS(535), [anon_sym_DOT] = ACTIONS(537), [sym_integer_literal] = ACTIONS(535), [aux_sym_string_literal_token1] = ACTIONS(535), [sym_char_literal] = ACTIONS(535), [anon_sym_true] = ACTIONS(537), [anon_sym_false] = ACTIONS(537), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(537), [sym_super] = ACTIONS(537), [sym_crate] = ACTIONS(537), [sym_metavariable] = ACTIONS(535), [sym_raw_string_literal] = ACTIONS(535), [sym_float_literal] = ACTIONS(535), [sym_block_comment] = ACTIONS(3), }, [210] = { [sym_identifier] = ACTIONS(525), [anon_sym_LPAREN] = ACTIONS(523), [anon_sym_RBRACE] = ACTIONS(523), [anon_sym_LBRACK] = ACTIONS(523), [anon_sym_PLUS] = ACTIONS(525), [anon_sym_STAR] = ACTIONS(525), [anon_sym_QMARK] = ACTIONS(523), [anon_sym_u8] = ACTIONS(525), [anon_sym_i8] = ACTIONS(525), [anon_sym_u16] = ACTIONS(525), [anon_sym_i16] = ACTIONS(525), [anon_sym_u32] = ACTIONS(525), [anon_sym_i32] = ACTIONS(525), [anon_sym_u64] = ACTIONS(525), [anon_sym_i64] = ACTIONS(525), [anon_sym_u128] = ACTIONS(525), [anon_sym_i128] = ACTIONS(525), [anon_sym_isize] = ACTIONS(525), [anon_sym_usize] = ACTIONS(525), [anon_sym_f32] = ACTIONS(525), [anon_sym_f64] = ACTIONS(525), [anon_sym_bool] = ACTIONS(525), [anon_sym_str] = ACTIONS(525), [anon_sym_char] = ACTIONS(525), [anon_sym_as] = ACTIONS(525), [anon_sym_POUND] = ACTIONS(523), [anon_sym_EQ] = ACTIONS(525), [anon_sym_COMMA] = ACTIONS(523), [anon_sym_ref] = ACTIONS(525), [anon_sym_LT] = ACTIONS(525), [anon_sym_GT] = ACTIONS(525), [anon_sym_COLON_COLON] = ACTIONS(523), [anon_sym__] = ACTIONS(525), [anon_sym_AMP] = ACTIONS(525), [anon_sym_DOT_DOT_DOT] = ACTIONS(523), [sym_mutable_specifier] = ACTIONS(525), [anon_sym_DOT_DOT] = ACTIONS(525), [anon_sym_DOT_DOT_EQ] = ACTIONS(523), [anon_sym_DASH] = ACTIONS(525), [anon_sym_AMP_AMP] = ACTIONS(523), [anon_sym_PIPE_PIPE] = ACTIONS(523), [anon_sym_PIPE] = ACTIONS(525), [anon_sym_CARET] = ACTIONS(525), [anon_sym_EQ_EQ] = ACTIONS(523), [anon_sym_BANG_EQ] = ACTIONS(523), [anon_sym_LT_EQ] = ACTIONS(523), [anon_sym_GT_EQ] = ACTIONS(523), [anon_sym_LT_LT] = ACTIONS(525), [anon_sym_GT_GT] = ACTIONS(525), [anon_sym_SLASH] = ACTIONS(525), [anon_sym_PERCENT] = ACTIONS(525), [anon_sym_PLUS_EQ] = ACTIONS(523), [anon_sym_DASH_EQ] = ACTIONS(523), [anon_sym_STAR_EQ] = ACTIONS(523), [anon_sym_SLASH_EQ] = ACTIONS(523), [anon_sym_PERCENT_EQ] = ACTIONS(523), [anon_sym_AMP_EQ] = ACTIONS(523), [anon_sym_PIPE_EQ] = ACTIONS(523), [anon_sym_CARET_EQ] = ACTIONS(523), [anon_sym_LT_LT_EQ] = ACTIONS(523), [anon_sym_GT_GT_EQ] = ACTIONS(523), [anon_sym_DOT] = ACTIONS(525), [sym_integer_literal] = ACTIONS(523), [aux_sym_string_literal_token1] = ACTIONS(523), [sym_char_literal] = ACTIONS(523), [anon_sym_true] = ACTIONS(525), [anon_sym_false] = ACTIONS(525), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(525), [sym_super] = ACTIONS(525), [sym_crate] = ACTIONS(525), [sym_metavariable] = ACTIONS(523), [sym_raw_string_literal] = ACTIONS(523), [sym_float_literal] = ACTIONS(523), [sym_block_comment] = ACTIONS(3), }, [211] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1830), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(1831), [sym_array_type] = STATE(1830), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1830), [sym_tuple_type] = STATE(1830), [sym_unit_type] = STATE(1830), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1830), [sym_type_binding] = STATE(2066), [sym_reference_type] = STATE(1830), [sym_pointer_type] = STATE(1830), [sym_empty_type] = STATE(1830), [sym_abstract_type] = STATE(1830), [sym_dynamic_type] = STATE(1830), [sym_macro_invocation] = STATE(1830), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [sym__literal] = STATE(2066), [sym_string_literal] = STATE(2066), [sym_boolean_literal] = STATE(2066), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(1075), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_GT] = ACTIONS(1083), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_integer_literal] = ACTIONS(1089), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(1089), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_raw_string_literal] = ACTIONS(1089), [sym_float_literal] = ACTIONS(1089), [sym_block_comment] = ACTIONS(3), }, [212] = { [sym_identifier] = ACTIONS(499), [anon_sym_LPAREN] = ACTIONS(497), [anon_sym_RBRACE] = ACTIONS(497), [anon_sym_LBRACK] = ACTIONS(497), [anon_sym_PLUS] = ACTIONS(499), [anon_sym_STAR] = ACTIONS(499), [anon_sym_QMARK] = ACTIONS(497), [anon_sym_u8] = ACTIONS(499), [anon_sym_i8] = ACTIONS(499), [anon_sym_u16] = ACTIONS(499), [anon_sym_i16] = ACTIONS(499), [anon_sym_u32] = ACTIONS(499), [anon_sym_i32] = ACTIONS(499), [anon_sym_u64] = ACTIONS(499), [anon_sym_i64] = ACTIONS(499), [anon_sym_u128] = ACTIONS(499), [anon_sym_i128] = ACTIONS(499), [anon_sym_isize] = ACTIONS(499), [anon_sym_usize] = ACTIONS(499), [anon_sym_f32] = ACTIONS(499), [anon_sym_f64] = ACTIONS(499), [anon_sym_bool] = ACTIONS(499), [anon_sym_str] = ACTIONS(499), [anon_sym_char] = ACTIONS(499), [anon_sym_as] = ACTIONS(499), [anon_sym_POUND] = ACTIONS(497), [anon_sym_EQ] = ACTIONS(499), [anon_sym_COMMA] = ACTIONS(497), [anon_sym_ref] = ACTIONS(499), [anon_sym_LT] = ACTIONS(499), [anon_sym_GT] = ACTIONS(499), [anon_sym_COLON_COLON] = ACTIONS(497), [anon_sym__] = ACTIONS(499), [anon_sym_AMP] = ACTIONS(499), [anon_sym_DOT_DOT_DOT] = ACTIONS(497), [sym_mutable_specifier] = ACTIONS(499), [anon_sym_DOT_DOT] = ACTIONS(499), [anon_sym_DOT_DOT_EQ] = ACTIONS(497), [anon_sym_DASH] = ACTIONS(499), [anon_sym_AMP_AMP] = ACTIONS(497), [anon_sym_PIPE_PIPE] = ACTIONS(497), [anon_sym_PIPE] = ACTIONS(499), [anon_sym_CARET] = ACTIONS(499), [anon_sym_EQ_EQ] = ACTIONS(497), [anon_sym_BANG_EQ] = ACTIONS(497), [anon_sym_LT_EQ] = ACTIONS(497), [anon_sym_GT_EQ] = ACTIONS(497), [anon_sym_LT_LT] = ACTIONS(499), [anon_sym_GT_GT] = ACTIONS(499), [anon_sym_SLASH] = ACTIONS(499), [anon_sym_PERCENT] = ACTIONS(499), [anon_sym_PLUS_EQ] = ACTIONS(497), [anon_sym_DASH_EQ] = ACTIONS(497), [anon_sym_STAR_EQ] = ACTIONS(497), [anon_sym_SLASH_EQ] = ACTIONS(497), [anon_sym_PERCENT_EQ] = ACTIONS(497), [anon_sym_AMP_EQ] = ACTIONS(497), [anon_sym_PIPE_EQ] = ACTIONS(497), [anon_sym_CARET_EQ] = ACTIONS(497), [anon_sym_LT_LT_EQ] = ACTIONS(497), [anon_sym_GT_GT_EQ] = ACTIONS(497), [anon_sym_DOT] = ACTIONS(499), [sym_integer_literal] = ACTIONS(497), [aux_sym_string_literal_token1] = ACTIONS(497), [sym_char_literal] = ACTIONS(497), [anon_sym_true] = ACTIONS(499), [anon_sym_false] = ACTIONS(499), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(499), [sym_super] = ACTIONS(499), [sym_crate] = ACTIONS(499), [sym_metavariable] = ACTIONS(497), [sym_raw_string_literal] = ACTIONS(497), [sym_float_literal] = ACTIONS(497), [sym_block_comment] = ACTIONS(3), }, [213] = { [sym_identifier] = ACTIONS(433), [anon_sym_LPAREN] = ACTIONS(431), [anon_sym_RBRACE] = ACTIONS(431), [anon_sym_LBRACK] = ACTIONS(431), [anon_sym_PLUS] = ACTIONS(433), [anon_sym_STAR] = ACTIONS(433), [anon_sym_QMARK] = ACTIONS(431), [anon_sym_u8] = ACTIONS(433), [anon_sym_i8] = ACTIONS(433), [anon_sym_u16] = ACTIONS(433), [anon_sym_i16] = ACTIONS(433), [anon_sym_u32] = ACTIONS(433), [anon_sym_i32] = ACTIONS(433), [anon_sym_u64] = ACTIONS(433), [anon_sym_i64] = ACTIONS(433), [anon_sym_u128] = ACTIONS(433), [anon_sym_i128] = ACTIONS(433), [anon_sym_isize] = ACTIONS(433), [anon_sym_usize] = ACTIONS(433), [anon_sym_f32] = ACTIONS(433), [anon_sym_f64] = ACTIONS(433), [anon_sym_bool] = ACTIONS(433), [anon_sym_str] = ACTIONS(433), [anon_sym_char] = ACTIONS(433), [anon_sym_as] = ACTIONS(433), [anon_sym_POUND] = ACTIONS(431), [anon_sym_EQ] = ACTIONS(433), [anon_sym_COMMA] = ACTIONS(431), [anon_sym_ref] = ACTIONS(433), [anon_sym_LT] = ACTIONS(433), [anon_sym_GT] = ACTIONS(433), [anon_sym_COLON_COLON] = ACTIONS(431), [anon_sym__] = ACTIONS(433), [anon_sym_AMP] = ACTIONS(433), [anon_sym_DOT_DOT_DOT] = ACTIONS(431), [sym_mutable_specifier] = ACTIONS(433), [anon_sym_DOT_DOT] = ACTIONS(433), [anon_sym_DOT_DOT_EQ] = ACTIONS(431), [anon_sym_DASH] = ACTIONS(433), [anon_sym_AMP_AMP] = ACTIONS(431), [anon_sym_PIPE_PIPE] = ACTIONS(431), [anon_sym_PIPE] = ACTIONS(433), [anon_sym_CARET] = ACTIONS(433), [anon_sym_EQ_EQ] = ACTIONS(431), [anon_sym_BANG_EQ] = ACTIONS(431), [anon_sym_LT_EQ] = ACTIONS(431), [anon_sym_GT_EQ] = ACTIONS(431), [anon_sym_LT_LT] = ACTIONS(433), [anon_sym_GT_GT] = ACTIONS(433), [anon_sym_SLASH] = ACTIONS(433), [anon_sym_PERCENT] = ACTIONS(433), [anon_sym_PLUS_EQ] = ACTIONS(431), [anon_sym_DASH_EQ] = ACTIONS(431), [anon_sym_STAR_EQ] = ACTIONS(431), [anon_sym_SLASH_EQ] = ACTIONS(431), [anon_sym_PERCENT_EQ] = ACTIONS(431), [anon_sym_AMP_EQ] = ACTIONS(431), [anon_sym_PIPE_EQ] = ACTIONS(431), [anon_sym_CARET_EQ] = ACTIONS(431), [anon_sym_LT_LT_EQ] = ACTIONS(431), [anon_sym_GT_GT_EQ] = ACTIONS(431), [anon_sym_DOT] = ACTIONS(433), [sym_integer_literal] = ACTIONS(431), [aux_sym_string_literal_token1] = ACTIONS(431), [sym_char_literal] = ACTIONS(431), [anon_sym_true] = ACTIONS(433), [anon_sym_false] = ACTIONS(433), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(433), [sym_super] = ACTIONS(433), [sym_crate] = ACTIONS(433), [sym_metavariable] = ACTIONS(431), [sym_raw_string_literal] = ACTIONS(431), [sym_float_literal] = ACTIONS(431), [sym_block_comment] = ACTIONS(3), }, [214] = { [sym_identifier] = ACTIONS(491), [anon_sym_LPAREN] = ACTIONS(489), [anon_sym_RBRACE] = ACTIONS(489), [anon_sym_LBRACK] = ACTIONS(489), [anon_sym_PLUS] = ACTIONS(491), [anon_sym_STAR] = ACTIONS(491), [anon_sym_QMARK] = ACTIONS(489), [anon_sym_u8] = ACTIONS(491), [anon_sym_i8] = ACTIONS(491), [anon_sym_u16] = ACTIONS(491), [anon_sym_i16] = ACTIONS(491), [anon_sym_u32] = ACTIONS(491), [anon_sym_i32] = ACTIONS(491), [anon_sym_u64] = ACTIONS(491), [anon_sym_i64] = ACTIONS(491), [anon_sym_u128] = ACTIONS(491), [anon_sym_i128] = ACTIONS(491), [anon_sym_isize] = ACTIONS(491), [anon_sym_usize] = ACTIONS(491), [anon_sym_f32] = ACTIONS(491), [anon_sym_f64] = ACTIONS(491), [anon_sym_bool] = ACTIONS(491), [anon_sym_str] = ACTIONS(491), [anon_sym_char] = ACTIONS(491), [anon_sym_as] = ACTIONS(491), [anon_sym_POUND] = ACTIONS(489), [anon_sym_EQ] = ACTIONS(491), [anon_sym_COMMA] = ACTIONS(489), [anon_sym_ref] = ACTIONS(491), [anon_sym_LT] = ACTIONS(491), [anon_sym_GT] = ACTIONS(491), [anon_sym_COLON_COLON] = ACTIONS(489), [anon_sym__] = ACTIONS(491), [anon_sym_AMP] = ACTIONS(491), [anon_sym_DOT_DOT_DOT] = ACTIONS(489), [sym_mutable_specifier] = ACTIONS(491), [anon_sym_DOT_DOT] = ACTIONS(491), [anon_sym_DOT_DOT_EQ] = ACTIONS(489), [anon_sym_DASH] = ACTIONS(491), [anon_sym_AMP_AMP] = ACTIONS(489), [anon_sym_PIPE_PIPE] = ACTIONS(489), [anon_sym_PIPE] = ACTIONS(491), [anon_sym_CARET] = ACTIONS(491), [anon_sym_EQ_EQ] = ACTIONS(489), [anon_sym_BANG_EQ] = ACTIONS(489), [anon_sym_LT_EQ] = ACTIONS(489), [anon_sym_GT_EQ] = ACTIONS(489), [anon_sym_LT_LT] = ACTIONS(491), [anon_sym_GT_GT] = ACTIONS(491), [anon_sym_SLASH] = ACTIONS(491), [anon_sym_PERCENT] = ACTIONS(491), [anon_sym_PLUS_EQ] = ACTIONS(489), [anon_sym_DASH_EQ] = ACTIONS(489), [anon_sym_STAR_EQ] = ACTIONS(489), [anon_sym_SLASH_EQ] = ACTIONS(489), [anon_sym_PERCENT_EQ] = ACTIONS(489), [anon_sym_AMP_EQ] = ACTIONS(489), [anon_sym_PIPE_EQ] = ACTIONS(489), [anon_sym_CARET_EQ] = ACTIONS(489), [anon_sym_LT_LT_EQ] = ACTIONS(489), [anon_sym_GT_GT_EQ] = ACTIONS(489), [anon_sym_DOT] = ACTIONS(491), [sym_integer_literal] = ACTIONS(489), [aux_sym_string_literal_token1] = ACTIONS(489), [sym_char_literal] = ACTIONS(489), [anon_sym_true] = ACTIONS(491), [anon_sym_false] = ACTIONS(491), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(491), [sym_super] = ACTIONS(491), [sym_crate] = ACTIONS(491), [sym_metavariable] = ACTIONS(489), [sym_raw_string_literal] = ACTIONS(489), [sym_float_literal] = ACTIONS(489), [sym_block_comment] = ACTIONS(3), }, [215] = { [sym_identifier] = ACTIONS(475), [anon_sym_LPAREN] = ACTIONS(473), [anon_sym_RBRACE] = ACTIONS(473), [anon_sym_LBRACK] = ACTIONS(473), [anon_sym_PLUS] = ACTIONS(475), [anon_sym_STAR] = ACTIONS(475), [anon_sym_QMARK] = ACTIONS(473), [anon_sym_u8] = ACTIONS(475), [anon_sym_i8] = ACTIONS(475), [anon_sym_u16] = ACTIONS(475), [anon_sym_i16] = ACTIONS(475), [anon_sym_u32] = ACTIONS(475), [anon_sym_i32] = ACTIONS(475), [anon_sym_u64] = ACTIONS(475), [anon_sym_i64] = ACTIONS(475), [anon_sym_u128] = ACTIONS(475), [anon_sym_i128] = ACTIONS(475), [anon_sym_isize] = ACTIONS(475), [anon_sym_usize] = ACTIONS(475), [anon_sym_f32] = ACTIONS(475), [anon_sym_f64] = ACTIONS(475), [anon_sym_bool] = ACTIONS(475), [anon_sym_str] = ACTIONS(475), [anon_sym_char] = ACTIONS(475), [anon_sym_as] = ACTIONS(475), [anon_sym_POUND] = ACTIONS(473), [anon_sym_EQ] = ACTIONS(475), [anon_sym_COMMA] = ACTIONS(473), [anon_sym_ref] = ACTIONS(475), [anon_sym_LT] = ACTIONS(475), [anon_sym_GT] = ACTIONS(475), [anon_sym_COLON_COLON] = ACTIONS(473), [anon_sym__] = ACTIONS(475), [anon_sym_AMP] = ACTIONS(475), [anon_sym_DOT_DOT_DOT] = ACTIONS(473), [sym_mutable_specifier] = ACTIONS(475), [anon_sym_DOT_DOT] = ACTIONS(475), [anon_sym_DOT_DOT_EQ] = ACTIONS(473), [anon_sym_DASH] = ACTIONS(475), [anon_sym_AMP_AMP] = ACTIONS(473), [anon_sym_PIPE_PIPE] = ACTIONS(473), [anon_sym_PIPE] = ACTIONS(475), [anon_sym_CARET] = ACTIONS(475), [anon_sym_EQ_EQ] = ACTIONS(473), [anon_sym_BANG_EQ] = ACTIONS(473), [anon_sym_LT_EQ] = ACTIONS(473), [anon_sym_GT_EQ] = ACTIONS(473), [anon_sym_LT_LT] = ACTIONS(475), [anon_sym_GT_GT] = ACTIONS(475), [anon_sym_SLASH] = ACTIONS(475), [anon_sym_PERCENT] = ACTIONS(475), [anon_sym_PLUS_EQ] = ACTIONS(473), [anon_sym_DASH_EQ] = ACTIONS(473), [anon_sym_STAR_EQ] = ACTIONS(473), [anon_sym_SLASH_EQ] = ACTIONS(473), [anon_sym_PERCENT_EQ] = ACTIONS(473), [anon_sym_AMP_EQ] = ACTIONS(473), [anon_sym_PIPE_EQ] = ACTIONS(473), [anon_sym_CARET_EQ] = ACTIONS(473), [anon_sym_LT_LT_EQ] = ACTIONS(473), [anon_sym_GT_GT_EQ] = ACTIONS(473), [anon_sym_DOT] = ACTIONS(475), [sym_integer_literal] = ACTIONS(473), [aux_sym_string_literal_token1] = ACTIONS(473), [sym_char_literal] = ACTIONS(473), [anon_sym_true] = ACTIONS(475), [anon_sym_false] = ACTIONS(475), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(475), [sym_super] = ACTIONS(475), [sym_crate] = ACTIONS(475), [sym_metavariable] = ACTIONS(473), [sym_raw_string_literal] = ACTIONS(473), [sym_float_literal] = ACTIONS(473), [sym_block_comment] = ACTIONS(3), }, [216] = { [sym_identifier] = ACTIONS(503), [anon_sym_LPAREN] = ACTIONS(501), [anon_sym_RBRACE] = ACTIONS(501), [anon_sym_LBRACK] = ACTIONS(501), [anon_sym_PLUS] = ACTIONS(503), [anon_sym_STAR] = ACTIONS(503), [anon_sym_QMARK] = ACTIONS(501), [anon_sym_u8] = ACTIONS(503), [anon_sym_i8] = ACTIONS(503), [anon_sym_u16] = ACTIONS(503), [anon_sym_i16] = ACTIONS(503), [anon_sym_u32] = ACTIONS(503), [anon_sym_i32] = ACTIONS(503), [anon_sym_u64] = ACTIONS(503), [anon_sym_i64] = ACTIONS(503), [anon_sym_u128] = ACTIONS(503), [anon_sym_i128] = ACTIONS(503), [anon_sym_isize] = ACTIONS(503), [anon_sym_usize] = ACTIONS(503), [anon_sym_f32] = ACTIONS(503), [anon_sym_f64] = ACTIONS(503), [anon_sym_bool] = ACTIONS(503), [anon_sym_str] = ACTIONS(503), [anon_sym_char] = ACTIONS(503), [anon_sym_as] = ACTIONS(503), [anon_sym_POUND] = ACTIONS(501), [anon_sym_EQ] = ACTIONS(503), [anon_sym_COMMA] = ACTIONS(501), [anon_sym_ref] = ACTIONS(503), [anon_sym_LT] = ACTIONS(503), [anon_sym_GT] = ACTIONS(503), [anon_sym_COLON_COLON] = ACTIONS(501), [anon_sym__] = ACTIONS(503), [anon_sym_AMP] = ACTIONS(503), [anon_sym_DOT_DOT_DOT] = ACTIONS(501), [sym_mutable_specifier] = ACTIONS(503), [anon_sym_DOT_DOT] = ACTIONS(503), [anon_sym_DOT_DOT_EQ] = ACTIONS(501), [anon_sym_DASH] = ACTIONS(503), [anon_sym_AMP_AMP] = ACTIONS(501), [anon_sym_PIPE_PIPE] = ACTIONS(501), [anon_sym_PIPE] = ACTIONS(503), [anon_sym_CARET] = ACTIONS(503), [anon_sym_EQ_EQ] = ACTIONS(501), [anon_sym_BANG_EQ] = ACTIONS(501), [anon_sym_LT_EQ] = ACTIONS(501), [anon_sym_GT_EQ] = ACTIONS(501), [anon_sym_LT_LT] = ACTIONS(503), [anon_sym_GT_GT] = ACTIONS(503), [anon_sym_SLASH] = ACTIONS(503), [anon_sym_PERCENT] = ACTIONS(503), [anon_sym_PLUS_EQ] = ACTIONS(501), [anon_sym_DASH_EQ] = ACTIONS(501), [anon_sym_STAR_EQ] = ACTIONS(501), [anon_sym_SLASH_EQ] = ACTIONS(501), [anon_sym_PERCENT_EQ] = ACTIONS(501), [anon_sym_AMP_EQ] = ACTIONS(501), [anon_sym_PIPE_EQ] = ACTIONS(501), [anon_sym_CARET_EQ] = ACTIONS(501), [anon_sym_LT_LT_EQ] = ACTIONS(501), [anon_sym_GT_GT_EQ] = ACTIONS(501), [anon_sym_DOT] = ACTIONS(503), [sym_integer_literal] = ACTIONS(501), [aux_sym_string_literal_token1] = ACTIONS(501), [sym_char_literal] = ACTIONS(501), [anon_sym_true] = ACTIONS(503), [anon_sym_false] = ACTIONS(503), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(503), [sym_super] = ACTIONS(503), [sym_crate] = ACTIONS(503), [sym_metavariable] = ACTIONS(501), [sym_raw_string_literal] = ACTIONS(501), [sym_float_literal] = ACTIONS(501), [sym_block_comment] = ACTIONS(3), }, [217] = { [sym_identifier] = ACTIONS(483), [anon_sym_LPAREN] = ACTIONS(481), [anon_sym_RBRACE] = ACTIONS(481), [anon_sym_LBRACK] = ACTIONS(481), [anon_sym_PLUS] = ACTIONS(483), [anon_sym_STAR] = ACTIONS(483), [anon_sym_QMARK] = ACTIONS(481), [anon_sym_u8] = ACTIONS(483), [anon_sym_i8] = ACTIONS(483), [anon_sym_u16] = ACTIONS(483), [anon_sym_i16] = ACTIONS(483), [anon_sym_u32] = ACTIONS(483), [anon_sym_i32] = ACTIONS(483), [anon_sym_u64] = ACTIONS(483), [anon_sym_i64] = ACTIONS(483), [anon_sym_u128] = ACTIONS(483), [anon_sym_i128] = ACTIONS(483), [anon_sym_isize] = ACTIONS(483), [anon_sym_usize] = ACTIONS(483), [anon_sym_f32] = ACTIONS(483), [anon_sym_f64] = ACTIONS(483), [anon_sym_bool] = ACTIONS(483), [anon_sym_str] = ACTIONS(483), [anon_sym_char] = ACTIONS(483), [anon_sym_as] = ACTIONS(483), [anon_sym_POUND] = ACTIONS(481), [anon_sym_EQ] = ACTIONS(483), [anon_sym_COMMA] = ACTIONS(481), [anon_sym_ref] = ACTIONS(483), [anon_sym_LT] = ACTIONS(483), [anon_sym_GT] = ACTIONS(483), [anon_sym_COLON_COLON] = ACTIONS(481), [anon_sym__] = ACTIONS(483), [anon_sym_AMP] = ACTIONS(483), [anon_sym_DOT_DOT_DOT] = ACTIONS(481), [sym_mutable_specifier] = ACTIONS(483), [anon_sym_DOT_DOT] = ACTIONS(483), [anon_sym_DOT_DOT_EQ] = ACTIONS(481), [anon_sym_DASH] = ACTIONS(483), [anon_sym_AMP_AMP] = ACTIONS(481), [anon_sym_PIPE_PIPE] = ACTIONS(481), [anon_sym_PIPE] = ACTIONS(483), [anon_sym_CARET] = ACTIONS(483), [anon_sym_EQ_EQ] = ACTIONS(481), [anon_sym_BANG_EQ] = ACTIONS(481), [anon_sym_LT_EQ] = ACTIONS(481), [anon_sym_GT_EQ] = ACTIONS(481), [anon_sym_LT_LT] = ACTIONS(483), [anon_sym_GT_GT] = ACTIONS(483), [anon_sym_SLASH] = ACTIONS(483), [anon_sym_PERCENT] = ACTIONS(483), [anon_sym_PLUS_EQ] = ACTIONS(481), [anon_sym_DASH_EQ] = ACTIONS(481), [anon_sym_STAR_EQ] = ACTIONS(481), [anon_sym_SLASH_EQ] = ACTIONS(481), [anon_sym_PERCENT_EQ] = ACTIONS(481), [anon_sym_AMP_EQ] = ACTIONS(481), [anon_sym_PIPE_EQ] = ACTIONS(481), [anon_sym_CARET_EQ] = ACTIONS(481), [anon_sym_LT_LT_EQ] = ACTIONS(481), [anon_sym_GT_GT_EQ] = ACTIONS(481), [anon_sym_DOT] = ACTIONS(483), [sym_integer_literal] = ACTIONS(481), [aux_sym_string_literal_token1] = ACTIONS(481), [sym_char_literal] = ACTIONS(481), [anon_sym_true] = ACTIONS(483), [anon_sym_false] = ACTIONS(483), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(483), [sym_super] = ACTIONS(483), [sym_crate] = ACTIONS(483), [sym_metavariable] = ACTIONS(481), [sym_raw_string_literal] = ACTIONS(481), [sym_float_literal] = ACTIONS(481), [sym_block_comment] = ACTIONS(3), }, [218] = { [sym_identifier] = ACTIONS(463), [anon_sym_LPAREN] = ACTIONS(461), [anon_sym_RBRACE] = ACTIONS(461), [anon_sym_LBRACK] = ACTIONS(461), [anon_sym_PLUS] = ACTIONS(463), [anon_sym_STAR] = ACTIONS(463), [anon_sym_QMARK] = ACTIONS(461), [anon_sym_u8] = ACTIONS(463), [anon_sym_i8] = ACTIONS(463), [anon_sym_u16] = ACTIONS(463), [anon_sym_i16] = ACTIONS(463), [anon_sym_u32] = ACTIONS(463), [anon_sym_i32] = ACTIONS(463), [anon_sym_u64] = ACTIONS(463), [anon_sym_i64] = ACTIONS(463), [anon_sym_u128] = ACTIONS(463), [anon_sym_i128] = ACTIONS(463), [anon_sym_isize] = ACTIONS(463), [anon_sym_usize] = ACTIONS(463), [anon_sym_f32] = ACTIONS(463), [anon_sym_f64] = ACTIONS(463), [anon_sym_bool] = ACTIONS(463), [anon_sym_str] = ACTIONS(463), [anon_sym_char] = ACTIONS(463), [anon_sym_as] = ACTIONS(463), [anon_sym_POUND] = ACTIONS(461), [anon_sym_EQ] = ACTIONS(463), [anon_sym_COMMA] = ACTIONS(461), [anon_sym_ref] = ACTIONS(463), [anon_sym_LT] = ACTIONS(463), [anon_sym_GT] = ACTIONS(463), [anon_sym_COLON_COLON] = ACTIONS(461), [anon_sym__] = ACTIONS(463), [anon_sym_AMP] = ACTIONS(463), [anon_sym_DOT_DOT_DOT] = ACTIONS(461), [sym_mutable_specifier] = ACTIONS(463), [anon_sym_DOT_DOT] = ACTIONS(463), [anon_sym_DOT_DOT_EQ] = ACTIONS(461), [anon_sym_DASH] = ACTIONS(463), [anon_sym_AMP_AMP] = ACTIONS(461), [anon_sym_PIPE_PIPE] = ACTIONS(461), [anon_sym_PIPE] = ACTIONS(463), [anon_sym_CARET] = ACTIONS(463), [anon_sym_EQ_EQ] = ACTIONS(461), [anon_sym_BANG_EQ] = ACTIONS(461), [anon_sym_LT_EQ] = ACTIONS(461), [anon_sym_GT_EQ] = ACTIONS(461), [anon_sym_LT_LT] = ACTIONS(463), [anon_sym_GT_GT] = ACTIONS(463), [anon_sym_SLASH] = ACTIONS(463), [anon_sym_PERCENT] = ACTIONS(463), [anon_sym_PLUS_EQ] = ACTIONS(461), [anon_sym_DASH_EQ] = ACTIONS(461), [anon_sym_STAR_EQ] = ACTIONS(461), [anon_sym_SLASH_EQ] = ACTIONS(461), [anon_sym_PERCENT_EQ] = ACTIONS(461), [anon_sym_AMP_EQ] = ACTIONS(461), [anon_sym_PIPE_EQ] = ACTIONS(461), [anon_sym_CARET_EQ] = ACTIONS(461), [anon_sym_LT_LT_EQ] = ACTIONS(461), [anon_sym_GT_GT_EQ] = ACTIONS(461), [anon_sym_DOT] = ACTIONS(463), [sym_integer_literal] = ACTIONS(461), [aux_sym_string_literal_token1] = ACTIONS(461), [sym_char_literal] = ACTIONS(461), [anon_sym_true] = ACTIONS(463), [anon_sym_false] = ACTIONS(463), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(463), [sym_super] = ACTIONS(463), [sym_crate] = ACTIONS(463), [sym_metavariable] = ACTIONS(461), [sym_raw_string_literal] = ACTIONS(461), [sym_float_literal] = ACTIONS(461), [sym_block_comment] = ACTIONS(3), }, [219] = { [sym_identifier] = ACTIONS(487), [anon_sym_LPAREN] = ACTIONS(485), [anon_sym_RBRACE] = ACTIONS(485), [anon_sym_LBRACK] = ACTIONS(485), [anon_sym_PLUS] = ACTIONS(487), [anon_sym_STAR] = ACTIONS(487), [anon_sym_QMARK] = ACTIONS(485), [anon_sym_u8] = ACTIONS(487), [anon_sym_i8] = ACTIONS(487), [anon_sym_u16] = ACTIONS(487), [anon_sym_i16] = ACTIONS(487), [anon_sym_u32] = ACTIONS(487), [anon_sym_i32] = ACTIONS(487), [anon_sym_u64] = ACTIONS(487), [anon_sym_i64] = ACTIONS(487), [anon_sym_u128] = ACTIONS(487), [anon_sym_i128] = ACTIONS(487), [anon_sym_isize] = ACTIONS(487), [anon_sym_usize] = ACTIONS(487), [anon_sym_f32] = ACTIONS(487), [anon_sym_f64] = ACTIONS(487), [anon_sym_bool] = ACTIONS(487), [anon_sym_str] = ACTIONS(487), [anon_sym_char] = ACTIONS(487), [anon_sym_as] = ACTIONS(487), [anon_sym_POUND] = ACTIONS(485), [anon_sym_EQ] = ACTIONS(487), [anon_sym_COMMA] = ACTIONS(485), [anon_sym_ref] = ACTIONS(487), [anon_sym_LT] = ACTIONS(487), [anon_sym_GT] = ACTIONS(487), [anon_sym_COLON_COLON] = ACTIONS(485), [anon_sym__] = ACTIONS(487), [anon_sym_AMP] = ACTIONS(487), [anon_sym_DOT_DOT_DOT] = ACTIONS(485), [sym_mutable_specifier] = ACTIONS(487), [anon_sym_DOT_DOT] = ACTIONS(487), [anon_sym_DOT_DOT_EQ] = ACTIONS(485), [anon_sym_DASH] = ACTIONS(487), [anon_sym_AMP_AMP] = ACTIONS(485), [anon_sym_PIPE_PIPE] = ACTIONS(485), [anon_sym_PIPE] = ACTIONS(487), [anon_sym_CARET] = ACTIONS(487), [anon_sym_EQ_EQ] = ACTIONS(485), [anon_sym_BANG_EQ] = ACTIONS(485), [anon_sym_LT_EQ] = ACTIONS(485), [anon_sym_GT_EQ] = ACTIONS(485), [anon_sym_LT_LT] = ACTIONS(487), [anon_sym_GT_GT] = ACTIONS(487), [anon_sym_SLASH] = ACTIONS(487), [anon_sym_PERCENT] = ACTIONS(487), [anon_sym_PLUS_EQ] = ACTIONS(485), [anon_sym_DASH_EQ] = ACTIONS(485), [anon_sym_STAR_EQ] = ACTIONS(485), [anon_sym_SLASH_EQ] = ACTIONS(485), [anon_sym_PERCENT_EQ] = ACTIONS(485), [anon_sym_AMP_EQ] = ACTIONS(485), [anon_sym_PIPE_EQ] = ACTIONS(485), [anon_sym_CARET_EQ] = ACTIONS(485), [anon_sym_LT_LT_EQ] = ACTIONS(485), [anon_sym_GT_GT_EQ] = ACTIONS(485), [anon_sym_DOT] = ACTIONS(487), [sym_integer_literal] = ACTIONS(485), [aux_sym_string_literal_token1] = ACTIONS(485), [sym_char_literal] = ACTIONS(485), [anon_sym_true] = ACTIONS(487), [anon_sym_false] = ACTIONS(487), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(487), [sym_super] = ACTIONS(487), [sym_crate] = ACTIONS(487), [sym_metavariable] = ACTIONS(485), [sym_raw_string_literal] = ACTIONS(485), [sym_float_literal] = ACTIONS(485), [sym_block_comment] = ACTIONS(3), }, [220] = { [sym_identifier] = ACTIONS(471), [anon_sym_LPAREN] = ACTIONS(469), [anon_sym_RBRACE] = ACTIONS(469), [anon_sym_LBRACK] = ACTIONS(469), [anon_sym_PLUS] = ACTIONS(471), [anon_sym_STAR] = ACTIONS(471), [anon_sym_QMARK] = ACTIONS(469), [anon_sym_u8] = ACTIONS(471), [anon_sym_i8] = ACTIONS(471), [anon_sym_u16] = ACTIONS(471), [anon_sym_i16] = ACTIONS(471), [anon_sym_u32] = ACTIONS(471), [anon_sym_i32] = ACTIONS(471), [anon_sym_u64] = ACTIONS(471), [anon_sym_i64] = ACTIONS(471), [anon_sym_u128] = ACTIONS(471), [anon_sym_i128] = ACTIONS(471), [anon_sym_isize] = ACTIONS(471), [anon_sym_usize] = ACTIONS(471), [anon_sym_f32] = ACTIONS(471), [anon_sym_f64] = ACTIONS(471), [anon_sym_bool] = ACTIONS(471), [anon_sym_str] = ACTIONS(471), [anon_sym_char] = ACTIONS(471), [anon_sym_as] = ACTIONS(471), [anon_sym_POUND] = ACTIONS(469), [anon_sym_EQ] = ACTIONS(471), [anon_sym_COMMA] = ACTIONS(469), [anon_sym_ref] = ACTIONS(471), [anon_sym_LT] = ACTIONS(471), [anon_sym_GT] = ACTIONS(471), [anon_sym_COLON_COLON] = ACTIONS(469), [anon_sym__] = ACTIONS(471), [anon_sym_AMP] = ACTIONS(471), [anon_sym_DOT_DOT_DOT] = ACTIONS(469), [sym_mutable_specifier] = ACTIONS(471), [anon_sym_DOT_DOT] = ACTIONS(471), [anon_sym_DOT_DOT_EQ] = ACTIONS(469), [anon_sym_DASH] = ACTIONS(471), [anon_sym_AMP_AMP] = ACTIONS(469), [anon_sym_PIPE_PIPE] = ACTIONS(469), [anon_sym_PIPE] = ACTIONS(471), [anon_sym_CARET] = ACTIONS(471), [anon_sym_EQ_EQ] = ACTIONS(469), [anon_sym_BANG_EQ] = ACTIONS(469), [anon_sym_LT_EQ] = ACTIONS(469), [anon_sym_GT_EQ] = ACTIONS(469), [anon_sym_LT_LT] = ACTIONS(471), [anon_sym_GT_GT] = ACTIONS(471), [anon_sym_SLASH] = ACTIONS(471), [anon_sym_PERCENT] = ACTIONS(471), [anon_sym_PLUS_EQ] = ACTIONS(469), [anon_sym_DASH_EQ] = ACTIONS(469), [anon_sym_STAR_EQ] = ACTIONS(469), [anon_sym_SLASH_EQ] = ACTIONS(469), [anon_sym_PERCENT_EQ] = ACTIONS(469), [anon_sym_AMP_EQ] = ACTIONS(469), [anon_sym_PIPE_EQ] = ACTIONS(469), [anon_sym_CARET_EQ] = ACTIONS(469), [anon_sym_LT_LT_EQ] = ACTIONS(469), [anon_sym_GT_GT_EQ] = ACTIONS(469), [anon_sym_DOT] = ACTIONS(471), [sym_integer_literal] = ACTIONS(469), [aux_sym_string_literal_token1] = ACTIONS(469), [sym_char_literal] = ACTIONS(469), [anon_sym_true] = ACTIONS(471), [anon_sym_false] = ACTIONS(471), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(471), [sym_super] = ACTIONS(471), [sym_crate] = ACTIONS(471), [sym_metavariable] = ACTIONS(469), [sym_raw_string_literal] = ACTIONS(469), [sym_float_literal] = ACTIONS(469), [sym_block_comment] = ACTIONS(3), }, [221] = { [sym_identifier] = ACTIONS(495), [anon_sym_LPAREN] = ACTIONS(493), [anon_sym_RBRACE] = ACTIONS(493), [anon_sym_LBRACK] = ACTIONS(493), [anon_sym_PLUS] = ACTIONS(495), [anon_sym_STAR] = ACTIONS(495), [anon_sym_QMARK] = ACTIONS(493), [anon_sym_u8] = ACTIONS(495), [anon_sym_i8] = ACTIONS(495), [anon_sym_u16] = ACTIONS(495), [anon_sym_i16] = ACTIONS(495), [anon_sym_u32] = ACTIONS(495), [anon_sym_i32] = ACTIONS(495), [anon_sym_u64] = ACTIONS(495), [anon_sym_i64] = ACTIONS(495), [anon_sym_u128] = ACTIONS(495), [anon_sym_i128] = ACTIONS(495), [anon_sym_isize] = ACTIONS(495), [anon_sym_usize] = ACTIONS(495), [anon_sym_f32] = ACTIONS(495), [anon_sym_f64] = ACTIONS(495), [anon_sym_bool] = ACTIONS(495), [anon_sym_str] = ACTIONS(495), [anon_sym_char] = ACTIONS(495), [anon_sym_as] = ACTIONS(495), [anon_sym_POUND] = ACTIONS(493), [anon_sym_EQ] = ACTIONS(495), [anon_sym_COMMA] = ACTIONS(493), [anon_sym_ref] = ACTIONS(495), [anon_sym_LT] = ACTIONS(495), [anon_sym_GT] = ACTIONS(495), [anon_sym_COLON_COLON] = ACTIONS(493), [anon_sym__] = ACTIONS(495), [anon_sym_AMP] = ACTIONS(495), [anon_sym_DOT_DOT_DOT] = ACTIONS(493), [sym_mutable_specifier] = ACTIONS(495), [anon_sym_DOT_DOT] = ACTIONS(495), [anon_sym_DOT_DOT_EQ] = ACTIONS(493), [anon_sym_DASH] = ACTIONS(495), [anon_sym_AMP_AMP] = ACTIONS(493), [anon_sym_PIPE_PIPE] = ACTIONS(493), [anon_sym_PIPE] = ACTIONS(495), [anon_sym_CARET] = ACTIONS(495), [anon_sym_EQ_EQ] = ACTIONS(493), [anon_sym_BANG_EQ] = ACTIONS(493), [anon_sym_LT_EQ] = ACTIONS(493), [anon_sym_GT_EQ] = ACTIONS(493), [anon_sym_LT_LT] = ACTIONS(495), [anon_sym_GT_GT] = ACTIONS(495), [anon_sym_SLASH] = ACTIONS(495), [anon_sym_PERCENT] = ACTIONS(495), [anon_sym_PLUS_EQ] = ACTIONS(493), [anon_sym_DASH_EQ] = ACTIONS(493), [anon_sym_STAR_EQ] = ACTIONS(493), [anon_sym_SLASH_EQ] = ACTIONS(493), [anon_sym_PERCENT_EQ] = ACTIONS(493), [anon_sym_AMP_EQ] = ACTIONS(493), [anon_sym_PIPE_EQ] = ACTIONS(493), [anon_sym_CARET_EQ] = ACTIONS(493), [anon_sym_LT_LT_EQ] = ACTIONS(493), [anon_sym_GT_GT_EQ] = ACTIONS(493), [anon_sym_DOT] = ACTIONS(495), [sym_integer_literal] = ACTIONS(493), [aux_sym_string_literal_token1] = ACTIONS(493), [sym_char_literal] = ACTIONS(493), [anon_sym_true] = ACTIONS(495), [anon_sym_false] = ACTIONS(495), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(495), [sym_super] = ACTIONS(495), [sym_crate] = ACTIONS(495), [sym_metavariable] = ACTIONS(493), [sym_raw_string_literal] = ACTIONS(493), [sym_float_literal] = ACTIONS(493), [sym_block_comment] = ACTIONS(3), }, [222] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1830), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(1831), [sym_array_type] = STATE(1830), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1830), [sym_tuple_type] = STATE(1830), [sym_unit_type] = STATE(1830), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1830), [sym_type_binding] = STATE(2066), [sym_reference_type] = STATE(1830), [sym_pointer_type] = STATE(1830), [sym_empty_type] = STATE(1830), [sym_abstract_type] = STATE(1830), [sym_dynamic_type] = STATE(1830), [sym_macro_invocation] = STATE(1830), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [sym__literal] = STATE(2066), [sym_string_literal] = STATE(2066), [sym_boolean_literal] = STATE(2066), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(1075), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_GT] = ACTIONS(1099), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_integer_literal] = ACTIONS(1089), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(1089), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_raw_string_literal] = ACTIONS(1089), [sym_float_literal] = ACTIONS(1089), [sym_block_comment] = ACTIONS(3), }, [223] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1830), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(1831), [sym_array_type] = STATE(1830), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1830), [sym_tuple_type] = STATE(1830), [sym_unit_type] = STATE(1830), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1830), [sym_type_binding] = STATE(2066), [sym_reference_type] = STATE(1830), [sym_pointer_type] = STATE(1830), [sym_empty_type] = STATE(1830), [sym_abstract_type] = STATE(1830), [sym_dynamic_type] = STATE(1830), [sym_macro_invocation] = STATE(1830), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [sym__literal] = STATE(2066), [sym_string_literal] = STATE(2066), [sym_boolean_literal] = STATE(2066), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(1075), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_GT] = ACTIONS(1101), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_integer_literal] = ACTIONS(1089), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(1089), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_raw_string_literal] = ACTIONS(1089), [sym_float_literal] = ACTIONS(1089), [sym_block_comment] = ACTIONS(3), }, [224] = { [sym_identifier] = ACTIONS(529), [anon_sym_LPAREN] = ACTIONS(527), [anon_sym_RBRACE] = ACTIONS(527), [anon_sym_LBRACK] = ACTIONS(527), [anon_sym_PLUS] = ACTIONS(529), [anon_sym_STAR] = ACTIONS(529), [anon_sym_QMARK] = ACTIONS(527), [anon_sym_u8] = ACTIONS(529), [anon_sym_i8] = ACTIONS(529), [anon_sym_u16] = ACTIONS(529), [anon_sym_i16] = ACTIONS(529), [anon_sym_u32] = ACTIONS(529), [anon_sym_i32] = ACTIONS(529), [anon_sym_u64] = ACTIONS(529), [anon_sym_i64] = ACTIONS(529), [anon_sym_u128] = ACTIONS(529), [anon_sym_i128] = ACTIONS(529), [anon_sym_isize] = ACTIONS(529), [anon_sym_usize] = ACTIONS(529), [anon_sym_f32] = ACTIONS(529), [anon_sym_f64] = ACTIONS(529), [anon_sym_bool] = ACTIONS(529), [anon_sym_str] = ACTIONS(529), [anon_sym_char] = ACTIONS(529), [anon_sym_as] = ACTIONS(529), [anon_sym_POUND] = ACTIONS(527), [anon_sym_EQ] = ACTIONS(529), [anon_sym_COMMA] = ACTIONS(527), [anon_sym_ref] = ACTIONS(529), [anon_sym_LT] = ACTIONS(529), [anon_sym_GT] = ACTIONS(529), [anon_sym_COLON_COLON] = ACTIONS(527), [anon_sym__] = ACTIONS(529), [anon_sym_AMP] = ACTIONS(529), [anon_sym_DOT_DOT_DOT] = ACTIONS(527), [sym_mutable_specifier] = ACTIONS(529), [anon_sym_DOT_DOT] = ACTIONS(529), [anon_sym_DOT_DOT_EQ] = ACTIONS(527), [anon_sym_DASH] = ACTIONS(529), [anon_sym_AMP_AMP] = ACTIONS(527), [anon_sym_PIPE_PIPE] = ACTIONS(527), [anon_sym_PIPE] = ACTIONS(529), [anon_sym_CARET] = ACTIONS(529), [anon_sym_EQ_EQ] = ACTIONS(527), [anon_sym_BANG_EQ] = ACTIONS(527), [anon_sym_LT_EQ] = ACTIONS(527), [anon_sym_GT_EQ] = ACTIONS(527), [anon_sym_LT_LT] = ACTIONS(529), [anon_sym_GT_GT] = ACTIONS(529), [anon_sym_SLASH] = ACTIONS(529), [anon_sym_PERCENT] = ACTIONS(529), [anon_sym_PLUS_EQ] = ACTIONS(527), [anon_sym_DASH_EQ] = ACTIONS(527), [anon_sym_STAR_EQ] = ACTIONS(527), [anon_sym_SLASH_EQ] = ACTIONS(527), [anon_sym_PERCENT_EQ] = ACTIONS(527), [anon_sym_AMP_EQ] = ACTIONS(527), [anon_sym_PIPE_EQ] = ACTIONS(527), [anon_sym_CARET_EQ] = ACTIONS(527), [anon_sym_LT_LT_EQ] = ACTIONS(527), [anon_sym_GT_GT_EQ] = ACTIONS(527), [anon_sym_DOT] = ACTIONS(529), [sym_integer_literal] = ACTIONS(527), [aux_sym_string_literal_token1] = ACTIONS(527), [sym_char_literal] = ACTIONS(527), [anon_sym_true] = ACTIONS(529), [anon_sym_false] = ACTIONS(529), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(529), [sym_super] = ACTIONS(529), [sym_crate] = ACTIONS(529), [sym_metavariable] = ACTIONS(527), [sym_raw_string_literal] = ACTIONS(527), [sym_float_literal] = ACTIONS(527), [sym_block_comment] = ACTIONS(3), }, [225] = { [sym_identifier] = ACTIONS(511), [anon_sym_LPAREN] = ACTIONS(509), [anon_sym_RBRACE] = ACTIONS(509), [anon_sym_LBRACK] = ACTIONS(509), [anon_sym_PLUS] = ACTIONS(511), [anon_sym_STAR] = ACTIONS(511), [anon_sym_QMARK] = ACTIONS(509), [anon_sym_u8] = ACTIONS(511), [anon_sym_i8] = ACTIONS(511), [anon_sym_u16] = ACTIONS(511), [anon_sym_i16] = ACTIONS(511), [anon_sym_u32] = ACTIONS(511), [anon_sym_i32] = ACTIONS(511), [anon_sym_u64] = ACTIONS(511), [anon_sym_i64] = ACTIONS(511), [anon_sym_u128] = ACTIONS(511), [anon_sym_i128] = ACTIONS(511), [anon_sym_isize] = ACTIONS(511), [anon_sym_usize] = ACTIONS(511), [anon_sym_f32] = ACTIONS(511), [anon_sym_f64] = ACTIONS(511), [anon_sym_bool] = ACTIONS(511), [anon_sym_str] = ACTIONS(511), [anon_sym_char] = ACTIONS(511), [anon_sym_as] = ACTIONS(511), [anon_sym_POUND] = ACTIONS(509), [anon_sym_EQ] = ACTIONS(511), [anon_sym_COMMA] = ACTIONS(509), [anon_sym_ref] = ACTIONS(511), [anon_sym_LT] = ACTIONS(511), [anon_sym_GT] = ACTIONS(511), [anon_sym_COLON_COLON] = ACTIONS(509), [anon_sym__] = ACTIONS(511), [anon_sym_AMP] = ACTIONS(511), [anon_sym_DOT_DOT_DOT] = ACTIONS(509), [sym_mutable_specifier] = ACTIONS(511), [anon_sym_DOT_DOT] = ACTIONS(511), [anon_sym_DOT_DOT_EQ] = ACTIONS(509), [anon_sym_DASH] = ACTIONS(511), [anon_sym_AMP_AMP] = ACTIONS(509), [anon_sym_PIPE_PIPE] = ACTIONS(509), [anon_sym_PIPE] = ACTIONS(511), [anon_sym_CARET] = ACTIONS(511), [anon_sym_EQ_EQ] = ACTIONS(509), [anon_sym_BANG_EQ] = ACTIONS(509), [anon_sym_LT_EQ] = ACTIONS(509), [anon_sym_GT_EQ] = ACTIONS(509), [anon_sym_LT_LT] = ACTIONS(511), [anon_sym_GT_GT] = ACTIONS(511), [anon_sym_SLASH] = ACTIONS(511), [anon_sym_PERCENT] = ACTIONS(511), [anon_sym_PLUS_EQ] = ACTIONS(509), [anon_sym_DASH_EQ] = ACTIONS(509), [anon_sym_STAR_EQ] = ACTIONS(509), [anon_sym_SLASH_EQ] = ACTIONS(509), [anon_sym_PERCENT_EQ] = ACTIONS(509), [anon_sym_AMP_EQ] = ACTIONS(509), [anon_sym_PIPE_EQ] = ACTIONS(509), [anon_sym_CARET_EQ] = ACTIONS(509), [anon_sym_LT_LT_EQ] = ACTIONS(509), [anon_sym_GT_GT_EQ] = ACTIONS(509), [anon_sym_DOT] = ACTIONS(511), [sym_integer_literal] = ACTIONS(509), [aux_sym_string_literal_token1] = ACTIONS(509), [sym_char_literal] = ACTIONS(509), [anon_sym_true] = ACTIONS(511), [anon_sym_false] = ACTIONS(511), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(511), [sym_super] = ACTIONS(511), [sym_crate] = ACTIONS(511), [sym_metavariable] = ACTIONS(509), [sym_raw_string_literal] = ACTIONS(509), [sym_float_literal] = ACTIONS(509), [sym_block_comment] = ACTIONS(3), }, [226] = { [sym__token_pattern] = STATE(226), [sym_token_tree_pattern] = STATE(226), [sym_token_binding_pattern] = STATE(226), [sym_token_repetition_pattern] = STATE(226), [sym__literal] = STATE(226), [sym_string_literal] = STATE(226), [sym_boolean_literal] = STATE(226), [aux_sym_token_tree_pattern_repeat1] = STATE(226), [sym_identifier] = ACTIONS(1103), [anon_sym_LPAREN] = ACTIONS(1106), [anon_sym_RPAREN] = ACTIONS(1109), [anon_sym_LBRACE] = ACTIONS(1111), [anon_sym_RBRACE] = ACTIONS(1109), [anon_sym_LBRACK] = ACTIONS(1114), [anon_sym_RBRACK] = ACTIONS(1109), [anon_sym_DOLLAR] = ACTIONS(1117), [anon_sym_u8] = ACTIONS(1120), [anon_sym_i8] = ACTIONS(1120), [anon_sym_u16] = ACTIONS(1120), [anon_sym_i16] = ACTIONS(1120), [anon_sym_u32] = ACTIONS(1120), [anon_sym_i32] = ACTIONS(1120), [anon_sym_u64] = ACTIONS(1120), [anon_sym_i64] = ACTIONS(1120), [anon_sym_u128] = ACTIONS(1120), [anon_sym_i128] = ACTIONS(1120), [anon_sym_isize] = ACTIONS(1120), [anon_sym_usize] = ACTIONS(1120), [anon_sym_f32] = ACTIONS(1120), [anon_sym_f64] = ACTIONS(1120), [anon_sym_bool] = ACTIONS(1120), [anon_sym_str] = ACTIONS(1120), [anon_sym_char] = ACTIONS(1120), [aux_sym__non_special_token_token1] = ACTIONS(1103), [anon_sym_as] = ACTIONS(1103), [anon_sym_async] = ACTIONS(1103), [anon_sym_await] = ACTIONS(1103), [anon_sym_break] = ACTIONS(1103), [anon_sym_const] = ACTIONS(1103), [anon_sym_continue] = ACTIONS(1103), [anon_sym_default] = ACTIONS(1103), [anon_sym_enum] = ACTIONS(1103), [anon_sym_fn] = ACTIONS(1103), [anon_sym_for] = ACTIONS(1103), [anon_sym_if] = ACTIONS(1103), [anon_sym_impl] = ACTIONS(1103), [anon_sym_let] = ACTIONS(1103), [anon_sym_loop] = ACTIONS(1103), [anon_sym_match] = ACTIONS(1103), [anon_sym_mod] = ACTIONS(1103), [anon_sym_pub] = ACTIONS(1103), [anon_sym_return] = ACTIONS(1103), [anon_sym_static] = ACTIONS(1103), [anon_sym_struct] = ACTIONS(1103), [anon_sym_trait] = ACTIONS(1103), [anon_sym_type] = ACTIONS(1103), [anon_sym_union] = ACTIONS(1103), [anon_sym_unsafe] = ACTIONS(1103), [anon_sym_use] = ACTIONS(1103), [anon_sym_where] = ACTIONS(1103), [anon_sym_while] = ACTIONS(1103), [sym_mutable_specifier] = ACTIONS(1103), [sym_integer_literal] = ACTIONS(1123), [aux_sym_string_literal_token1] = ACTIONS(1126), [sym_char_literal] = ACTIONS(1103), [anon_sym_true] = ACTIONS(1129), [anon_sym_false] = ACTIONS(1129), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(1103), [sym_super] = ACTIONS(1103), [sym_crate] = ACTIONS(1103), [sym_metavariable] = ACTIONS(1134), [sym_raw_string_literal] = ACTIONS(1123), [sym_float_literal] = ACTIONS(1123), [sym_block_comment] = ACTIONS(3), }, [227] = { [sym_identifier] = ACTIONS(507), [anon_sym_LPAREN] = ACTIONS(505), [anon_sym_RBRACE] = ACTIONS(505), [anon_sym_LBRACK] = ACTIONS(505), [anon_sym_PLUS] = ACTIONS(507), [anon_sym_STAR] = ACTIONS(507), [anon_sym_QMARK] = ACTIONS(505), [anon_sym_u8] = ACTIONS(507), [anon_sym_i8] = ACTIONS(507), [anon_sym_u16] = ACTIONS(507), [anon_sym_i16] = ACTIONS(507), [anon_sym_u32] = ACTIONS(507), [anon_sym_i32] = ACTIONS(507), [anon_sym_u64] = ACTIONS(507), [anon_sym_i64] = ACTIONS(507), [anon_sym_u128] = ACTIONS(507), [anon_sym_i128] = ACTIONS(507), [anon_sym_isize] = ACTIONS(507), [anon_sym_usize] = ACTIONS(507), [anon_sym_f32] = ACTIONS(507), [anon_sym_f64] = ACTIONS(507), [anon_sym_bool] = ACTIONS(507), [anon_sym_str] = ACTIONS(507), [anon_sym_char] = ACTIONS(507), [anon_sym_as] = ACTIONS(507), [anon_sym_POUND] = ACTIONS(505), [anon_sym_EQ] = ACTIONS(507), [anon_sym_COMMA] = ACTIONS(505), [anon_sym_ref] = ACTIONS(507), [anon_sym_LT] = ACTIONS(507), [anon_sym_GT] = ACTIONS(507), [anon_sym_COLON_COLON] = ACTIONS(505), [anon_sym__] = ACTIONS(507), [anon_sym_AMP] = ACTIONS(507), [anon_sym_DOT_DOT_DOT] = ACTIONS(505), [sym_mutable_specifier] = ACTIONS(507), [anon_sym_DOT_DOT] = ACTIONS(507), [anon_sym_DOT_DOT_EQ] = ACTIONS(505), [anon_sym_DASH] = ACTIONS(507), [anon_sym_AMP_AMP] = ACTIONS(505), [anon_sym_PIPE_PIPE] = ACTIONS(505), [anon_sym_PIPE] = ACTIONS(507), [anon_sym_CARET] = ACTIONS(507), [anon_sym_EQ_EQ] = ACTIONS(505), [anon_sym_BANG_EQ] = ACTIONS(505), [anon_sym_LT_EQ] = ACTIONS(505), [anon_sym_GT_EQ] = ACTIONS(505), [anon_sym_LT_LT] = ACTIONS(507), [anon_sym_GT_GT] = ACTIONS(507), [anon_sym_SLASH] = ACTIONS(507), [anon_sym_PERCENT] = ACTIONS(507), [anon_sym_PLUS_EQ] = ACTIONS(505), [anon_sym_DASH_EQ] = ACTIONS(505), [anon_sym_STAR_EQ] = ACTIONS(505), [anon_sym_SLASH_EQ] = ACTIONS(505), [anon_sym_PERCENT_EQ] = ACTIONS(505), [anon_sym_AMP_EQ] = ACTIONS(505), [anon_sym_PIPE_EQ] = ACTIONS(505), [anon_sym_CARET_EQ] = ACTIONS(505), [anon_sym_LT_LT_EQ] = ACTIONS(505), [anon_sym_GT_GT_EQ] = ACTIONS(505), [anon_sym_DOT] = ACTIONS(507), [sym_integer_literal] = ACTIONS(505), [aux_sym_string_literal_token1] = ACTIONS(505), [sym_char_literal] = ACTIONS(505), [anon_sym_true] = ACTIONS(507), [anon_sym_false] = ACTIONS(507), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(507), [sym_super] = ACTIONS(507), [sym_crate] = ACTIONS(507), [sym_metavariable] = ACTIONS(505), [sym_raw_string_literal] = ACTIONS(505), [sym_float_literal] = ACTIONS(505), [sym_block_comment] = ACTIONS(3), }, [228] = { [sym_identifier] = ACTIONS(1137), [anon_sym_LPAREN] = ACTIONS(1139), [anon_sym_RBRACE] = ACTIONS(519), [anon_sym_LBRACK] = ACTIONS(1139), [anon_sym_PLUS] = ACTIONS(521), [anon_sym_STAR] = ACTIONS(521), [anon_sym_QMARK] = ACTIONS(519), [anon_sym_u8] = ACTIONS(1137), [anon_sym_i8] = ACTIONS(1137), [anon_sym_u16] = ACTIONS(1137), [anon_sym_i16] = ACTIONS(1137), [anon_sym_u32] = ACTIONS(1137), [anon_sym_i32] = ACTIONS(1137), [anon_sym_u64] = ACTIONS(1137), [anon_sym_i64] = ACTIONS(1137), [anon_sym_u128] = ACTIONS(1137), [anon_sym_i128] = ACTIONS(1137), [anon_sym_isize] = ACTIONS(1137), [anon_sym_usize] = ACTIONS(1137), [anon_sym_f32] = ACTIONS(1137), [anon_sym_f64] = ACTIONS(1137), [anon_sym_bool] = ACTIONS(1137), [anon_sym_str] = ACTIONS(1137), [anon_sym_char] = ACTIONS(1137), [anon_sym_as] = ACTIONS(521), [anon_sym_POUND] = ACTIONS(1139), [anon_sym_EQ] = ACTIONS(521), [anon_sym_COMMA] = ACTIONS(519), [anon_sym_ref] = ACTIONS(1137), [anon_sym_LT] = ACTIONS(1137), [anon_sym_GT] = ACTIONS(521), [anon_sym_COLON_COLON] = ACTIONS(1139), [anon_sym__] = ACTIONS(1137), [anon_sym_AMP] = ACTIONS(1137), [anon_sym_DOT_DOT_DOT] = ACTIONS(519), [sym_mutable_specifier] = ACTIONS(1137), [anon_sym_DOT_DOT] = ACTIONS(1137), [anon_sym_DOT_DOT_EQ] = ACTIONS(519), [anon_sym_DASH] = ACTIONS(1137), [anon_sym_AMP_AMP] = ACTIONS(519), [anon_sym_PIPE_PIPE] = ACTIONS(519), [anon_sym_PIPE] = ACTIONS(521), [anon_sym_CARET] = ACTIONS(521), [anon_sym_EQ_EQ] = ACTIONS(519), [anon_sym_BANG_EQ] = ACTIONS(519), [anon_sym_LT_EQ] = ACTIONS(519), [anon_sym_GT_EQ] = ACTIONS(519), [anon_sym_LT_LT] = ACTIONS(521), [anon_sym_GT_GT] = ACTIONS(521), [anon_sym_SLASH] = ACTIONS(521), [anon_sym_PERCENT] = ACTIONS(521), [anon_sym_PLUS_EQ] = ACTIONS(519), [anon_sym_DASH_EQ] = ACTIONS(519), [anon_sym_STAR_EQ] = ACTIONS(519), [anon_sym_SLASH_EQ] = ACTIONS(519), [anon_sym_PERCENT_EQ] = ACTIONS(519), [anon_sym_AMP_EQ] = ACTIONS(519), [anon_sym_PIPE_EQ] = ACTIONS(519), [anon_sym_CARET_EQ] = ACTIONS(519), [anon_sym_LT_LT_EQ] = ACTIONS(519), [anon_sym_GT_GT_EQ] = ACTIONS(519), [anon_sym_DOT] = ACTIONS(521), [sym_integer_literal] = ACTIONS(1139), [aux_sym_string_literal_token1] = ACTIONS(1139), [sym_char_literal] = ACTIONS(1139), [anon_sym_true] = ACTIONS(1137), [anon_sym_false] = ACTIONS(1137), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1137), [sym_super] = ACTIONS(1137), [sym_crate] = ACTIONS(1137), [sym_metavariable] = ACTIONS(1139), [sym_raw_string_literal] = ACTIONS(1139), [sym_float_literal] = ACTIONS(1139), [sym_block_comment] = ACTIONS(3), }, [229] = { [sym_identifier] = ACTIONS(451), [anon_sym_LPAREN] = ACTIONS(449), [anon_sym_RBRACE] = ACTIONS(449), [anon_sym_LBRACK] = ACTIONS(449), [anon_sym_PLUS] = ACTIONS(451), [anon_sym_STAR] = ACTIONS(451), [anon_sym_QMARK] = ACTIONS(449), [anon_sym_u8] = ACTIONS(451), [anon_sym_i8] = ACTIONS(451), [anon_sym_u16] = ACTIONS(451), [anon_sym_i16] = ACTIONS(451), [anon_sym_u32] = ACTIONS(451), [anon_sym_i32] = ACTIONS(451), [anon_sym_u64] = ACTIONS(451), [anon_sym_i64] = ACTIONS(451), [anon_sym_u128] = ACTIONS(451), [anon_sym_i128] = ACTIONS(451), [anon_sym_isize] = ACTIONS(451), [anon_sym_usize] = ACTIONS(451), [anon_sym_f32] = ACTIONS(451), [anon_sym_f64] = ACTIONS(451), [anon_sym_bool] = ACTIONS(451), [anon_sym_str] = ACTIONS(451), [anon_sym_char] = ACTIONS(451), [anon_sym_as] = ACTIONS(451), [anon_sym_POUND] = ACTIONS(449), [anon_sym_EQ] = ACTIONS(451), [anon_sym_COMMA] = ACTIONS(449), [anon_sym_ref] = ACTIONS(451), [anon_sym_LT] = ACTIONS(451), [anon_sym_GT] = ACTIONS(451), [anon_sym_COLON_COLON] = ACTIONS(449), [anon_sym__] = ACTIONS(451), [anon_sym_AMP] = ACTIONS(451), [anon_sym_DOT_DOT_DOT] = ACTIONS(449), [sym_mutable_specifier] = ACTIONS(451), [anon_sym_DOT_DOT] = ACTIONS(451), [anon_sym_DOT_DOT_EQ] = ACTIONS(449), [anon_sym_DASH] = ACTIONS(451), [anon_sym_AMP_AMP] = ACTIONS(449), [anon_sym_PIPE_PIPE] = ACTIONS(449), [anon_sym_PIPE] = ACTIONS(451), [anon_sym_CARET] = ACTIONS(451), [anon_sym_EQ_EQ] = ACTIONS(449), [anon_sym_BANG_EQ] = ACTIONS(449), [anon_sym_LT_EQ] = ACTIONS(449), [anon_sym_GT_EQ] = ACTIONS(449), [anon_sym_LT_LT] = ACTIONS(451), [anon_sym_GT_GT] = ACTIONS(451), [anon_sym_SLASH] = ACTIONS(451), [anon_sym_PERCENT] = ACTIONS(451), [anon_sym_PLUS_EQ] = ACTIONS(449), [anon_sym_DASH_EQ] = ACTIONS(449), [anon_sym_STAR_EQ] = ACTIONS(449), [anon_sym_SLASH_EQ] = ACTIONS(449), [anon_sym_PERCENT_EQ] = ACTIONS(449), [anon_sym_AMP_EQ] = ACTIONS(449), [anon_sym_PIPE_EQ] = ACTIONS(449), [anon_sym_CARET_EQ] = ACTIONS(449), [anon_sym_LT_LT_EQ] = ACTIONS(449), [anon_sym_GT_GT_EQ] = ACTIONS(449), [anon_sym_DOT] = ACTIONS(451), [sym_integer_literal] = ACTIONS(449), [aux_sym_string_literal_token1] = ACTIONS(449), [sym_char_literal] = ACTIONS(449), [anon_sym_true] = ACTIONS(451), [anon_sym_false] = ACTIONS(451), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(451), [sym_super] = ACTIONS(451), [sym_crate] = ACTIONS(451), [sym_metavariable] = ACTIONS(449), [sym_raw_string_literal] = ACTIONS(449), [sym_float_literal] = ACTIONS(449), [sym_block_comment] = ACTIONS(3), }, [230] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1830), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(1831), [sym_array_type] = STATE(1830), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1830), [sym_tuple_type] = STATE(1830), [sym_unit_type] = STATE(1830), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1830), [sym_type_binding] = STATE(2066), [sym_reference_type] = STATE(1830), [sym_pointer_type] = STATE(1830), [sym_empty_type] = STATE(1830), [sym_abstract_type] = STATE(1830), [sym_dynamic_type] = STATE(1830), [sym_macro_invocation] = STATE(1830), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [sym__literal] = STATE(2066), [sym_string_literal] = STATE(2066), [sym_boolean_literal] = STATE(2066), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(1075), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_GT] = ACTIONS(1141), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_integer_literal] = ACTIONS(1089), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(1089), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_raw_string_literal] = ACTIONS(1089), [sym_float_literal] = ACTIONS(1089), [sym_block_comment] = ACTIONS(3), }, [231] = { [sym_identifier] = ACTIONS(1143), [anon_sym_LPAREN] = ACTIONS(1145), [anon_sym_RBRACE] = ACTIONS(519), [anon_sym_LBRACK] = ACTIONS(1145), [anon_sym_PLUS] = ACTIONS(521), [anon_sym_STAR] = ACTIONS(521), [anon_sym_QMARK] = ACTIONS(519), [anon_sym_u8] = ACTIONS(1143), [anon_sym_i8] = ACTIONS(1143), [anon_sym_u16] = ACTIONS(1143), [anon_sym_i16] = ACTIONS(1143), [anon_sym_u32] = ACTIONS(1143), [anon_sym_i32] = ACTIONS(1143), [anon_sym_u64] = ACTIONS(1143), [anon_sym_i64] = ACTIONS(1143), [anon_sym_u128] = ACTIONS(1143), [anon_sym_i128] = ACTIONS(1143), [anon_sym_isize] = ACTIONS(1143), [anon_sym_usize] = ACTIONS(1143), [anon_sym_f32] = ACTIONS(1143), [anon_sym_f64] = ACTIONS(1143), [anon_sym_bool] = ACTIONS(1143), [anon_sym_str] = ACTIONS(1143), [anon_sym_char] = ACTIONS(1143), [anon_sym_as] = ACTIONS(521), [anon_sym_POUND] = ACTIONS(1145), [anon_sym_EQ] = ACTIONS(521), [anon_sym_COMMA] = ACTIONS(519), [anon_sym_ref] = ACTIONS(1143), [anon_sym_LT] = ACTIONS(1143), [anon_sym_GT] = ACTIONS(521), [anon_sym_COLON_COLON] = ACTIONS(1145), [anon_sym__] = ACTIONS(1143), [anon_sym_AMP] = ACTIONS(1143), [anon_sym_DOT_DOT_DOT] = ACTIONS(519), [sym_mutable_specifier] = ACTIONS(1143), [anon_sym_DOT_DOT] = ACTIONS(1143), [anon_sym_DOT_DOT_EQ] = ACTIONS(519), [anon_sym_DASH] = ACTIONS(1143), [anon_sym_AMP_AMP] = ACTIONS(519), [anon_sym_PIPE_PIPE] = ACTIONS(519), [anon_sym_PIPE] = ACTIONS(521), [anon_sym_CARET] = ACTIONS(521), [anon_sym_EQ_EQ] = ACTIONS(519), [anon_sym_BANG_EQ] = ACTIONS(519), [anon_sym_LT_EQ] = ACTIONS(519), [anon_sym_GT_EQ] = ACTIONS(519), [anon_sym_LT_LT] = ACTIONS(521), [anon_sym_GT_GT] = ACTIONS(521), [anon_sym_SLASH] = ACTIONS(521), [anon_sym_PERCENT] = ACTIONS(521), [anon_sym_PLUS_EQ] = ACTIONS(519), [anon_sym_DASH_EQ] = ACTIONS(519), [anon_sym_STAR_EQ] = ACTIONS(519), [anon_sym_SLASH_EQ] = ACTIONS(519), [anon_sym_PERCENT_EQ] = ACTIONS(519), [anon_sym_AMP_EQ] = ACTIONS(519), [anon_sym_PIPE_EQ] = ACTIONS(519), [anon_sym_CARET_EQ] = ACTIONS(519), [anon_sym_LT_LT_EQ] = ACTIONS(519), [anon_sym_GT_GT_EQ] = ACTIONS(519), [anon_sym_DOT] = ACTIONS(521), [sym_integer_literal] = ACTIONS(1145), [aux_sym_string_literal_token1] = ACTIONS(1145), [sym_char_literal] = ACTIONS(1145), [anon_sym_true] = ACTIONS(1143), [anon_sym_false] = ACTIONS(1143), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1143), [sym_super] = ACTIONS(1143), [sym_crate] = ACTIONS(1143), [sym_metavariable] = ACTIONS(1145), [sym_raw_string_literal] = ACTIONS(1145), [sym_float_literal] = ACTIONS(1145), [sym_block_comment] = ACTIONS(3), }, [232] = { [sym_identifier] = ACTIONS(467), [anon_sym_LPAREN] = ACTIONS(465), [anon_sym_RBRACE] = ACTIONS(465), [anon_sym_LBRACK] = ACTIONS(465), [anon_sym_PLUS] = ACTIONS(467), [anon_sym_STAR] = ACTIONS(467), [anon_sym_QMARK] = ACTIONS(465), [anon_sym_u8] = ACTIONS(467), [anon_sym_i8] = ACTIONS(467), [anon_sym_u16] = ACTIONS(467), [anon_sym_i16] = ACTIONS(467), [anon_sym_u32] = ACTIONS(467), [anon_sym_i32] = ACTIONS(467), [anon_sym_u64] = ACTIONS(467), [anon_sym_i64] = ACTIONS(467), [anon_sym_u128] = ACTIONS(467), [anon_sym_i128] = ACTIONS(467), [anon_sym_isize] = ACTIONS(467), [anon_sym_usize] = ACTIONS(467), [anon_sym_f32] = ACTIONS(467), [anon_sym_f64] = ACTIONS(467), [anon_sym_bool] = ACTIONS(467), [anon_sym_str] = ACTIONS(467), [anon_sym_char] = ACTIONS(467), [anon_sym_as] = ACTIONS(467), [anon_sym_POUND] = ACTIONS(465), [anon_sym_EQ] = ACTIONS(467), [anon_sym_COMMA] = ACTIONS(465), [anon_sym_ref] = ACTIONS(467), [anon_sym_LT] = ACTIONS(467), [anon_sym_GT] = ACTIONS(467), [anon_sym_COLON_COLON] = ACTIONS(465), [anon_sym__] = ACTIONS(467), [anon_sym_AMP] = ACTIONS(467), [anon_sym_DOT_DOT_DOT] = ACTIONS(465), [sym_mutable_specifier] = ACTIONS(467), [anon_sym_DOT_DOT] = ACTIONS(467), [anon_sym_DOT_DOT_EQ] = ACTIONS(465), [anon_sym_DASH] = ACTIONS(467), [anon_sym_AMP_AMP] = ACTIONS(465), [anon_sym_PIPE_PIPE] = ACTIONS(465), [anon_sym_PIPE] = ACTIONS(467), [anon_sym_CARET] = ACTIONS(467), [anon_sym_EQ_EQ] = ACTIONS(465), [anon_sym_BANG_EQ] = ACTIONS(465), [anon_sym_LT_EQ] = ACTIONS(465), [anon_sym_GT_EQ] = ACTIONS(465), [anon_sym_LT_LT] = ACTIONS(467), [anon_sym_GT_GT] = ACTIONS(467), [anon_sym_SLASH] = ACTIONS(467), [anon_sym_PERCENT] = ACTIONS(467), [anon_sym_PLUS_EQ] = ACTIONS(465), [anon_sym_DASH_EQ] = ACTIONS(465), [anon_sym_STAR_EQ] = ACTIONS(465), [anon_sym_SLASH_EQ] = ACTIONS(465), [anon_sym_PERCENT_EQ] = ACTIONS(465), [anon_sym_AMP_EQ] = ACTIONS(465), [anon_sym_PIPE_EQ] = ACTIONS(465), [anon_sym_CARET_EQ] = ACTIONS(465), [anon_sym_LT_LT_EQ] = ACTIONS(465), [anon_sym_GT_GT_EQ] = ACTIONS(465), [anon_sym_DOT] = ACTIONS(467), [sym_integer_literal] = ACTIONS(465), [aux_sym_string_literal_token1] = ACTIONS(465), [sym_char_literal] = ACTIONS(465), [anon_sym_true] = ACTIONS(467), [anon_sym_false] = ACTIONS(467), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(467), [sym_super] = ACTIONS(467), [sym_crate] = ACTIONS(467), [sym_metavariable] = ACTIONS(465), [sym_raw_string_literal] = ACTIONS(465), [sym_float_literal] = ACTIONS(465), [sym_block_comment] = ACTIONS(3), }, [233] = { [ts_builtin_sym_end] = ACTIONS(1147), [sym_identifier] = ACTIONS(1149), [anon_sym_SEMI] = ACTIONS(1147), [anon_sym_macro_rules_BANG] = ACTIONS(1147), [anon_sym_LPAREN] = ACTIONS(1147), [anon_sym_LBRACE] = ACTIONS(1147), [anon_sym_RBRACE] = ACTIONS(1147), [anon_sym_LBRACK] = ACTIONS(1147), [anon_sym_STAR] = ACTIONS(1147), [anon_sym_u8] = ACTIONS(1149), [anon_sym_i8] = ACTIONS(1149), [anon_sym_u16] = ACTIONS(1149), [anon_sym_i16] = ACTIONS(1149), [anon_sym_u32] = ACTIONS(1149), [anon_sym_i32] = ACTIONS(1149), [anon_sym_u64] = ACTIONS(1149), [anon_sym_i64] = ACTIONS(1149), [anon_sym_u128] = ACTIONS(1149), [anon_sym_i128] = ACTIONS(1149), [anon_sym_isize] = ACTIONS(1149), [anon_sym_usize] = ACTIONS(1149), [anon_sym_f32] = ACTIONS(1149), [anon_sym_f64] = ACTIONS(1149), [anon_sym_bool] = ACTIONS(1149), [anon_sym_str] = ACTIONS(1149), [anon_sym_char] = ACTIONS(1149), [anon_sym_async] = ACTIONS(1149), [anon_sym_break] = ACTIONS(1149), [anon_sym_const] = ACTIONS(1149), [anon_sym_continue] = ACTIONS(1149), [anon_sym_default] = ACTIONS(1149), [anon_sym_enum] = ACTIONS(1149), [anon_sym_fn] = ACTIONS(1149), [anon_sym_for] = ACTIONS(1149), [anon_sym_if] = ACTIONS(1149), [anon_sym_impl] = ACTIONS(1149), [anon_sym_let] = ACTIONS(1149), [anon_sym_loop] = ACTIONS(1149), [anon_sym_match] = ACTIONS(1149), [anon_sym_mod] = ACTIONS(1149), [anon_sym_pub] = ACTIONS(1149), [anon_sym_return] = ACTIONS(1149), [anon_sym_static] = ACTIONS(1149), [anon_sym_struct] = ACTIONS(1149), [anon_sym_trait] = ACTIONS(1149), [anon_sym_type] = ACTIONS(1149), [anon_sym_union] = ACTIONS(1149), [anon_sym_unsafe] = ACTIONS(1149), [anon_sym_use] = ACTIONS(1149), [anon_sym_while] = ACTIONS(1149), [anon_sym_POUND] = ACTIONS(1147), [anon_sym_BANG] = ACTIONS(1147), [anon_sym_extern] = ACTIONS(1149), [anon_sym_LT] = ACTIONS(1147), [anon_sym_COLON_COLON] = ACTIONS(1147), [anon_sym_AMP] = ACTIONS(1147), [anon_sym_SQUOTE] = ACTIONS(1149), [anon_sym_DOT_DOT] = ACTIONS(1147), [anon_sym_DASH] = ACTIONS(1147), [anon_sym_PIPE] = ACTIONS(1147), [anon_sym_move] = ACTIONS(1149), [sym_integer_literal] = ACTIONS(1147), [aux_sym_string_literal_token1] = ACTIONS(1147), [sym_char_literal] = ACTIONS(1147), [anon_sym_true] = ACTIONS(1149), [anon_sym_false] = ACTIONS(1149), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1149), [sym_super] = ACTIONS(1149), [sym_crate] = ACTIONS(1149), [sym_metavariable] = ACTIONS(1147), [sym_raw_string_literal] = ACTIONS(1147), [sym_float_literal] = ACTIONS(1147), [sym_block_comment] = ACTIONS(3), }, [234] = { [ts_builtin_sym_end] = ACTIONS(1151), [sym_identifier] = ACTIONS(1153), [anon_sym_SEMI] = ACTIONS(1151), [anon_sym_macro_rules_BANG] = ACTIONS(1151), [anon_sym_LPAREN] = ACTIONS(1151), [anon_sym_LBRACE] = ACTIONS(1151), [anon_sym_RBRACE] = ACTIONS(1151), [anon_sym_LBRACK] = ACTIONS(1151), [anon_sym_STAR] = ACTIONS(1151), [anon_sym_u8] = ACTIONS(1153), [anon_sym_i8] = ACTIONS(1153), [anon_sym_u16] = ACTIONS(1153), [anon_sym_i16] = ACTIONS(1153), [anon_sym_u32] = ACTIONS(1153), [anon_sym_i32] = ACTIONS(1153), [anon_sym_u64] = ACTIONS(1153), [anon_sym_i64] = ACTIONS(1153), [anon_sym_u128] = ACTIONS(1153), [anon_sym_i128] = ACTIONS(1153), [anon_sym_isize] = ACTIONS(1153), [anon_sym_usize] = ACTIONS(1153), [anon_sym_f32] = ACTIONS(1153), [anon_sym_f64] = ACTIONS(1153), [anon_sym_bool] = ACTIONS(1153), [anon_sym_str] = ACTIONS(1153), [anon_sym_char] = ACTIONS(1153), [anon_sym_async] = ACTIONS(1153), [anon_sym_break] = ACTIONS(1153), [anon_sym_const] = ACTIONS(1153), [anon_sym_continue] = ACTIONS(1153), [anon_sym_default] = ACTIONS(1153), [anon_sym_enum] = ACTIONS(1153), [anon_sym_fn] = ACTIONS(1153), [anon_sym_for] = ACTIONS(1153), [anon_sym_if] = ACTIONS(1153), [anon_sym_impl] = ACTIONS(1153), [anon_sym_let] = ACTIONS(1153), [anon_sym_loop] = ACTIONS(1153), [anon_sym_match] = ACTIONS(1153), [anon_sym_mod] = ACTIONS(1153), [anon_sym_pub] = ACTIONS(1153), [anon_sym_return] = ACTIONS(1153), [anon_sym_static] = ACTIONS(1153), [anon_sym_struct] = ACTIONS(1153), [anon_sym_trait] = ACTIONS(1153), [anon_sym_type] = ACTIONS(1153), [anon_sym_union] = ACTIONS(1153), [anon_sym_unsafe] = ACTIONS(1153), [anon_sym_use] = ACTIONS(1153), [anon_sym_while] = ACTIONS(1153), [anon_sym_POUND] = ACTIONS(1151), [anon_sym_BANG] = ACTIONS(1151), [anon_sym_extern] = ACTIONS(1153), [anon_sym_LT] = ACTIONS(1151), [anon_sym_COLON_COLON] = ACTIONS(1151), [anon_sym_AMP] = ACTIONS(1151), [anon_sym_SQUOTE] = ACTIONS(1153), [anon_sym_DOT_DOT] = ACTIONS(1151), [anon_sym_DASH] = ACTIONS(1151), [anon_sym_PIPE] = ACTIONS(1151), [anon_sym_move] = ACTIONS(1153), [sym_integer_literal] = ACTIONS(1151), [aux_sym_string_literal_token1] = ACTIONS(1151), [sym_char_literal] = ACTIONS(1151), [anon_sym_true] = ACTIONS(1153), [anon_sym_false] = ACTIONS(1153), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1153), [sym_super] = ACTIONS(1153), [sym_crate] = ACTIONS(1153), [sym_metavariable] = ACTIONS(1151), [sym_raw_string_literal] = ACTIONS(1151), [sym_float_literal] = ACTIONS(1151), [sym_block_comment] = ACTIONS(3), }, [235] = { [ts_builtin_sym_end] = ACTIONS(1155), [sym_identifier] = ACTIONS(1157), [anon_sym_SEMI] = ACTIONS(1155), [anon_sym_macro_rules_BANG] = ACTIONS(1155), [anon_sym_LPAREN] = ACTIONS(1155), [anon_sym_LBRACE] = ACTIONS(1155), [anon_sym_RBRACE] = ACTIONS(1155), [anon_sym_LBRACK] = ACTIONS(1155), [anon_sym_STAR] = ACTIONS(1155), [anon_sym_u8] = ACTIONS(1157), [anon_sym_i8] = ACTIONS(1157), [anon_sym_u16] = ACTIONS(1157), [anon_sym_i16] = ACTIONS(1157), [anon_sym_u32] = ACTIONS(1157), [anon_sym_i32] = ACTIONS(1157), [anon_sym_u64] = ACTIONS(1157), [anon_sym_i64] = ACTIONS(1157), [anon_sym_u128] = ACTIONS(1157), [anon_sym_i128] = ACTIONS(1157), [anon_sym_isize] = ACTIONS(1157), [anon_sym_usize] = ACTIONS(1157), [anon_sym_f32] = ACTIONS(1157), [anon_sym_f64] = ACTIONS(1157), [anon_sym_bool] = ACTIONS(1157), [anon_sym_str] = ACTIONS(1157), [anon_sym_char] = ACTIONS(1157), [anon_sym_async] = ACTIONS(1157), [anon_sym_break] = ACTIONS(1157), [anon_sym_const] = ACTIONS(1157), [anon_sym_continue] = ACTIONS(1157), [anon_sym_default] = ACTIONS(1157), [anon_sym_enum] = ACTIONS(1157), [anon_sym_fn] = ACTIONS(1157), [anon_sym_for] = ACTIONS(1157), [anon_sym_if] = ACTIONS(1157), [anon_sym_impl] = ACTIONS(1157), [anon_sym_let] = ACTIONS(1157), [anon_sym_loop] = ACTIONS(1157), [anon_sym_match] = ACTIONS(1157), [anon_sym_mod] = ACTIONS(1157), [anon_sym_pub] = ACTIONS(1157), [anon_sym_return] = ACTIONS(1157), [anon_sym_static] = ACTIONS(1157), [anon_sym_struct] = ACTIONS(1157), [anon_sym_trait] = ACTIONS(1157), [anon_sym_type] = ACTIONS(1157), [anon_sym_union] = ACTIONS(1157), [anon_sym_unsafe] = ACTIONS(1157), [anon_sym_use] = ACTIONS(1157), [anon_sym_while] = ACTIONS(1157), [anon_sym_POUND] = ACTIONS(1155), [anon_sym_BANG] = ACTIONS(1155), [anon_sym_extern] = ACTIONS(1157), [anon_sym_LT] = ACTIONS(1155), [anon_sym_COLON_COLON] = ACTIONS(1155), [anon_sym_AMP] = ACTIONS(1155), [anon_sym_SQUOTE] = ACTIONS(1157), [anon_sym_DOT_DOT] = ACTIONS(1155), [anon_sym_DASH] = ACTIONS(1155), [anon_sym_PIPE] = ACTIONS(1155), [anon_sym_move] = ACTIONS(1157), [sym_integer_literal] = ACTIONS(1155), [aux_sym_string_literal_token1] = ACTIONS(1155), [sym_char_literal] = ACTIONS(1155), [anon_sym_true] = ACTIONS(1157), [anon_sym_false] = ACTIONS(1157), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1157), [sym_super] = ACTIONS(1157), [sym_crate] = ACTIONS(1157), [sym_metavariable] = ACTIONS(1155), [sym_raw_string_literal] = ACTIONS(1155), [sym_float_literal] = ACTIONS(1155), [sym_block_comment] = ACTIONS(3), }, [236] = { [ts_builtin_sym_end] = ACTIONS(1159), [sym_identifier] = ACTIONS(1161), [anon_sym_SEMI] = ACTIONS(1159), [anon_sym_macro_rules_BANG] = ACTIONS(1159), [anon_sym_LPAREN] = ACTIONS(1159), [anon_sym_LBRACE] = ACTIONS(1159), [anon_sym_RBRACE] = ACTIONS(1159), [anon_sym_LBRACK] = ACTIONS(1159), [anon_sym_STAR] = ACTIONS(1159), [anon_sym_u8] = ACTIONS(1161), [anon_sym_i8] = ACTIONS(1161), [anon_sym_u16] = ACTIONS(1161), [anon_sym_i16] = ACTIONS(1161), [anon_sym_u32] = ACTIONS(1161), [anon_sym_i32] = ACTIONS(1161), [anon_sym_u64] = ACTIONS(1161), [anon_sym_i64] = ACTIONS(1161), [anon_sym_u128] = ACTIONS(1161), [anon_sym_i128] = ACTIONS(1161), [anon_sym_isize] = ACTIONS(1161), [anon_sym_usize] = ACTIONS(1161), [anon_sym_f32] = ACTIONS(1161), [anon_sym_f64] = ACTIONS(1161), [anon_sym_bool] = ACTIONS(1161), [anon_sym_str] = ACTIONS(1161), [anon_sym_char] = ACTIONS(1161), [anon_sym_async] = ACTIONS(1161), [anon_sym_break] = ACTIONS(1161), [anon_sym_const] = ACTIONS(1161), [anon_sym_continue] = ACTIONS(1161), [anon_sym_default] = ACTIONS(1161), [anon_sym_enum] = ACTIONS(1161), [anon_sym_fn] = ACTIONS(1161), [anon_sym_for] = ACTIONS(1161), [anon_sym_if] = ACTIONS(1161), [anon_sym_impl] = ACTIONS(1161), [anon_sym_let] = ACTIONS(1161), [anon_sym_loop] = ACTIONS(1161), [anon_sym_match] = ACTIONS(1161), [anon_sym_mod] = ACTIONS(1161), [anon_sym_pub] = ACTIONS(1161), [anon_sym_return] = ACTIONS(1161), [anon_sym_static] = ACTIONS(1161), [anon_sym_struct] = ACTIONS(1161), [anon_sym_trait] = ACTIONS(1161), [anon_sym_type] = ACTIONS(1161), [anon_sym_union] = ACTIONS(1161), [anon_sym_unsafe] = ACTIONS(1161), [anon_sym_use] = ACTIONS(1161), [anon_sym_while] = ACTIONS(1161), [anon_sym_POUND] = ACTIONS(1159), [anon_sym_BANG] = ACTIONS(1159), [anon_sym_extern] = ACTIONS(1161), [anon_sym_LT] = ACTIONS(1159), [anon_sym_COLON_COLON] = ACTIONS(1159), [anon_sym_AMP] = ACTIONS(1159), [anon_sym_SQUOTE] = ACTIONS(1161), [anon_sym_DOT_DOT] = ACTIONS(1159), [anon_sym_DASH] = ACTIONS(1159), [anon_sym_PIPE] = ACTIONS(1159), [anon_sym_move] = ACTIONS(1161), [sym_integer_literal] = ACTIONS(1159), [aux_sym_string_literal_token1] = ACTIONS(1159), [sym_char_literal] = ACTIONS(1159), [anon_sym_true] = ACTIONS(1161), [anon_sym_false] = ACTIONS(1161), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1161), [sym_super] = ACTIONS(1161), [sym_crate] = ACTIONS(1161), [sym_metavariable] = ACTIONS(1159), [sym_raw_string_literal] = ACTIONS(1159), [sym_float_literal] = ACTIONS(1159), [sym_block_comment] = ACTIONS(3), }, [237] = { [ts_builtin_sym_end] = ACTIONS(1163), [sym_identifier] = ACTIONS(1165), [anon_sym_SEMI] = ACTIONS(1163), [anon_sym_macro_rules_BANG] = ACTIONS(1163), [anon_sym_LPAREN] = ACTIONS(1163), [anon_sym_LBRACE] = ACTIONS(1163), [anon_sym_RBRACE] = ACTIONS(1163), [anon_sym_LBRACK] = ACTIONS(1163), [anon_sym_STAR] = ACTIONS(1163), [anon_sym_u8] = ACTIONS(1165), [anon_sym_i8] = ACTIONS(1165), [anon_sym_u16] = ACTIONS(1165), [anon_sym_i16] = ACTIONS(1165), [anon_sym_u32] = ACTIONS(1165), [anon_sym_i32] = ACTIONS(1165), [anon_sym_u64] = ACTIONS(1165), [anon_sym_i64] = ACTIONS(1165), [anon_sym_u128] = ACTIONS(1165), [anon_sym_i128] = ACTIONS(1165), [anon_sym_isize] = ACTIONS(1165), [anon_sym_usize] = ACTIONS(1165), [anon_sym_f32] = ACTIONS(1165), [anon_sym_f64] = ACTIONS(1165), [anon_sym_bool] = ACTIONS(1165), [anon_sym_str] = ACTIONS(1165), [anon_sym_char] = ACTIONS(1165), [anon_sym_async] = ACTIONS(1165), [anon_sym_break] = ACTIONS(1165), [anon_sym_const] = ACTIONS(1165), [anon_sym_continue] = ACTIONS(1165), [anon_sym_default] = ACTIONS(1165), [anon_sym_enum] = ACTIONS(1165), [anon_sym_fn] = ACTIONS(1165), [anon_sym_for] = ACTIONS(1165), [anon_sym_if] = ACTIONS(1165), [anon_sym_impl] = ACTIONS(1165), [anon_sym_let] = ACTIONS(1165), [anon_sym_loop] = ACTIONS(1165), [anon_sym_match] = ACTIONS(1165), [anon_sym_mod] = ACTIONS(1165), [anon_sym_pub] = ACTIONS(1165), [anon_sym_return] = ACTIONS(1165), [anon_sym_static] = ACTIONS(1165), [anon_sym_struct] = ACTIONS(1165), [anon_sym_trait] = ACTIONS(1165), [anon_sym_type] = ACTIONS(1165), [anon_sym_union] = ACTIONS(1165), [anon_sym_unsafe] = ACTIONS(1165), [anon_sym_use] = ACTIONS(1165), [anon_sym_while] = ACTIONS(1165), [anon_sym_POUND] = ACTIONS(1163), [anon_sym_BANG] = ACTIONS(1163), [anon_sym_extern] = ACTIONS(1165), [anon_sym_LT] = ACTIONS(1163), [anon_sym_COLON_COLON] = ACTIONS(1163), [anon_sym_AMP] = ACTIONS(1163), [anon_sym_SQUOTE] = ACTIONS(1165), [anon_sym_DOT_DOT] = ACTIONS(1163), [anon_sym_DASH] = ACTIONS(1163), [anon_sym_PIPE] = ACTIONS(1163), [anon_sym_move] = ACTIONS(1165), [sym_integer_literal] = ACTIONS(1163), [aux_sym_string_literal_token1] = ACTIONS(1163), [sym_char_literal] = ACTIONS(1163), [anon_sym_true] = ACTIONS(1165), [anon_sym_false] = ACTIONS(1165), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1165), [sym_super] = ACTIONS(1165), [sym_crate] = ACTIONS(1165), [sym_metavariable] = ACTIONS(1163), [sym_raw_string_literal] = ACTIONS(1163), [sym_float_literal] = ACTIONS(1163), [sym_block_comment] = ACTIONS(3), }, [238] = { [ts_builtin_sym_end] = ACTIONS(1167), [sym_identifier] = ACTIONS(1169), [anon_sym_SEMI] = ACTIONS(1167), [anon_sym_macro_rules_BANG] = ACTIONS(1167), [anon_sym_LPAREN] = ACTIONS(1167), [anon_sym_LBRACE] = ACTIONS(1167), [anon_sym_RBRACE] = ACTIONS(1167), [anon_sym_LBRACK] = ACTIONS(1167), [anon_sym_STAR] = ACTIONS(1167), [anon_sym_u8] = ACTIONS(1169), [anon_sym_i8] = ACTIONS(1169), [anon_sym_u16] = ACTIONS(1169), [anon_sym_i16] = ACTIONS(1169), [anon_sym_u32] = ACTIONS(1169), [anon_sym_i32] = ACTIONS(1169), [anon_sym_u64] = ACTIONS(1169), [anon_sym_i64] = ACTIONS(1169), [anon_sym_u128] = ACTIONS(1169), [anon_sym_i128] = ACTIONS(1169), [anon_sym_isize] = ACTIONS(1169), [anon_sym_usize] = ACTIONS(1169), [anon_sym_f32] = ACTIONS(1169), [anon_sym_f64] = ACTIONS(1169), [anon_sym_bool] = ACTIONS(1169), [anon_sym_str] = ACTIONS(1169), [anon_sym_char] = ACTIONS(1169), [anon_sym_async] = ACTIONS(1169), [anon_sym_break] = ACTIONS(1169), [anon_sym_const] = ACTIONS(1169), [anon_sym_continue] = ACTIONS(1169), [anon_sym_default] = ACTIONS(1169), [anon_sym_enum] = ACTIONS(1169), [anon_sym_fn] = ACTIONS(1169), [anon_sym_for] = ACTIONS(1169), [anon_sym_if] = ACTIONS(1169), [anon_sym_impl] = ACTIONS(1169), [anon_sym_let] = ACTIONS(1169), [anon_sym_loop] = ACTIONS(1169), [anon_sym_match] = ACTIONS(1169), [anon_sym_mod] = ACTIONS(1169), [anon_sym_pub] = ACTIONS(1169), [anon_sym_return] = ACTIONS(1169), [anon_sym_static] = ACTIONS(1169), [anon_sym_struct] = ACTIONS(1169), [anon_sym_trait] = ACTIONS(1169), [anon_sym_type] = ACTIONS(1169), [anon_sym_union] = ACTIONS(1169), [anon_sym_unsafe] = ACTIONS(1169), [anon_sym_use] = ACTIONS(1169), [anon_sym_while] = ACTIONS(1169), [anon_sym_POUND] = ACTIONS(1167), [anon_sym_BANG] = ACTIONS(1167), [anon_sym_extern] = ACTIONS(1169), [anon_sym_LT] = ACTIONS(1167), [anon_sym_COLON_COLON] = ACTIONS(1167), [anon_sym_AMP] = ACTIONS(1167), [anon_sym_SQUOTE] = ACTIONS(1169), [anon_sym_DOT_DOT] = ACTIONS(1167), [anon_sym_DASH] = ACTIONS(1167), [anon_sym_PIPE] = ACTIONS(1167), [anon_sym_move] = ACTIONS(1169), [sym_integer_literal] = ACTIONS(1167), [aux_sym_string_literal_token1] = ACTIONS(1167), [sym_char_literal] = ACTIONS(1167), [anon_sym_true] = ACTIONS(1169), [anon_sym_false] = ACTIONS(1169), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1169), [sym_super] = ACTIONS(1169), [sym_crate] = ACTIONS(1169), [sym_metavariable] = ACTIONS(1167), [sym_raw_string_literal] = ACTIONS(1167), [sym_float_literal] = ACTIONS(1167), [sym_block_comment] = ACTIONS(3), }, [239] = { [ts_builtin_sym_end] = ACTIONS(1171), [sym_identifier] = ACTIONS(1173), [anon_sym_SEMI] = ACTIONS(1171), [anon_sym_macro_rules_BANG] = ACTIONS(1171), [anon_sym_LPAREN] = ACTIONS(1171), [anon_sym_LBRACE] = ACTIONS(1171), [anon_sym_RBRACE] = ACTIONS(1171), [anon_sym_LBRACK] = ACTIONS(1171), [anon_sym_STAR] = ACTIONS(1171), [anon_sym_u8] = ACTIONS(1173), [anon_sym_i8] = ACTIONS(1173), [anon_sym_u16] = ACTIONS(1173), [anon_sym_i16] = ACTIONS(1173), [anon_sym_u32] = ACTIONS(1173), [anon_sym_i32] = ACTIONS(1173), [anon_sym_u64] = ACTIONS(1173), [anon_sym_i64] = ACTIONS(1173), [anon_sym_u128] = ACTIONS(1173), [anon_sym_i128] = ACTIONS(1173), [anon_sym_isize] = ACTIONS(1173), [anon_sym_usize] = ACTIONS(1173), [anon_sym_f32] = ACTIONS(1173), [anon_sym_f64] = ACTIONS(1173), [anon_sym_bool] = ACTIONS(1173), [anon_sym_str] = ACTIONS(1173), [anon_sym_char] = ACTIONS(1173), [anon_sym_async] = ACTIONS(1173), [anon_sym_break] = ACTIONS(1173), [anon_sym_const] = ACTIONS(1173), [anon_sym_continue] = ACTIONS(1173), [anon_sym_default] = ACTIONS(1173), [anon_sym_enum] = ACTIONS(1173), [anon_sym_fn] = ACTIONS(1173), [anon_sym_for] = ACTIONS(1173), [anon_sym_if] = ACTIONS(1173), [anon_sym_impl] = ACTIONS(1173), [anon_sym_let] = ACTIONS(1173), [anon_sym_loop] = ACTIONS(1173), [anon_sym_match] = ACTIONS(1173), [anon_sym_mod] = ACTIONS(1173), [anon_sym_pub] = ACTIONS(1173), [anon_sym_return] = ACTIONS(1173), [anon_sym_static] = ACTIONS(1173), [anon_sym_struct] = ACTIONS(1173), [anon_sym_trait] = ACTIONS(1173), [anon_sym_type] = ACTIONS(1173), [anon_sym_union] = ACTIONS(1173), [anon_sym_unsafe] = ACTIONS(1173), [anon_sym_use] = ACTIONS(1173), [anon_sym_while] = ACTIONS(1173), [anon_sym_POUND] = ACTIONS(1171), [anon_sym_BANG] = ACTIONS(1171), [anon_sym_extern] = ACTIONS(1173), [anon_sym_LT] = ACTIONS(1171), [anon_sym_COLON_COLON] = ACTIONS(1171), [anon_sym_AMP] = ACTIONS(1171), [anon_sym_SQUOTE] = ACTIONS(1173), [anon_sym_DOT_DOT] = ACTIONS(1171), [anon_sym_DASH] = ACTIONS(1171), [anon_sym_PIPE] = ACTIONS(1171), [anon_sym_move] = ACTIONS(1173), [sym_integer_literal] = ACTIONS(1171), [aux_sym_string_literal_token1] = ACTIONS(1171), [sym_char_literal] = ACTIONS(1171), [anon_sym_true] = ACTIONS(1173), [anon_sym_false] = ACTIONS(1173), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1173), [sym_super] = ACTIONS(1173), [sym_crate] = ACTIONS(1173), [sym_metavariable] = ACTIONS(1171), [sym_raw_string_literal] = ACTIONS(1171), [sym_float_literal] = ACTIONS(1171), [sym_block_comment] = ACTIONS(3), }, [240] = { [ts_builtin_sym_end] = ACTIONS(1175), [sym_identifier] = ACTIONS(1177), [anon_sym_SEMI] = ACTIONS(1175), [anon_sym_macro_rules_BANG] = ACTIONS(1175), [anon_sym_LPAREN] = ACTIONS(1175), [anon_sym_LBRACE] = ACTIONS(1175), [anon_sym_RBRACE] = ACTIONS(1175), [anon_sym_LBRACK] = ACTIONS(1175), [anon_sym_STAR] = ACTIONS(1175), [anon_sym_u8] = ACTIONS(1177), [anon_sym_i8] = ACTIONS(1177), [anon_sym_u16] = ACTIONS(1177), [anon_sym_i16] = ACTIONS(1177), [anon_sym_u32] = ACTIONS(1177), [anon_sym_i32] = ACTIONS(1177), [anon_sym_u64] = ACTIONS(1177), [anon_sym_i64] = ACTIONS(1177), [anon_sym_u128] = ACTIONS(1177), [anon_sym_i128] = ACTIONS(1177), [anon_sym_isize] = ACTIONS(1177), [anon_sym_usize] = ACTIONS(1177), [anon_sym_f32] = ACTIONS(1177), [anon_sym_f64] = ACTIONS(1177), [anon_sym_bool] = ACTIONS(1177), [anon_sym_str] = ACTIONS(1177), [anon_sym_char] = ACTIONS(1177), [anon_sym_async] = ACTIONS(1177), [anon_sym_break] = ACTIONS(1177), [anon_sym_const] = ACTIONS(1177), [anon_sym_continue] = ACTIONS(1177), [anon_sym_default] = ACTIONS(1177), [anon_sym_enum] = ACTIONS(1177), [anon_sym_fn] = ACTIONS(1177), [anon_sym_for] = ACTIONS(1177), [anon_sym_if] = ACTIONS(1177), [anon_sym_impl] = ACTIONS(1177), [anon_sym_let] = ACTIONS(1177), [anon_sym_loop] = ACTIONS(1177), [anon_sym_match] = ACTIONS(1177), [anon_sym_mod] = ACTIONS(1177), [anon_sym_pub] = ACTIONS(1177), [anon_sym_return] = ACTIONS(1177), [anon_sym_static] = ACTIONS(1177), [anon_sym_struct] = ACTIONS(1177), [anon_sym_trait] = ACTIONS(1177), [anon_sym_type] = ACTIONS(1177), [anon_sym_union] = ACTIONS(1177), [anon_sym_unsafe] = ACTIONS(1177), [anon_sym_use] = ACTIONS(1177), [anon_sym_while] = ACTIONS(1177), [anon_sym_POUND] = ACTIONS(1175), [anon_sym_BANG] = ACTIONS(1175), [anon_sym_extern] = ACTIONS(1177), [anon_sym_LT] = ACTIONS(1175), [anon_sym_COLON_COLON] = ACTIONS(1175), [anon_sym_AMP] = ACTIONS(1175), [anon_sym_SQUOTE] = ACTIONS(1177), [anon_sym_DOT_DOT] = ACTIONS(1175), [anon_sym_DASH] = ACTIONS(1175), [anon_sym_PIPE] = ACTIONS(1175), [anon_sym_move] = ACTIONS(1177), [sym_integer_literal] = ACTIONS(1175), [aux_sym_string_literal_token1] = ACTIONS(1175), [sym_char_literal] = ACTIONS(1175), [anon_sym_true] = ACTIONS(1177), [anon_sym_false] = ACTIONS(1177), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1177), [sym_super] = ACTIONS(1177), [sym_crate] = ACTIONS(1177), [sym_metavariable] = ACTIONS(1175), [sym_raw_string_literal] = ACTIONS(1175), [sym_float_literal] = ACTIONS(1175), [sym_block_comment] = ACTIONS(3), }, [241] = { [ts_builtin_sym_end] = ACTIONS(1179), [sym_identifier] = ACTIONS(1181), [anon_sym_SEMI] = ACTIONS(1179), [anon_sym_macro_rules_BANG] = ACTIONS(1179), [anon_sym_LPAREN] = ACTIONS(1179), [anon_sym_LBRACE] = ACTIONS(1179), [anon_sym_RBRACE] = ACTIONS(1179), [anon_sym_LBRACK] = ACTIONS(1179), [anon_sym_STAR] = ACTIONS(1179), [anon_sym_u8] = ACTIONS(1181), [anon_sym_i8] = ACTIONS(1181), [anon_sym_u16] = ACTIONS(1181), [anon_sym_i16] = ACTIONS(1181), [anon_sym_u32] = ACTIONS(1181), [anon_sym_i32] = ACTIONS(1181), [anon_sym_u64] = ACTIONS(1181), [anon_sym_i64] = ACTIONS(1181), [anon_sym_u128] = ACTIONS(1181), [anon_sym_i128] = ACTIONS(1181), [anon_sym_isize] = ACTIONS(1181), [anon_sym_usize] = ACTIONS(1181), [anon_sym_f32] = ACTIONS(1181), [anon_sym_f64] = ACTIONS(1181), [anon_sym_bool] = ACTIONS(1181), [anon_sym_str] = ACTIONS(1181), [anon_sym_char] = ACTIONS(1181), [anon_sym_async] = ACTIONS(1181), [anon_sym_break] = ACTIONS(1181), [anon_sym_const] = ACTIONS(1181), [anon_sym_continue] = ACTIONS(1181), [anon_sym_default] = ACTIONS(1181), [anon_sym_enum] = ACTIONS(1181), [anon_sym_fn] = ACTIONS(1181), [anon_sym_for] = ACTIONS(1181), [anon_sym_if] = ACTIONS(1181), [anon_sym_impl] = ACTIONS(1181), [anon_sym_let] = ACTIONS(1181), [anon_sym_loop] = ACTIONS(1181), [anon_sym_match] = ACTIONS(1181), [anon_sym_mod] = ACTIONS(1181), [anon_sym_pub] = ACTIONS(1181), [anon_sym_return] = ACTIONS(1181), [anon_sym_static] = ACTIONS(1181), [anon_sym_struct] = ACTIONS(1181), [anon_sym_trait] = ACTIONS(1181), [anon_sym_type] = ACTIONS(1181), [anon_sym_union] = ACTIONS(1181), [anon_sym_unsafe] = ACTIONS(1181), [anon_sym_use] = ACTIONS(1181), [anon_sym_while] = ACTIONS(1181), [anon_sym_POUND] = ACTIONS(1179), [anon_sym_BANG] = ACTIONS(1179), [anon_sym_extern] = ACTIONS(1181), [anon_sym_LT] = ACTIONS(1179), [anon_sym_COLON_COLON] = ACTIONS(1179), [anon_sym_AMP] = ACTIONS(1179), [anon_sym_SQUOTE] = ACTIONS(1181), [anon_sym_DOT_DOT] = ACTIONS(1179), [anon_sym_DASH] = ACTIONS(1179), [anon_sym_PIPE] = ACTIONS(1179), [anon_sym_move] = ACTIONS(1181), [sym_integer_literal] = ACTIONS(1179), [aux_sym_string_literal_token1] = ACTIONS(1179), [sym_char_literal] = ACTIONS(1179), [anon_sym_true] = ACTIONS(1181), [anon_sym_false] = ACTIONS(1181), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1181), [sym_super] = ACTIONS(1181), [sym_crate] = ACTIONS(1181), [sym_metavariable] = ACTIONS(1179), [sym_raw_string_literal] = ACTIONS(1179), [sym_float_literal] = ACTIONS(1179), [sym_block_comment] = ACTIONS(3), }, [242] = { [ts_builtin_sym_end] = ACTIONS(1183), [sym_identifier] = ACTIONS(1185), [anon_sym_SEMI] = ACTIONS(1183), [anon_sym_macro_rules_BANG] = ACTIONS(1183), [anon_sym_LPAREN] = ACTIONS(1183), [anon_sym_LBRACE] = ACTIONS(1183), [anon_sym_RBRACE] = ACTIONS(1183), [anon_sym_LBRACK] = ACTIONS(1183), [anon_sym_STAR] = ACTIONS(1183), [anon_sym_u8] = ACTIONS(1185), [anon_sym_i8] = ACTIONS(1185), [anon_sym_u16] = ACTIONS(1185), [anon_sym_i16] = ACTIONS(1185), [anon_sym_u32] = ACTIONS(1185), [anon_sym_i32] = ACTIONS(1185), [anon_sym_u64] = ACTIONS(1185), [anon_sym_i64] = ACTIONS(1185), [anon_sym_u128] = ACTIONS(1185), [anon_sym_i128] = ACTIONS(1185), [anon_sym_isize] = ACTIONS(1185), [anon_sym_usize] = ACTIONS(1185), [anon_sym_f32] = ACTIONS(1185), [anon_sym_f64] = ACTIONS(1185), [anon_sym_bool] = ACTIONS(1185), [anon_sym_str] = ACTIONS(1185), [anon_sym_char] = ACTIONS(1185), [anon_sym_async] = ACTIONS(1185), [anon_sym_break] = ACTIONS(1185), [anon_sym_const] = ACTIONS(1185), [anon_sym_continue] = ACTIONS(1185), [anon_sym_default] = ACTIONS(1185), [anon_sym_enum] = ACTIONS(1185), [anon_sym_fn] = ACTIONS(1185), [anon_sym_for] = ACTIONS(1185), [anon_sym_if] = ACTIONS(1185), [anon_sym_impl] = ACTIONS(1185), [anon_sym_let] = ACTIONS(1185), [anon_sym_loop] = ACTIONS(1185), [anon_sym_match] = ACTIONS(1185), [anon_sym_mod] = ACTIONS(1185), [anon_sym_pub] = ACTIONS(1185), [anon_sym_return] = ACTIONS(1185), [anon_sym_static] = ACTIONS(1185), [anon_sym_struct] = ACTIONS(1185), [anon_sym_trait] = ACTIONS(1185), [anon_sym_type] = ACTIONS(1185), [anon_sym_union] = ACTIONS(1185), [anon_sym_unsafe] = ACTIONS(1185), [anon_sym_use] = ACTIONS(1185), [anon_sym_while] = ACTIONS(1185), [anon_sym_POUND] = ACTIONS(1183), [anon_sym_BANG] = ACTIONS(1183), [anon_sym_extern] = ACTIONS(1185), [anon_sym_LT] = ACTIONS(1183), [anon_sym_COLON_COLON] = ACTIONS(1183), [anon_sym_AMP] = ACTIONS(1183), [anon_sym_SQUOTE] = ACTIONS(1185), [anon_sym_DOT_DOT] = ACTIONS(1183), [anon_sym_DASH] = ACTIONS(1183), [anon_sym_PIPE] = ACTIONS(1183), [anon_sym_move] = ACTIONS(1185), [sym_integer_literal] = ACTIONS(1183), [aux_sym_string_literal_token1] = ACTIONS(1183), [sym_char_literal] = ACTIONS(1183), [anon_sym_true] = ACTIONS(1185), [anon_sym_false] = ACTIONS(1185), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1185), [sym_super] = ACTIONS(1185), [sym_crate] = ACTIONS(1185), [sym_metavariable] = ACTIONS(1183), [sym_raw_string_literal] = ACTIONS(1183), [sym_float_literal] = ACTIONS(1183), [sym_block_comment] = ACTIONS(3), }, [243] = { [ts_builtin_sym_end] = ACTIONS(1187), [sym_identifier] = ACTIONS(1189), [anon_sym_SEMI] = ACTIONS(1187), [anon_sym_macro_rules_BANG] = ACTIONS(1187), [anon_sym_LPAREN] = ACTIONS(1187), [anon_sym_LBRACE] = ACTIONS(1187), [anon_sym_RBRACE] = ACTIONS(1187), [anon_sym_LBRACK] = ACTIONS(1187), [anon_sym_STAR] = ACTIONS(1187), [anon_sym_u8] = ACTIONS(1189), [anon_sym_i8] = ACTIONS(1189), [anon_sym_u16] = ACTIONS(1189), [anon_sym_i16] = ACTIONS(1189), [anon_sym_u32] = ACTIONS(1189), [anon_sym_i32] = ACTIONS(1189), [anon_sym_u64] = ACTIONS(1189), [anon_sym_i64] = ACTIONS(1189), [anon_sym_u128] = ACTIONS(1189), [anon_sym_i128] = ACTIONS(1189), [anon_sym_isize] = ACTIONS(1189), [anon_sym_usize] = ACTIONS(1189), [anon_sym_f32] = ACTIONS(1189), [anon_sym_f64] = ACTIONS(1189), [anon_sym_bool] = ACTIONS(1189), [anon_sym_str] = ACTIONS(1189), [anon_sym_char] = ACTIONS(1189), [anon_sym_async] = ACTIONS(1189), [anon_sym_break] = ACTIONS(1189), [anon_sym_const] = ACTIONS(1189), [anon_sym_continue] = ACTIONS(1189), [anon_sym_default] = ACTIONS(1189), [anon_sym_enum] = ACTIONS(1189), [anon_sym_fn] = ACTIONS(1189), [anon_sym_for] = ACTIONS(1189), [anon_sym_if] = ACTIONS(1189), [anon_sym_impl] = ACTIONS(1189), [anon_sym_let] = ACTIONS(1189), [anon_sym_loop] = ACTIONS(1189), [anon_sym_match] = ACTIONS(1189), [anon_sym_mod] = ACTIONS(1189), [anon_sym_pub] = ACTIONS(1189), [anon_sym_return] = ACTIONS(1189), [anon_sym_static] = ACTIONS(1189), [anon_sym_struct] = ACTIONS(1189), [anon_sym_trait] = ACTIONS(1189), [anon_sym_type] = ACTIONS(1189), [anon_sym_union] = ACTIONS(1189), [anon_sym_unsafe] = ACTIONS(1189), [anon_sym_use] = ACTIONS(1189), [anon_sym_while] = ACTIONS(1189), [anon_sym_POUND] = ACTIONS(1187), [anon_sym_BANG] = ACTIONS(1187), [anon_sym_extern] = ACTIONS(1189), [anon_sym_LT] = ACTIONS(1187), [anon_sym_COLON_COLON] = ACTIONS(1187), [anon_sym_AMP] = ACTIONS(1187), [anon_sym_SQUOTE] = ACTIONS(1189), [anon_sym_DOT_DOT] = ACTIONS(1187), [anon_sym_DASH] = ACTIONS(1187), [anon_sym_PIPE] = ACTIONS(1187), [anon_sym_move] = ACTIONS(1189), [sym_integer_literal] = ACTIONS(1187), [aux_sym_string_literal_token1] = ACTIONS(1187), [sym_char_literal] = ACTIONS(1187), [anon_sym_true] = ACTIONS(1189), [anon_sym_false] = ACTIONS(1189), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1189), [sym_super] = ACTIONS(1189), [sym_crate] = ACTIONS(1189), [sym_metavariable] = ACTIONS(1187), [sym_raw_string_literal] = ACTIONS(1187), [sym_float_literal] = ACTIONS(1187), [sym_block_comment] = ACTIONS(3), }, [244] = { [ts_builtin_sym_end] = ACTIONS(1191), [sym_identifier] = ACTIONS(1193), [anon_sym_SEMI] = ACTIONS(1191), [anon_sym_macro_rules_BANG] = ACTIONS(1191), [anon_sym_LPAREN] = ACTIONS(1191), [anon_sym_LBRACE] = ACTIONS(1191), [anon_sym_RBRACE] = ACTIONS(1191), [anon_sym_LBRACK] = ACTIONS(1191), [anon_sym_STAR] = ACTIONS(1191), [anon_sym_u8] = ACTIONS(1193), [anon_sym_i8] = ACTIONS(1193), [anon_sym_u16] = ACTIONS(1193), [anon_sym_i16] = ACTIONS(1193), [anon_sym_u32] = ACTIONS(1193), [anon_sym_i32] = ACTIONS(1193), [anon_sym_u64] = ACTIONS(1193), [anon_sym_i64] = ACTIONS(1193), [anon_sym_u128] = ACTIONS(1193), [anon_sym_i128] = ACTIONS(1193), [anon_sym_isize] = ACTIONS(1193), [anon_sym_usize] = ACTIONS(1193), [anon_sym_f32] = ACTIONS(1193), [anon_sym_f64] = ACTIONS(1193), [anon_sym_bool] = ACTIONS(1193), [anon_sym_str] = ACTIONS(1193), [anon_sym_char] = ACTIONS(1193), [anon_sym_async] = ACTIONS(1193), [anon_sym_break] = ACTIONS(1193), [anon_sym_const] = ACTIONS(1193), [anon_sym_continue] = ACTIONS(1193), [anon_sym_default] = ACTIONS(1193), [anon_sym_enum] = ACTIONS(1193), [anon_sym_fn] = ACTIONS(1193), [anon_sym_for] = ACTIONS(1193), [anon_sym_if] = ACTIONS(1193), [anon_sym_impl] = ACTIONS(1193), [anon_sym_let] = ACTIONS(1193), [anon_sym_loop] = ACTIONS(1193), [anon_sym_match] = ACTIONS(1193), [anon_sym_mod] = ACTIONS(1193), [anon_sym_pub] = ACTIONS(1193), [anon_sym_return] = ACTIONS(1193), [anon_sym_static] = ACTIONS(1193), [anon_sym_struct] = ACTIONS(1193), [anon_sym_trait] = ACTIONS(1193), [anon_sym_type] = ACTIONS(1193), [anon_sym_union] = ACTIONS(1193), [anon_sym_unsafe] = ACTIONS(1193), [anon_sym_use] = ACTIONS(1193), [anon_sym_while] = ACTIONS(1193), [anon_sym_POUND] = ACTIONS(1191), [anon_sym_BANG] = ACTIONS(1191), [anon_sym_extern] = ACTIONS(1193), [anon_sym_LT] = ACTIONS(1191), [anon_sym_COLON_COLON] = ACTIONS(1191), [anon_sym_AMP] = ACTIONS(1191), [anon_sym_SQUOTE] = ACTIONS(1193), [anon_sym_DOT_DOT] = ACTIONS(1191), [anon_sym_DASH] = ACTIONS(1191), [anon_sym_PIPE] = ACTIONS(1191), [anon_sym_move] = ACTIONS(1193), [sym_integer_literal] = ACTIONS(1191), [aux_sym_string_literal_token1] = ACTIONS(1191), [sym_char_literal] = ACTIONS(1191), [anon_sym_true] = ACTIONS(1193), [anon_sym_false] = ACTIONS(1193), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1193), [sym_super] = ACTIONS(1193), [sym_crate] = ACTIONS(1193), [sym_metavariable] = ACTIONS(1191), [sym_raw_string_literal] = ACTIONS(1191), [sym_float_literal] = ACTIONS(1191), [sym_block_comment] = ACTIONS(3), }, [245] = { [ts_builtin_sym_end] = ACTIONS(1195), [sym_identifier] = ACTIONS(1197), [anon_sym_SEMI] = ACTIONS(1195), [anon_sym_macro_rules_BANG] = ACTIONS(1195), [anon_sym_LPAREN] = ACTIONS(1195), [anon_sym_LBRACE] = ACTIONS(1195), [anon_sym_RBRACE] = ACTIONS(1195), [anon_sym_LBRACK] = ACTIONS(1195), [anon_sym_STAR] = ACTIONS(1195), [anon_sym_u8] = ACTIONS(1197), [anon_sym_i8] = ACTIONS(1197), [anon_sym_u16] = ACTIONS(1197), [anon_sym_i16] = ACTIONS(1197), [anon_sym_u32] = ACTIONS(1197), [anon_sym_i32] = ACTIONS(1197), [anon_sym_u64] = ACTIONS(1197), [anon_sym_i64] = ACTIONS(1197), [anon_sym_u128] = ACTIONS(1197), [anon_sym_i128] = ACTIONS(1197), [anon_sym_isize] = ACTIONS(1197), [anon_sym_usize] = ACTIONS(1197), [anon_sym_f32] = ACTIONS(1197), [anon_sym_f64] = ACTIONS(1197), [anon_sym_bool] = ACTIONS(1197), [anon_sym_str] = ACTIONS(1197), [anon_sym_char] = ACTIONS(1197), [anon_sym_async] = ACTIONS(1197), [anon_sym_break] = ACTIONS(1197), [anon_sym_const] = ACTIONS(1197), [anon_sym_continue] = ACTIONS(1197), [anon_sym_default] = ACTIONS(1197), [anon_sym_enum] = ACTIONS(1197), [anon_sym_fn] = ACTIONS(1197), [anon_sym_for] = ACTIONS(1197), [anon_sym_if] = ACTIONS(1197), [anon_sym_impl] = ACTIONS(1197), [anon_sym_let] = ACTIONS(1197), [anon_sym_loop] = ACTIONS(1197), [anon_sym_match] = ACTIONS(1197), [anon_sym_mod] = ACTIONS(1197), [anon_sym_pub] = ACTIONS(1197), [anon_sym_return] = ACTIONS(1197), [anon_sym_static] = ACTIONS(1197), [anon_sym_struct] = ACTIONS(1197), [anon_sym_trait] = ACTIONS(1197), [anon_sym_type] = ACTIONS(1197), [anon_sym_union] = ACTIONS(1197), [anon_sym_unsafe] = ACTIONS(1197), [anon_sym_use] = ACTIONS(1197), [anon_sym_while] = ACTIONS(1197), [anon_sym_POUND] = ACTIONS(1195), [anon_sym_BANG] = ACTIONS(1195), [anon_sym_extern] = ACTIONS(1197), [anon_sym_LT] = ACTIONS(1195), [anon_sym_COLON_COLON] = ACTIONS(1195), [anon_sym_AMP] = ACTIONS(1195), [anon_sym_SQUOTE] = ACTIONS(1197), [anon_sym_DOT_DOT] = ACTIONS(1195), [anon_sym_DASH] = ACTIONS(1195), [anon_sym_PIPE] = ACTIONS(1195), [anon_sym_move] = ACTIONS(1197), [sym_integer_literal] = ACTIONS(1195), [aux_sym_string_literal_token1] = ACTIONS(1195), [sym_char_literal] = ACTIONS(1195), [anon_sym_true] = ACTIONS(1197), [anon_sym_false] = ACTIONS(1197), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1197), [sym_super] = ACTIONS(1197), [sym_crate] = ACTIONS(1197), [sym_metavariable] = ACTIONS(1195), [sym_raw_string_literal] = ACTIONS(1195), [sym_float_literal] = ACTIONS(1195), [sym_block_comment] = ACTIONS(3), }, [246] = { [ts_builtin_sym_end] = ACTIONS(1199), [sym_identifier] = ACTIONS(1201), [anon_sym_SEMI] = ACTIONS(1199), [anon_sym_macro_rules_BANG] = ACTIONS(1199), [anon_sym_LPAREN] = ACTIONS(1199), [anon_sym_LBRACE] = ACTIONS(1199), [anon_sym_RBRACE] = ACTIONS(1199), [anon_sym_LBRACK] = ACTIONS(1199), [anon_sym_STAR] = ACTIONS(1199), [anon_sym_u8] = ACTIONS(1201), [anon_sym_i8] = ACTIONS(1201), [anon_sym_u16] = ACTIONS(1201), [anon_sym_i16] = ACTIONS(1201), [anon_sym_u32] = ACTIONS(1201), [anon_sym_i32] = ACTIONS(1201), [anon_sym_u64] = ACTIONS(1201), [anon_sym_i64] = ACTIONS(1201), [anon_sym_u128] = ACTIONS(1201), [anon_sym_i128] = ACTIONS(1201), [anon_sym_isize] = ACTIONS(1201), [anon_sym_usize] = ACTIONS(1201), [anon_sym_f32] = ACTIONS(1201), [anon_sym_f64] = ACTIONS(1201), [anon_sym_bool] = ACTIONS(1201), [anon_sym_str] = ACTIONS(1201), [anon_sym_char] = ACTIONS(1201), [anon_sym_async] = ACTIONS(1201), [anon_sym_break] = ACTIONS(1201), [anon_sym_const] = ACTIONS(1201), [anon_sym_continue] = ACTIONS(1201), [anon_sym_default] = ACTIONS(1201), [anon_sym_enum] = ACTIONS(1201), [anon_sym_fn] = ACTIONS(1201), [anon_sym_for] = ACTIONS(1201), [anon_sym_if] = ACTIONS(1201), [anon_sym_impl] = ACTIONS(1201), [anon_sym_let] = ACTIONS(1201), [anon_sym_loop] = ACTIONS(1201), [anon_sym_match] = ACTIONS(1201), [anon_sym_mod] = ACTIONS(1201), [anon_sym_pub] = ACTIONS(1201), [anon_sym_return] = ACTIONS(1201), [anon_sym_static] = ACTIONS(1201), [anon_sym_struct] = ACTIONS(1201), [anon_sym_trait] = ACTIONS(1201), [anon_sym_type] = ACTIONS(1201), [anon_sym_union] = ACTIONS(1201), [anon_sym_unsafe] = ACTIONS(1201), [anon_sym_use] = ACTIONS(1201), [anon_sym_while] = ACTIONS(1201), [anon_sym_POUND] = ACTIONS(1199), [anon_sym_BANG] = ACTIONS(1199), [anon_sym_extern] = ACTIONS(1201), [anon_sym_LT] = ACTIONS(1199), [anon_sym_COLON_COLON] = ACTIONS(1199), [anon_sym_AMP] = ACTIONS(1199), [anon_sym_SQUOTE] = ACTIONS(1201), [anon_sym_DOT_DOT] = ACTIONS(1199), [anon_sym_DASH] = ACTIONS(1199), [anon_sym_PIPE] = ACTIONS(1199), [anon_sym_move] = ACTIONS(1201), [sym_integer_literal] = ACTIONS(1199), [aux_sym_string_literal_token1] = ACTIONS(1199), [sym_char_literal] = ACTIONS(1199), [anon_sym_true] = ACTIONS(1201), [anon_sym_false] = ACTIONS(1201), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1201), [sym_super] = ACTIONS(1201), [sym_crate] = ACTIONS(1201), [sym_metavariable] = ACTIONS(1199), [sym_raw_string_literal] = ACTIONS(1199), [sym_float_literal] = ACTIONS(1199), [sym_block_comment] = ACTIONS(3), }, [247] = { [ts_builtin_sym_end] = ACTIONS(1203), [sym_identifier] = ACTIONS(1205), [anon_sym_SEMI] = ACTIONS(1203), [anon_sym_macro_rules_BANG] = ACTIONS(1203), [anon_sym_LPAREN] = ACTIONS(1203), [anon_sym_LBRACE] = ACTIONS(1203), [anon_sym_RBRACE] = ACTIONS(1203), [anon_sym_LBRACK] = ACTIONS(1203), [anon_sym_STAR] = ACTIONS(1203), [anon_sym_u8] = ACTIONS(1205), [anon_sym_i8] = ACTIONS(1205), [anon_sym_u16] = ACTIONS(1205), [anon_sym_i16] = ACTIONS(1205), [anon_sym_u32] = ACTIONS(1205), [anon_sym_i32] = ACTIONS(1205), [anon_sym_u64] = ACTIONS(1205), [anon_sym_i64] = ACTIONS(1205), [anon_sym_u128] = ACTIONS(1205), [anon_sym_i128] = ACTIONS(1205), [anon_sym_isize] = ACTIONS(1205), [anon_sym_usize] = ACTIONS(1205), [anon_sym_f32] = ACTIONS(1205), [anon_sym_f64] = ACTIONS(1205), [anon_sym_bool] = ACTIONS(1205), [anon_sym_str] = ACTIONS(1205), [anon_sym_char] = ACTIONS(1205), [anon_sym_async] = ACTIONS(1205), [anon_sym_break] = ACTIONS(1205), [anon_sym_const] = ACTIONS(1205), [anon_sym_continue] = ACTIONS(1205), [anon_sym_default] = ACTIONS(1205), [anon_sym_enum] = ACTIONS(1205), [anon_sym_fn] = ACTIONS(1205), [anon_sym_for] = ACTIONS(1205), [anon_sym_if] = ACTIONS(1205), [anon_sym_impl] = ACTIONS(1205), [anon_sym_let] = ACTIONS(1205), [anon_sym_loop] = ACTIONS(1205), [anon_sym_match] = ACTIONS(1205), [anon_sym_mod] = ACTIONS(1205), [anon_sym_pub] = ACTIONS(1205), [anon_sym_return] = ACTIONS(1205), [anon_sym_static] = ACTIONS(1205), [anon_sym_struct] = ACTIONS(1205), [anon_sym_trait] = ACTIONS(1205), [anon_sym_type] = ACTIONS(1205), [anon_sym_union] = ACTIONS(1205), [anon_sym_unsafe] = ACTIONS(1205), [anon_sym_use] = ACTIONS(1205), [anon_sym_while] = ACTIONS(1205), [anon_sym_POUND] = ACTIONS(1203), [anon_sym_BANG] = ACTIONS(1203), [anon_sym_extern] = ACTIONS(1205), [anon_sym_LT] = ACTIONS(1203), [anon_sym_COLON_COLON] = ACTIONS(1203), [anon_sym_AMP] = ACTIONS(1203), [anon_sym_SQUOTE] = ACTIONS(1205), [anon_sym_DOT_DOT] = ACTIONS(1203), [anon_sym_DASH] = ACTIONS(1203), [anon_sym_PIPE] = ACTIONS(1203), [anon_sym_move] = ACTIONS(1205), [sym_integer_literal] = ACTIONS(1203), [aux_sym_string_literal_token1] = ACTIONS(1203), [sym_char_literal] = ACTIONS(1203), [anon_sym_true] = ACTIONS(1205), [anon_sym_false] = ACTIONS(1205), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1205), [sym_super] = ACTIONS(1205), [sym_crate] = ACTIONS(1205), [sym_metavariable] = ACTIONS(1203), [sym_raw_string_literal] = ACTIONS(1203), [sym_float_literal] = ACTIONS(1203), [sym_block_comment] = ACTIONS(3), }, [248] = { [ts_builtin_sym_end] = ACTIONS(1207), [sym_identifier] = ACTIONS(1209), [anon_sym_SEMI] = ACTIONS(1207), [anon_sym_macro_rules_BANG] = ACTIONS(1207), [anon_sym_LPAREN] = ACTIONS(1207), [anon_sym_LBRACE] = ACTIONS(1207), [anon_sym_RBRACE] = ACTIONS(1207), [anon_sym_LBRACK] = ACTIONS(1207), [anon_sym_STAR] = ACTIONS(1207), [anon_sym_u8] = ACTIONS(1209), [anon_sym_i8] = ACTIONS(1209), [anon_sym_u16] = ACTIONS(1209), [anon_sym_i16] = ACTIONS(1209), [anon_sym_u32] = ACTIONS(1209), [anon_sym_i32] = ACTIONS(1209), [anon_sym_u64] = ACTIONS(1209), [anon_sym_i64] = ACTIONS(1209), [anon_sym_u128] = ACTIONS(1209), [anon_sym_i128] = ACTIONS(1209), [anon_sym_isize] = ACTIONS(1209), [anon_sym_usize] = ACTIONS(1209), [anon_sym_f32] = ACTIONS(1209), [anon_sym_f64] = ACTIONS(1209), [anon_sym_bool] = ACTIONS(1209), [anon_sym_str] = ACTIONS(1209), [anon_sym_char] = ACTIONS(1209), [anon_sym_async] = ACTIONS(1209), [anon_sym_break] = ACTIONS(1209), [anon_sym_const] = ACTIONS(1209), [anon_sym_continue] = ACTIONS(1209), [anon_sym_default] = ACTIONS(1209), [anon_sym_enum] = ACTIONS(1209), [anon_sym_fn] = ACTIONS(1209), [anon_sym_for] = ACTIONS(1209), [anon_sym_if] = ACTIONS(1209), [anon_sym_impl] = ACTIONS(1209), [anon_sym_let] = ACTIONS(1209), [anon_sym_loop] = ACTIONS(1209), [anon_sym_match] = ACTIONS(1209), [anon_sym_mod] = ACTIONS(1209), [anon_sym_pub] = ACTIONS(1209), [anon_sym_return] = ACTIONS(1209), [anon_sym_static] = ACTIONS(1209), [anon_sym_struct] = ACTIONS(1209), [anon_sym_trait] = ACTIONS(1209), [anon_sym_type] = ACTIONS(1209), [anon_sym_union] = ACTIONS(1209), [anon_sym_unsafe] = ACTIONS(1209), [anon_sym_use] = ACTIONS(1209), [anon_sym_while] = ACTIONS(1209), [anon_sym_POUND] = ACTIONS(1207), [anon_sym_BANG] = ACTIONS(1207), [anon_sym_extern] = ACTIONS(1209), [anon_sym_LT] = ACTIONS(1207), [anon_sym_COLON_COLON] = ACTIONS(1207), [anon_sym_AMP] = ACTIONS(1207), [anon_sym_SQUOTE] = ACTIONS(1209), [anon_sym_DOT_DOT] = ACTIONS(1207), [anon_sym_DASH] = ACTIONS(1207), [anon_sym_PIPE] = ACTIONS(1207), [anon_sym_move] = ACTIONS(1209), [sym_integer_literal] = ACTIONS(1207), [aux_sym_string_literal_token1] = ACTIONS(1207), [sym_char_literal] = ACTIONS(1207), [anon_sym_true] = ACTIONS(1209), [anon_sym_false] = ACTIONS(1209), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1209), [sym_super] = ACTIONS(1209), [sym_crate] = ACTIONS(1209), [sym_metavariable] = ACTIONS(1207), [sym_raw_string_literal] = ACTIONS(1207), [sym_float_literal] = ACTIONS(1207), [sym_block_comment] = ACTIONS(3), }, [249] = { [ts_builtin_sym_end] = ACTIONS(1211), [sym_identifier] = ACTIONS(1213), [anon_sym_SEMI] = ACTIONS(1211), [anon_sym_macro_rules_BANG] = ACTIONS(1211), [anon_sym_LPAREN] = ACTIONS(1211), [anon_sym_LBRACE] = ACTIONS(1211), [anon_sym_RBRACE] = ACTIONS(1211), [anon_sym_LBRACK] = ACTIONS(1211), [anon_sym_STAR] = ACTIONS(1211), [anon_sym_u8] = ACTIONS(1213), [anon_sym_i8] = ACTIONS(1213), [anon_sym_u16] = ACTIONS(1213), [anon_sym_i16] = ACTIONS(1213), [anon_sym_u32] = ACTIONS(1213), [anon_sym_i32] = ACTIONS(1213), [anon_sym_u64] = ACTIONS(1213), [anon_sym_i64] = ACTIONS(1213), [anon_sym_u128] = ACTIONS(1213), [anon_sym_i128] = ACTIONS(1213), [anon_sym_isize] = ACTIONS(1213), [anon_sym_usize] = ACTIONS(1213), [anon_sym_f32] = ACTIONS(1213), [anon_sym_f64] = ACTIONS(1213), [anon_sym_bool] = ACTIONS(1213), [anon_sym_str] = ACTIONS(1213), [anon_sym_char] = ACTIONS(1213), [anon_sym_async] = ACTIONS(1213), [anon_sym_break] = ACTIONS(1213), [anon_sym_const] = ACTIONS(1213), [anon_sym_continue] = ACTIONS(1213), [anon_sym_default] = ACTIONS(1213), [anon_sym_enum] = ACTIONS(1213), [anon_sym_fn] = ACTIONS(1213), [anon_sym_for] = ACTIONS(1213), [anon_sym_if] = ACTIONS(1213), [anon_sym_impl] = ACTIONS(1213), [anon_sym_let] = ACTIONS(1213), [anon_sym_loop] = ACTIONS(1213), [anon_sym_match] = ACTIONS(1213), [anon_sym_mod] = ACTIONS(1213), [anon_sym_pub] = ACTIONS(1213), [anon_sym_return] = ACTIONS(1213), [anon_sym_static] = ACTIONS(1213), [anon_sym_struct] = ACTIONS(1213), [anon_sym_trait] = ACTIONS(1213), [anon_sym_type] = ACTIONS(1213), [anon_sym_union] = ACTIONS(1213), [anon_sym_unsafe] = ACTIONS(1213), [anon_sym_use] = ACTIONS(1213), [anon_sym_while] = ACTIONS(1213), [anon_sym_POUND] = ACTIONS(1211), [anon_sym_BANG] = ACTIONS(1211), [anon_sym_extern] = ACTIONS(1213), [anon_sym_LT] = ACTIONS(1211), [anon_sym_COLON_COLON] = ACTIONS(1211), [anon_sym_AMP] = ACTIONS(1211), [anon_sym_SQUOTE] = ACTIONS(1213), [anon_sym_DOT_DOT] = ACTIONS(1211), [anon_sym_DASH] = ACTIONS(1211), [anon_sym_PIPE] = ACTIONS(1211), [anon_sym_move] = ACTIONS(1213), [sym_integer_literal] = ACTIONS(1211), [aux_sym_string_literal_token1] = ACTIONS(1211), [sym_char_literal] = ACTIONS(1211), [anon_sym_true] = ACTIONS(1213), [anon_sym_false] = ACTIONS(1213), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1213), [sym_super] = ACTIONS(1213), [sym_crate] = ACTIONS(1213), [sym_metavariable] = ACTIONS(1211), [sym_raw_string_literal] = ACTIONS(1211), [sym_float_literal] = ACTIONS(1211), [sym_block_comment] = ACTIONS(3), }, [250] = { [ts_builtin_sym_end] = ACTIONS(1215), [sym_identifier] = ACTIONS(1217), [anon_sym_SEMI] = ACTIONS(1215), [anon_sym_macro_rules_BANG] = ACTIONS(1215), [anon_sym_LPAREN] = ACTIONS(1215), [anon_sym_LBRACE] = ACTIONS(1215), [anon_sym_RBRACE] = ACTIONS(1215), [anon_sym_LBRACK] = ACTIONS(1215), [anon_sym_STAR] = ACTIONS(1215), [anon_sym_u8] = ACTIONS(1217), [anon_sym_i8] = ACTIONS(1217), [anon_sym_u16] = ACTIONS(1217), [anon_sym_i16] = ACTIONS(1217), [anon_sym_u32] = ACTIONS(1217), [anon_sym_i32] = ACTIONS(1217), [anon_sym_u64] = ACTIONS(1217), [anon_sym_i64] = ACTIONS(1217), [anon_sym_u128] = ACTIONS(1217), [anon_sym_i128] = ACTIONS(1217), [anon_sym_isize] = ACTIONS(1217), [anon_sym_usize] = ACTIONS(1217), [anon_sym_f32] = ACTIONS(1217), [anon_sym_f64] = ACTIONS(1217), [anon_sym_bool] = ACTIONS(1217), [anon_sym_str] = ACTIONS(1217), [anon_sym_char] = ACTIONS(1217), [anon_sym_async] = ACTIONS(1217), [anon_sym_break] = ACTIONS(1217), [anon_sym_const] = ACTIONS(1217), [anon_sym_continue] = ACTIONS(1217), [anon_sym_default] = ACTIONS(1217), [anon_sym_enum] = ACTIONS(1217), [anon_sym_fn] = ACTIONS(1217), [anon_sym_for] = ACTIONS(1217), [anon_sym_if] = ACTIONS(1217), [anon_sym_impl] = ACTIONS(1217), [anon_sym_let] = ACTIONS(1217), [anon_sym_loop] = ACTIONS(1217), [anon_sym_match] = ACTIONS(1217), [anon_sym_mod] = ACTIONS(1217), [anon_sym_pub] = ACTIONS(1217), [anon_sym_return] = ACTIONS(1217), [anon_sym_static] = ACTIONS(1217), [anon_sym_struct] = ACTIONS(1217), [anon_sym_trait] = ACTIONS(1217), [anon_sym_type] = ACTIONS(1217), [anon_sym_union] = ACTIONS(1217), [anon_sym_unsafe] = ACTIONS(1217), [anon_sym_use] = ACTIONS(1217), [anon_sym_while] = ACTIONS(1217), [anon_sym_POUND] = ACTIONS(1215), [anon_sym_BANG] = ACTIONS(1215), [anon_sym_extern] = ACTIONS(1217), [anon_sym_LT] = ACTIONS(1215), [anon_sym_COLON_COLON] = ACTIONS(1215), [anon_sym_AMP] = ACTIONS(1215), [anon_sym_SQUOTE] = ACTIONS(1217), [anon_sym_DOT_DOT] = ACTIONS(1215), [anon_sym_DASH] = ACTIONS(1215), [anon_sym_PIPE] = ACTIONS(1215), [anon_sym_move] = ACTIONS(1217), [sym_integer_literal] = ACTIONS(1215), [aux_sym_string_literal_token1] = ACTIONS(1215), [sym_char_literal] = ACTIONS(1215), [anon_sym_true] = ACTIONS(1217), [anon_sym_false] = ACTIONS(1217), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1217), [sym_super] = ACTIONS(1217), [sym_crate] = ACTIONS(1217), [sym_metavariable] = ACTIONS(1215), [sym_raw_string_literal] = ACTIONS(1215), [sym_float_literal] = ACTIONS(1215), [sym_block_comment] = ACTIONS(3), }, [251] = { [ts_builtin_sym_end] = ACTIONS(1219), [sym_identifier] = ACTIONS(1221), [anon_sym_SEMI] = ACTIONS(1219), [anon_sym_macro_rules_BANG] = ACTIONS(1219), [anon_sym_LPAREN] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1219), [anon_sym_RBRACE] = ACTIONS(1219), [anon_sym_LBRACK] = ACTIONS(1219), [anon_sym_STAR] = ACTIONS(1219), [anon_sym_u8] = ACTIONS(1221), [anon_sym_i8] = ACTIONS(1221), [anon_sym_u16] = ACTIONS(1221), [anon_sym_i16] = ACTIONS(1221), [anon_sym_u32] = ACTIONS(1221), [anon_sym_i32] = ACTIONS(1221), [anon_sym_u64] = ACTIONS(1221), [anon_sym_i64] = ACTIONS(1221), [anon_sym_u128] = ACTIONS(1221), [anon_sym_i128] = ACTIONS(1221), [anon_sym_isize] = ACTIONS(1221), [anon_sym_usize] = ACTIONS(1221), [anon_sym_f32] = ACTIONS(1221), [anon_sym_f64] = ACTIONS(1221), [anon_sym_bool] = ACTIONS(1221), [anon_sym_str] = ACTIONS(1221), [anon_sym_char] = ACTIONS(1221), [anon_sym_async] = ACTIONS(1221), [anon_sym_break] = ACTIONS(1221), [anon_sym_const] = ACTIONS(1221), [anon_sym_continue] = ACTIONS(1221), [anon_sym_default] = ACTIONS(1221), [anon_sym_enum] = ACTIONS(1221), [anon_sym_fn] = ACTIONS(1221), [anon_sym_for] = ACTIONS(1221), [anon_sym_if] = ACTIONS(1221), [anon_sym_impl] = ACTIONS(1221), [anon_sym_let] = ACTIONS(1221), [anon_sym_loop] = ACTIONS(1221), [anon_sym_match] = ACTIONS(1221), [anon_sym_mod] = ACTIONS(1221), [anon_sym_pub] = ACTIONS(1221), [anon_sym_return] = ACTIONS(1221), [anon_sym_static] = ACTIONS(1221), [anon_sym_struct] = ACTIONS(1221), [anon_sym_trait] = ACTIONS(1221), [anon_sym_type] = ACTIONS(1221), [anon_sym_union] = ACTIONS(1221), [anon_sym_unsafe] = ACTIONS(1221), [anon_sym_use] = ACTIONS(1221), [anon_sym_while] = ACTIONS(1221), [anon_sym_POUND] = ACTIONS(1219), [anon_sym_BANG] = ACTIONS(1219), [anon_sym_extern] = ACTIONS(1221), [anon_sym_LT] = ACTIONS(1219), [anon_sym_COLON_COLON] = ACTIONS(1219), [anon_sym_AMP] = ACTIONS(1219), [anon_sym_SQUOTE] = ACTIONS(1221), [anon_sym_DOT_DOT] = ACTIONS(1219), [anon_sym_DASH] = ACTIONS(1219), [anon_sym_PIPE] = ACTIONS(1219), [anon_sym_move] = ACTIONS(1221), [sym_integer_literal] = ACTIONS(1219), [aux_sym_string_literal_token1] = ACTIONS(1219), [sym_char_literal] = ACTIONS(1219), [anon_sym_true] = ACTIONS(1221), [anon_sym_false] = ACTIONS(1221), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1221), [sym_super] = ACTIONS(1221), [sym_crate] = ACTIONS(1221), [sym_metavariable] = ACTIONS(1219), [sym_raw_string_literal] = ACTIONS(1219), [sym_float_literal] = ACTIONS(1219), [sym_block_comment] = ACTIONS(3), }, [252] = { [ts_builtin_sym_end] = ACTIONS(1223), [sym_identifier] = ACTIONS(1225), [anon_sym_SEMI] = ACTIONS(1223), [anon_sym_macro_rules_BANG] = ACTIONS(1223), [anon_sym_LPAREN] = ACTIONS(1223), [anon_sym_LBRACE] = ACTIONS(1223), [anon_sym_RBRACE] = ACTIONS(1223), [anon_sym_LBRACK] = ACTIONS(1223), [anon_sym_STAR] = ACTIONS(1223), [anon_sym_u8] = ACTIONS(1225), [anon_sym_i8] = ACTIONS(1225), [anon_sym_u16] = ACTIONS(1225), [anon_sym_i16] = ACTIONS(1225), [anon_sym_u32] = ACTIONS(1225), [anon_sym_i32] = ACTIONS(1225), [anon_sym_u64] = ACTIONS(1225), [anon_sym_i64] = ACTIONS(1225), [anon_sym_u128] = ACTIONS(1225), [anon_sym_i128] = ACTIONS(1225), [anon_sym_isize] = ACTIONS(1225), [anon_sym_usize] = ACTIONS(1225), [anon_sym_f32] = ACTIONS(1225), [anon_sym_f64] = ACTIONS(1225), [anon_sym_bool] = ACTIONS(1225), [anon_sym_str] = ACTIONS(1225), [anon_sym_char] = ACTIONS(1225), [anon_sym_async] = ACTIONS(1225), [anon_sym_break] = ACTIONS(1225), [anon_sym_const] = ACTIONS(1225), [anon_sym_continue] = ACTIONS(1225), [anon_sym_default] = ACTIONS(1225), [anon_sym_enum] = ACTIONS(1225), [anon_sym_fn] = ACTIONS(1225), [anon_sym_for] = ACTIONS(1225), [anon_sym_if] = ACTIONS(1225), [anon_sym_impl] = ACTIONS(1225), [anon_sym_let] = ACTIONS(1225), [anon_sym_loop] = ACTIONS(1225), [anon_sym_match] = ACTIONS(1225), [anon_sym_mod] = ACTIONS(1225), [anon_sym_pub] = ACTIONS(1225), [anon_sym_return] = ACTIONS(1225), [anon_sym_static] = ACTIONS(1225), [anon_sym_struct] = ACTIONS(1225), [anon_sym_trait] = ACTIONS(1225), [anon_sym_type] = ACTIONS(1225), [anon_sym_union] = ACTIONS(1225), [anon_sym_unsafe] = ACTIONS(1225), [anon_sym_use] = ACTIONS(1225), [anon_sym_while] = ACTIONS(1225), [anon_sym_POUND] = ACTIONS(1223), [anon_sym_BANG] = ACTIONS(1223), [anon_sym_extern] = ACTIONS(1225), [anon_sym_LT] = ACTIONS(1223), [anon_sym_COLON_COLON] = ACTIONS(1223), [anon_sym_AMP] = ACTIONS(1223), [anon_sym_SQUOTE] = ACTIONS(1225), [anon_sym_DOT_DOT] = ACTIONS(1223), [anon_sym_DASH] = ACTIONS(1223), [anon_sym_PIPE] = ACTIONS(1223), [anon_sym_move] = ACTIONS(1225), [sym_integer_literal] = ACTIONS(1223), [aux_sym_string_literal_token1] = ACTIONS(1223), [sym_char_literal] = ACTIONS(1223), [anon_sym_true] = ACTIONS(1225), [anon_sym_false] = ACTIONS(1225), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1225), [sym_super] = ACTIONS(1225), [sym_crate] = ACTIONS(1225), [sym_metavariable] = ACTIONS(1223), [sym_raw_string_literal] = ACTIONS(1223), [sym_float_literal] = ACTIONS(1223), [sym_block_comment] = ACTIONS(3), }, [253] = { [ts_builtin_sym_end] = ACTIONS(1227), [sym_identifier] = ACTIONS(1229), [anon_sym_SEMI] = ACTIONS(1227), [anon_sym_macro_rules_BANG] = ACTIONS(1227), [anon_sym_LPAREN] = ACTIONS(1227), [anon_sym_LBRACE] = ACTIONS(1227), [anon_sym_RBRACE] = ACTIONS(1227), [anon_sym_LBRACK] = ACTIONS(1227), [anon_sym_STAR] = ACTIONS(1227), [anon_sym_u8] = ACTIONS(1229), [anon_sym_i8] = ACTIONS(1229), [anon_sym_u16] = ACTIONS(1229), [anon_sym_i16] = ACTIONS(1229), [anon_sym_u32] = ACTIONS(1229), [anon_sym_i32] = ACTIONS(1229), [anon_sym_u64] = ACTIONS(1229), [anon_sym_i64] = ACTIONS(1229), [anon_sym_u128] = ACTIONS(1229), [anon_sym_i128] = ACTIONS(1229), [anon_sym_isize] = ACTIONS(1229), [anon_sym_usize] = ACTIONS(1229), [anon_sym_f32] = ACTIONS(1229), [anon_sym_f64] = ACTIONS(1229), [anon_sym_bool] = ACTIONS(1229), [anon_sym_str] = ACTIONS(1229), [anon_sym_char] = ACTIONS(1229), [anon_sym_async] = ACTIONS(1229), [anon_sym_break] = ACTIONS(1229), [anon_sym_const] = ACTIONS(1229), [anon_sym_continue] = ACTIONS(1229), [anon_sym_default] = ACTIONS(1229), [anon_sym_enum] = ACTIONS(1229), [anon_sym_fn] = ACTIONS(1229), [anon_sym_for] = ACTIONS(1229), [anon_sym_if] = ACTIONS(1229), [anon_sym_impl] = ACTIONS(1229), [anon_sym_let] = ACTIONS(1229), [anon_sym_loop] = ACTIONS(1229), [anon_sym_match] = ACTIONS(1229), [anon_sym_mod] = ACTIONS(1229), [anon_sym_pub] = ACTIONS(1229), [anon_sym_return] = ACTIONS(1229), [anon_sym_static] = ACTIONS(1229), [anon_sym_struct] = ACTIONS(1229), [anon_sym_trait] = ACTIONS(1229), [anon_sym_type] = ACTIONS(1229), [anon_sym_union] = ACTIONS(1229), [anon_sym_unsafe] = ACTIONS(1229), [anon_sym_use] = ACTIONS(1229), [anon_sym_while] = ACTIONS(1229), [anon_sym_POUND] = ACTIONS(1227), [anon_sym_BANG] = ACTIONS(1227), [anon_sym_extern] = ACTIONS(1229), [anon_sym_LT] = ACTIONS(1227), [anon_sym_COLON_COLON] = ACTIONS(1227), [anon_sym_AMP] = ACTIONS(1227), [anon_sym_SQUOTE] = ACTIONS(1229), [anon_sym_DOT_DOT] = ACTIONS(1227), [anon_sym_DASH] = ACTIONS(1227), [anon_sym_PIPE] = ACTIONS(1227), [anon_sym_move] = ACTIONS(1229), [sym_integer_literal] = ACTIONS(1227), [aux_sym_string_literal_token1] = ACTIONS(1227), [sym_char_literal] = ACTIONS(1227), [anon_sym_true] = ACTIONS(1229), [anon_sym_false] = ACTIONS(1229), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1229), [sym_super] = ACTIONS(1229), [sym_crate] = ACTIONS(1229), [sym_metavariable] = ACTIONS(1227), [sym_raw_string_literal] = ACTIONS(1227), [sym_float_literal] = ACTIONS(1227), [sym_block_comment] = ACTIONS(3), }, [254] = { [ts_builtin_sym_end] = ACTIONS(1231), [sym_identifier] = ACTIONS(1233), [anon_sym_SEMI] = ACTIONS(1231), [anon_sym_macro_rules_BANG] = ACTIONS(1231), [anon_sym_LPAREN] = ACTIONS(1231), [anon_sym_LBRACE] = ACTIONS(1231), [anon_sym_RBRACE] = ACTIONS(1231), [anon_sym_LBRACK] = ACTIONS(1231), [anon_sym_STAR] = ACTIONS(1231), [anon_sym_u8] = ACTIONS(1233), [anon_sym_i8] = ACTIONS(1233), [anon_sym_u16] = ACTIONS(1233), [anon_sym_i16] = ACTIONS(1233), [anon_sym_u32] = ACTIONS(1233), [anon_sym_i32] = ACTIONS(1233), [anon_sym_u64] = ACTIONS(1233), [anon_sym_i64] = ACTIONS(1233), [anon_sym_u128] = ACTIONS(1233), [anon_sym_i128] = ACTIONS(1233), [anon_sym_isize] = ACTIONS(1233), [anon_sym_usize] = ACTIONS(1233), [anon_sym_f32] = ACTIONS(1233), [anon_sym_f64] = ACTIONS(1233), [anon_sym_bool] = ACTIONS(1233), [anon_sym_str] = ACTIONS(1233), [anon_sym_char] = ACTIONS(1233), [anon_sym_async] = ACTIONS(1233), [anon_sym_break] = ACTIONS(1233), [anon_sym_const] = ACTIONS(1233), [anon_sym_continue] = ACTIONS(1233), [anon_sym_default] = ACTIONS(1233), [anon_sym_enum] = ACTIONS(1233), [anon_sym_fn] = ACTIONS(1233), [anon_sym_for] = ACTIONS(1233), [anon_sym_if] = ACTIONS(1233), [anon_sym_impl] = ACTIONS(1233), [anon_sym_let] = ACTIONS(1233), [anon_sym_loop] = ACTIONS(1233), [anon_sym_match] = ACTIONS(1233), [anon_sym_mod] = ACTIONS(1233), [anon_sym_pub] = ACTIONS(1233), [anon_sym_return] = ACTIONS(1233), [anon_sym_static] = ACTIONS(1233), [anon_sym_struct] = ACTIONS(1233), [anon_sym_trait] = ACTIONS(1233), [anon_sym_type] = ACTIONS(1233), [anon_sym_union] = ACTIONS(1233), [anon_sym_unsafe] = ACTIONS(1233), [anon_sym_use] = ACTIONS(1233), [anon_sym_while] = ACTIONS(1233), [anon_sym_POUND] = ACTIONS(1231), [anon_sym_BANG] = ACTIONS(1231), [anon_sym_extern] = ACTIONS(1233), [anon_sym_LT] = ACTIONS(1231), [anon_sym_COLON_COLON] = ACTIONS(1231), [anon_sym_AMP] = ACTIONS(1231), [anon_sym_SQUOTE] = ACTIONS(1233), [anon_sym_DOT_DOT] = ACTIONS(1231), [anon_sym_DASH] = ACTIONS(1231), [anon_sym_PIPE] = ACTIONS(1231), [anon_sym_move] = ACTIONS(1233), [sym_integer_literal] = ACTIONS(1231), [aux_sym_string_literal_token1] = ACTIONS(1231), [sym_char_literal] = ACTIONS(1231), [anon_sym_true] = ACTIONS(1233), [anon_sym_false] = ACTIONS(1233), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1233), [sym_super] = ACTIONS(1233), [sym_crate] = ACTIONS(1233), [sym_metavariable] = ACTIONS(1231), [sym_raw_string_literal] = ACTIONS(1231), [sym_float_literal] = ACTIONS(1231), [sym_block_comment] = ACTIONS(3), }, [255] = { [ts_builtin_sym_end] = ACTIONS(1235), [sym_identifier] = ACTIONS(1237), [anon_sym_SEMI] = ACTIONS(1235), [anon_sym_macro_rules_BANG] = ACTIONS(1235), [anon_sym_LPAREN] = ACTIONS(1235), [anon_sym_LBRACE] = ACTIONS(1235), [anon_sym_RBRACE] = ACTIONS(1235), [anon_sym_LBRACK] = ACTIONS(1235), [anon_sym_STAR] = ACTIONS(1235), [anon_sym_u8] = ACTIONS(1237), [anon_sym_i8] = ACTIONS(1237), [anon_sym_u16] = ACTIONS(1237), [anon_sym_i16] = ACTIONS(1237), [anon_sym_u32] = ACTIONS(1237), [anon_sym_i32] = ACTIONS(1237), [anon_sym_u64] = ACTIONS(1237), [anon_sym_i64] = ACTIONS(1237), [anon_sym_u128] = ACTIONS(1237), [anon_sym_i128] = ACTIONS(1237), [anon_sym_isize] = ACTIONS(1237), [anon_sym_usize] = ACTIONS(1237), [anon_sym_f32] = ACTIONS(1237), [anon_sym_f64] = ACTIONS(1237), [anon_sym_bool] = ACTIONS(1237), [anon_sym_str] = ACTIONS(1237), [anon_sym_char] = ACTIONS(1237), [anon_sym_async] = ACTIONS(1237), [anon_sym_break] = ACTIONS(1237), [anon_sym_const] = ACTIONS(1237), [anon_sym_continue] = ACTIONS(1237), [anon_sym_default] = ACTIONS(1237), [anon_sym_enum] = ACTIONS(1237), [anon_sym_fn] = ACTIONS(1237), [anon_sym_for] = ACTIONS(1237), [anon_sym_if] = ACTIONS(1237), [anon_sym_impl] = ACTIONS(1237), [anon_sym_let] = ACTIONS(1237), [anon_sym_loop] = ACTIONS(1237), [anon_sym_match] = ACTIONS(1237), [anon_sym_mod] = ACTIONS(1237), [anon_sym_pub] = ACTIONS(1237), [anon_sym_return] = ACTIONS(1237), [anon_sym_static] = ACTIONS(1237), [anon_sym_struct] = ACTIONS(1237), [anon_sym_trait] = ACTIONS(1237), [anon_sym_type] = ACTIONS(1237), [anon_sym_union] = ACTIONS(1237), [anon_sym_unsafe] = ACTIONS(1237), [anon_sym_use] = ACTIONS(1237), [anon_sym_while] = ACTIONS(1237), [anon_sym_POUND] = ACTIONS(1235), [anon_sym_BANG] = ACTIONS(1235), [anon_sym_extern] = ACTIONS(1237), [anon_sym_LT] = ACTIONS(1235), [anon_sym_COLON_COLON] = ACTIONS(1235), [anon_sym_AMP] = ACTIONS(1235), [anon_sym_SQUOTE] = ACTIONS(1237), [anon_sym_DOT_DOT] = ACTIONS(1235), [anon_sym_DASH] = ACTIONS(1235), [anon_sym_PIPE] = ACTIONS(1235), [anon_sym_move] = ACTIONS(1237), [sym_integer_literal] = ACTIONS(1235), [aux_sym_string_literal_token1] = ACTIONS(1235), [sym_char_literal] = ACTIONS(1235), [anon_sym_true] = ACTIONS(1237), [anon_sym_false] = ACTIONS(1237), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1237), [sym_super] = ACTIONS(1237), [sym_crate] = ACTIONS(1237), [sym_metavariable] = ACTIONS(1235), [sym_raw_string_literal] = ACTIONS(1235), [sym_float_literal] = ACTIONS(1235), [sym_block_comment] = ACTIONS(3), }, [256] = { [ts_builtin_sym_end] = ACTIONS(1239), [sym_identifier] = ACTIONS(1241), [anon_sym_SEMI] = ACTIONS(1239), [anon_sym_macro_rules_BANG] = ACTIONS(1239), [anon_sym_LPAREN] = ACTIONS(1239), [anon_sym_LBRACE] = ACTIONS(1239), [anon_sym_RBRACE] = ACTIONS(1239), [anon_sym_LBRACK] = ACTIONS(1239), [anon_sym_STAR] = ACTIONS(1239), [anon_sym_u8] = ACTIONS(1241), [anon_sym_i8] = ACTIONS(1241), [anon_sym_u16] = ACTIONS(1241), [anon_sym_i16] = ACTIONS(1241), [anon_sym_u32] = ACTIONS(1241), [anon_sym_i32] = ACTIONS(1241), [anon_sym_u64] = ACTIONS(1241), [anon_sym_i64] = ACTIONS(1241), [anon_sym_u128] = ACTIONS(1241), [anon_sym_i128] = ACTIONS(1241), [anon_sym_isize] = ACTIONS(1241), [anon_sym_usize] = ACTIONS(1241), [anon_sym_f32] = ACTIONS(1241), [anon_sym_f64] = ACTIONS(1241), [anon_sym_bool] = ACTIONS(1241), [anon_sym_str] = ACTIONS(1241), [anon_sym_char] = ACTIONS(1241), [anon_sym_async] = ACTIONS(1241), [anon_sym_break] = ACTIONS(1241), [anon_sym_const] = ACTIONS(1241), [anon_sym_continue] = ACTIONS(1241), [anon_sym_default] = ACTIONS(1241), [anon_sym_enum] = ACTIONS(1241), [anon_sym_fn] = ACTIONS(1241), [anon_sym_for] = ACTIONS(1241), [anon_sym_if] = ACTIONS(1241), [anon_sym_impl] = ACTIONS(1241), [anon_sym_let] = ACTIONS(1241), [anon_sym_loop] = ACTIONS(1241), [anon_sym_match] = ACTIONS(1241), [anon_sym_mod] = ACTIONS(1241), [anon_sym_pub] = ACTIONS(1241), [anon_sym_return] = ACTIONS(1241), [anon_sym_static] = ACTIONS(1241), [anon_sym_struct] = ACTIONS(1241), [anon_sym_trait] = ACTIONS(1241), [anon_sym_type] = ACTIONS(1241), [anon_sym_union] = ACTIONS(1241), [anon_sym_unsafe] = ACTIONS(1241), [anon_sym_use] = ACTIONS(1241), [anon_sym_while] = ACTIONS(1241), [anon_sym_POUND] = ACTIONS(1239), [anon_sym_BANG] = ACTIONS(1239), [anon_sym_extern] = ACTIONS(1241), [anon_sym_LT] = ACTIONS(1239), [anon_sym_COLON_COLON] = ACTIONS(1239), [anon_sym_AMP] = ACTIONS(1239), [anon_sym_SQUOTE] = ACTIONS(1241), [anon_sym_DOT_DOT] = ACTIONS(1239), [anon_sym_DASH] = ACTIONS(1239), [anon_sym_PIPE] = ACTIONS(1239), [anon_sym_move] = ACTIONS(1241), [sym_integer_literal] = ACTIONS(1239), [aux_sym_string_literal_token1] = ACTIONS(1239), [sym_char_literal] = ACTIONS(1239), [anon_sym_true] = ACTIONS(1241), [anon_sym_false] = ACTIONS(1241), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1241), [sym_super] = ACTIONS(1241), [sym_crate] = ACTIONS(1241), [sym_metavariable] = ACTIONS(1239), [sym_raw_string_literal] = ACTIONS(1239), [sym_float_literal] = ACTIONS(1239), [sym_block_comment] = ACTIONS(3), }, [257] = { [ts_builtin_sym_end] = ACTIONS(1243), [sym_identifier] = ACTIONS(1245), [anon_sym_SEMI] = ACTIONS(1243), [anon_sym_macro_rules_BANG] = ACTIONS(1243), [anon_sym_LPAREN] = ACTIONS(1243), [anon_sym_LBRACE] = ACTIONS(1243), [anon_sym_RBRACE] = ACTIONS(1243), [anon_sym_LBRACK] = ACTIONS(1243), [anon_sym_STAR] = ACTIONS(1243), [anon_sym_u8] = ACTIONS(1245), [anon_sym_i8] = ACTIONS(1245), [anon_sym_u16] = ACTIONS(1245), [anon_sym_i16] = ACTIONS(1245), [anon_sym_u32] = ACTIONS(1245), [anon_sym_i32] = ACTIONS(1245), [anon_sym_u64] = ACTIONS(1245), [anon_sym_i64] = ACTIONS(1245), [anon_sym_u128] = ACTIONS(1245), [anon_sym_i128] = ACTIONS(1245), [anon_sym_isize] = ACTIONS(1245), [anon_sym_usize] = ACTIONS(1245), [anon_sym_f32] = ACTIONS(1245), [anon_sym_f64] = ACTIONS(1245), [anon_sym_bool] = ACTIONS(1245), [anon_sym_str] = ACTIONS(1245), [anon_sym_char] = ACTIONS(1245), [anon_sym_async] = ACTIONS(1245), [anon_sym_break] = ACTIONS(1245), [anon_sym_const] = ACTIONS(1245), [anon_sym_continue] = ACTIONS(1245), [anon_sym_default] = ACTIONS(1245), [anon_sym_enum] = ACTIONS(1245), [anon_sym_fn] = ACTIONS(1245), [anon_sym_for] = ACTIONS(1245), [anon_sym_if] = ACTIONS(1245), [anon_sym_impl] = ACTIONS(1245), [anon_sym_let] = ACTIONS(1245), [anon_sym_loop] = ACTIONS(1245), [anon_sym_match] = ACTIONS(1245), [anon_sym_mod] = ACTIONS(1245), [anon_sym_pub] = ACTIONS(1245), [anon_sym_return] = ACTIONS(1245), [anon_sym_static] = ACTIONS(1245), [anon_sym_struct] = ACTIONS(1245), [anon_sym_trait] = ACTIONS(1245), [anon_sym_type] = ACTIONS(1245), [anon_sym_union] = ACTIONS(1245), [anon_sym_unsafe] = ACTIONS(1245), [anon_sym_use] = ACTIONS(1245), [anon_sym_while] = ACTIONS(1245), [anon_sym_POUND] = ACTIONS(1243), [anon_sym_BANG] = ACTIONS(1243), [anon_sym_extern] = ACTIONS(1245), [anon_sym_LT] = ACTIONS(1243), [anon_sym_COLON_COLON] = ACTIONS(1243), [anon_sym_AMP] = ACTIONS(1243), [anon_sym_SQUOTE] = ACTIONS(1245), [anon_sym_DOT_DOT] = ACTIONS(1243), [anon_sym_DASH] = ACTIONS(1243), [anon_sym_PIPE] = ACTIONS(1243), [anon_sym_move] = ACTIONS(1245), [sym_integer_literal] = ACTIONS(1243), [aux_sym_string_literal_token1] = ACTIONS(1243), [sym_char_literal] = ACTIONS(1243), [anon_sym_true] = ACTIONS(1245), [anon_sym_false] = ACTIONS(1245), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1245), [sym_super] = ACTIONS(1245), [sym_crate] = ACTIONS(1245), [sym_metavariable] = ACTIONS(1243), [sym_raw_string_literal] = ACTIONS(1243), [sym_float_literal] = ACTIONS(1243), [sym_block_comment] = ACTIONS(3), }, [258] = { [ts_builtin_sym_end] = ACTIONS(1247), [sym_identifier] = ACTIONS(1249), [anon_sym_SEMI] = ACTIONS(1247), [anon_sym_macro_rules_BANG] = ACTIONS(1247), [anon_sym_LPAREN] = ACTIONS(1247), [anon_sym_LBRACE] = ACTIONS(1247), [anon_sym_RBRACE] = ACTIONS(1247), [anon_sym_LBRACK] = ACTIONS(1247), [anon_sym_STAR] = ACTIONS(1247), [anon_sym_u8] = ACTIONS(1249), [anon_sym_i8] = ACTIONS(1249), [anon_sym_u16] = ACTIONS(1249), [anon_sym_i16] = ACTIONS(1249), [anon_sym_u32] = ACTIONS(1249), [anon_sym_i32] = ACTIONS(1249), [anon_sym_u64] = ACTIONS(1249), [anon_sym_i64] = ACTIONS(1249), [anon_sym_u128] = ACTIONS(1249), [anon_sym_i128] = ACTIONS(1249), [anon_sym_isize] = ACTIONS(1249), [anon_sym_usize] = ACTIONS(1249), [anon_sym_f32] = ACTIONS(1249), [anon_sym_f64] = ACTIONS(1249), [anon_sym_bool] = ACTIONS(1249), [anon_sym_str] = ACTIONS(1249), [anon_sym_char] = ACTIONS(1249), [anon_sym_async] = ACTIONS(1249), [anon_sym_break] = ACTIONS(1249), [anon_sym_const] = ACTIONS(1249), [anon_sym_continue] = ACTIONS(1249), [anon_sym_default] = ACTIONS(1249), [anon_sym_enum] = ACTIONS(1249), [anon_sym_fn] = ACTIONS(1249), [anon_sym_for] = ACTIONS(1249), [anon_sym_if] = ACTIONS(1249), [anon_sym_impl] = ACTIONS(1249), [anon_sym_let] = ACTIONS(1249), [anon_sym_loop] = ACTIONS(1249), [anon_sym_match] = ACTIONS(1249), [anon_sym_mod] = ACTIONS(1249), [anon_sym_pub] = ACTIONS(1249), [anon_sym_return] = ACTIONS(1249), [anon_sym_static] = ACTIONS(1249), [anon_sym_struct] = ACTIONS(1249), [anon_sym_trait] = ACTIONS(1249), [anon_sym_type] = ACTIONS(1249), [anon_sym_union] = ACTIONS(1249), [anon_sym_unsafe] = ACTIONS(1249), [anon_sym_use] = ACTIONS(1249), [anon_sym_while] = ACTIONS(1249), [anon_sym_POUND] = ACTIONS(1247), [anon_sym_BANG] = ACTIONS(1247), [anon_sym_extern] = ACTIONS(1249), [anon_sym_LT] = ACTIONS(1247), [anon_sym_COLON_COLON] = ACTIONS(1247), [anon_sym_AMP] = ACTIONS(1247), [anon_sym_SQUOTE] = ACTIONS(1249), [anon_sym_DOT_DOT] = ACTIONS(1247), [anon_sym_DASH] = ACTIONS(1247), [anon_sym_PIPE] = ACTIONS(1247), [anon_sym_move] = ACTIONS(1249), [sym_integer_literal] = ACTIONS(1247), [aux_sym_string_literal_token1] = ACTIONS(1247), [sym_char_literal] = ACTIONS(1247), [anon_sym_true] = ACTIONS(1249), [anon_sym_false] = ACTIONS(1249), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1249), [sym_super] = ACTIONS(1249), [sym_crate] = ACTIONS(1249), [sym_metavariable] = ACTIONS(1247), [sym_raw_string_literal] = ACTIONS(1247), [sym_float_literal] = ACTIONS(1247), [sym_block_comment] = ACTIONS(3), }, [259] = { [ts_builtin_sym_end] = ACTIONS(1251), [sym_identifier] = ACTIONS(1253), [anon_sym_SEMI] = ACTIONS(1251), [anon_sym_macro_rules_BANG] = ACTIONS(1251), [anon_sym_LPAREN] = ACTIONS(1251), [anon_sym_LBRACE] = ACTIONS(1251), [anon_sym_RBRACE] = ACTIONS(1251), [anon_sym_LBRACK] = ACTIONS(1251), [anon_sym_STAR] = ACTIONS(1251), [anon_sym_u8] = ACTIONS(1253), [anon_sym_i8] = ACTIONS(1253), [anon_sym_u16] = ACTIONS(1253), [anon_sym_i16] = ACTIONS(1253), [anon_sym_u32] = ACTIONS(1253), [anon_sym_i32] = ACTIONS(1253), [anon_sym_u64] = ACTIONS(1253), [anon_sym_i64] = ACTIONS(1253), [anon_sym_u128] = ACTIONS(1253), [anon_sym_i128] = ACTIONS(1253), [anon_sym_isize] = ACTIONS(1253), [anon_sym_usize] = ACTIONS(1253), [anon_sym_f32] = ACTIONS(1253), [anon_sym_f64] = ACTIONS(1253), [anon_sym_bool] = ACTIONS(1253), [anon_sym_str] = ACTIONS(1253), [anon_sym_char] = ACTIONS(1253), [anon_sym_async] = ACTIONS(1253), [anon_sym_break] = ACTIONS(1253), [anon_sym_const] = ACTIONS(1253), [anon_sym_continue] = ACTIONS(1253), [anon_sym_default] = ACTIONS(1253), [anon_sym_enum] = ACTIONS(1253), [anon_sym_fn] = ACTIONS(1253), [anon_sym_for] = ACTIONS(1253), [anon_sym_if] = ACTIONS(1253), [anon_sym_impl] = ACTIONS(1253), [anon_sym_let] = ACTIONS(1253), [anon_sym_loop] = ACTIONS(1253), [anon_sym_match] = ACTIONS(1253), [anon_sym_mod] = ACTIONS(1253), [anon_sym_pub] = ACTIONS(1253), [anon_sym_return] = ACTIONS(1253), [anon_sym_static] = ACTIONS(1253), [anon_sym_struct] = ACTIONS(1253), [anon_sym_trait] = ACTIONS(1253), [anon_sym_type] = ACTIONS(1253), [anon_sym_union] = ACTIONS(1253), [anon_sym_unsafe] = ACTIONS(1253), [anon_sym_use] = ACTIONS(1253), [anon_sym_while] = ACTIONS(1253), [anon_sym_POUND] = ACTIONS(1251), [anon_sym_BANG] = ACTIONS(1251), [anon_sym_extern] = ACTIONS(1253), [anon_sym_LT] = ACTIONS(1251), [anon_sym_COLON_COLON] = ACTIONS(1251), [anon_sym_AMP] = ACTIONS(1251), [anon_sym_SQUOTE] = ACTIONS(1253), [anon_sym_DOT_DOT] = ACTIONS(1251), [anon_sym_DASH] = ACTIONS(1251), [anon_sym_PIPE] = ACTIONS(1251), [anon_sym_move] = ACTIONS(1253), [sym_integer_literal] = ACTIONS(1251), [aux_sym_string_literal_token1] = ACTIONS(1251), [sym_char_literal] = ACTIONS(1251), [anon_sym_true] = ACTIONS(1253), [anon_sym_false] = ACTIONS(1253), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1253), [sym_super] = ACTIONS(1253), [sym_crate] = ACTIONS(1253), [sym_metavariable] = ACTIONS(1251), [sym_raw_string_literal] = ACTIONS(1251), [sym_float_literal] = ACTIONS(1251), [sym_block_comment] = ACTIONS(3), }, [260] = { [ts_builtin_sym_end] = ACTIONS(1255), [sym_identifier] = ACTIONS(1257), [anon_sym_SEMI] = ACTIONS(1255), [anon_sym_macro_rules_BANG] = ACTIONS(1255), [anon_sym_LPAREN] = ACTIONS(1255), [anon_sym_LBRACE] = ACTIONS(1255), [anon_sym_RBRACE] = ACTIONS(1255), [anon_sym_LBRACK] = ACTIONS(1255), [anon_sym_STAR] = ACTIONS(1255), [anon_sym_u8] = ACTIONS(1257), [anon_sym_i8] = ACTIONS(1257), [anon_sym_u16] = ACTIONS(1257), [anon_sym_i16] = ACTIONS(1257), [anon_sym_u32] = ACTIONS(1257), [anon_sym_i32] = ACTIONS(1257), [anon_sym_u64] = ACTIONS(1257), [anon_sym_i64] = ACTIONS(1257), [anon_sym_u128] = ACTIONS(1257), [anon_sym_i128] = ACTIONS(1257), [anon_sym_isize] = ACTIONS(1257), [anon_sym_usize] = ACTIONS(1257), [anon_sym_f32] = ACTIONS(1257), [anon_sym_f64] = ACTIONS(1257), [anon_sym_bool] = ACTIONS(1257), [anon_sym_str] = ACTIONS(1257), [anon_sym_char] = ACTIONS(1257), [anon_sym_async] = ACTIONS(1257), [anon_sym_break] = ACTIONS(1257), [anon_sym_const] = ACTIONS(1257), [anon_sym_continue] = ACTIONS(1257), [anon_sym_default] = ACTIONS(1257), [anon_sym_enum] = ACTIONS(1257), [anon_sym_fn] = ACTIONS(1257), [anon_sym_for] = ACTIONS(1257), [anon_sym_if] = ACTIONS(1257), [anon_sym_impl] = ACTIONS(1257), [anon_sym_let] = ACTIONS(1257), [anon_sym_loop] = ACTIONS(1257), [anon_sym_match] = ACTIONS(1257), [anon_sym_mod] = ACTIONS(1257), [anon_sym_pub] = ACTIONS(1257), [anon_sym_return] = ACTIONS(1257), [anon_sym_static] = ACTIONS(1257), [anon_sym_struct] = ACTIONS(1257), [anon_sym_trait] = ACTIONS(1257), [anon_sym_type] = ACTIONS(1257), [anon_sym_union] = ACTIONS(1257), [anon_sym_unsafe] = ACTIONS(1257), [anon_sym_use] = ACTIONS(1257), [anon_sym_while] = ACTIONS(1257), [anon_sym_POUND] = ACTIONS(1255), [anon_sym_BANG] = ACTIONS(1255), [anon_sym_extern] = ACTIONS(1257), [anon_sym_LT] = ACTIONS(1255), [anon_sym_COLON_COLON] = ACTIONS(1255), [anon_sym_AMP] = ACTIONS(1255), [anon_sym_SQUOTE] = ACTIONS(1257), [anon_sym_DOT_DOT] = ACTIONS(1255), [anon_sym_DASH] = ACTIONS(1255), [anon_sym_PIPE] = ACTIONS(1255), [anon_sym_move] = ACTIONS(1257), [sym_integer_literal] = ACTIONS(1255), [aux_sym_string_literal_token1] = ACTIONS(1255), [sym_char_literal] = ACTIONS(1255), [anon_sym_true] = ACTIONS(1257), [anon_sym_false] = ACTIONS(1257), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1257), [sym_super] = ACTIONS(1257), [sym_crate] = ACTIONS(1257), [sym_metavariable] = ACTIONS(1255), [sym_raw_string_literal] = ACTIONS(1255), [sym_float_literal] = ACTIONS(1255), [sym_block_comment] = ACTIONS(3), }, [261] = { [ts_builtin_sym_end] = ACTIONS(1259), [sym_identifier] = ACTIONS(1261), [anon_sym_SEMI] = ACTIONS(1259), [anon_sym_macro_rules_BANG] = ACTIONS(1259), [anon_sym_LPAREN] = ACTIONS(1259), [anon_sym_LBRACE] = ACTIONS(1259), [anon_sym_RBRACE] = ACTIONS(1259), [anon_sym_LBRACK] = ACTIONS(1259), [anon_sym_STAR] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1261), [anon_sym_i8] = ACTIONS(1261), [anon_sym_u16] = ACTIONS(1261), [anon_sym_i16] = ACTIONS(1261), [anon_sym_u32] = ACTIONS(1261), [anon_sym_i32] = ACTIONS(1261), [anon_sym_u64] = ACTIONS(1261), [anon_sym_i64] = ACTIONS(1261), [anon_sym_u128] = ACTIONS(1261), [anon_sym_i128] = ACTIONS(1261), [anon_sym_isize] = ACTIONS(1261), [anon_sym_usize] = ACTIONS(1261), [anon_sym_f32] = ACTIONS(1261), [anon_sym_f64] = ACTIONS(1261), [anon_sym_bool] = ACTIONS(1261), [anon_sym_str] = ACTIONS(1261), [anon_sym_char] = ACTIONS(1261), [anon_sym_async] = ACTIONS(1261), [anon_sym_break] = ACTIONS(1261), [anon_sym_const] = ACTIONS(1261), [anon_sym_continue] = ACTIONS(1261), [anon_sym_default] = ACTIONS(1261), [anon_sym_enum] = ACTIONS(1261), [anon_sym_fn] = ACTIONS(1261), [anon_sym_for] = ACTIONS(1261), [anon_sym_if] = ACTIONS(1261), [anon_sym_impl] = ACTIONS(1261), [anon_sym_let] = ACTIONS(1261), [anon_sym_loop] = ACTIONS(1261), [anon_sym_match] = ACTIONS(1261), [anon_sym_mod] = ACTIONS(1261), [anon_sym_pub] = ACTIONS(1261), [anon_sym_return] = ACTIONS(1261), [anon_sym_static] = ACTIONS(1261), [anon_sym_struct] = ACTIONS(1261), [anon_sym_trait] = ACTIONS(1261), [anon_sym_type] = ACTIONS(1261), [anon_sym_union] = ACTIONS(1261), [anon_sym_unsafe] = ACTIONS(1261), [anon_sym_use] = ACTIONS(1261), [anon_sym_while] = ACTIONS(1261), [anon_sym_POUND] = ACTIONS(1259), [anon_sym_BANG] = ACTIONS(1259), [anon_sym_extern] = ACTIONS(1261), [anon_sym_LT] = ACTIONS(1259), [anon_sym_COLON_COLON] = ACTIONS(1259), [anon_sym_AMP] = ACTIONS(1259), [anon_sym_SQUOTE] = ACTIONS(1261), [anon_sym_DOT_DOT] = ACTIONS(1259), [anon_sym_DASH] = ACTIONS(1259), [anon_sym_PIPE] = ACTIONS(1259), [anon_sym_move] = ACTIONS(1261), [sym_integer_literal] = ACTIONS(1259), [aux_sym_string_literal_token1] = ACTIONS(1259), [sym_char_literal] = ACTIONS(1259), [anon_sym_true] = ACTIONS(1261), [anon_sym_false] = ACTIONS(1261), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1261), [sym_super] = ACTIONS(1261), [sym_crate] = ACTIONS(1261), [sym_metavariable] = ACTIONS(1259), [sym_raw_string_literal] = ACTIONS(1259), [sym_float_literal] = ACTIONS(1259), [sym_block_comment] = ACTIONS(3), }, [262] = { [ts_builtin_sym_end] = ACTIONS(1263), [sym_identifier] = ACTIONS(1265), [anon_sym_SEMI] = ACTIONS(1263), [anon_sym_macro_rules_BANG] = ACTIONS(1263), [anon_sym_LPAREN] = ACTIONS(1263), [anon_sym_LBRACE] = ACTIONS(1263), [anon_sym_RBRACE] = ACTIONS(1263), [anon_sym_LBRACK] = ACTIONS(1263), [anon_sym_STAR] = ACTIONS(1263), [anon_sym_u8] = ACTIONS(1265), [anon_sym_i8] = ACTIONS(1265), [anon_sym_u16] = ACTIONS(1265), [anon_sym_i16] = ACTIONS(1265), [anon_sym_u32] = ACTIONS(1265), [anon_sym_i32] = ACTIONS(1265), [anon_sym_u64] = ACTIONS(1265), [anon_sym_i64] = ACTIONS(1265), [anon_sym_u128] = ACTIONS(1265), [anon_sym_i128] = ACTIONS(1265), [anon_sym_isize] = ACTIONS(1265), [anon_sym_usize] = ACTIONS(1265), [anon_sym_f32] = ACTIONS(1265), [anon_sym_f64] = ACTIONS(1265), [anon_sym_bool] = ACTIONS(1265), [anon_sym_str] = ACTIONS(1265), [anon_sym_char] = ACTIONS(1265), [anon_sym_async] = ACTIONS(1265), [anon_sym_break] = ACTIONS(1265), [anon_sym_const] = ACTIONS(1265), [anon_sym_continue] = ACTIONS(1265), [anon_sym_default] = ACTIONS(1265), [anon_sym_enum] = ACTIONS(1265), [anon_sym_fn] = ACTIONS(1265), [anon_sym_for] = ACTIONS(1265), [anon_sym_if] = ACTIONS(1265), [anon_sym_impl] = ACTIONS(1265), [anon_sym_let] = ACTIONS(1265), [anon_sym_loop] = ACTIONS(1265), [anon_sym_match] = ACTIONS(1265), [anon_sym_mod] = ACTIONS(1265), [anon_sym_pub] = ACTIONS(1265), [anon_sym_return] = ACTIONS(1265), [anon_sym_static] = ACTIONS(1265), [anon_sym_struct] = ACTIONS(1265), [anon_sym_trait] = ACTIONS(1265), [anon_sym_type] = ACTIONS(1265), [anon_sym_union] = ACTIONS(1265), [anon_sym_unsafe] = ACTIONS(1265), [anon_sym_use] = ACTIONS(1265), [anon_sym_while] = ACTIONS(1265), [anon_sym_POUND] = ACTIONS(1263), [anon_sym_BANG] = ACTIONS(1263), [anon_sym_extern] = ACTIONS(1265), [anon_sym_LT] = ACTIONS(1263), [anon_sym_COLON_COLON] = ACTIONS(1263), [anon_sym_AMP] = ACTIONS(1263), [anon_sym_SQUOTE] = ACTIONS(1265), [anon_sym_DOT_DOT] = ACTIONS(1263), [anon_sym_DASH] = ACTIONS(1263), [anon_sym_PIPE] = ACTIONS(1263), [anon_sym_move] = ACTIONS(1265), [sym_integer_literal] = ACTIONS(1263), [aux_sym_string_literal_token1] = ACTIONS(1263), [sym_char_literal] = ACTIONS(1263), [anon_sym_true] = ACTIONS(1265), [anon_sym_false] = ACTIONS(1265), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1265), [sym_super] = ACTIONS(1265), [sym_crate] = ACTIONS(1265), [sym_metavariable] = ACTIONS(1263), [sym_raw_string_literal] = ACTIONS(1263), [sym_float_literal] = ACTIONS(1263), [sym_block_comment] = ACTIONS(3), }, [263] = { [ts_builtin_sym_end] = ACTIONS(1267), [sym_identifier] = ACTIONS(1269), [anon_sym_SEMI] = ACTIONS(1267), [anon_sym_macro_rules_BANG] = ACTIONS(1267), [anon_sym_LPAREN] = ACTIONS(1267), [anon_sym_LBRACE] = ACTIONS(1267), [anon_sym_RBRACE] = ACTIONS(1267), [anon_sym_LBRACK] = ACTIONS(1267), [anon_sym_STAR] = ACTIONS(1267), [anon_sym_u8] = ACTIONS(1269), [anon_sym_i8] = ACTIONS(1269), [anon_sym_u16] = ACTIONS(1269), [anon_sym_i16] = ACTIONS(1269), [anon_sym_u32] = ACTIONS(1269), [anon_sym_i32] = ACTIONS(1269), [anon_sym_u64] = ACTIONS(1269), [anon_sym_i64] = ACTIONS(1269), [anon_sym_u128] = ACTIONS(1269), [anon_sym_i128] = ACTIONS(1269), [anon_sym_isize] = ACTIONS(1269), [anon_sym_usize] = ACTIONS(1269), [anon_sym_f32] = ACTIONS(1269), [anon_sym_f64] = ACTIONS(1269), [anon_sym_bool] = ACTIONS(1269), [anon_sym_str] = ACTIONS(1269), [anon_sym_char] = ACTIONS(1269), [anon_sym_async] = ACTIONS(1269), [anon_sym_break] = ACTIONS(1269), [anon_sym_const] = ACTIONS(1269), [anon_sym_continue] = ACTIONS(1269), [anon_sym_default] = ACTIONS(1269), [anon_sym_enum] = ACTIONS(1269), [anon_sym_fn] = ACTIONS(1269), [anon_sym_for] = ACTIONS(1269), [anon_sym_if] = ACTIONS(1269), [anon_sym_impl] = ACTIONS(1269), [anon_sym_let] = ACTIONS(1269), [anon_sym_loop] = ACTIONS(1269), [anon_sym_match] = ACTIONS(1269), [anon_sym_mod] = ACTIONS(1269), [anon_sym_pub] = ACTIONS(1269), [anon_sym_return] = ACTIONS(1269), [anon_sym_static] = ACTIONS(1269), [anon_sym_struct] = ACTIONS(1269), [anon_sym_trait] = ACTIONS(1269), [anon_sym_type] = ACTIONS(1269), [anon_sym_union] = ACTIONS(1269), [anon_sym_unsafe] = ACTIONS(1269), [anon_sym_use] = ACTIONS(1269), [anon_sym_while] = ACTIONS(1269), [anon_sym_POUND] = ACTIONS(1267), [anon_sym_BANG] = ACTIONS(1267), [anon_sym_extern] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(1267), [anon_sym_COLON_COLON] = ACTIONS(1267), [anon_sym_AMP] = ACTIONS(1267), [anon_sym_SQUOTE] = ACTIONS(1269), [anon_sym_DOT_DOT] = ACTIONS(1267), [anon_sym_DASH] = ACTIONS(1267), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_move] = ACTIONS(1269), [sym_integer_literal] = ACTIONS(1267), [aux_sym_string_literal_token1] = ACTIONS(1267), [sym_char_literal] = ACTIONS(1267), [anon_sym_true] = ACTIONS(1269), [anon_sym_false] = ACTIONS(1269), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1269), [sym_super] = ACTIONS(1269), [sym_crate] = ACTIONS(1269), [sym_metavariable] = ACTIONS(1267), [sym_raw_string_literal] = ACTIONS(1267), [sym_float_literal] = ACTIONS(1267), [sym_block_comment] = ACTIONS(3), }, [264] = { [ts_builtin_sym_end] = ACTIONS(1271), [sym_identifier] = ACTIONS(1273), [anon_sym_SEMI] = ACTIONS(1271), [anon_sym_macro_rules_BANG] = ACTIONS(1271), [anon_sym_LPAREN] = ACTIONS(1271), [anon_sym_LBRACE] = ACTIONS(1271), [anon_sym_RBRACE] = ACTIONS(1271), [anon_sym_LBRACK] = ACTIONS(1271), [anon_sym_STAR] = ACTIONS(1271), [anon_sym_u8] = ACTIONS(1273), [anon_sym_i8] = ACTIONS(1273), [anon_sym_u16] = ACTIONS(1273), [anon_sym_i16] = ACTIONS(1273), [anon_sym_u32] = ACTIONS(1273), [anon_sym_i32] = ACTIONS(1273), [anon_sym_u64] = ACTIONS(1273), [anon_sym_i64] = ACTIONS(1273), [anon_sym_u128] = ACTIONS(1273), [anon_sym_i128] = ACTIONS(1273), [anon_sym_isize] = ACTIONS(1273), [anon_sym_usize] = ACTIONS(1273), [anon_sym_f32] = ACTIONS(1273), [anon_sym_f64] = ACTIONS(1273), [anon_sym_bool] = ACTIONS(1273), [anon_sym_str] = ACTIONS(1273), [anon_sym_char] = ACTIONS(1273), [anon_sym_async] = ACTIONS(1273), [anon_sym_break] = ACTIONS(1273), [anon_sym_const] = ACTIONS(1273), [anon_sym_continue] = ACTIONS(1273), [anon_sym_default] = ACTIONS(1273), [anon_sym_enum] = ACTIONS(1273), [anon_sym_fn] = ACTIONS(1273), [anon_sym_for] = ACTIONS(1273), [anon_sym_if] = ACTIONS(1273), [anon_sym_impl] = ACTIONS(1273), [anon_sym_let] = ACTIONS(1273), [anon_sym_loop] = ACTIONS(1273), [anon_sym_match] = ACTIONS(1273), [anon_sym_mod] = ACTIONS(1273), [anon_sym_pub] = ACTIONS(1273), [anon_sym_return] = ACTIONS(1273), [anon_sym_static] = ACTIONS(1273), [anon_sym_struct] = ACTIONS(1273), [anon_sym_trait] = ACTIONS(1273), [anon_sym_type] = ACTIONS(1273), [anon_sym_union] = ACTIONS(1273), [anon_sym_unsafe] = ACTIONS(1273), [anon_sym_use] = ACTIONS(1273), [anon_sym_while] = ACTIONS(1273), [anon_sym_POUND] = ACTIONS(1271), [anon_sym_BANG] = ACTIONS(1271), [anon_sym_extern] = ACTIONS(1273), [anon_sym_LT] = ACTIONS(1271), [anon_sym_COLON_COLON] = ACTIONS(1271), [anon_sym_AMP] = ACTIONS(1271), [anon_sym_SQUOTE] = ACTIONS(1273), [anon_sym_DOT_DOT] = ACTIONS(1271), [anon_sym_DASH] = ACTIONS(1271), [anon_sym_PIPE] = ACTIONS(1271), [anon_sym_move] = ACTIONS(1273), [sym_integer_literal] = ACTIONS(1271), [aux_sym_string_literal_token1] = ACTIONS(1271), [sym_char_literal] = ACTIONS(1271), [anon_sym_true] = ACTIONS(1273), [anon_sym_false] = ACTIONS(1273), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1273), [sym_super] = ACTIONS(1273), [sym_crate] = ACTIONS(1273), [sym_metavariable] = ACTIONS(1271), [sym_raw_string_literal] = ACTIONS(1271), [sym_float_literal] = ACTIONS(1271), [sym_block_comment] = ACTIONS(3), }, [265] = { [ts_builtin_sym_end] = ACTIONS(1275), [sym_identifier] = ACTIONS(1277), [anon_sym_SEMI] = ACTIONS(1275), [anon_sym_macro_rules_BANG] = ACTIONS(1275), [anon_sym_LPAREN] = ACTIONS(1275), [anon_sym_LBRACE] = ACTIONS(1275), [anon_sym_RBRACE] = ACTIONS(1275), [anon_sym_LBRACK] = ACTIONS(1275), [anon_sym_STAR] = ACTIONS(1275), [anon_sym_u8] = ACTIONS(1277), [anon_sym_i8] = ACTIONS(1277), [anon_sym_u16] = ACTIONS(1277), [anon_sym_i16] = ACTIONS(1277), [anon_sym_u32] = ACTIONS(1277), [anon_sym_i32] = ACTIONS(1277), [anon_sym_u64] = ACTIONS(1277), [anon_sym_i64] = ACTIONS(1277), [anon_sym_u128] = ACTIONS(1277), [anon_sym_i128] = ACTIONS(1277), [anon_sym_isize] = ACTIONS(1277), [anon_sym_usize] = ACTIONS(1277), [anon_sym_f32] = ACTIONS(1277), [anon_sym_f64] = ACTIONS(1277), [anon_sym_bool] = ACTIONS(1277), [anon_sym_str] = ACTIONS(1277), [anon_sym_char] = ACTIONS(1277), [anon_sym_async] = ACTIONS(1277), [anon_sym_break] = ACTIONS(1277), [anon_sym_const] = ACTIONS(1277), [anon_sym_continue] = ACTIONS(1277), [anon_sym_default] = ACTIONS(1277), [anon_sym_enum] = ACTIONS(1277), [anon_sym_fn] = ACTIONS(1277), [anon_sym_for] = ACTIONS(1277), [anon_sym_if] = ACTIONS(1277), [anon_sym_impl] = ACTIONS(1277), [anon_sym_let] = ACTIONS(1277), [anon_sym_loop] = ACTIONS(1277), [anon_sym_match] = ACTIONS(1277), [anon_sym_mod] = ACTIONS(1277), [anon_sym_pub] = ACTIONS(1277), [anon_sym_return] = ACTIONS(1277), [anon_sym_static] = ACTIONS(1277), [anon_sym_struct] = ACTIONS(1277), [anon_sym_trait] = ACTIONS(1277), [anon_sym_type] = ACTIONS(1277), [anon_sym_union] = ACTIONS(1277), [anon_sym_unsafe] = ACTIONS(1277), [anon_sym_use] = ACTIONS(1277), [anon_sym_while] = ACTIONS(1277), [anon_sym_POUND] = ACTIONS(1275), [anon_sym_BANG] = ACTIONS(1275), [anon_sym_extern] = ACTIONS(1277), [anon_sym_LT] = ACTIONS(1275), [anon_sym_COLON_COLON] = ACTIONS(1275), [anon_sym_AMP] = ACTIONS(1275), [anon_sym_SQUOTE] = ACTIONS(1277), [anon_sym_DOT_DOT] = ACTIONS(1275), [anon_sym_DASH] = ACTIONS(1275), [anon_sym_PIPE] = ACTIONS(1275), [anon_sym_move] = ACTIONS(1277), [sym_integer_literal] = ACTIONS(1275), [aux_sym_string_literal_token1] = ACTIONS(1275), [sym_char_literal] = ACTIONS(1275), [anon_sym_true] = ACTIONS(1277), [anon_sym_false] = ACTIONS(1277), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1277), [sym_super] = ACTIONS(1277), [sym_crate] = ACTIONS(1277), [sym_metavariable] = ACTIONS(1275), [sym_raw_string_literal] = ACTIONS(1275), [sym_float_literal] = ACTIONS(1275), [sym_block_comment] = ACTIONS(3), }, [266] = { [ts_builtin_sym_end] = ACTIONS(1279), [sym_identifier] = ACTIONS(1281), [anon_sym_SEMI] = ACTIONS(1279), [anon_sym_macro_rules_BANG] = ACTIONS(1279), [anon_sym_LPAREN] = ACTIONS(1279), [anon_sym_LBRACE] = ACTIONS(1279), [anon_sym_RBRACE] = ACTIONS(1279), [anon_sym_LBRACK] = ACTIONS(1279), [anon_sym_STAR] = ACTIONS(1279), [anon_sym_u8] = ACTIONS(1281), [anon_sym_i8] = ACTIONS(1281), [anon_sym_u16] = ACTIONS(1281), [anon_sym_i16] = ACTIONS(1281), [anon_sym_u32] = ACTIONS(1281), [anon_sym_i32] = ACTIONS(1281), [anon_sym_u64] = ACTIONS(1281), [anon_sym_i64] = ACTIONS(1281), [anon_sym_u128] = ACTIONS(1281), [anon_sym_i128] = ACTIONS(1281), [anon_sym_isize] = ACTIONS(1281), [anon_sym_usize] = ACTIONS(1281), [anon_sym_f32] = ACTIONS(1281), [anon_sym_f64] = ACTIONS(1281), [anon_sym_bool] = ACTIONS(1281), [anon_sym_str] = ACTIONS(1281), [anon_sym_char] = ACTIONS(1281), [anon_sym_async] = ACTIONS(1281), [anon_sym_break] = ACTIONS(1281), [anon_sym_const] = ACTIONS(1281), [anon_sym_continue] = ACTIONS(1281), [anon_sym_default] = ACTIONS(1281), [anon_sym_enum] = ACTIONS(1281), [anon_sym_fn] = ACTIONS(1281), [anon_sym_for] = ACTIONS(1281), [anon_sym_if] = ACTIONS(1281), [anon_sym_impl] = ACTIONS(1281), [anon_sym_let] = ACTIONS(1281), [anon_sym_loop] = ACTIONS(1281), [anon_sym_match] = ACTIONS(1281), [anon_sym_mod] = ACTIONS(1281), [anon_sym_pub] = ACTIONS(1281), [anon_sym_return] = ACTIONS(1281), [anon_sym_static] = ACTIONS(1281), [anon_sym_struct] = ACTIONS(1281), [anon_sym_trait] = ACTIONS(1281), [anon_sym_type] = ACTIONS(1281), [anon_sym_union] = ACTIONS(1281), [anon_sym_unsafe] = ACTIONS(1281), [anon_sym_use] = ACTIONS(1281), [anon_sym_while] = ACTIONS(1281), [anon_sym_POUND] = ACTIONS(1279), [anon_sym_BANG] = ACTIONS(1279), [anon_sym_extern] = ACTIONS(1281), [anon_sym_LT] = ACTIONS(1279), [anon_sym_COLON_COLON] = ACTIONS(1279), [anon_sym_AMP] = ACTIONS(1279), [anon_sym_SQUOTE] = ACTIONS(1281), [anon_sym_DOT_DOT] = ACTIONS(1279), [anon_sym_DASH] = ACTIONS(1279), [anon_sym_PIPE] = ACTIONS(1279), [anon_sym_move] = ACTIONS(1281), [sym_integer_literal] = ACTIONS(1279), [aux_sym_string_literal_token1] = ACTIONS(1279), [sym_char_literal] = ACTIONS(1279), [anon_sym_true] = ACTIONS(1281), [anon_sym_false] = ACTIONS(1281), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1281), [sym_super] = ACTIONS(1281), [sym_crate] = ACTIONS(1281), [sym_metavariable] = ACTIONS(1279), [sym_raw_string_literal] = ACTIONS(1279), [sym_float_literal] = ACTIONS(1279), [sym_block_comment] = ACTIONS(3), }, [267] = { [ts_builtin_sym_end] = ACTIONS(1283), [sym_identifier] = ACTIONS(1285), [anon_sym_SEMI] = ACTIONS(1283), [anon_sym_macro_rules_BANG] = ACTIONS(1283), [anon_sym_LPAREN] = ACTIONS(1283), [anon_sym_LBRACE] = ACTIONS(1283), [anon_sym_RBRACE] = ACTIONS(1283), [anon_sym_LBRACK] = ACTIONS(1283), [anon_sym_STAR] = ACTIONS(1283), [anon_sym_u8] = ACTIONS(1285), [anon_sym_i8] = ACTIONS(1285), [anon_sym_u16] = ACTIONS(1285), [anon_sym_i16] = ACTIONS(1285), [anon_sym_u32] = ACTIONS(1285), [anon_sym_i32] = ACTIONS(1285), [anon_sym_u64] = ACTIONS(1285), [anon_sym_i64] = ACTIONS(1285), [anon_sym_u128] = ACTIONS(1285), [anon_sym_i128] = ACTIONS(1285), [anon_sym_isize] = ACTIONS(1285), [anon_sym_usize] = ACTIONS(1285), [anon_sym_f32] = ACTIONS(1285), [anon_sym_f64] = ACTIONS(1285), [anon_sym_bool] = ACTIONS(1285), [anon_sym_str] = ACTIONS(1285), [anon_sym_char] = ACTIONS(1285), [anon_sym_async] = ACTIONS(1285), [anon_sym_break] = ACTIONS(1285), [anon_sym_const] = ACTIONS(1285), [anon_sym_continue] = ACTIONS(1285), [anon_sym_default] = ACTIONS(1285), [anon_sym_enum] = ACTIONS(1285), [anon_sym_fn] = ACTIONS(1285), [anon_sym_for] = ACTIONS(1285), [anon_sym_if] = ACTIONS(1285), [anon_sym_impl] = ACTIONS(1285), [anon_sym_let] = ACTIONS(1285), [anon_sym_loop] = ACTIONS(1285), [anon_sym_match] = ACTIONS(1285), [anon_sym_mod] = ACTIONS(1285), [anon_sym_pub] = ACTIONS(1285), [anon_sym_return] = ACTIONS(1285), [anon_sym_static] = ACTIONS(1285), [anon_sym_struct] = ACTIONS(1285), [anon_sym_trait] = ACTIONS(1285), [anon_sym_type] = ACTIONS(1285), [anon_sym_union] = ACTIONS(1285), [anon_sym_unsafe] = ACTIONS(1285), [anon_sym_use] = ACTIONS(1285), [anon_sym_while] = ACTIONS(1285), [anon_sym_POUND] = ACTIONS(1283), [anon_sym_BANG] = ACTIONS(1283), [anon_sym_extern] = ACTIONS(1285), [anon_sym_LT] = ACTIONS(1283), [anon_sym_COLON_COLON] = ACTIONS(1283), [anon_sym_AMP] = ACTIONS(1283), [anon_sym_SQUOTE] = ACTIONS(1285), [anon_sym_DOT_DOT] = ACTIONS(1283), [anon_sym_DASH] = ACTIONS(1283), [anon_sym_PIPE] = ACTIONS(1283), [anon_sym_move] = ACTIONS(1285), [sym_integer_literal] = ACTIONS(1283), [aux_sym_string_literal_token1] = ACTIONS(1283), [sym_char_literal] = ACTIONS(1283), [anon_sym_true] = ACTIONS(1285), [anon_sym_false] = ACTIONS(1285), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1285), [sym_super] = ACTIONS(1285), [sym_crate] = ACTIONS(1285), [sym_metavariable] = ACTIONS(1283), [sym_raw_string_literal] = ACTIONS(1283), [sym_float_literal] = ACTIONS(1283), [sym_block_comment] = ACTIONS(3), }, [268] = { [ts_builtin_sym_end] = ACTIONS(1287), [sym_identifier] = ACTIONS(1289), [anon_sym_SEMI] = ACTIONS(1287), [anon_sym_macro_rules_BANG] = ACTIONS(1287), [anon_sym_LPAREN] = ACTIONS(1287), [anon_sym_LBRACE] = ACTIONS(1287), [anon_sym_RBRACE] = ACTIONS(1287), [anon_sym_LBRACK] = ACTIONS(1287), [anon_sym_STAR] = ACTIONS(1287), [anon_sym_u8] = ACTIONS(1289), [anon_sym_i8] = ACTIONS(1289), [anon_sym_u16] = ACTIONS(1289), [anon_sym_i16] = ACTIONS(1289), [anon_sym_u32] = ACTIONS(1289), [anon_sym_i32] = ACTIONS(1289), [anon_sym_u64] = ACTIONS(1289), [anon_sym_i64] = ACTIONS(1289), [anon_sym_u128] = ACTIONS(1289), [anon_sym_i128] = ACTIONS(1289), [anon_sym_isize] = ACTIONS(1289), [anon_sym_usize] = ACTIONS(1289), [anon_sym_f32] = ACTIONS(1289), [anon_sym_f64] = ACTIONS(1289), [anon_sym_bool] = ACTIONS(1289), [anon_sym_str] = ACTIONS(1289), [anon_sym_char] = ACTIONS(1289), [anon_sym_async] = ACTIONS(1289), [anon_sym_break] = ACTIONS(1289), [anon_sym_const] = ACTIONS(1289), [anon_sym_continue] = ACTIONS(1289), [anon_sym_default] = ACTIONS(1289), [anon_sym_enum] = ACTIONS(1289), [anon_sym_fn] = ACTIONS(1289), [anon_sym_for] = ACTIONS(1289), [anon_sym_if] = ACTIONS(1289), [anon_sym_impl] = ACTIONS(1289), [anon_sym_let] = ACTIONS(1289), [anon_sym_loop] = ACTIONS(1289), [anon_sym_match] = ACTIONS(1289), [anon_sym_mod] = ACTIONS(1289), [anon_sym_pub] = ACTIONS(1289), [anon_sym_return] = ACTIONS(1289), [anon_sym_static] = ACTIONS(1289), [anon_sym_struct] = ACTIONS(1289), [anon_sym_trait] = ACTIONS(1289), [anon_sym_type] = ACTIONS(1289), [anon_sym_union] = ACTIONS(1289), [anon_sym_unsafe] = ACTIONS(1289), [anon_sym_use] = ACTIONS(1289), [anon_sym_while] = ACTIONS(1289), [anon_sym_POUND] = ACTIONS(1287), [anon_sym_BANG] = ACTIONS(1287), [anon_sym_extern] = ACTIONS(1289), [anon_sym_LT] = ACTIONS(1287), [anon_sym_COLON_COLON] = ACTIONS(1287), [anon_sym_AMP] = ACTIONS(1287), [anon_sym_SQUOTE] = ACTIONS(1289), [anon_sym_DOT_DOT] = ACTIONS(1287), [anon_sym_DASH] = ACTIONS(1287), [anon_sym_PIPE] = ACTIONS(1287), [anon_sym_move] = ACTIONS(1289), [sym_integer_literal] = ACTIONS(1287), [aux_sym_string_literal_token1] = ACTIONS(1287), [sym_char_literal] = ACTIONS(1287), [anon_sym_true] = ACTIONS(1289), [anon_sym_false] = ACTIONS(1289), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1289), [sym_super] = ACTIONS(1289), [sym_crate] = ACTIONS(1289), [sym_metavariable] = ACTIONS(1287), [sym_raw_string_literal] = ACTIONS(1287), [sym_float_literal] = ACTIONS(1287), [sym_block_comment] = ACTIONS(3), }, [269] = { [ts_builtin_sym_end] = ACTIONS(403), [sym_identifier] = ACTIONS(405), [anon_sym_SEMI] = ACTIONS(403), [anon_sym_macro_rules_BANG] = ACTIONS(403), [anon_sym_LPAREN] = ACTIONS(403), [anon_sym_LBRACE] = ACTIONS(403), [anon_sym_RBRACE] = ACTIONS(403), [anon_sym_LBRACK] = ACTIONS(403), [anon_sym_STAR] = ACTIONS(403), [anon_sym_u8] = ACTIONS(405), [anon_sym_i8] = ACTIONS(405), [anon_sym_u16] = ACTIONS(405), [anon_sym_i16] = ACTIONS(405), [anon_sym_u32] = ACTIONS(405), [anon_sym_i32] = ACTIONS(405), [anon_sym_u64] = ACTIONS(405), [anon_sym_i64] = ACTIONS(405), [anon_sym_u128] = ACTIONS(405), [anon_sym_i128] = ACTIONS(405), [anon_sym_isize] = ACTIONS(405), [anon_sym_usize] = ACTIONS(405), [anon_sym_f32] = ACTIONS(405), [anon_sym_f64] = ACTIONS(405), [anon_sym_bool] = ACTIONS(405), [anon_sym_str] = ACTIONS(405), [anon_sym_char] = ACTIONS(405), [anon_sym_async] = ACTIONS(405), [anon_sym_break] = ACTIONS(405), [anon_sym_const] = ACTIONS(405), [anon_sym_continue] = ACTIONS(405), [anon_sym_default] = ACTIONS(405), [anon_sym_enum] = ACTIONS(405), [anon_sym_fn] = ACTIONS(405), [anon_sym_for] = ACTIONS(405), [anon_sym_if] = ACTIONS(405), [anon_sym_impl] = ACTIONS(405), [anon_sym_let] = ACTIONS(405), [anon_sym_loop] = ACTIONS(405), [anon_sym_match] = ACTIONS(405), [anon_sym_mod] = ACTIONS(405), [anon_sym_pub] = ACTIONS(405), [anon_sym_return] = ACTIONS(405), [anon_sym_static] = ACTIONS(405), [anon_sym_struct] = ACTIONS(405), [anon_sym_trait] = ACTIONS(405), [anon_sym_type] = ACTIONS(405), [anon_sym_union] = ACTIONS(405), [anon_sym_unsafe] = ACTIONS(405), [anon_sym_use] = ACTIONS(405), [anon_sym_while] = ACTIONS(405), [anon_sym_POUND] = ACTIONS(403), [anon_sym_BANG] = ACTIONS(403), [anon_sym_extern] = ACTIONS(405), [anon_sym_LT] = ACTIONS(403), [anon_sym_COLON_COLON] = ACTIONS(403), [anon_sym_AMP] = ACTIONS(403), [anon_sym_SQUOTE] = ACTIONS(405), [anon_sym_DOT_DOT] = ACTIONS(403), [anon_sym_DASH] = ACTIONS(403), [anon_sym_PIPE] = ACTIONS(403), [anon_sym_move] = ACTIONS(405), [sym_integer_literal] = ACTIONS(403), [aux_sym_string_literal_token1] = ACTIONS(403), [sym_char_literal] = ACTIONS(403), [anon_sym_true] = ACTIONS(405), [anon_sym_false] = ACTIONS(405), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(405), [sym_super] = ACTIONS(405), [sym_crate] = ACTIONS(405), [sym_metavariable] = ACTIONS(403), [sym_raw_string_literal] = ACTIONS(403), [sym_float_literal] = ACTIONS(403), [sym_block_comment] = ACTIONS(3), }, [270] = { [ts_builtin_sym_end] = ACTIONS(1291), [sym_identifier] = ACTIONS(1293), [anon_sym_SEMI] = ACTIONS(1291), [anon_sym_macro_rules_BANG] = ACTIONS(1291), [anon_sym_LPAREN] = ACTIONS(1291), [anon_sym_LBRACE] = ACTIONS(1291), [anon_sym_RBRACE] = ACTIONS(1291), [anon_sym_LBRACK] = ACTIONS(1291), [anon_sym_STAR] = ACTIONS(1291), [anon_sym_u8] = ACTIONS(1293), [anon_sym_i8] = ACTIONS(1293), [anon_sym_u16] = ACTIONS(1293), [anon_sym_i16] = ACTIONS(1293), [anon_sym_u32] = ACTIONS(1293), [anon_sym_i32] = ACTIONS(1293), [anon_sym_u64] = ACTIONS(1293), [anon_sym_i64] = ACTIONS(1293), [anon_sym_u128] = ACTIONS(1293), [anon_sym_i128] = ACTIONS(1293), [anon_sym_isize] = ACTIONS(1293), [anon_sym_usize] = ACTIONS(1293), [anon_sym_f32] = ACTIONS(1293), [anon_sym_f64] = ACTIONS(1293), [anon_sym_bool] = ACTIONS(1293), [anon_sym_str] = ACTIONS(1293), [anon_sym_char] = ACTIONS(1293), [anon_sym_async] = ACTIONS(1293), [anon_sym_break] = ACTIONS(1293), [anon_sym_const] = ACTIONS(1293), [anon_sym_continue] = ACTIONS(1293), [anon_sym_default] = ACTIONS(1293), [anon_sym_enum] = ACTIONS(1293), [anon_sym_fn] = ACTIONS(1293), [anon_sym_for] = ACTIONS(1293), [anon_sym_if] = ACTIONS(1293), [anon_sym_impl] = ACTIONS(1293), [anon_sym_let] = ACTIONS(1293), [anon_sym_loop] = ACTIONS(1293), [anon_sym_match] = ACTIONS(1293), [anon_sym_mod] = ACTIONS(1293), [anon_sym_pub] = ACTIONS(1293), [anon_sym_return] = ACTIONS(1293), [anon_sym_static] = ACTIONS(1293), [anon_sym_struct] = ACTIONS(1293), [anon_sym_trait] = ACTIONS(1293), [anon_sym_type] = ACTIONS(1293), [anon_sym_union] = ACTIONS(1293), [anon_sym_unsafe] = ACTIONS(1293), [anon_sym_use] = ACTIONS(1293), [anon_sym_while] = ACTIONS(1293), [anon_sym_POUND] = ACTIONS(1291), [anon_sym_BANG] = ACTIONS(1291), [anon_sym_extern] = ACTIONS(1293), [anon_sym_LT] = ACTIONS(1291), [anon_sym_COLON_COLON] = ACTIONS(1291), [anon_sym_AMP] = ACTIONS(1291), [anon_sym_SQUOTE] = ACTIONS(1293), [anon_sym_DOT_DOT] = ACTIONS(1291), [anon_sym_DASH] = ACTIONS(1291), [anon_sym_PIPE] = ACTIONS(1291), [anon_sym_move] = ACTIONS(1293), [sym_integer_literal] = ACTIONS(1291), [aux_sym_string_literal_token1] = ACTIONS(1291), [sym_char_literal] = ACTIONS(1291), [anon_sym_true] = ACTIONS(1293), [anon_sym_false] = ACTIONS(1293), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1293), [sym_super] = ACTIONS(1293), [sym_crate] = ACTIONS(1293), [sym_metavariable] = ACTIONS(1291), [sym_raw_string_literal] = ACTIONS(1291), [sym_float_literal] = ACTIONS(1291), [sym_block_comment] = ACTIONS(3), }, [271] = { [ts_builtin_sym_end] = ACTIONS(1295), [sym_identifier] = ACTIONS(1297), [anon_sym_SEMI] = ACTIONS(1295), [anon_sym_macro_rules_BANG] = ACTIONS(1295), [anon_sym_LPAREN] = ACTIONS(1295), [anon_sym_LBRACE] = ACTIONS(1295), [anon_sym_RBRACE] = ACTIONS(1295), [anon_sym_LBRACK] = ACTIONS(1295), [anon_sym_STAR] = ACTIONS(1295), [anon_sym_u8] = ACTIONS(1297), [anon_sym_i8] = ACTIONS(1297), [anon_sym_u16] = ACTIONS(1297), [anon_sym_i16] = ACTIONS(1297), [anon_sym_u32] = ACTIONS(1297), [anon_sym_i32] = ACTIONS(1297), [anon_sym_u64] = ACTIONS(1297), [anon_sym_i64] = ACTIONS(1297), [anon_sym_u128] = ACTIONS(1297), [anon_sym_i128] = ACTIONS(1297), [anon_sym_isize] = ACTIONS(1297), [anon_sym_usize] = ACTIONS(1297), [anon_sym_f32] = ACTIONS(1297), [anon_sym_f64] = ACTIONS(1297), [anon_sym_bool] = ACTIONS(1297), [anon_sym_str] = ACTIONS(1297), [anon_sym_char] = ACTIONS(1297), [anon_sym_async] = ACTIONS(1297), [anon_sym_break] = ACTIONS(1297), [anon_sym_const] = ACTIONS(1297), [anon_sym_continue] = ACTIONS(1297), [anon_sym_default] = ACTIONS(1297), [anon_sym_enum] = ACTIONS(1297), [anon_sym_fn] = ACTIONS(1297), [anon_sym_for] = ACTIONS(1297), [anon_sym_if] = ACTIONS(1297), [anon_sym_impl] = ACTIONS(1297), [anon_sym_let] = ACTIONS(1297), [anon_sym_loop] = ACTIONS(1297), [anon_sym_match] = ACTIONS(1297), [anon_sym_mod] = ACTIONS(1297), [anon_sym_pub] = ACTIONS(1297), [anon_sym_return] = ACTIONS(1297), [anon_sym_static] = ACTIONS(1297), [anon_sym_struct] = ACTIONS(1297), [anon_sym_trait] = ACTIONS(1297), [anon_sym_type] = ACTIONS(1297), [anon_sym_union] = ACTIONS(1297), [anon_sym_unsafe] = ACTIONS(1297), [anon_sym_use] = ACTIONS(1297), [anon_sym_while] = ACTIONS(1297), [anon_sym_POUND] = ACTIONS(1295), [anon_sym_BANG] = ACTIONS(1295), [anon_sym_extern] = ACTIONS(1297), [anon_sym_LT] = ACTIONS(1295), [anon_sym_COLON_COLON] = ACTIONS(1295), [anon_sym_AMP] = ACTIONS(1295), [anon_sym_SQUOTE] = ACTIONS(1297), [anon_sym_DOT_DOT] = ACTIONS(1295), [anon_sym_DASH] = ACTIONS(1295), [anon_sym_PIPE] = ACTIONS(1295), [anon_sym_move] = ACTIONS(1297), [sym_integer_literal] = ACTIONS(1295), [aux_sym_string_literal_token1] = ACTIONS(1295), [sym_char_literal] = ACTIONS(1295), [anon_sym_true] = ACTIONS(1297), [anon_sym_false] = ACTIONS(1297), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1297), [sym_super] = ACTIONS(1297), [sym_crate] = ACTIONS(1297), [sym_metavariable] = ACTIONS(1295), [sym_raw_string_literal] = ACTIONS(1295), [sym_float_literal] = ACTIONS(1295), [sym_block_comment] = ACTIONS(3), }, [272] = { [ts_builtin_sym_end] = ACTIONS(1299), [sym_identifier] = ACTIONS(1301), [anon_sym_SEMI] = ACTIONS(1299), [anon_sym_macro_rules_BANG] = ACTIONS(1299), [anon_sym_LPAREN] = ACTIONS(1299), [anon_sym_LBRACE] = ACTIONS(1299), [anon_sym_RBRACE] = ACTIONS(1299), [anon_sym_LBRACK] = ACTIONS(1299), [anon_sym_STAR] = ACTIONS(1299), [anon_sym_u8] = ACTIONS(1301), [anon_sym_i8] = ACTIONS(1301), [anon_sym_u16] = ACTIONS(1301), [anon_sym_i16] = ACTIONS(1301), [anon_sym_u32] = ACTIONS(1301), [anon_sym_i32] = ACTIONS(1301), [anon_sym_u64] = ACTIONS(1301), [anon_sym_i64] = ACTIONS(1301), [anon_sym_u128] = ACTIONS(1301), [anon_sym_i128] = ACTIONS(1301), [anon_sym_isize] = ACTIONS(1301), [anon_sym_usize] = ACTIONS(1301), [anon_sym_f32] = ACTIONS(1301), [anon_sym_f64] = ACTIONS(1301), [anon_sym_bool] = ACTIONS(1301), [anon_sym_str] = ACTIONS(1301), [anon_sym_char] = ACTIONS(1301), [anon_sym_async] = ACTIONS(1301), [anon_sym_break] = ACTIONS(1301), [anon_sym_const] = ACTIONS(1301), [anon_sym_continue] = ACTIONS(1301), [anon_sym_default] = ACTIONS(1301), [anon_sym_enum] = ACTIONS(1301), [anon_sym_fn] = ACTIONS(1301), [anon_sym_for] = ACTIONS(1301), [anon_sym_if] = ACTIONS(1301), [anon_sym_impl] = ACTIONS(1301), [anon_sym_let] = ACTIONS(1301), [anon_sym_loop] = ACTIONS(1301), [anon_sym_match] = ACTIONS(1301), [anon_sym_mod] = ACTIONS(1301), [anon_sym_pub] = ACTIONS(1301), [anon_sym_return] = ACTIONS(1301), [anon_sym_static] = ACTIONS(1301), [anon_sym_struct] = ACTIONS(1301), [anon_sym_trait] = ACTIONS(1301), [anon_sym_type] = ACTIONS(1301), [anon_sym_union] = ACTIONS(1301), [anon_sym_unsafe] = ACTIONS(1301), [anon_sym_use] = ACTIONS(1301), [anon_sym_while] = ACTIONS(1301), [anon_sym_POUND] = ACTIONS(1299), [anon_sym_BANG] = ACTIONS(1299), [anon_sym_extern] = ACTIONS(1301), [anon_sym_LT] = ACTIONS(1299), [anon_sym_COLON_COLON] = ACTIONS(1299), [anon_sym_AMP] = ACTIONS(1299), [anon_sym_SQUOTE] = ACTIONS(1301), [anon_sym_DOT_DOT] = ACTIONS(1299), [anon_sym_DASH] = ACTIONS(1299), [anon_sym_PIPE] = ACTIONS(1299), [anon_sym_move] = ACTIONS(1301), [sym_integer_literal] = ACTIONS(1299), [aux_sym_string_literal_token1] = ACTIONS(1299), [sym_char_literal] = ACTIONS(1299), [anon_sym_true] = ACTIONS(1301), [anon_sym_false] = ACTIONS(1301), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1301), [sym_super] = ACTIONS(1301), [sym_crate] = ACTIONS(1301), [sym_metavariable] = ACTIONS(1299), [sym_raw_string_literal] = ACTIONS(1299), [sym_float_literal] = ACTIONS(1299), [sym_block_comment] = ACTIONS(3), }, [273] = { [ts_builtin_sym_end] = ACTIONS(1303), [sym_identifier] = ACTIONS(1305), [anon_sym_SEMI] = ACTIONS(1303), [anon_sym_macro_rules_BANG] = ACTIONS(1303), [anon_sym_LPAREN] = ACTIONS(1303), [anon_sym_LBRACE] = ACTIONS(1303), [anon_sym_RBRACE] = ACTIONS(1303), [anon_sym_LBRACK] = ACTIONS(1303), [anon_sym_STAR] = ACTIONS(1303), [anon_sym_u8] = ACTIONS(1305), [anon_sym_i8] = ACTIONS(1305), [anon_sym_u16] = ACTIONS(1305), [anon_sym_i16] = ACTIONS(1305), [anon_sym_u32] = ACTIONS(1305), [anon_sym_i32] = ACTIONS(1305), [anon_sym_u64] = ACTIONS(1305), [anon_sym_i64] = ACTIONS(1305), [anon_sym_u128] = ACTIONS(1305), [anon_sym_i128] = ACTIONS(1305), [anon_sym_isize] = ACTIONS(1305), [anon_sym_usize] = ACTIONS(1305), [anon_sym_f32] = ACTIONS(1305), [anon_sym_f64] = ACTIONS(1305), [anon_sym_bool] = ACTIONS(1305), [anon_sym_str] = ACTIONS(1305), [anon_sym_char] = ACTIONS(1305), [anon_sym_async] = ACTIONS(1305), [anon_sym_break] = ACTIONS(1305), [anon_sym_const] = ACTIONS(1305), [anon_sym_continue] = ACTIONS(1305), [anon_sym_default] = ACTIONS(1305), [anon_sym_enum] = ACTIONS(1305), [anon_sym_fn] = ACTIONS(1305), [anon_sym_for] = ACTIONS(1305), [anon_sym_if] = ACTIONS(1305), [anon_sym_impl] = ACTIONS(1305), [anon_sym_let] = ACTIONS(1305), [anon_sym_loop] = ACTIONS(1305), [anon_sym_match] = ACTIONS(1305), [anon_sym_mod] = ACTIONS(1305), [anon_sym_pub] = ACTIONS(1305), [anon_sym_return] = ACTIONS(1305), [anon_sym_static] = ACTIONS(1305), [anon_sym_struct] = ACTIONS(1305), [anon_sym_trait] = ACTIONS(1305), [anon_sym_type] = ACTIONS(1305), [anon_sym_union] = ACTIONS(1305), [anon_sym_unsafe] = ACTIONS(1305), [anon_sym_use] = ACTIONS(1305), [anon_sym_while] = ACTIONS(1305), [anon_sym_POUND] = ACTIONS(1303), [anon_sym_BANG] = ACTIONS(1303), [anon_sym_extern] = ACTIONS(1305), [anon_sym_LT] = ACTIONS(1303), [anon_sym_COLON_COLON] = ACTIONS(1303), [anon_sym_AMP] = ACTIONS(1303), [anon_sym_SQUOTE] = ACTIONS(1305), [anon_sym_DOT_DOT] = ACTIONS(1303), [anon_sym_DASH] = ACTIONS(1303), [anon_sym_PIPE] = ACTIONS(1303), [anon_sym_move] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1303), [aux_sym_string_literal_token1] = ACTIONS(1303), [sym_char_literal] = ACTIONS(1303), [anon_sym_true] = ACTIONS(1305), [anon_sym_false] = ACTIONS(1305), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1305), [sym_super] = ACTIONS(1305), [sym_crate] = ACTIONS(1305), [sym_metavariable] = ACTIONS(1303), [sym_raw_string_literal] = ACTIONS(1303), [sym_float_literal] = ACTIONS(1303), [sym_block_comment] = ACTIONS(3), }, [274] = { [ts_builtin_sym_end] = ACTIONS(1307), [sym_identifier] = ACTIONS(1309), [anon_sym_SEMI] = ACTIONS(1307), [anon_sym_macro_rules_BANG] = ACTIONS(1307), [anon_sym_LPAREN] = ACTIONS(1307), [anon_sym_LBRACE] = ACTIONS(1307), [anon_sym_RBRACE] = ACTIONS(1307), [anon_sym_LBRACK] = ACTIONS(1307), [anon_sym_STAR] = ACTIONS(1307), [anon_sym_u8] = ACTIONS(1309), [anon_sym_i8] = ACTIONS(1309), [anon_sym_u16] = ACTIONS(1309), [anon_sym_i16] = ACTIONS(1309), [anon_sym_u32] = ACTIONS(1309), [anon_sym_i32] = ACTIONS(1309), [anon_sym_u64] = ACTIONS(1309), [anon_sym_i64] = ACTIONS(1309), [anon_sym_u128] = ACTIONS(1309), [anon_sym_i128] = ACTIONS(1309), [anon_sym_isize] = ACTIONS(1309), [anon_sym_usize] = ACTIONS(1309), [anon_sym_f32] = ACTIONS(1309), [anon_sym_f64] = ACTIONS(1309), [anon_sym_bool] = ACTIONS(1309), [anon_sym_str] = ACTIONS(1309), [anon_sym_char] = ACTIONS(1309), [anon_sym_async] = ACTIONS(1309), [anon_sym_break] = ACTIONS(1309), [anon_sym_const] = ACTIONS(1309), [anon_sym_continue] = ACTIONS(1309), [anon_sym_default] = ACTIONS(1309), [anon_sym_enum] = ACTIONS(1309), [anon_sym_fn] = ACTIONS(1309), [anon_sym_for] = ACTIONS(1309), [anon_sym_if] = ACTIONS(1309), [anon_sym_impl] = ACTIONS(1309), [anon_sym_let] = ACTIONS(1309), [anon_sym_loop] = ACTIONS(1309), [anon_sym_match] = ACTIONS(1309), [anon_sym_mod] = ACTIONS(1309), [anon_sym_pub] = ACTIONS(1309), [anon_sym_return] = ACTIONS(1309), [anon_sym_static] = ACTIONS(1309), [anon_sym_struct] = ACTIONS(1309), [anon_sym_trait] = ACTIONS(1309), [anon_sym_type] = ACTIONS(1309), [anon_sym_union] = ACTIONS(1309), [anon_sym_unsafe] = ACTIONS(1309), [anon_sym_use] = ACTIONS(1309), [anon_sym_while] = ACTIONS(1309), [anon_sym_POUND] = ACTIONS(1307), [anon_sym_BANG] = ACTIONS(1307), [anon_sym_extern] = ACTIONS(1309), [anon_sym_LT] = ACTIONS(1307), [anon_sym_COLON_COLON] = ACTIONS(1307), [anon_sym_AMP] = ACTIONS(1307), [anon_sym_SQUOTE] = ACTIONS(1309), [anon_sym_DOT_DOT] = ACTIONS(1307), [anon_sym_DASH] = ACTIONS(1307), [anon_sym_PIPE] = ACTIONS(1307), [anon_sym_move] = ACTIONS(1309), [sym_integer_literal] = ACTIONS(1307), [aux_sym_string_literal_token1] = ACTIONS(1307), [sym_char_literal] = ACTIONS(1307), [anon_sym_true] = ACTIONS(1309), [anon_sym_false] = ACTIONS(1309), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1309), [sym_super] = ACTIONS(1309), [sym_crate] = ACTIONS(1309), [sym_metavariable] = ACTIONS(1307), [sym_raw_string_literal] = ACTIONS(1307), [sym_float_literal] = ACTIONS(1307), [sym_block_comment] = ACTIONS(3), }, [275] = { [ts_builtin_sym_end] = ACTIONS(1311), [sym_identifier] = ACTIONS(1313), [anon_sym_SEMI] = ACTIONS(1311), [anon_sym_macro_rules_BANG] = ACTIONS(1311), [anon_sym_LPAREN] = ACTIONS(1311), [anon_sym_LBRACE] = ACTIONS(1311), [anon_sym_RBRACE] = ACTIONS(1311), [anon_sym_LBRACK] = ACTIONS(1311), [anon_sym_STAR] = ACTIONS(1311), [anon_sym_u8] = ACTIONS(1313), [anon_sym_i8] = ACTIONS(1313), [anon_sym_u16] = ACTIONS(1313), [anon_sym_i16] = ACTIONS(1313), [anon_sym_u32] = ACTIONS(1313), [anon_sym_i32] = ACTIONS(1313), [anon_sym_u64] = ACTIONS(1313), [anon_sym_i64] = ACTIONS(1313), [anon_sym_u128] = ACTIONS(1313), [anon_sym_i128] = ACTIONS(1313), [anon_sym_isize] = ACTIONS(1313), [anon_sym_usize] = ACTIONS(1313), [anon_sym_f32] = ACTIONS(1313), [anon_sym_f64] = ACTIONS(1313), [anon_sym_bool] = ACTIONS(1313), [anon_sym_str] = ACTIONS(1313), [anon_sym_char] = ACTIONS(1313), [anon_sym_async] = ACTIONS(1313), [anon_sym_break] = ACTIONS(1313), [anon_sym_const] = ACTIONS(1313), [anon_sym_continue] = ACTIONS(1313), [anon_sym_default] = ACTIONS(1313), [anon_sym_enum] = ACTIONS(1313), [anon_sym_fn] = ACTIONS(1313), [anon_sym_for] = ACTIONS(1313), [anon_sym_if] = ACTIONS(1313), [anon_sym_impl] = ACTIONS(1313), [anon_sym_let] = ACTIONS(1313), [anon_sym_loop] = ACTIONS(1313), [anon_sym_match] = ACTIONS(1313), [anon_sym_mod] = ACTIONS(1313), [anon_sym_pub] = ACTIONS(1313), [anon_sym_return] = ACTIONS(1313), [anon_sym_static] = ACTIONS(1313), [anon_sym_struct] = ACTIONS(1313), [anon_sym_trait] = ACTIONS(1313), [anon_sym_type] = ACTIONS(1313), [anon_sym_union] = ACTIONS(1313), [anon_sym_unsafe] = ACTIONS(1313), [anon_sym_use] = ACTIONS(1313), [anon_sym_while] = ACTIONS(1313), [anon_sym_POUND] = ACTIONS(1311), [anon_sym_BANG] = ACTIONS(1311), [anon_sym_extern] = ACTIONS(1313), [anon_sym_LT] = ACTIONS(1311), [anon_sym_COLON_COLON] = ACTIONS(1311), [anon_sym_AMP] = ACTIONS(1311), [anon_sym_SQUOTE] = ACTIONS(1313), [anon_sym_DOT_DOT] = ACTIONS(1311), [anon_sym_DASH] = ACTIONS(1311), [anon_sym_PIPE] = ACTIONS(1311), [anon_sym_move] = ACTIONS(1313), [sym_integer_literal] = ACTIONS(1311), [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1311), [anon_sym_true] = ACTIONS(1313), [anon_sym_false] = ACTIONS(1313), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1313), [sym_super] = ACTIONS(1313), [sym_crate] = ACTIONS(1313), [sym_metavariable] = ACTIONS(1311), [sym_raw_string_literal] = ACTIONS(1311), [sym_float_literal] = ACTIONS(1311), [sym_block_comment] = ACTIONS(3), }, [276] = { [ts_builtin_sym_end] = ACTIONS(1315), [sym_identifier] = ACTIONS(1317), [anon_sym_SEMI] = ACTIONS(1315), [anon_sym_macro_rules_BANG] = ACTIONS(1315), [anon_sym_LPAREN] = ACTIONS(1315), [anon_sym_LBRACE] = ACTIONS(1315), [anon_sym_RBRACE] = ACTIONS(1315), [anon_sym_LBRACK] = ACTIONS(1315), [anon_sym_STAR] = ACTIONS(1315), [anon_sym_u8] = ACTIONS(1317), [anon_sym_i8] = ACTIONS(1317), [anon_sym_u16] = ACTIONS(1317), [anon_sym_i16] = ACTIONS(1317), [anon_sym_u32] = ACTIONS(1317), [anon_sym_i32] = ACTIONS(1317), [anon_sym_u64] = ACTIONS(1317), [anon_sym_i64] = ACTIONS(1317), [anon_sym_u128] = ACTIONS(1317), [anon_sym_i128] = ACTIONS(1317), [anon_sym_isize] = ACTIONS(1317), [anon_sym_usize] = ACTIONS(1317), [anon_sym_f32] = ACTIONS(1317), [anon_sym_f64] = ACTIONS(1317), [anon_sym_bool] = ACTIONS(1317), [anon_sym_str] = ACTIONS(1317), [anon_sym_char] = ACTIONS(1317), [anon_sym_async] = ACTIONS(1317), [anon_sym_break] = ACTIONS(1317), [anon_sym_const] = ACTIONS(1317), [anon_sym_continue] = ACTIONS(1317), [anon_sym_default] = ACTIONS(1317), [anon_sym_enum] = ACTIONS(1317), [anon_sym_fn] = ACTIONS(1317), [anon_sym_for] = ACTIONS(1317), [anon_sym_if] = ACTIONS(1317), [anon_sym_impl] = ACTIONS(1317), [anon_sym_let] = ACTIONS(1317), [anon_sym_loop] = ACTIONS(1317), [anon_sym_match] = ACTIONS(1317), [anon_sym_mod] = ACTIONS(1317), [anon_sym_pub] = ACTIONS(1317), [anon_sym_return] = ACTIONS(1317), [anon_sym_static] = ACTIONS(1317), [anon_sym_struct] = ACTIONS(1317), [anon_sym_trait] = ACTIONS(1317), [anon_sym_type] = ACTIONS(1317), [anon_sym_union] = ACTIONS(1317), [anon_sym_unsafe] = ACTIONS(1317), [anon_sym_use] = ACTIONS(1317), [anon_sym_while] = ACTIONS(1317), [anon_sym_POUND] = ACTIONS(1315), [anon_sym_BANG] = ACTIONS(1315), [anon_sym_extern] = ACTIONS(1317), [anon_sym_LT] = ACTIONS(1315), [anon_sym_COLON_COLON] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(1315), [anon_sym_SQUOTE] = ACTIONS(1317), [anon_sym_DOT_DOT] = ACTIONS(1315), [anon_sym_DASH] = ACTIONS(1315), [anon_sym_PIPE] = ACTIONS(1315), [anon_sym_move] = ACTIONS(1317), [sym_integer_literal] = ACTIONS(1315), [aux_sym_string_literal_token1] = ACTIONS(1315), [sym_char_literal] = ACTIONS(1315), [anon_sym_true] = ACTIONS(1317), [anon_sym_false] = ACTIONS(1317), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1317), [sym_super] = ACTIONS(1317), [sym_crate] = ACTIONS(1317), [sym_metavariable] = ACTIONS(1315), [sym_raw_string_literal] = ACTIONS(1315), [sym_float_literal] = ACTIONS(1315), [sym_block_comment] = ACTIONS(3), }, [277] = { [ts_builtin_sym_end] = ACTIONS(1319), [sym_identifier] = ACTIONS(1321), [anon_sym_SEMI] = ACTIONS(1319), [anon_sym_macro_rules_BANG] = ACTIONS(1319), [anon_sym_LPAREN] = ACTIONS(1319), [anon_sym_LBRACE] = ACTIONS(1319), [anon_sym_RBRACE] = ACTIONS(1319), [anon_sym_LBRACK] = ACTIONS(1319), [anon_sym_STAR] = ACTIONS(1319), [anon_sym_u8] = ACTIONS(1321), [anon_sym_i8] = ACTIONS(1321), [anon_sym_u16] = ACTIONS(1321), [anon_sym_i16] = ACTIONS(1321), [anon_sym_u32] = ACTIONS(1321), [anon_sym_i32] = ACTIONS(1321), [anon_sym_u64] = ACTIONS(1321), [anon_sym_i64] = ACTIONS(1321), [anon_sym_u128] = ACTIONS(1321), [anon_sym_i128] = ACTIONS(1321), [anon_sym_isize] = ACTIONS(1321), [anon_sym_usize] = ACTIONS(1321), [anon_sym_f32] = ACTIONS(1321), [anon_sym_f64] = ACTIONS(1321), [anon_sym_bool] = ACTIONS(1321), [anon_sym_str] = ACTIONS(1321), [anon_sym_char] = ACTIONS(1321), [anon_sym_async] = ACTIONS(1321), [anon_sym_break] = ACTIONS(1321), [anon_sym_const] = ACTIONS(1321), [anon_sym_continue] = ACTIONS(1321), [anon_sym_default] = ACTIONS(1321), [anon_sym_enum] = ACTIONS(1321), [anon_sym_fn] = ACTIONS(1321), [anon_sym_for] = ACTIONS(1321), [anon_sym_if] = ACTIONS(1321), [anon_sym_impl] = ACTIONS(1321), [anon_sym_let] = ACTIONS(1321), [anon_sym_loop] = ACTIONS(1321), [anon_sym_match] = ACTIONS(1321), [anon_sym_mod] = ACTIONS(1321), [anon_sym_pub] = ACTIONS(1321), [anon_sym_return] = ACTIONS(1321), [anon_sym_static] = ACTIONS(1321), [anon_sym_struct] = ACTIONS(1321), [anon_sym_trait] = ACTIONS(1321), [anon_sym_type] = ACTIONS(1321), [anon_sym_union] = ACTIONS(1321), [anon_sym_unsafe] = ACTIONS(1321), [anon_sym_use] = ACTIONS(1321), [anon_sym_while] = ACTIONS(1321), [anon_sym_POUND] = ACTIONS(1319), [anon_sym_BANG] = ACTIONS(1319), [anon_sym_extern] = ACTIONS(1321), [anon_sym_LT] = ACTIONS(1319), [anon_sym_COLON_COLON] = ACTIONS(1319), [anon_sym_AMP] = ACTIONS(1319), [anon_sym_SQUOTE] = ACTIONS(1321), [anon_sym_DOT_DOT] = ACTIONS(1319), [anon_sym_DASH] = ACTIONS(1319), [anon_sym_PIPE] = ACTIONS(1319), [anon_sym_move] = ACTIONS(1321), [sym_integer_literal] = ACTIONS(1319), [aux_sym_string_literal_token1] = ACTIONS(1319), [sym_char_literal] = ACTIONS(1319), [anon_sym_true] = ACTIONS(1321), [anon_sym_false] = ACTIONS(1321), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1321), [sym_super] = ACTIONS(1321), [sym_crate] = ACTIONS(1321), [sym_metavariable] = ACTIONS(1319), [sym_raw_string_literal] = ACTIONS(1319), [sym_float_literal] = ACTIONS(1319), [sym_block_comment] = ACTIONS(3), }, [278] = { [ts_builtin_sym_end] = ACTIONS(1323), [sym_identifier] = ACTIONS(1325), [anon_sym_SEMI] = ACTIONS(1323), [anon_sym_macro_rules_BANG] = ACTIONS(1323), [anon_sym_LPAREN] = ACTIONS(1323), [anon_sym_LBRACE] = ACTIONS(1323), [anon_sym_RBRACE] = ACTIONS(1323), [anon_sym_LBRACK] = ACTIONS(1323), [anon_sym_STAR] = ACTIONS(1323), [anon_sym_u8] = ACTIONS(1325), [anon_sym_i8] = ACTIONS(1325), [anon_sym_u16] = ACTIONS(1325), [anon_sym_i16] = ACTIONS(1325), [anon_sym_u32] = ACTIONS(1325), [anon_sym_i32] = ACTIONS(1325), [anon_sym_u64] = ACTIONS(1325), [anon_sym_i64] = ACTIONS(1325), [anon_sym_u128] = ACTIONS(1325), [anon_sym_i128] = ACTIONS(1325), [anon_sym_isize] = ACTIONS(1325), [anon_sym_usize] = ACTIONS(1325), [anon_sym_f32] = ACTIONS(1325), [anon_sym_f64] = ACTIONS(1325), [anon_sym_bool] = ACTIONS(1325), [anon_sym_str] = ACTIONS(1325), [anon_sym_char] = ACTIONS(1325), [anon_sym_async] = ACTIONS(1325), [anon_sym_break] = ACTIONS(1325), [anon_sym_const] = ACTIONS(1325), [anon_sym_continue] = ACTIONS(1325), [anon_sym_default] = ACTIONS(1325), [anon_sym_enum] = ACTIONS(1325), [anon_sym_fn] = ACTIONS(1325), [anon_sym_for] = ACTIONS(1325), [anon_sym_if] = ACTIONS(1325), [anon_sym_impl] = ACTIONS(1325), [anon_sym_let] = ACTIONS(1325), [anon_sym_loop] = ACTIONS(1325), [anon_sym_match] = ACTIONS(1325), [anon_sym_mod] = ACTIONS(1325), [anon_sym_pub] = ACTIONS(1325), [anon_sym_return] = ACTIONS(1325), [anon_sym_static] = ACTIONS(1325), [anon_sym_struct] = ACTIONS(1325), [anon_sym_trait] = ACTIONS(1325), [anon_sym_type] = ACTIONS(1325), [anon_sym_union] = ACTIONS(1325), [anon_sym_unsafe] = ACTIONS(1325), [anon_sym_use] = ACTIONS(1325), [anon_sym_while] = ACTIONS(1325), [anon_sym_POUND] = ACTIONS(1323), [anon_sym_BANG] = ACTIONS(1323), [anon_sym_extern] = ACTIONS(1325), [anon_sym_LT] = ACTIONS(1323), [anon_sym_COLON_COLON] = ACTIONS(1323), [anon_sym_AMP] = ACTIONS(1323), [anon_sym_SQUOTE] = ACTIONS(1325), [anon_sym_DOT_DOT] = ACTIONS(1323), [anon_sym_DASH] = ACTIONS(1323), [anon_sym_PIPE] = ACTIONS(1323), [anon_sym_move] = ACTIONS(1325), [sym_integer_literal] = ACTIONS(1323), [aux_sym_string_literal_token1] = ACTIONS(1323), [sym_char_literal] = ACTIONS(1323), [anon_sym_true] = ACTIONS(1325), [anon_sym_false] = ACTIONS(1325), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1325), [sym_super] = ACTIONS(1325), [sym_crate] = ACTIONS(1325), [sym_metavariable] = ACTIONS(1323), [sym_raw_string_literal] = ACTIONS(1323), [sym_float_literal] = ACTIONS(1323), [sym_block_comment] = ACTIONS(3), }, [279] = { [ts_builtin_sym_end] = ACTIONS(1327), [sym_identifier] = ACTIONS(1329), [anon_sym_SEMI] = ACTIONS(1327), [anon_sym_macro_rules_BANG] = ACTIONS(1327), [anon_sym_LPAREN] = ACTIONS(1327), [anon_sym_LBRACE] = ACTIONS(1327), [anon_sym_RBRACE] = ACTIONS(1327), [anon_sym_LBRACK] = ACTIONS(1327), [anon_sym_STAR] = ACTIONS(1327), [anon_sym_u8] = ACTIONS(1329), [anon_sym_i8] = ACTIONS(1329), [anon_sym_u16] = ACTIONS(1329), [anon_sym_i16] = ACTIONS(1329), [anon_sym_u32] = ACTIONS(1329), [anon_sym_i32] = ACTIONS(1329), [anon_sym_u64] = ACTIONS(1329), [anon_sym_i64] = ACTIONS(1329), [anon_sym_u128] = ACTIONS(1329), [anon_sym_i128] = ACTIONS(1329), [anon_sym_isize] = ACTIONS(1329), [anon_sym_usize] = ACTIONS(1329), [anon_sym_f32] = ACTIONS(1329), [anon_sym_f64] = ACTIONS(1329), [anon_sym_bool] = ACTIONS(1329), [anon_sym_str] = ACTIONS(1329), [anon_sym_char] = ACTIONS(1329), [anon_sym_async] = ACTIONS(1329), [anon_sym_break] = ACTIONS(1329), [anon_sym_const] = ACTIONS(1329), [anon_sym_continue] = ACTIONS(1329), [anon_sym_default] = ACTIONS(1329), [anon_sym_enum] = ACTIONS(1329), [anon_sym_fn] = ACTIONS(1329), [anon_sym_for] = ACTIONS(1329), [anon_sym_if] = ACTIONS(1329), [anon_sym_impl] = ACTIONS(1329), [anon_sym_let] = ACTIONS(1329), [anon_sym_loop] = ACTIONS(1329), [anon_sym_match] = ACTIONS(1329), [anon_sym_mod] = ACTIONS(1329), [anon_sym_pub] = ACTIONS(1329), [anon_sym_return] = ACTIONS(1329), [anon_sym_static] = ACTIONS(1329), [anon_sym_struct] = ACTIONS(1329), [anon_sym_trait] = ACTIONS(1329), [anon_sym_type] = ACTIONS(1329), [anon_sym_union] = ACTIONS(1329), [anon_sym_unsafe] = ACTIONS(1329), [anon_sym_use] = ACTIONS(1329), [anon_sym_while] = ACTIONS(1329), [anon_sym_POUND] = ACTIONS(1327), [anon_sym_BANG] = ACTIONS(1327), [anon_sym_extern] = ACTIONS(1329), [anon_sym_LT] = ACTIONS(1327), [anon_sym_COLON_COLON] = ACTIONS(1327), [anon_sym_AMP] = ACTIONS(1327), [anon_sym_SQUOTE] = ACTIONS(1329), [anon_sym_DOT_DOT] = ACTIONS(1327), [anon_sym_DASH] = ACTIONS(1327), [anon_sym_PIPE] = ACTIONS(1327), [anon_sym_move] = ACTIONS(1329), [sym_integer_literal] = ACTIONS(1327), [aux_sym_string_literal_token1] = ACTIONS(1327), [sym_char_literal] = ACTIONS(1327), [anon_sym_true] = ACTIONS(1329), [anon_sym_false] = ACTIONS(1329), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1329), [sym_super] = ACTIONS(1329), [sym_crate] = ACTIONS(1329), [sym_metavariable] = ACTIONS(1327), [sym_raw_string_literal] = ACTIONS(1327), [sym_float_literal] = ACTIONS(1327), [sym_block_comment] = ACTIONS(3), }, [280] = { [ts_builtin_sym_end] = ACTIONS(1331), [sym_identifier] = ACTIONS(1333), [anon_sym_SEMI] = ACTIONS(1331), [anon_sym_macro_rules_BANG] = ACTIONS(1331), [anon_sym_LPAREN] = ACTIONS(1331), [anon_sym_LBRACE] = ACTIONS(1331), [anon_sym_RBRACE] = ACTIONS(1331), [anon_sym_LBRACK] = ACTIONS(1331), [anon_sym_STAR] = ACTIONS(1331), [anon_sym_u8] = ACTIONS(1333), [anon_sym_i8] = ACTIONS(1333), [anon_sym_u16] = ACTIONS(1333), [anon_sym_i16] = ACTIONS(1333), [anon_sym_u32] = ACTIONS(1333), [anon_sym_i32] = ACTIONS(1333), [anon_sym_u64] = ACTIONS(1333), [anon_sym_i64] = ACTIONS(1333), [anon_sym_u128] = ACTIONS(1333), [anon_sym_i128] = ACTIONS(1333), [anon_sym_isize] = ACTIONS(1333), [anon_sym_usize] = ACTIONS(1333), [anon_sym_f32] = ACTIONS(1333), [anon_sym_f64] = ACTIONS(1333), [anon_sym_bool] = ACTIONS(1333), [anon_sym_str] = ACTIONS(1333), [anon_sym_char] = ACTIONS(1333), [anon_sym_async] = ACTIONS(1333), [anon_sym_break] = ACTIONS(1333), [anon_sym_const] = ACTIONS(1333), [anon_sym_continue] = ACTIONS(1333), [anon_sym_default] = ACTIONS(1333), [anon_sym_enum] = ACTIONS(1333), [anon_sym_fn] = ACTIONS(1333), [anon_sym_for] = ACTIONS(1333), [anon_sym_if] = ACTIONS(1333), [anon_sym_impl] = ACTIONS(1333), [anon_sym_let] = ACTIONS(1333), [anon_sym_loop] = ACTIONS(1333), [anon_sym_match] = ACTIONS(1333), [anon_sym_mod] = ACTIONS(1333), [anon_sym_pub] = ACTIONS(1333), [anon_sym_return] = ACTIONS(1333), [anon_sym_static] = ACTIONS(1333), [anon_sym_struct] = ACTIONS(1333), [anon_sym_trait] = ACTIONS(1333), [anon_sym_type] = ACTIONS(1333), [anon_sym_union] = ACTIONS(1333), [anon_sym_unsafe] = ACTIONS(1333), [anon_sym_use] = ACTIONS(1333), [anon_sym_while] = ACTIONS(1333), [anon_sym_POUND] = ACTIONS(1331), [anon_sym_BANG] = ACTIONS(1331), [anon_sym_extern] = ACTIONS(1333), [anon_sym_LT] = ACTIONS(1331), [anon_sym_COLON_COLON] = ACTIONS(1331), [anon_sym_AMP] = ACTIONS(1331), [anon_sym_SQUOTE] = ACTIONS(1333), [anon_sym_DOT_DOT] = ACTIONS(1331), [anon_sym_DASH] = ACTIONS(1331), [anon_sym_PIPE] = ACTIONS(1331), [anon_sym_move] = ACTIONS(1333), [sym_integer_literal] = ACTIONS(1331), [aux_sym_string_literal_token1] = ACTIONS(1331), [sym_char_literal] = ACTIONS(1331), [anon_sym_true] = ACTIONS(1333), [anon_sym_false] = ACTIONS(1333), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1333), [sym_super] = ACTIONS(1333), [sym_crate] = ACTIONS(1333), [sym_metavariable] = ACTIONS(1331), [sym_raw_string_literal] = ACTIONS(1331), [sym_float_literal] = ACTIONS(1331), [sym_block_comment] = ACTIONS(3), }, [281] = { [ts_builtin_sym_end] = ACTIONS(1335), [sym_identifier] = ACTIONS(1337), [anon_sym_SEMI] = ACTIONS(1335), [anon_sym_macro_rules_BANG] = ACTIONS(1335), [anon_sym_LPAREN] = ACTIONS(1335), [anon_sym_LBRACE] = ACTIONS(1335), [anon_sym_RBRACE] = ACTIONS(1335), [anon_sym_LBRACK] = ACTIONS(1335), [anon_sym_STAR] = ACTIONS(1335), [anon_sym_u8] = ACTIONS(1337), [anon_sym_i8] = ACTIONS(1337), [anon_sym_u16] = ACTIONS(1337), [anon_sym_i16] = ACTIONS(1337), [anon_sym_u32] = ACTIONS(1337), [anon_sym_i32] = ACTIONS(1337), [anon_sym_u64] = ACTIONS(1337), [anon_sym_i64] = ACTIONS(1337), [anon_sym_u128] = ACTIONS(1337), [anon_sym_i128] = ACTIONS(1337), [anon_sym_isize] = ACTIONS(1337), [anon_sym_usize] = ACTIONS(1337), [anon_sym_f32] = ACTIONS(1337), [anon_sym_f64] = ACTIONS(1337), [anon_sym_bool] = ACTIONS(1337), [anon_sym_str] = ACTIONS(1337), [anon_sym_char] = ACTIONS(1337), [anon_sym_async] = ACTIONS(1337), [anon_sym_break] = ACTIONS(1337), [anon_sym_const] = ACTIONS(1337), [anon_sym_continue] = ACTIONS(1337), [anon_sym_default] = ACTIONS(1337), [anon_sym_enum] = ACTIONS(1337), [anon_sym_fn] = ACTIONS(1337), [anon_sym_for] = ACTIONS(1337), [anon_sym_if] = ACTIONS(1337), [anon_sym_impl] = ACTIONS(1337), [anon_sym_let] = ACTIONS(1337), [anon_sym_loop] = ACTIONS(1337), [anon_sym_match] = ACTIONS(1337), [anon_sym_mod] = ACTIONS(1337), [anon_sym_pub] = ACTIONS(1337), [anon_sym_return] = ACTIONS(1337), [anon_sym_static] = ACTIONS(1337), [anon_sym_struct] = ACTIONS(1337), [anon_sym_trait] = ACTIONS(1337), [anon_sym_type] = ACTIONS(1337), [anon_sym_union] = ACTIONS(1337), [anon_sym_unsafe] = ACTIONS(1337), [anon_sym_use] = ACTIONS(1337), [anon_sym_while] = ACTIONS(1337), [anon_sym_POUND] = ACTIONS(1335), [anon_sym_BANG] = ACTIONS(1335), [anon_sym_extern] = ACTIONS(1337), [anon_sym_LT] = ACTIONS(1335), [anon_sym_COLON_COLON] = ACTIONS(1335), [anon_sym_AMP] = ACTIONS(1335), [anon_sym_SQUOTE] = ACTIONS(1337), [anon_sym_DOT_DOT] = ACTIONS(1335), [anon_sym_DASH] = ACTIONS(1335), [anon_sym_PIPE] = ACTIONS(1335), [anon_sym_move] = ACTIONS(1337), [sym_integer_literal] = ACTIONS(1335), [aux_sym_string_literal_token1] = ACTIONS(1335), [sym_char_literal] = ACTIONS(1335), [anon_sym_true] = ACTIONS(1337), [anon_sym_false] = ACTIONS(1337), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1337), [sym_super] = ACTIONS(1337), [sym_crate] = ACTIONS(1337), [sym_metavariable] = ACTIONS(1335), [sym_raw_string_literal] = ACTIONS(1335), [sym_float_literal] = ACTIONS(1335), [sym_block_comment] = ACTIONS(3), }, [282] = { [ts_builtin_sym_end] = ACTIONS(1339), [sym_identifier] = ACTIONS(1341), [anon_sym_SEMI] = ACTIONS(1339), [anon_sym_macro_rules_BANG] = ACTIONS(1339), [anon_sym_LPAREN] = ACTIONS(1339), [anon_sym_LBRACE] = ACTIONS(1339), [anon_sym_RBRACE] = ACTIONS(1339), [anon_sym_LBRACK] = ACTIONS(1339), [anon_sym_STAR] = ACTIONS(1339), [anon_sym_u8] = ACTIONS(1341), [anon_sym_i8] = ACTIONS(1341), [anon_sym_u16] = ACTIONS(1341), [anon_sym_i16] = ACTIONS(1341), [anon_sym_u32] = ACTIONS(1341), [anon_sym_i32] = ACTIONS(1341), [anon_sym_u64] = ACTIONS(1341), [anon_sym_i64] = ACTIONS(1341), [anon_sym_u128] = ACTIONS(1341), [anon_sym_i128] = ACTIONS(1341), [anon_sym_isize] = ACTIONS(1341), [anon_sym_usize] = ACTIONS(1341), [anon_sym_f32] = ACTIONS(1341), [anon_sym_f64] = ACTIONS(1341), [anon_sym_bool] = ACTIONS(1341), [anon_sym_str] = ACTIONS(1341), [anon_sym_char] = ACTIONS(1341), [anon_sym_async] = ACTIONS(1341), [anon_sym_break] = ACTIONS(1341), [anon_sym_const] = ACTIONS(1341), [anon_sym_continue] = ACTIONS(1341), [anon_sym_default] = ACTIONS(1341), [anon_sym_enum] = ACTIONS(1341), [anon_sym_fn] = ACTIONS(1341), [anon_sym_for] = ACTIONS(1341), [anon_sym_if] = ACTIONS(1341), [anon_sym_impl] = ACTIONS(1341), [anon_sym_let] = ACTIONS(1341), [anon_sym_loop] = ACTIONS(1341), [anon_sym_match] = ACTIONS(1341), [anon_sym_mod] = ACTIONS(1341), [anon_sym_pub] = ACTIONS(1341), [anon_sym_return] = ACTIONS(1341), [anon_sym_static] = ACTIONS(1341), [anon_sym_struct] = ACTIONS(1341), [anon_sym_trait] = ACTIONS(1341), [anon_sym_type] = ACTIONS(1341), [anon_sym_union] = ACTIONS(1341), [anon_sym_unsafe] = ACTIONS(1341), [anon_sym_use] = ACTIONS(1341), [anon_sym_while] = ACTIONS(1341), [anon_sym_POUND] = ACTIONS(1339), [anon_sym_BANG] = ACTIONS(1339), [anon_sym_extern] = ACTIONS(1341), [anon_sym_LT] = ACTIONS(1339), [anon_sym_COLON_COLON] = ACTIONS(1339), [anon_sym_AMP] = ACTIONS(1339), [anon_sym_SQUOTE] = ACTIONS(1341), [anon_sym_DOT_DOT] = ACTIONS(1339), [anon_sym_DASH] = ACTIONS(1339), [anon_sym_PIPE] = ACTIONS(1339), [anon_sym_move] = ACTIONS(1341), [sym_integer_literal] = ACTIONS(1339), [aux_sym_string_literal_token1] = ACTIONS(1339), [sym_char_literal] = ACTIONS(1339), [anon_sym_true] = ACTIONS(1341), [anon_sym_false] = ACTIONS(1341), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1341), [sym_super] = ACTIONS(1341), [sym_crate] = ACTIONS(1341), [sym_metavariable] = ACTIONS(1339), [sym_raw_string_literal] = ACTIONS(1339), [sym_float_literal] = ACTIONS(1339), [sym_block_comment] = ACTIONS(3), }, [283] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1745), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(1705), [sym_array_type] = STATE(1745), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1745), [sym_tuple_type] = STATE(1745), [sym_unit_type] = STATE(1745), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1745), [sym_type_binding] = STATE(1875), [sym_reference_type] = STATE(1745), [sym_pointer_type] = STATE(1745), [sym_empty_type] = STATE(1745), [sym_abstract_type] = STATE(1745), [sym_dynamic_type] = STATE(1745), [sym_macro_invocation] = STATE(1745), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [sym__literal] = STATE(1875), [sym_string_literal] = STATE(1875), [sym_boolean_literal] = STATE(1875), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(1075), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_integer_literal] = ACTIONS(1343), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(1343), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_raw_string_literal] = ACTIONS(1343), [sym_float_literal] = ACTIONS(1343), [sym_block_comment] = ACTIONS(3), }, [284] = { [ts_builtin_sym_end] = ACTIONS(1345), [sym_identifier] = ACTIONS(1347), [anon_sym_SEMI] = ACTIONS(1345), [anon_sym_macro_rules_BANG] = ACTIONS(1345), [anon_sym_LPAREN] = ACTIONS(1345), [anon_sym_LBRACE] = ACTIONS(1345), [anon_sym_RBRACE] = ACTIONS(1345), [anon_sym_LBRACK] = ACTIONS(1345), [anon_sym_STAR] = ACTIONS(1345), [anon_sym_u8] = ACTIONS(1347), [anon_sym_i8] = ACTIONS(1347), [anon_sym_u16] = ACTIONS(1347), [anon_sym_i16] = ACTIONS(1347), [anon_sym_u32] = ACTIONS(1347), [anon_sym_i32] = ACTIONS(1347), [anon_sym_u64] = ACTIONS(1347), [anon_sym_i64] = ACTIONS(1347), [anon_sym_u128] = ACTIONS(1347), [anon_sym_i128] = ACTIONS(1347), [anon_sym_isize] = ACTIONS(1347), [anon_sym_usize] = ACTIONS(1347), [anon_sym_f32] = ACTIONS(1347), [anon_sym_f64] = ACTIONS(1347), [anon_sym_bool] = ACTIONS(1347), [anon_sym_str] = ACTIONS(1347), [anon_sym_char] = ACTIONS(1347), [anon_sym_async] = ACTIONS(1347), [anon_sym_break] = ACTIONS(1347), [anon_sym_const] = ACTIONS(1347), [anon_sym_continue] = ACTIONS(1347), [anon_sym_default] = ACTIONS(1347), [anon_sym_enum] = ACTIONS(1347), [anon_sym_fn] = ACTIONS(1347), [anon_sym_for] = ACTIONS(1347), [anon_sym_if] = ACTIONS(1347), [anon_sym_impl] = ACTIONS(1347), [anon_sym_let] = ACTIONS(1347), [anon_sym_loop] = ACTIONS(1347), [anon_sym_match] = ACTIONS(1347), [anon_sym_mod] = ACTIONS(1347), [anon_sym_pub] = ACTIONS(1347), [anon_sym_return] = ACTIONS(1347), [anon_sym_static] = ACTIONS(1347), [anon_sym_struct] = ACTIONS(1347), [anon_sym_trait] = ACTIONS(1347), [anon_sym_type] = ACTIONS(1347), [anon_sym_union] = ACTIONS(1347), [anon_sym_unsafe] = ACTIONS(1347), [anon_sym_use] = ACTIONS(1347), [anon_sym_while] = ACTIONS(1347), [anon_sym_POUND] = ACTIONS(1345), [anon_sym_BANG] = ACTIONS(1345), [anon_sym_extern] = ACTIONS(1347), [anon_sym_LT] = ACTIONS(1345), [anon_sym_COLON_COLON] = ACTIONS(1345), [anon_sym_AMP] = ACTIONS(1345), [anon_sym_SQUOTE] = ACTIONS(1347), [anon_sym_DOT_DOT] = ACTIONS(1345), [anon_sym_DASH] = ACTIONS(1345), [anon_sym_PIPE] = ACTIONS(1345), [anon_sym_move] = ACTIONS(1347), [sym_integer_literal] = ACTIONS(1345), [aux_sym_string_literal_token1] = ACTIONS(1345), [sym_char_literal] = ACTIONS(1345), [anon_sym_true] = ACTIONS(1347), [anon_sym_false] = ACTIONS(1347), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1347), [sym_super] = ACTIONS(1347), [sym_crate] = ACTIONS(1347), [sym_metavariable] = ACTIONS(1345), [sym_raw_string_literal] = ACTIONS(1345), [sym_float_literal] = ACTIONS(1345), [sym_block_comment] = ACTIONS(3), }, [285] = { [ts_builtin_sym_end] = ACTIONS(1349), [sym_identifier] = ACTIONS(1351), [anon_sym_SEMI] = ACTIONS(1349), [anon_sym_macro_rules_BANG] = ACTIONS(1349), [anon_sym_LPAREN] = ACTIONS(1349), [anon_sym_LBRACE] = ACTIONS(1349), [anon_sym_RBRACE] = ACTIONS(1349), [anon_sym_LBRACK] = ACTIONS(1349), [anon_sym_STAR] = ACTIONS(1349), [anon_sym_u8] = ACTIONS(1351), [anon_sym_i8] = ACTIONS(1351), [anon_sym_u16] = ACTIONS(1351), [anon_sym_i16] = ACTIONS(1351), [anon_sym_u32] = ACTIONS(1351), [anon_sym_i32] = ACTIONS(1351), [anon_sym_u64] = ACTIONS(1351), [anon_sym_i64] = ACTIONS(1351), [anon_sym_u128] = ACTIONS(1351), [anon_sym_i128] = ACTIONS(1351), [anon_sym_isize] = ACTIONS(1351), [anon_sym_usize] = ACTIONS(1351), [anon_sym_f32] = ACTIONS(1351), [anon_sym_f64] = ACTIONS(1351), [anon_sym_bool] = ACTIONS(1351), [anon_sym_str] = ACTIONS(1351), [anon_sym_char] = ACTIONS(1351), [anon_sym_async] = ACTIONS(1351), [anon_sym_break] = ACTIONS(1351), [anon_sym_const] = ACTIONS(1351), [anon_sym_continue] = ACTIONS(1351), [anon_sym_default] = ACTIONS(1351), [anon_sym_enum] = ACTIONS(1351), [anon_sym_fn] = ACTIONS(1351), [anon_sym_for] = ACTIONS(1351), [anon_sym_if] = ACTIONS(1351), [anon_sym_impl] = ACTIONS(1351), [anon_sym_let] = ACTIONS(1351), [anon_sym_loop] = ACTIONS(1351), [anon_sym_match] = ACTIONS(1351), [anon_sym_mod] = ACTIONS(1351), [anon_sym_pub] = ACTIONS(1351), [anon_sym_return] = ACTIONS(1351), [anon_sym_static] = ACTIONS(1351), [anon_sym_struct] = ACTIONS(1351), [anon_sym_trait] = ACTIONS(1351), [anon_sym_type] = ACTIONS(1351), [anon_sym_union] = ACTIONS(1351), [anon_sym_unsafe] = ACTIONS(1351), [anon_sym_use] = ACTIONS(1351), [anon_sym_while] = ACTIONS(1351), [anon_sym_POUND] = ACTIONS(1349), [anon_sym_BANG] = ACTIONS(1349), [anon_sym_extern] = ACTIONS(1351), [anon_sym_LT] = ACTIONS(1349), [anon_sym_COLON_COLON] = ACTIONS(1349), [anon_sym_AMP] = ACTIONS(1349), [anon_sym_SQUOTE] = ACTIONS(1351), [anon_sym_DOT_DOT] = ACTIONS(1349), [anon_sym_DASH] = ACTIONS(1349), [anon_sym_PIPE] = ACTIONS(1349), [anon_sym_move] = ACTIONS(1351), [sym_integer_literal] = ACTIONS(1349), [aux_sym_string_literal_token1] = ACTIONS(1349), [sym_char_literal] = ACTIONS(1349), [anon_sym_true] = ACTIONS(1351), [anon_sym_false] = ACTIONS(1351), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1351), [sym_super] = ACTIONS(1351), [sym_crate] = ACTIONS(1351), [sym_metavariable] = ACTIONS(1349), [sym_raw_string_literal] = ACTIONS(1349), [sym_float_literal] = ACTIONS(1349), [sym_block_comment] = ACTIONS(3), }, [286] = { [ts_builtin_sym_end] = ACTIONS(1353), [sym_identifier] = ACTIONS(1355), [anon_sym_SEMI] = ACTIONS(1353), [anon_sym_macro_rules_BANG] = ACTIONS(1353), [anon_sym_LPAREN] = ACTIONS(1353), [anon_sym_LBRACE] = ACTIONS(1353), [anon_sym_RBRACE] = ACTIONS(1353), [anon_sym_LBRACK] = ACTIONS(1353), [anon_sym_STAR] = ACTIONS(1353), [anon_sym_u8] = ACTIONS(1355), [anon_sym_i8] = ACTIONS(1355), [anon_sym_u16] = ACTIONS(1355), [anon_sym_i16] = ACTIONS(1355), [anon_sym_u32] = ACTIONS(1355), [anon_sym_i32] = ACTIONS(1355), [anon_sym_u64] = ACTIONS(1355), [anon_sym_i64] = ACTIONS(1355), [anon_sym_u128] = ACTIONS(1355), [anon_sym_i128] = ACTIONS(1355), [anon_sym_isize] = ACTIONS(1355), [anon_sym_usize] = ACTIONS(1355), [anon_sym_f32] = ACTIONS(1355), [anon_sym_f64] = ACTIONS(1355), [anon_sym_bool] = ACTIONS(1355), [anon_sym_str] = ACTIONS(1355), [anon_sym_char] = ACTIONS(1355), [anon_sym_async] = ACTIONS(1355), [anon_sym_break] = ACTIONS(1355), [anon_sym_const] = ACTIONS(1355), [anon_sym_continue] = ACTIONS(1355), [anon_sym_default] = ACTIONS(1355), [anon_sym_enum] = ACTIONS(1355), [anon_sym_fn] = ACTIONS(1355), [anon_sym_for] = ACTIONS(1355), [anon_sym_if] = ACTIONS(1355), [anon_sym_impl] = ACTIONS(1355), [anon_sym_let] = ACTIONS(1355), [anon_sym_loop] = ACTIONS(1355), [anon_sym_match] = ACTIONS(1355), [anon_sym_mod] = ACTIONS(1355), [anon_sym_pub] = ACTIONS(1355), [anon_sym_return] = ACTIONS(1355), [anon_sym_static] = ACTIONS(1355), [anon_sym_struct] = ACTIONS(1355), [anon_sym_trait] = ACTIONS(1355), [anon_sym_type] = ACTIONS(1355), [anon_sym_union] = ACTIONS(1355), [anon_sym_unsafe] = ACTIONS(1355), [anon_sym_use] = ACTIONS(1355), [anon_sym_while] = ACTIONS(1355), [anon_sym_POUND] = ACTIONS(1353), [anon_sym_BANG] = ACTIONS(1353), [anon_sym_extern] = ACTIONS(1355), [anon_sym_LT] = ACTIONS(1353), [anon_sym_COLON_COLON] = ACTIONS(1353), [anon_sym_AMP] = ACTIONS(1353), [anon_sym_SQUOTE] = ACTIONS(1355), [anon_sym_DOT_DOT] = ACTIONS(1353), [anon_sym_DASH] = ACTIONS(1353), [anon_sym_PIPE] = ACTIONS(1353), [anon_sym_move] = ACTIONS(1355), [sym_integer_literal] = ACTIONS(1353), [aux_sym_string_literal_token1] = ACTIONS(1353), [sym_char_literal] = ACTIONS(1353), [anon_sym_true] = ACTIONS(1355), [anon_sym_false] = ACTIONS(1355), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1355), [sym_super] = ACTIONS(1355), [sym_crate] = ACTIONS(1355), [sym_metavariable] = ACTIONS(1353), [sym_raw_string_literal] = ACTIONS(1353), [sym_float_literal] = ACTIONS(1353), [sym_block_comment] = ACTIONS(3), }, [287] = { [ts_builtin_sym_end] = ACTIONS(1357), [sym_identifier] = ACTIONS(1359), [anon_sym_SEMI] = ACTIONS(1357), [anon_sym_macro_rules_BANG] = ACTIONS(1357), [anon_sym_LPAREN] = ACTIONS(1357), [anon_sym_LBRACE] = ACTIONS(1357), [anon_sym_RBRACE] = ACTIONS(1357), [anon_sym_LBRACK] = ACTIONS(1357), [anon_sym_STAR] = ACTIONS(1357), [anon_sym_u8] = ACTIONS(1359), [anon_sym_i8] = ACTIONS(1359), [anon_sym_u16] = ACTIONS(1359), [anon_sym_i16] = ACTIONS(1359), [anon_sym_u32] = ACTIONS(1359), [anon_sym_i32] = ACTIONS(1359), [anon_sym_u64] = ACTIONS(1359), [anon_sym_i64] = ACTIONS(1359), [anon_sym_u128] = ACTIONS(1359), [anon_sym_i128] = ACTIONS(1359), [anon_sym_isize] = ACTIONS(1359), [anon_sym_usize] = ACTIONS(1359), [anon_sym_f32] = ACTIONS(1359), [anon_sym_f64] = ACTIONS(1359), [anon_sym_bool] = ACTIONS(1359), [anon_sym_str] = ACTIONS(1359), [anon_sym_char] = ACTIONS(1359), [anon_sym_async] = ACTIONS(1359), [anon_sym_break] = ACTIONS(1359), [anon_sym_const] = ACTIONS(1359), [anon_sym_continue] = ACTIONS(1359), [anon_sym_default] = ACTIONS(1359), [anon_sym_enum] = ACTIONS(1359), [anon_sym_fn] = ACTIONS(1359), [anon_sym_for] = ACTIONS(1359), [anon_sym_if] = ACTIONS(1359), [anon_sym_impl] = ACTIONS(1359), [anon_sym_let] = ACTIONS(1359), [anon_sym_loop] = ACTIONS(1359), [anon_sym_match] = ACTIONS(1359), [anon_sym_mod] = ACTIONS(1359), [anon_sym_pub] = ACTIONS(1359), [anon_sym_return] = ACTIONS(1359), [anon_sym_static] = ACTIONS(1359), [anon_sym_struct] = ACTIONS(1359), [anon_sym_trait] = ACTIONS(1359), [anon_sym_type] = ACTIONS(1359), [anon_sym_union] = ACTIONS(1359), [anon_sym_unsafe] = ACTIONS(1359), [anon_sym_use] = ACTIONS(1359), [anon_sym_while] = ACTIONS(1359), [anon_sym_POUND] = ACTIONS(1357), [anon_sym_BANG] = ACTIONS(1357), [anon_sym_extern] = ACTIONS(1359), [anon_sym_LT] = ACTIONS(1357), [anon_sym_COLON_COLON] = ACTIONS(1357), [anon_sym_AMP] = ACTIONS(1357), [anon_sym_SQUOTE] = ACTIONS(1359), [anon_sym_DOT_DOT] = ACTIONS(1357), [anon_sym_DASH] = ACTIONS(1357), [anon_sym_PIPE] = ACTIONS(1357), [anon_sym_move] = ACTIONS(1359), [sym_integer_literal] = ACTIONS(1357), [aux_sym_string_literal_token1] = ACTIONS(1357), [sym_char_literal] = ACTIONS(1357), [anon_sym_true] = ACTIONS(1359), [anon_sym_false] = ACTIONS(1359), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1359), [sym_super] = ACTIONS(1359), [sym_crate] = ACTIONS(1359), [sym_metavariable] = ACTIONS(1357), [sym_raw_string_literal] = ACTIONS(1357), [sym_float_literal] = ACTIONS(1357), [sym_block_comment] = ACTIONS(3), }, [288] = { [ts_builtin_sym_end] = ACTIONS(407), [sym_identifier] = ACTIONS(409), [anon_sym_SEMI] = ACTIONS(407), [anon_sym_macro_rules_BANG] = ACTIONS(407), [anon_sym_LPAREN] = ACTIONS(407), [anon_sym_LBRACE] = ACTIONS(407), [anon_sym_RBRACE] = ACTIONS(407), [anon_sym_LBRACK] = ACTIONS(407), [anon_sym_STAR] = ACTIONS(407), [anon_sym_u8] = ACTIONS(409), [anon_sym_i8] = ACTIONS(409), [anon_sym_u16] = ACTIONS(409), [anon_sym_i16] = ACTIONS(409), [anon_sym_u32] = ACTIONS(409), [anon_sym_i32] = ACTIONS(409), [anon_sym_u64] = ACTIONS(409), [anon_sym_i64] = ACTIONS(409), [anon_sym_u128] = ACTIONS(409), [anon_sym_i128] = ACTIONS(409), [anon_sym_isize] = ACTIONS(409), [anon_sym_usize] = ACTIONS(409), [anon_sym_f32] = ACTIONS(409), [anon_sym_f64] = ACTIONS(409), [anon_sym_bool] = ACTIONS(409), [anon_sym_str] = ACTIONS(409), [anon_sym_char] = ACTIONS(409), [anon_sym_async] = ACTIONS(409), [anon_sym_break] = ACTIONS(409), [anon_sym_const] = ACTIONS(409), [anon_sym_continue] = ACTIONS(409), [anon_sym_default] = ACTIONS(409), [anon_sym_enum] = ACTIONS(409), [anon_sym_fn] = ACTIONS(409), [anon_sym_for] = ACTIONS(409), [anon_sym_if] = ACTIONS(409), [anon_sym_impl] = ACTIONS(409), [anon_sym_let] = ACTIONS(409), [anon_sym_loop] = ACTIONS(409), [anon_sym_match] = ACTIONS(409), [anon_sym_mod] = ACTIONS(409), [anon_sym_pub] = ACTIONS(409), [anon_sym_return] = ACTIONS(409), [anon_sym_static] = ACTIONS(409), [anon_sym_struct] = ACTIONS(409), [anon_sym_trait] = ACTIONS(409), [anon_sym_type] = ACTIONS(409), [anon_sym_union] = ACTIONS(409), [anon_sym_unsafe] = ACTIONS(409), [anon_sym_use] = ACTIONS(409), [anon_sym_while] = ACTIONS(409), [anon_sym_POUND] = ACTIONS(407), [anon_sym_BANG] = ACTIONS(407), [anon_sym_extern] = ACTIONS(409), [anon_sym_LT] = ACTIONS(407), [anon_sym_COLON_COLON] = ACTIONS(407), [anon_sym_AMP] = ACTIONS(407), [anon_sym_SQUOTE] = ACTIONS(409), [anon_sym_DOT_DOT] = ACTIONS(407), [anon_sym_DASH] = ACTIONS(407), [anon_sym_PIPE] = ACTIONS(407), [anon_sym_move] = ACTIONS(409), [sym_integer_literal] = ACTIONS(407), [aux_sym_string_literal_token1] = ACTIONS(407), [sym_char_literal] = ACTIONS(407), [anon_sym_true] = ACTIONS(409), [anon_sym_false] = ACTIONS(409), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(409), [sym_super] = ACTIONS(409), [sym_crate] = ACTIONS(409), [sym_metavariable] = ACTIONS(407), [sym_raw_string_literal] = ACTIONS(407), [sym_float_literal] = ACTIONS(407), [sym_block_comment] = ACTIONS(3), }, [289] = { [ts_builtin_sym_end] = ACTIONS(1361), [sym_identifier] = ACTIONS(1363), [anon_sym_SEMI] = ACTIONS(1361), [anon_sym_macro_rules_BANG] = ACTIONS(1361), [anon_sym_LPAREN] = ACTIONS(1361), [anon_sym_LBRACE] = ACTIONS(1361), [anon_sym_RBRACE] = ACTIONS(1361), [anon_sym_LBRACK] = ACTIONS(1361), [anon_sym_STAR] = ACTIONS(1361), [anon_sym_u8] = ACTIONS(1363), [anon_sym_i8] = ACTIONS(1363), [anon_sym_u16] = ACTIONS(1363), [anon_sym_i16] = ACTIONS(1363), [anon_sym_u32] = ACTIONS(1363), [anon_sym_i32] = ACTIONS(1363), [anon_sym_u64] = ACTIONS(1363), [anon_sym_i64] = ACTIONS(1363), [anon_sym_u128] = ACTIONS(1363), [anon_sym_i128] = ACTIONS(1363), [anon_sym_isize] = ACTIONS(1363), [anon_sym_usize] = ACTIONS(1363), [anon_sym_f32] = ACTIONS(1363), [anon_sym_f64] = ACTIONS(1363), [anon_sym_bool] = ACTIONS(1363), [anon_sym_str] = ACTIONS(1363), [anon_sym_char] = ACTIONS(1363), [anon_sym_async] = ACTIONS(1363), [anon_sym_break] = ACTIONS(1363), [anon_sym_const] = ACTIONS(1363), [anon_sym_continue] = ACTIONS(1363), [anon_sym_default] = ACTIONS(1363), [anon_sym_enum] = ACTIONS(1363), [anon_sym_fn] = ACTIONS(1363), [anon_sym_for] = ACTIONS(1363), [anon_sym_if] = ACTIONS(1363), [anon_sym_impl] = ACTIONS(1363), [anon_sym_let] = ACTIONS(1363), [anon_sym_loop] = ACTIONS(1363), [anon_sym_match] = ACTIONS(1363), [anon_sym_mod] = ACTIONS(1363), [anon_sym_pub] = ACTIONS(1363), [anon_sym_return] = ACTIONS(1363), [anon_sym_static] = ACTIONS(1363), [anon_sym_struct] = ACTIONS(1363), [anon_sym_trait] = ACTIONS(1363), [anon_sym_type] = ACTIONS(1363), [anon_sym_union] = ACTIONS(1363), [anon_sym_unsafe] = ACTIONS(1363), [anon_sym_use] = ACTIONS(1363), [anon_sym_while] = ACTIONS(1363), [anon_sym_POUND] = ACTIONS(1361), [anon_sym_BANG] = ACTIONS(1361), [anon_sym_extern] = ACTIONS(1363), [anon_sym_LT] = ACTIONS(1361), [anon_sym_COLON_COLON] = ACTIONS(1361), [anon_sym_AMP] = ACTIONS(1361), [anon_sym_SQUOTE] = ACTIONS(1363), [anon_sym_DOT_DOT] = ACTIONS(1361), [anon_sym_DASH] = ACTIONS(1361), [anon_sym_PIPE] = ACTIONS(1361), [anon_sym_move] = ACTIONS(1363), [sym_integer_literal] = ACTIONS(1361), [aux_sym_string_literal_token1] = ACTIONS(1361), [sym_char_literal] = ACTIONS(1361), [anon_sym_true] = ACTIONS(1363), [anon_sym_false] = ACTIONS(1363), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1363), [sym_super] = ACTIONS(1363), [sym_crate] = ACTIONS(1363), [sym_metavariable] = ACTIONS(1361), [sym_raw_string_literal] = ACTIONS(1361), [sym_float_literal] = ACTIONS(1361), [sym_block_comment] = ACTIONS(3), }, [290] = { [ts_builtin_sym_end] = ACTIONS(1365), [sym_identifier] = ACTIONS(1367), [anon_sym_SEMI] = ACTIONS(1365), [anon_sym_macro_rules_BANG] = ACTIONS(1365), [anon_sym_LPAREN] = ACTIONS(1365), [anon_sym_LBRACE] = ACTIONS(1365), [anon_sym_RBRACE] = ACTIONS(1365), [anon_sym_LBRACK] = ACTIONS(1365), [anon_sym_STAR] = ACTIONS(1365), [anon_sym_u8] = ACTIONS(1367), [anon_sym_i8] = ACTIONS(1367), [anon_sym_u16] = ACTIONS(1367), [anon_sym_i16] = ACTIONS(1367), [anon_sym_u32] = ACTIONS(1367), [anon_sym_i32] = ACTIONS(1367), [anon_sym_u64] = ACTIONS(1367), [anon_sym_i64] = ACTIONS(1367), [anon_sym_u128] = ACTIONS(1367), [anon_sym_i128] = ACTIONS(1367), [anon_sym_isize] = ACTIONS(1367), [anon_sym_usize] = ACTIONS(1367), [anon_sym_f32] = ACTIONS(1367), [anon_sym_f64] = ACTIONS(1367), [anon_sym_bool] = ACTIONS(1367), [anon_sym_str] = ACTIONS(1367), [anon_sym_char] = ACTIONS(1367), [anon_sym_async] = ACTIONS(1367), [anon_sym_break] = ACTIONS(1367), [anon_sym_const] = ACTIONS(1367), [anon_sym_continue] = ACTIONS(1367), [anon_sym_default] = ACTIONS(1367), [anon_sym_enum] = ACTIONS(1367), [anon_sym_fn] = ACTIONS(1367), [anon_sym_for] = ACTIONS(1367), [anon_sym_if] = ACTIONS(1367), [anon_sym_impl] = ACTIONS(1367), [anon_sym_let] = ACTIONS(1367), [anon_sym_loop] = ACTIONS(1367), [anon_sym_match] = ACTIONS(1367), [anon_sym_mod] = ACTIONS(1367), [anon_sym_pub] = ACTIONS(1367), [anon_sym_return] = ACTIONS(1367), [anon_sym_static] = ACTIONS(1367), [anon_sym_struct] = ACTIONS(1367), [anon_sym_trait] = ACTIONS(1367), [anon_sym_type] = ACTIONS(1367), [anon_sym_union] = ACTIONS(1367), [anon_sym_unsafe] = ACTIONS(1367), [anon_sym_use] = ACTIONS(1367), [anon_sym_while] = ACTIONS(1367), [anon_sym_POUND] = ACTIONS(1365), [anon_sym_BANG] = ACTIONS(1365), [anon_sym_extern] = ACTIONS(1367), [anon_sym_LT] = ACTIONS(1365), [anon_sym_COLON_COLON] = ACTIONS(1365), [anon_sym_AMP] = ACTIONS(1365), [anon_sym_SQUOTE] = ACTIONS(1367), [anon_sym_DOT_DOT] = ACTIONS(1365), [anon_sym_DASH] = ACTIONS(1365), [anon_sym_PIPE] = ACTIONS(1365), [anon_sym_move] = ACTIONS(1367), [sym_integer_literal] = ACTIONS(1365), [aux_sym_string_literal_token1] = ACTIONS(1365), [sym_char_literal] = ACTIONS(1365), [anon_sym_true] = ACTIONS(1367), [anon_sym_false] = ACTIONS(1367), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1367), [sym_super] = ACTIONS(1367), [sym_crate] = ACTIONS(1367), [sym_metavariable] = ACTIONS(1365), [sym_raw_string_literal] = ACTIONS(1365), [sym_float_literal] = ACTIONS(1365), [sym_block_comment] = ACTIONS(3), }, [291] = { [ts_builtin_sym_end] = ACTIONS(1369), [sym_identifier] = ACTIONS(1371), [anon_sym_SEMI] = ACTIONS(1369), [anon_sym_macro_rules_BANG] = ACTIONS(1369), [anon_sym_LPAREN] = ACTIONS(1369), [anon_sym_LBRACE] = ACTIONS(1369), [anon_sym_RBRACE] = ACTIONS(1369), [anon_sym_LBRACK] = ACTIONS(1369), [anon_sym_STAR] = ACTIONS(1369), [anon_sym_u8] = ACTIONS(1371), [anon_sym_i8] = ACTIONS(1371), [anon_sym_u16] = ACTIONS(1371), [anon_sym_i16] = ACTIONS(1371), [anon_sym_u32] = ACTIONS(1371), [anon_sym_i32] = ACTIONS(1371), [anon_sym_u64] = ACTIONS(1371), [anon_sym_i64] = ACTIONS(1371), [anon_sym_u128] = ACTIONS(1371), [anon_sym_i128] = ACTIONS(1371), [anon_sym_isize] = ACTIONS(1371), [anon_sym_usize] = ACTIONS(1371), [anon_sym_f32] = ACTIONS(1371), [anon_sym_f64] = ACTIONS(1371), [anon_sym_bool] = ACTIONS(1371), [anon_sym_str] = ACTIONS(1371), [anon_sym_char] = ACTIONS(1371), [anon_sym_async] = ACTIONS(1371), [anon_sym_break] = ACTIONS(1371), [anon_sym_const] = ACTIONS(1371), [anon_sym_continue] = ACTIONS(1371), [anon_sym_default] = ACTIONS(1371), [anon_sym_enum] = ACTIONS(1371), [anon_sym_fn] = ACTIONS(1371), [anon_sym_for] = ACTIONS(1371), [anon_sym_if] = ACTIONS(1371), [anon_sym_impl] = ACTIONS(1371), [anon_sym_let] = ACTIONS(1371), [anon_sym_loop] = ACTIONS(1371), [anon_sym_match] = ACTIONS(1371), [anon_sym_mod] = ACTIONS(1371), [anon_sym_pub] = ACTIONS(1371), [anon_sym_return] = ACTIONS(1371), [anon_sym_static] = ACTIONS(1371), [anon_sym_struct] = ACTIONS(1371), [anon_sym_trait] = ACTIONS(1371), [anon_sym_type] = ACTIONS(1371), [anon_sym_union] = ACTIONS(1371), [anon_sym_unsafe] = ACTIONS(1371), [anon_sym_use] = ACTIONS(1371), [anon_sym_while] = ACTIONS(1371), [anon_sym_POUND] = ACTIONS(1369), [anon_sym_BANG] = ACTIONS(1369), [anon_sym_extern] = ACTIONS(1371), [anon_sym_LT] = ACTIONS(1369), [anon_sym_COLON_COLON] = ACTIONS(1369), [anon_sym_AMP] = ACTIONS(1369), [anon_sym_SQUOTE] = ACTIONS(1371), [anon_sym_DOT_DOT] = ACTIONS(1369), [anon_sym_DASH] = ACTIONS(1369), [anon_sym_PIPE] = ACTIONS(1369), [anon_sym_move] = ACTIONS(1371), [sym_integer_literal] = ACTIONS(1369), [aux_sym_string_literal_token1] = ACTIONS(1369), [sym_char_literal] = ACTIONS(1369), [anon_sym_true] = ACTIONS(1371), [anon_sym_false] = ACTIONS(1371), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1371), [sym_super] = ACTIONS(1371), [sym_crate] = ACTIONS(1371), [sym_metavariable] = ACTIONS(1369), [sym_raw_string_literal] = ACTIONS(1369), [sym_float_literal] = ACTIONS(1369), [sym_block_comment] = ACTIONS(3), }, [292] = { [ts_builtin_sym_end] = ACTIONS(1373), [sym_identifier] = ACTIONS(1375), [anon_sym_SEMI] = ACTIONS(1373), [anon_sym_macro_rules_BANG] = ACTIONS(1373), [anon_sym_LPAREN] = ACTIONS(1373), [anon_sym_LBRACE] = ACTIONS(1373), [anon_sym_RBRACE] = ACTIONS(1373), [anon_sym_LBRACK] = ACTIONS(1373), [anon_sym_STAR] = ACTIONS(1373), [anon_sym_u8] = ACTIONS(1375), [anon_sym_i8] = ACTIONS(1375), [anon_sym_u16] = ACTIONS(1375), [anon_sym_i16] = ACTIONS(1375), [anon_sym_u32] = ACTIONS(1375), [anon_sym_i32] = ACTIONS(1375), [anon_sym_u64] = ACTIONS(1375), [anon_sym_i64] = ACTIONS(1375), [anon_sym_u128] = ACTIONS(1375), [anon_sym_i128] = ACTIONS(1375), [anon_sym_isize] = ACTIONS(1375), [anon_sym_usize] = ACTIONS(1375), [anon_sym_f32] = ACTIONS(1375), [anon_sym_f64] = ACTIONS(1375), [anon_sym_bool] = ACTIONS(1375), [anon_sym_str] = ACTIONS(1375), [anon_sym_char] = ACTIONS(1375), [anon_sym_async] = ACTIONS(1375), [anon_sym_break] = ACTIONS(1375), [anon_sym_const] = ACTIONS(1375), [anon_sym_continue] = ACTIONS(1375), [anon_sym_default] = ACTIONS(1375), [anon_sym_enum] = ACTIONS(1375), [anon_sym_fn] = ACTIONS(1375), [anon_sym_for] = ACTIONS(1375), [anon_sym_if] = ACTIONS(1375), [anon_sym_impl] = ACTIONS(1375), [anon_sym_let] = ACTIONS(1375), [anon_sym_loop] = ACTIONS(1375), [anon_sym_match] = ACTIONS(1375), [anon_sym_mod] = ACTIONS(1375), [anon_sym_pub] = ACTIONS(1375), [anon_sym_return] = ACTIONS(1375), [anon_sym_static] = ACTIONS(1375), [anon_sym_struct] = ACTIONS(1375), [anon_sym_trait] = ACTIONS(1375), [anon_sym_type] = ACTIONS(1375), [anon_sym_union] = ACTIONS(1375), [anon_sym_unsafe] = ACTIONS(1375), [anon_sym_use] = ACTIONS(1375), [anon_sym_while] = ACTIONS(1375), [anon_sym_POUND] = ACTIONS(1373), [anon_sym_BANG] = ACTIONS(1373), [anon_sym_extern] = ACTIONS(1375), [anon_sym_LT] = ACTIONS(1373), [anon_sym_COLON_COLON] = ACTIONS(1373), [anon_sym_AMP] = ACTIONS(1373), [anon_sym_SQUOTE] = ACTIONS(1375), [anon_sym_DOT_DOT] = ACTIONS(1373), [anon_sym_DASH] = ACTIONS(1373), [anon_sym_PIPE] = ACTIONS(1373), [anon_sym_move] = ACTIONS(1375), [sym_integer_literal] = ACTIONS(1373), [aux_sym_string_literal_token1] = ACTIONS(1373), [sym_char_literal] = ACTIONS(1373), [anon_sym_true] = ACTIONS(1375), [anon_sym_false] = ACTIONS(1375), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1375), [sym_super] = ACTIONS(1375), [sym_crate] = ACTIONS(1375), [sym_metavariable] = ACTIONS(1373), [sym_raw_string_literal] = ACTIONS(1373), [sym_float_literal] = ACTIONS(1373), [sym_block_comment] = ACTIONS(3), }, [293] = { [ts_builtin_sym_end] = ACTIONS(1377), [sym_identifier] = ACTIONS(1379), [anon_sym_SEMI] = ACTIONS(1377), [anon_sym_macro_rules_BANG] = ACTIONS(1377), [anon_sym_LPAREN] = ACTIONS(1377), [anon_sym_LBRACE] = ACTIONS(1377), [anon_sym_RBRACE] = ACTIONS(1377), [anon_sym_LBRACK] = ACTIONS(1377), [anon_sym_STAR] = ACTIONS(1377), [anon_sym_u8] = ACTIONS(1379), [anon_sym_i8] = ACTIONS(1379), [anon_sym_u16] = ACTIONS(1379), [anon_sym_i16] = ACTIONS(1379), [anon_sym_u32] = ACTIONS(1379), [anon_sym_i32] = ACTIONS(1379), [anon_sym_u64] = ACTIONS(1379), [anon_sym_i64] = ACTIONS(1379), [anon_sym_u128] = ACTIONS(1379), [anon_sym_i128] = ACTIONS(1379), [anon_sym_isize] = ACTIONS(1379), [anon_sym_usize] = ACTIONS(1379), [anon_sym_f32] = ACTIONS(1379), [anon_sym_f64] = ACTIONS(1379), [anon_sym_bool] = ACTIONS(1379), [anon_sym_str] = ACTIONS(1379), [anon_sym_char] = ACTIONS(1379), [anon_sym_async] = ACTIONS(1379), [anon_sym_break] = ACTIONS(1379), [anon_sym_const] = ACTIONS(1379), [anon_sym_continue] = ACTIONS(1379), [anon_sym_default] = ACTIONS(1379), [anon_sym_enum] = ACTIONS(1379), [anon_sym_fn] = ACTIONS(1379), [anon_sym_for] = ACTIONS(1379), [anon_sym_if] = ACTIONS(1379), [anon_sym_impl] = ACTIONS(1379), [anon_sym_let] = ACTIONS(1379), [anon_sym_loop] = ACTIONS(1379), [anon_sym_match] = ACTIONS(1379), [anon_sym_mod] = ACTIONS(1379), [anon_sym_pub] = ACTIONS(1379), [anon_sym_return] = ACTIONS(1379), [anon_sym_static] = ACTIONS(1379), [anon_sym_struct] = ACTIONS(1379), [anon_sym_trait] = ACTIONS(1379), [anon_sym_type] = ACTIONS(1379), [anon_sym_union] = ACTIONS(1379), [anon_sym_unsafe] = ACTIONS(1379), [anon_sym_use] = ACTIONS(1379), [anon_sym_while] = ACTIONS(1379), [anon_sym_POUND] = ACTIONS(1377), [anon_sym_BANG] = ACTIONS(1377), [anon_sym_extern] = ACTIONS(1379), [anon_sym_LT] = ACTIONS(1377), [anon_sym_COLON_COLON] = ACTIONS(1377), [anon_sym_AMP] = ACTIONS(1377), [anon_sym_SQUOTE] = ACTIONS(1379), [anon_sym_DOT_DOT] = ACTIONS(1377), [anon_sym_DASH] = ACTIONS(1377), [anon_sym_PIPE] = ACTIONS(1377), [anon_sym_move] = ACTIONS(1379), [sym_integer_literal] = ACTIONS(1377), [aux_sym_string_literal_token1] = ACTIONS(1377), [sym_char_literal] = ACTIONS(1377), [anon_sym_true] = ACTIONS(1379), [anon_sym_false] = ACTIONS(1379), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1379), [sym_super] = ACTIONS(1379), [sym_crate] = ACTIONS(1379), [sym_metavariable] = ACTIONS(1377), [sym_raw_string_literal] = ACTIONS(1377), [sym_float_literal] = ACTIONS(1377), [sym_block_comment] = ACTIONS(3), }, [294] = { [ts_builtin_sym_end] = ACTIONS(1381), [sym_identifier] = ACTIONS(1383), [anon_sym_SEMI] = ACTIONS(1381), [anon_sym_macro_rules_BANG] = ACTIONS(1381), [anon_sym_LPAREN] = ACTIONS(1381), [anon_sym_LBRACE] = ACTIONS(1381), [anon_sym_RBRACE] = ACTIONS(1381), [anon_sym_LBRACK] = ACTIONS(1381), [anon_sym_STAR] = ACTIONS(1381), [anon_sym_u8] = ACTIONS(1383), [anon_sym_i8] = ACTIONS(1383), [anon_sym_u16] = ACTIONS(1383), [anon_sym_i16] = ACTIONS(1383), [anon_sym_u32] = ACTIONS(1383), [anon_sym_i32] = ACTIONS(1383), [anon_sym_u64] = ACTIONS(1383), [anon_sym_i64] = ACTIONS(1383), [anon_sym_u128] = ACTIONS(1383), [anon_sym_i128] = ACTIONS(1383), [anon_sym_isize] = ACTIONS(1383), [anon_sym_usize] = ACTIONS(1383), [anon_sym_f32] = ACTIONS(1383), [anon_sym_f64] = ACTIONS(1383), [anon_sym_bool] = ACTIONS(1383), [anon_sym_str] = ACTIONS(1383), [anon_sym_char] = ACTIONS(1383), [anon_sym_async] = ACTIONS(1383), [anon_sym_break] = ACTIONS(1383), [anon_sym_const] = ACTIONS(1383), [anon_sym_continue] = ACTIONS(1383), [anon_sym_default] = ACTIONS(1383), [anon_sym_enum] = ACTIONS(1383), [anon_sym_fn] = ACTIONS(1383), [anon_sym_for] = ACTIONS(1383), [anon_sym_if] = ACTIONS(1383), [anon_sym_impl] = ACTIONS(1383), [anon_sym_let] = ACTIONS(1383), [anon_sym_loop] = ACTIONS(1383), [anon_sym_match] = ACTIONS(1383), [anon_sym_mod] = ACTIONS(1383), [anon_sym_pub] = ACTIONS(1383), [anon_sym_return] = ACTIONS(1383), [anon_sym_static] = ACTIONS(1383), [anon_sym_struct] = ACTIONS(1383), [anon_sym_trait] = ACTIONS(1383), [anon_sym_type] = ACTIONS(1383), [anon_sym_union] = ACTIONS(1383), [anon_sym_unsafe] = ACTIONS(1383), [anon_sym_use] = ACTIONS(1383), [anon_sym_while] = ACTIONS(1383), [anon_sym_POUND] = ACTIONS(1381), [anon_sym_BANG] = ACTIONS(1381), [anon_sym_extern] = ACTIONS(1383), [anon_sym_LT] = ACTIONS(1381), [anon_sym_COLON_COLON] = ACTIONS(1381), [anon_sym_AMP] = ACTIONS(1381), [anon_sym_SQUOTE] = ACTIONS(1383), [anon_sym_DOT_DOT] = ACTIONS(1381), [anon_sym_DASH] = ACTIONS(1381), [anon_sym_PIPE] = ACTIONS(1381), [anon_sym_move] = ACTIONS(1383), [sym_integer_literal] = ACTIONS(1381), [aux_sym_string_literal_token1] = ACTIONS(1381), [sym_char_literal] = ACTIONS(1381), [anon_sym_true] = ACTIONS(1383), [anon_sym_false] = ACTIONS(1383), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1383), [sym_super] = ACTIONS(1383), [sym_crate] = ACTIONS(1383), [sym_metavariable] = ACTIONS(1381), [sym_raw_string_literal] = ACTIONS(1381), [sym_float_literal] = ACTIONS(1381), [sym_block_comment] = ACTIONS(3), }, [295] = { [ts_builtin_sym_end] = ACTIONS(1385), [sym_identifier] = ACTIONS(1387), [anon_sym_SEMI] = ACTIONS(1385), [anon_sym_macro_rules_BANG] = ACTIONS(1385), [anon_sym_LPAREN] = ACTIONS(1385), [anon_sym_LBRACE] = ACTIONS(1385), [anon_sym_RBRACE] = ACTIONS(1385), [anon_sym_LBRACK] = ACTIONS(1385), [anon_sym_STAR] = ACTIONS(1385), [anon_sym_u8] = ACTIONS(1387), [anon_sym_i8] = ACTIONS(1387), [anon_sym_u16] = ACTIONS(1387), [anon_sym_i16] = ACTIONS(1387), [anon_sym_u32] = ACTIONS(1387), [anon_sym_i32] = ACTIONS(1387), [anon_sym_u64] = ACTIONS(1387), [anon_sym_i64] = ACTIONS(1387), [anon_sym_u128] = ACTIONS(1387), [anon_sym_i128] = ACTIONS(1387), [anon_sym_isize] = ACTIONS(1387), [anon_sym_usize] = ACTIONS(1387), [anon_sym_f32] = ACTIONS(1387), [anon_sym_f64] = ACTIONS(1387), [anon_sym_bool] = ACTIONS(1387), [anon_sym_str] = ACTIONS(1387), [anon_sym_char] = ACTIONS(1387), [anon_sym_async] = ACTIONS(1387), [anon_sym_break] = ACTIONS(1387), [anon_sym_const] = ACTIONS(1387), [anon_sym_continue] = ACTIONS(1387), [anon_sym_default] = ACTIONS(1387), [anon_sym_enum] = ACTIONS(1387), [anon_sym_fn] = ACTIONS(1387), [anon_sym_for] = ACTIONS(1387), [anon_sym_if] = ACTIONS(1387), [anon_sym_impl] = ACTIONS(1387), [anon_sym_let] = ACTIONS(1387), [anon_sym_loop] = ACTIONS(1387), [anon_sym_match] = ACTIONS(1387), [anon_sym_mod] = ACTIONS(1387), [anon_sym_pub] = ACTIONS(1387), [anon_sym_return] = ACTIONS(1387), [anon_sym_static] = ACTIONS(1387), [anon_sym_struct] = ACTIONS(1387), [anon_sym_trait] = ACTIONS(1387), [anon_sym_type] = ACTIONS(1387), [anon_sym_union] = ACTIONS(1387), [anon_sym_unsafe] = ACTIONS(1387), [anon_sym_use] = ACTIONS(1387), [anon_sym_while] = ACTIONS(1387), [anon_sym_POUND] = ACTIONS(1385), [anon_sym_BANG] = ACTIONS(1385), [anon_sym_extern] = ACTIONS(1387), [anon_sym_LT] = ACTIONS(1385), [anon_sym_COLON_COLON] = ACTIONS(1385), [anon_sym_AMP] = ACTIONS(1385), [anon_sym_SQUOTE] = ACTIONS(1387), [anon_sym_DOT_DOT] = ACTIONS(1385), [anon_sym_DASH] = ACTIONS(1385), [anon_sym_PIPE] = ACTIONS(1385), [anon_sym_move] = ACTIONS(1387), [sym_integer_literal] = ACTIONS(1385), [aux_sym_string_literal_token1] = ACTIONS(1385), [sym_char_literal] = ACTIONS(1385), [anon_sym_true] = ACTIONS(1387), [anon_sym_false] = ACTIONS(1387), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1387), [sym_super] = ACTIONS(1387), [sym_crate] = ACTIONS(1387), [sym_metavariable] = ACTIONS(1385), [sym_raw_string_literal] = ACTIONS(1385), [sym_float_literal] = ACTIONS(1385), [sym_block_comment] = ACTIONS(3), }, [296] = { [ts_builtin_sym_end] = ACTIONS(1389), [sym_identifier] = ACTIONS(1391), [anon_sym_SEMI] = ACTIONS(1389), [anon_sym_macro_rules_BANG] = ACTIONS(1389), [anon_sym_LPAREN] = ACTIONS(1389), [anon_sym_LBRACE] = ACTIONS(1389), [anon_sym_RBRACE] = ACTIONS(1389), [anon_sym_LBRACK] = ACTIONS(1389), [anon_sym_STAR] = ACTIONS(1389), [anon_sym_u8] = ACTIONS(1391), [anon_sym_i8] = ACTIONS(1391), [anon_sym_u16] = ACTIONS(1391), [anon_sym_i16] = ACTIONS(1391), [anon_sym_u32] = ACTIONS(1391), [anon_sym_i32] = ACTIONS(1391), [anon_sym_u64] = ACTIONS(1391), [anon_sym_i64] = ACTIONS(1391), [anon_sym_u128] = ACTIONS(1391), [anon_sym_i128] = ACTIONS(1391), [anon_sym_isize] = ACTIONS(1391), [anon_sym_usize] = ACTIONS(1391), [anon_sym_f32] = ACTIONS(1391), [anon_sym_f64] = ACTIONS(1391), [anon_sym_bool] = ACTIONS(1391), [anon_sym_str] = ACTIONS(1391), [anon_sym_char] = ACTIONS(1391), [anon_sym_async] = ACTIONS(1391), [anon_sym_break] = ACTIONS(1391), [anon_sym_const] = ACTIONS(1391), [anon_sym_continue] = ACTIONS(1391), [anon_sym_default] = ACTIONS(1391), [anon_sym_enum] = ACTIONS(1391), [anon_sym_fn] = ACTIONS(1391), [anon_sym_for] = ACTIONS(1391), [anon_sym_if] = ACTIONS(1391), [anon_sym_impl] = ACTIONS(1391), [anon_sym_let] = ACTIONS(1391), [anon_sym_loop] = ACTIONS(1391), [anon_sym_match] = ACTIONS(1391), [anon_sym_mod] = ACTIONS(1391), [anon_sym_pub] = ACTIONS(1391), [anon_sym_return] = ACTIONS(1391), [anon_sym_static] = ACTIONS(1391), [anon_sym_struct] = ACTIONS(1391), [anon_sym_trait] = ACTIONS(1391), [anon_sym_type] = ACTIONS(1391), [anon_sym_union] = ACTIONS(1391), [anon_sym_unsafe] = ACTIONS(1391), [anon_sym_use] = ACTIONS(1391), [anon_sym_while] = ACTIONS(1391), [anon_sym_POUND] = ACTIONS(1389), [anon_sym_BANG] = ACTIONS(1389), [anon_sym_extern] = ACTIONS(1391), [anon_sym_LT] = ACTIONS(1389), [anon_sym_COLON_COLON] = ACTIONS(1389), [anon_sym_AMP] = ACTIONS(1389), [anon_sym_SQUOTE] = ACTIONS(1391), [anon_sym_DOT_DOT] = ACTIONS(1389), [anon_sym_DASH] = ACTIONS(1389), [anon_sym_PIPE] = ACTIONS(1389), [anon_sym_move] = ACTIONS(1391), [sym_integer_literal] = ACTIONS(1389), [aux_sym_string_literal_token1] = ACTIONS(1389), [sym_char_literal] = ACTIONS(1389), [anon_sym_true] = ACTIONS(1391), [anon_sym_false] = ACTIONS(1391), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1391), [sym_super] = ACTIONS(1391), [sym_crate] = ACTIONS(1391), [sym_metavariable] = ACTIONS(1389), [sym_raw_string_literal] = ACTIONS(1389), [sym_float_literal] = ACTIONS(1389), [sym_block_comment] = ACTIONS(3), }, [297] = { [ts_builtin_sym_end] = ACTIONS(1393), [sym_identifier] = ACTIONS(1395), [anon_sym_SEMI] = ACTIONS(1393), [anon_sym_macro_rules_BANG] = ACTIONS(1393), [anon_sym_LPAREN] = ACTIONS(1393), [anon_sym_LBRACE] = ACTIONS(1393), [anon_sym_RBRACE] = ACTIONS(1393), [anon_sym_LBRACK] = ACTIONS(1393), [anon_sym_STAR] = ACTIONS(1393), [anon_sym_u8] = ACTIONS(1395), [anon_sym_i8] = ACTIONS(1395), [anon_sym_u16] = ACTIONS(1395), [anon_sym_i16] = ACTIONS(1395), [anon_sym_u32] = ACTIONS(1395), [anon_sym_i32] = ACTIONS(1395), [anon_sym_u64] = ACTIONS(1395), [anon_sym_i64] = ACTIONS(1395), [anon_sym_u128] = ACTIONS(1395), [anon_sym_i128] = ACTIONS(1395), [anon_sym_isize] = ACTIONS(1395), [anon_sym_usize] = ACTIONS(1395), [anon_sym_f32] = ACTIONS(1395), [anon_sym_f64] = ACTIONS(1395), [anon_sym_bool] = ACTIONS(1395), [anon_sym_str] = ACTIONS(1395), [anon_sym_char] = ACTIONS(1395), [anon_sym_async] = ACTIONS(1395), [anon_sym_break] = ACTIONS(1395), [anon_sym_const] = ACTIONS(1395), [anon_sym_continue] = ACTIONS(1395), [anon_sym_default] = ACTIONS(1395), [anon_sym_enum] = ACTIONS(1395), [anon_sym_fn] = ACTIONS(1395), [anon_sym_for] = ACTIONS(1395), [anon_sym_if] = ACTIONS(1395), [anon_sym_impl] = ACTIONS(1395), [anon_sym_let] = ACTIONS(1395), [anon_sym_loop] = ACTIONS(1395), [anon_sym_match] = ACTIONS(1395), [anon_sym_mod] = ACTIONS(1395), [anon_sym_pub] = ACTIONS(1395), [anon_sym_return] = ACTIONS(1395), [anon_sym_static] = ACTIONS(1395), [anon_sym_struct] = ACTIONS(1395), [anon_sym_trait] = ACTIONS(1395), [anon_sym_type] = ACTIONS(1395), [anon_sym_union] = ACTIONS(1395), [anon_sym_unsafe] = ACTIONS(1395), [anon_sym_use] = ACTIONS(1395), [anon_sym_while] = ACTIONS(1395), [anon_sym_POUND] = ACTIONS(1393), [anon_sym_BANG] = ACTIONS(1393), [anon_sym_extern] = ACTIONS(1395), [anon_sym_LT] = ACTIONS(1393), [anon_sym_COLON_COLON] = ACTIONS(1393), [anon_sym_AMP] = ACTIONS(1393), [anon_sym_SQUOTE] = ACTIONS(1395), [anon_sym_DOT_DOT] = ACTIONS(1393), [anon_sym_DASH] = ACTIONS(1393), [anon_sym_PIPE] = ACTIONS(1393), [anon_sym_move] = ACTIONS(1395), [sym_integer_literal] = ACTIONS(1393), [aux_sym_string_literal_token1] = ACTIONS(1393), [sym_char_literal] = ACTIONS(1393), [anon_sym_true] = ACTIONS(1395), [anon_sym_false] = ACTIONS(1395), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1395), [sym_super] = ACTIONS(1395), [sym_crate] = ACTIONS(1395), [sym_metavariable] = ACTIONS(1393), [sym_raw_string_literal] = ACTIONS(1393), [sym_float_literal] = ACTIONS(1393), [sym_block_comment] = ACTIONS(3), }, [298] = { [ts_builtin_sym_end] = ACTIONS(1397), [sym_identifier] = ACTIONS(1399), [anon_sym_SEMI] = ACTIONS(1397), [anon_sym_macro_rules_BANG] = ACTIONS(1397), [anon_sym_LPAREN] = ACTIONS(1397), [anon_sym_LBRACE] = ACTIONS(1397), [anon_sym_RBRACE] = ACTIONS(1397), [anon_sym_LBRACK] = ACTIONS(1397), [anon_sym_STAR] = ACTIONS(1397), [anon_sym_u8] = ACTIONS(1399), [anon_sym_i8] = ACTIONS(1399), [anon_sym_u16] = ACTIONS(1399), [anon_sym_i16] = ACTIONS(1399), [anon_sym_u32] = ACTIONS(1399), [anon_sym_i32] = ACTIONS(1399), [anon_sym_u64] = ACTIONS(1399), [anon_sym_i64] = ACTIONS(1399), [anon_sym_u128] = ACTIONS(1399), [anon_sym_i128] = ACTIONS(1399), [anon_sym_isize] = ACTIONS(1399), [anon_sym_usize] = ACTIONS(1399), [anon_sym_f32] = ACTIONS(1399), [anon_sym_f64] = ACTIONS(1399), [anon_sym_bool] = ACTIONS(1399), [anon_sym_str] = ACTIONS(1399), [anon_sym_char] = ACTIONS(1399), [anon_sym_async] = ACTIONS(1399), [anon_sym_break] = ACTIONS(1399), [anon_sym_const] = ACTIONS(1399), [anon_sym_continue] = ACTIONS(1399), [anon_sym_default] = ACTIONS(1399), [anon_sym_enum] = ACTIONS(1399), [anon_sym_fn] = ACTIONS(1399), [anon_sym_for] = ACTIONS(1399), [anon_sym_if] = ACTIONS(1399), [anon_sym_impl] = ACTIONS(1399), [anon_sym_let] = ACTIONS(1399), [anon_sym_loop] = ACTIONS(1399), [anon_sym_match] = ACTIONS(1399), [anon_sym_mod] = ACTIONS(1399), [anon_sym_pub] = ACTIONS(1399), [anon_sym_return] = ACTIONS(1399), [anon_sym_static] = ACTIONS(1399), [anon_sym_struct] = ACTIONS(1399), [anon_sym_trait] = ACTIONS(1399), [anon_sym_type] = ACTIONS(1399), [anon_sym_union] = ACTIONS(1399), [anon_sym_unsafe] = ACTIONS(1399), [anon_sym_use] = ACTIONS(1399), [anon_sym_while] = ACTIONS(1399), [anon_sym_POUND] = ACTIONS(1397), [anon_sym_BANG] = ACTIONS(1397), [anon_sym_extern] = ACTIONS(1399), [anon_sym_LT] = ACTIONS(1397), [anon_sym_COLON_COLON] = ACTIONS(1397), [anon_sym_AMP] = ACTIONS(1397), [anon_sym_SQUOTE] = ACTIONS(1399), [anon_sym_DOT_DOT] = ACTIONS(1397), [anon_sym_DASH] = ACTIONS(1397), [anon_sym_PIPE] = ACTIONS(1397), [anon_sym_move] = ACTIONS(1399), [sym_integer_literal] = ACTIONS(1397), [aux_sym_string_literal_token1] = ACTIONS(1397), [sym_char_literal] = ACTIONS(1397), [anon_sym_true] = ACTIONS(1399), [anon_sym_false] = ACTIONS(1399), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1399), [sym_super] = ACTIONS(1399), [sym_crate] = ACTIONS(1399), [sym_metavariable] = ACTIONS(1397), [sym_raw_string_literal] = ACTIONS(1397), [sym_float_literal] = ACTIONS(1397), [sym_block_comment] = ACTIONS(3), }, [299] = { [ts_builtin_sym_end] = ACTIONS(1401), [sym_identifier] = ACTIONS(1403), [anon_sym_SEMI] = ACTIONS(1401), [anon_sym_macro_rules_BANG] = ACTIONS(1401), [anon_sym_LPAREN] = ACTIONS(1401), [anon_sym_LBRACE] = ACTIONS(1401), [anon_sym_RBRACE] = ACTIONS(1401), [anon_sym_LBRACK] = ACTIONS(1401), [anon_sym_STAR] = ACTIONS(1401), [anon_sym_u8] = ACTIONS(1403), [anon_sym_i8] = ACTIONS(1403), [anon_sym_u16] = ACTIONS(1403), [anon_sym_i16] = ACTIONS(1403), [anon_sym_u32] = ACTIONS(1403), [anon_sym_i32] = ACTIONS(1403), [anon_sym_u64] = ACTIONS(1403), [anon_sym_i64] = ACTIONS(1403), [anon_sym_u128] = ACTIONS(1403), [anon_sym_i128] = ACTIONS(1403), [anon_sym_isize] = ACTIONS(1403), [anon_sym_usize] = ACTIONS(1403), [anon_sym_f32] = ACTIONS(1403), [anon_sym_f64] = ACTIONS(1403), [anon_sym_bool] = ACTIONS(1403), [anon_sym_str] = ACTIONS(1403), [anon_sym_char] = ACTIONS(1403), [anon_sym_async] = ACTIONS(1403), [anon_sym_break] = ACTIONS(1403), [anon_sym_const] = ACTIONS(1403), [anon_sym_continue] = ACTIONS(1403), [anon_sym_default] = ACTIONS(1403), [anon_sym_enum] = ACTIONS(1403), [anon_sym_fn] = ACTIONS(1403), [anon_sym_for] = ACTIONS(1403), [anon_sym_if] = ACTIONS(1403), [anon_sym_impl] = ACTIONS(1403), [anon_sym_let] = ACTIONS(1403), [anon_sym_loop] = ACTIONS(1403), [anon_sym_match] = ACTIONS(1403), [anon_sym_mod] = ACTIONS(1403), [anon_sym_pub] = ACTIONS(1403), [anon_sym_return] = ACTIONS(1403), [anon_sym_static] = ACTIONS(1403), [anon_sym_struct] = ACTIONS(1403), [anon_sym_trait] = ACTIONS(1403), [anon_sym_type] = ACTIONS(1403), [anon_sym_union] = ACTIONS(1403), [anon_sym_unsafe] = ACTIONS(1403), [anon_sym_use] = ACTIONS(1403), [anon_sym_while] = ACTIONS(1403), [anon_sym_POUND] = ACTIONS(1401), [anon_sym_BANG] = ACTIONS(1401), [anon_sym_extern] = ACTIONS(1403), [anon_sym_LT] = ACTIONS(1401), [anon_sym_COLON_COLON] = ACTIONS(1401), [anon_sym_AMP] = ACTIONS(1401), [anon_sym_SQUOTE] = ACTIONS(1403), [anon_sym_DOT_DOT] = ACTIONS(1401), [anon_sym_DASH] = ACTIONS(1401), [anon_sym_PIPE] = ACTIONS(1401), [anon_sym_move] = ACTIONS(1403), [sym_integer_literal] = ACTIONS(1401), [aux_sym_string_literal_token1] = ACTIONS(1401), [sym_char_literal] = ACTIONS(1401), [anon_sym_true] = ACTIONS(1403), [anon_sym_false] = ACTIONS(1403), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1403), [sym_super] = ACTIONS(1403), [sym_crate] = ACTIONS(1403), [sym_metavariable] = ACTIONS(1401), [sym_raw_string_literal] = ACTIONS(1401), [sym_float_literal] = ACTIONS(1401), [sym_block_comment] = ACTIONS(3), }, [300] = { [ts_builtin_sym_end] = ACTIONS(1405), [sym_identifier] = ACTIONS(1407), [anon_sym_SEMI] = ACTIONS(1405), [anon_sym_macro_rules_BANG] = ACTIONS(1405), [anon_sym_LPAREN] = ACTIONS(1405), [anon_sym_LBRACE] = ACTIONS(1405), [anon_sym_RBRACE] = ACTIONS(1405), [anon_sym_LBRACK] = ACTIONS(1405), [anon_sym_STAR] = ACTIONS(1405), [anon_sym_u8] = ACTIONS(1407), [anon_sym_i8] = ACTIONS(1407), [anon_sym_u16] = ACTIONS(1407), [anon_sym_i16] = ACTIONS(1407), [anon_sym_u32] = ACTIONS(1407), [anon_sym_i32] = ACTIONS(1407), [anon_sym_u64] = ACTIONS(1407), [anon_sym_i64] = ACTIONS(1407), [anon_sym_u128] = ACTIONS(1407), [anon_sym_i128] = ACTIONS(1407), [anon_sym_isize] = ACTIONS(1407), [anon_sym_usize] = ACTIONS(1407), [anon_sym_f32] = ACTIONS(1407), [anon_sym_f64] = ACTIONS(1407), [anon_sym_bool] = ACTIONS(1407), [anon_sym_str] = ACTIONS(1407), [anon_sym_char] = ACTIONS(1407), [anon_sym_async] = ACTIONS(1407), [anon_sym_break] = ACTIONS(1407), [anon_sym_const] = ACTIONS(1407), [anon_sym_continue] = ACTIONS(1407), [anon_sym_default] = ACTIONS(1407), [anon_sym_enum] = ACTIONS(1407), [anon_sym_fn] = ACTIONS(1407), [anon_sym_for] = ACTIONS(1407), [anon_sym_if] = ACTIONS(1407), [anon_sym_impl] = ACTIONS(1407), [anon_sym_let] = ACTIONS(1407), [anon_sym_loop] = ACTIONS(1407), [anon_sym_match] = ACTIONS(1407), [anon_sym_mod] = ACTIONS(1407), [anon_sym_pub] = ACTIONS(1407), [anon_sym_return] = ACTIONS(1407), [anon_sym_static] = ACTIONS(1407), [anon_sym_struct] = ACTIONS(1407), [anon_sym_trait] = ACTIONS(1407), [anon_sym_type] = ACTIONS(1407), [anon_sym_union] = ACTIONS(1407), [anon_sym_unsafe] = ACTIONS(1407), [anon_sym_use] = ACTIONS(1407), [anon_sym_while] = ACTIONS(1407), [anon_sym_POUND] = ACTIONS(1405), [anon_sym_BANG] = ACTIONS(1405), [anon_sym_extern] = ACTIONS(1407), [anon_sym_LT] = ACTIONS(1405), [anon_sym_COLON_COLON] = ACTIONS(1405), [anon_sym_AMP] = ACTIONS(1405), [anon_sym_SQUOTE] = ACTIONS(1407), [anon_sym_DOT_DOT] = ACTIONS(1405), [anon_sym_DASH] = ACTIONS(1405), [anon_sym_PIPE] = ACTIONS(1405), [anon_sym_move] = ACTIONS(1407), [sym_integer_literal] = ACTIONS(1405), [aux_sym_string_literal_token1] = ACTIONS(1405), [sym_char_literal] = ACTIONS(1405), [anon_sym_true] = ACTIONS(1407), [anon_sym_false] = ACTIONS(1407), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1407), [sym_super] = ACTIONS(1407), [sym_crate] = ACTIONS(1407), [sym_metavariable] = ACTIONS(1405), [sym_raw_string_literal] = ACTIONS(1405), [sym_float_literal] = ACTIONS(1405), [sym_block_comment] = ACTIONS(3), }, [301] = { [ts_builtin_sym_end] = ACTIONS(1409), [sym_identifier] = ACTIONS(1411), [anon_sym_SEMI] = ACTIONS(1409), [anon_sym_macro_rules_BANG] = ACTIONS(1409), [anon_sym_LPAREN] = ACTIONS(1409), [anon_sym_LBRACE] = ACTIONS(1409), [anon_sym_RBRACE] = ACTIONS(1409), [anon_sym_LBRACK] = ACTIONS(1409), [anon_sym_STAR] = ACTIONS(1409), [anon_sym_u8] = ACTIONS(1411), [anon_sym_i8] = ACTIONS(1411), [anon_sym_u16] = ACTIONS(1411), [anon_sym_i16] = ACTIONS(1411), [anon_sym_u32] = ACTIONS(1411), [anon_sym_i32] = ACTIONS(1411), [anon_sym_u64] = ACTIONS(1411), [anon_sym_i64] = ACTIONS(1411), [anon_sym_u128] = ACTIONS(1411), [anon_sym_i128] = ACTIONS(1411), [anon_sym_isize] = ACTIONS(1411), [anon_sym_usize] = ACTIONS(1411), [anon_sym_f32] = ACTIONS(1411), [anon_sym_f64] = ACTIONS(1411), [anon_sym_bool] = ACTIONS(1411), [anon_sym_str] = ACTIONS(1411), [anon_sym_char] = ACTIONS(1411), [anon_sym_async] = ACTIONS(1411), [anon_sym_break] = ACTIONS(1411), [anon_sym_const] = ACTIONS(1411), [anon_sym_continue] = ACTIONS(1411), [anon_sym_default] = ACTIONS(1411), [anon_sym_enum] = ACTIONS(1411), [anon_sym_fn] = ACTIONS(1411), [anon_sym_for] = ACTIONS(1411), [anon_sym_if] = ACTIONS(1411), [anon_sym_impl] = ACTIONS(1411), [anon_sym_let] = ACTIONS(1411), [anon_sym_loop] = ACTIONS(1411), [anon_sym_match] = ACTIONS(1411), [anon_sym_mod] = ACTIONS(1411), [anon_sym_pub] = ACTIONS(1411), [anon_sym_return] = ACTIONS(1411), [anon_sym_static] = ACTIONS(1411), [anon_sym_struct] = ACTIONS(1411), [anon_sym_trait] = ACTIONS(1411), [anon_sym_type] = ACTIONS(1411), [anon_sym_union] = ACTIONS(1411), [anon_sym_unsafe] = ACTIONS(1411), [anon_sym_use] = ACTIONS(1411), [anon_sym_while] = ACTIONS(1411), [anon_sym_POUND] = ACTIONS(1409), [anon_sym_BANG] = ACTIONS(1409), [anon_sym_extern] = ACTIONS(1411), [anon_sym_LT] = ACTIONS(1409), [anon_sym_COLON_COLON] = ACTIONS(1409), [anon_sym_AMP] = ACTIONS(1409), [anon_sym_SQUOTE] = ACTIONS(1411), [anon_sym_DOT_DOT] = ACTIONS(1409), [anon_sym_DASH] = ACTIONS(1409), [anon_sym_PIPE] = ACTIONS(1409), [anon_sym_move] = ACTIONS(1411), [sym_integer_literal] = ACTIONS(1409), [aux_sym_string_literal_token1] = ACTIONS(1409), [sym_char_literal] = ACTIONS(1409), [anon_sym_true] = ACTIONS(1411), [anon_sym_false] = ACTIONS(1411), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1411), [sym_super] = ACTIONS(1411), [sym_crate] = ACTIONS(1411), [sym_metavariable] = ACTIONS(1409), [sym_raw_string_literal] = ACTIONS(1409), [sym_float_literal] = ACTIONS(1409), [sym_block_comment] = ACTIONS(3), }, [302] = { [ts_builtin_sym_end] = ACTIONS(1413), [sym_identifier] = ACTIONS(1415), [anon_sym_SEMI] = ACTIONS(1413), [anon_sym_macro_rules_BANG] = ACTIONS(1413), [anon_sym_LPAREN] = ACTIONS(1413), [anon_sym_LBRACE] = ACTIONS(1413), [anon_sym_RBRACE] = ACTIONS(1413), [anon_sym_LBRACK] = ACTIONS(1413), [anon_sym_STAR] = ACTIONS(1413), [anon_sym_u8] = ACTIONS(1415), [anon_sym_i8] = ACTIONS(1415), [anon_sym_u16] = ACTIONS(1415), [anon_sym_i16] = ACTIONS(1415), [anon_sym_u32] = ACTIONS(1415), [anon_sym_i32] = ACTIONS(1415), [anon_sym_u64] = ACTIONS(1415), [anon_sym_i64] = ACTIONS(1415), [anon_sym_u128] = ACTIONS(1415), [anon_sym_i128] = ACTIONS(1415), [anon_sym_isize] = ACTIONS(1415), [anon_sym_usize] = ACTIONS(1415), [anon_sym_f32] = ACTIONS(1415), [anon_sym_f64] = ACTIONS(1415), [anon_sym_bool] = ACTIONS(1415), [anon_sym_str] = ACTIONS(1415), [anon_sym_char] = ACTIONS(1415), [anon_sym_async] = ACTIONS(1415), [anon_sym_break] = ACTIONS(1415), [anon_sym_const] = ACTIONS(1415), [anon_sym_continue] = ACTIONS(1415), [anon_sym_default] = ACTIONS(1415), [anon_sym_enum] = ACTIONS(1415), [anon_sym_fn] = ACTIONS(1415), [anon_sym_for] = ACTIONS(1415), [anon_sym_if] = ACTIONS(1415), [anon_sym_impl] = ACTIONS(1415), [anon_sym_let] = ACTIONS(1415), [anon_sym_loop] = ACTIONS(1415), [anon_sym_match] = ACTIONS(1415), [anon_sym_mod] = ACTIONS(1415), [anon_sym_pub] = ACTIONS(1415), [anon_sym_return] = ACTIONS(1415), [anon_sym_static] = ACTIONS(1415), [anon_sym_struct] = ACTIONS(1415), [anon_sym_trait] = ACTIONS(1415), [anon_sym_type] = ACTIONS(1415), [anon_sym_union] = ACTIONS(1415), [anon_sym_unsafe] = ACTIONS(1415), [anon_sym_use] = ACTIONS(1415), [anon_sym_while] = ACTIONS(1415), [anon_sym_POUND] = ACTIONS(1413), [anon_sym_BANG] = ACTIONS(1413), [anon_sym_extern] = ACTIONS(1415), [anon_sym_LT] = ACTIONS(1413), [anon_sym_COLON_COLON] = ACTIONS(1413), [anon_sym_AMP] = ACTIONS(1413), [anon_sym_SQUOTE] = ACTIONS(1415), [anon_sym_DOT_DOT] = ACTIONS(1413), [anon_sym_DASH] = ACTIONS(1413), [anon_sym_PIPE] = ACTIONS(1413), [anon_sym_move] = ACTIONS(1415), [sym_integer_literal] = ACTIONS(1413), [aux_sym_string_literal_token1] = ACTIONS(1413), [sym_char_literal] = ACTIONS(1413), [anon_sym_true] = ACTIONS(1415), [anon_sym_false] = ACTIONS(1415), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1415), [sym_super] = ACTIONS(1415), [sym_crate] = ACTIONS(1415), [sym_metavariable] = ACTIONS(1413), [sym_raw_string_literal] = ACTIONS(1413), [sym_float_literal] = ACTIONS(1413), [sym_block_comment] = ACTIONS(3), }, [303] = { [ts_builtin_sym_end] = ACTIONS(1417), [sym_identifier] = ACTIONS(1419), [anon_sym_SEMI] = ACTIONS(1417), [anon_sym_macro_rules_BANG] = ACTIONS(1417), [anon_sym_LPAREN] = ACTIONS(1417), [anon_sym_LBRACE] = ACTIONS(1417), [anon_sym_RBRACE] = ACTIONS(1417), [anon_sym_LBRACK] = ACTIONS(1417), [anon_sym_STAR] = ACTIONS(1417), [anon_sym_u8] = ACTIONS(1419), [anon_sym_i8] = ACTIONS(1419), [anon_sym_u16] = ACTIONS(1419), [anon_sym_i16] = ACTIONS(1419), [anon_sym_u32] = ACTIONS(1419), [anon_sym_i32] = ACTIONS(1419), [anon_sym_u64] = ACTIONS(1419), [anon_sym_i64] = ACTIONS(1419), [anon_sym_u128] = ACTIONS(1419), [anon_sym_i128] = ACTIONS(1419), [anon_sym_isize] = ACTIONS(1419), [anon_sym_usize] = ACTIONS(1419), [anon_sym_f32] = ACTIONS(1419), [anon_sym_f64] = ACTIONS(1419), [anon_sym_bool] = ACTIONS(1419), [anon_sym_str] = ACTIONS(1419), [anon_sym_char] = ACTIONS(1419), [anon_sym_async] = ACTIONS(1419), [anon_sym_break] = ACTIONS(1419), [anon_sym_const] = ACTIONS(1419), [anon_sym_continue] = ACTIONS(1419), [anon_sym_default] = ACTIONS(1419), [anon_sym_enum] = ACTIONS(1419), [anon_sym_fn] = ACTIONS(1419), [anon_sym_for] = ACTIONS(1419), [anon_sym_if] = ACTIONS(1419), [anon_sym_impl] = ACTIONS(1419), [anon_sym_let] = ACTIONS(1419), [anon_sym_loop] = ACTIONS(1419), [anon_sym_match] = ACTIONS(1419), [anon_sym_mod] = ACTIONS(1419), [anon_sym_pub] = ACTIONS(1419), [anon_sym_return] = ACTIONS(1419), [anon_sym_static] = ACTIONS(1419), [anon_sym_struct] = ACTIONS(1419), [anon_sym_trait] = ACTIONS(1419), [anon_sym_type] = ACTIONS(1419), [anon_sym_union] = ACTIONS(1419), [anon_sym_unsafe] = ACTIONS(1419), [anon_sym_use] = ACTIONS(1419), [anon_sym_while] = ACTIONS(1419), [anon_sym_POUND] = ACTIONS(1417), [anon_sym_BANG] = ACTIONS(1417), [anon_sym_extern] = ACTIONS(1419), [anon_sym_LT] = ACTIONS(1417), [anon_sym_COLON_COLON] = ACTIONS(1417), [anon_sym_AMP] = ACTIONS(1417), [anon_sym_SQUOTE] = ACTIONS(1419), [anon_sym_DOT_DOT] = ACTIONS(1417), [anon_sym_DASH] = ACTIONS(1417), [anon_sym_PIPE] = ACTIONS(1417), [anon_sym_move] = ACTIONS(1419), [sym_integer_literal] = ACTIONS(1417), [aux_sym_string_literal_token1] = ACTIONS(1417), [sym_char_literal] = ACTIONS(1417), [anon_sym_true] = ACTIONS(1419), [anon_sym_false] = ACTIONS(1419), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1419), [sym_super] = ACTIONS(1419), [sym_crate] = ACTIONS(1419), [sym_metavariable] = ACTIONS(1417), [sym_raw_string_literal] = ACTIONS(1417), [sym_float_literal] = ACTIONS(1417), [sym_block_comment] = ACTIONS(3), }, [304] = { [ts_builtin_sym_end] = ACTIONS(1421), [sym_identifier] = ACTIONS(1423), [anon_sym_SEMI] = ACTIONS(1421), [anon_sym_macro_rules_BANG] = ACTIONS(1421), [anon_sym_LPAREN] = ACTIONS(1421), [anon_sym_LBRACE] = ACTIONS(1421), [anon_sym_RBRACE] = ACTIONS(1421), [anon_sym_LBRACK] = ACTIONS(1421), [anon_sym_STAR] = ACTIONS(1421), [anon_sym_u8] = ACTIONS(1423), [anon_sym_i8] = ACTIONS(1423), [anon_sym_u16] = ACTIONS(1423), [anon_sym_i16] = ACTIONS(1423), [anon_sym_u32] = ACTIONS(1423), [anon_sym_i32] = ACTIONS(1423), [anon_sym_u64] = ACTIONS(1423), [anon_sym_i64] = ACTIONS(1423), [anon_sym_u128] = ACTIONS(1423), [anon_sym_i128] = ACTIONS(1423), [anon_sym_isize] = ACTIONS(1423), [anon_sym_usize] = ACTIONS(1423), [anon_sym_f32] = ACTIONS(1423), [anon_sym_f64] = ACTIONS(1423), [anon_sym_bool] = ACTIONS(1423), [anon_sym_str] = ACTIONS(1423), [anon_sym_char] = ACTIONS(1423), [anon_sym_async] = ACTIONS(1423), [anon_sym_break] = ACTIONS(1423), [anon_sym_const] = ACTIONS(1423), [anon_sym_continue] = ACTIONS(1423), [anon_sym_default] = ACTIONS(1423), [anon_sym_enum] = ACTIONS(1423), [anon_sym_fn] = ACTIONS(1423), [anon_sym_for] = ACTIONS(1423), [anon_sym_if] = ACTIONS(1423), [anon_sym_impl] = ACTIONS(1423), [anon_sym_let] = ACTIONS(1423), [anon_sym_loop] = ACTIONS(1423), [anon_sym_match] = ACTIONS(1423), [anon_sym_mod] = ACTIONS(1423), [anon_sym_pub] = ACTIONS(1423), [anon_sym_return] = ACTIONS(1423), [anon_sym_static] = ACTIONS(1423), [anon_sym_struct] = ACTIONS(1423), [anon_sym_trait] = ACTIONS(1423), [anon_sym_type] = ACTIONS(1423), [anon_sym_union] = ACTIONS(1423), [anon_sym_unsafe] = ACTIONS(1423), [anon_sym_use] = ACTIONS(1423), [anon_sym_while] = ACTIONS(1423), [anon_sym_POUND] = ACTIONS(1421), [anon_sym_BANG] = ACTIONS(1421), [anon_sym_extern] = ACTIONS(1423), [anon_sym_LT] = ACTIONS(1421), [anon_sym_COLON_COLON] = ACTIONS(1421), [anon_sym_AMP] = ACTIONS(1421), [anon_sym_SQUOTE] = ACTIONS(1423), [anon_sym_DOT_DOT] = ACTIONS(1421), [anon_sym_DASH] = ACTIONS(1421), [anon_sym_PIPE] = ACTIONS(1421), [anon_sym_move] = ACTIONS(1423), [sym_integer_literal] = ACTIONS(1421), [aux_sym_string_literal_token1] = ACTIONS(1421), [sym_char_literal] = ACTIONS(1421), [anon_sym_true] = ACTIONS(1423), [anon_sym_false] = ACTIONS(1423), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1423), [sym_super] = ACTIONS(1423), [sym_crate] = ACTIONS(1423), [sym_metavariable] = ACTIONS(1421), [sym_raw_string_literal] = ACTIONS(1421), [sym_float_literal] = ACTIONS(1421), [sym_block_comment] = ACTIONS(3), }, [305] = { [ts_builtin_sym_end] = ACTIONS(1425), [sym_identifier] = ACTIONS(1427), [anon_sym_SEMI] = ACTIONS(1425), [anon_sym_macro_rules_BANG] = ACTIONS(1425), [anon_sym_LPAREN] = ACTIONS(1425), [anon_sym_LBRACE] = ACTIONS(1425), [anon_sym_RBRACE] = ACTIONS(1425), [anon_sym_LBRACK] = ACTIONS(1425), [anon_sym_STAR] = ACTIONS(1425), [anon_sym_u8] = ACTIONS(1427), [anon_sym_i8] = ACTIONS(1427), [anon_sym_u16] = ACTIONS(1427), [anon_sym_i16] = ACTIONS(1427), [anon_sym_u32] = ACTIONS(1427), [anon_sym_i32] = ACTIONS(1427), [anon_sym_u64] = ACTIONS(1427), [anon_sym_i64] = ACTIONS(1427), [anon_sym_u128] = ACTIONS(1427), [anon_sym_i128] = ACTIONS(1427), [anon_sym_isize] = ACTIONS(1427), [anon_sym_usize] = ACTIONS(1427), [anon_sym_f32] = ACTIONS(1427), [anon_sym_f64] = ACTIONS(1427), [anon_sym_bool] = ACTIONS(1427), [anon_sym_str] = ACTIONS(1427), [anon_sym_char] = ACTIONS(1427), [anon_sym_async] = ACTIONS(1427), [anon_sym_break] = ACTIONS(1427), [anon_sym_const] = ACTIONS(1427), [anon_sym_continue] = ACTIONS(1427), [anon_sym_default] = ACTIONS(1427), [anon_sym_enum] = ACTIONS(1427), [anon_sym_fn] = ACTIONS(1427), [anon_sym_for] = ACTIONS(1427), [anon_sym_if] = ACTIONS(1427), [anon_sym_impl] = ACTIONS(1427), [anon_sym_let] = ACTIONS(1427), [anon_sym_loop] = ACTIONS(1427), [anon_sym_match] = ACTIONS(1427), [anon_sym_mod] = ACTIONS(1427), [anon_sym_pub] = ACTIONS(1427), [anon_sym_return] = ACTIONS(1427), [anon_sym_static] = ACTIONS(1427), [anon_sym_struct] = ACTIONS(1427), [anon_sym_trait] = ACTIONS(1427), [anon_sym_type] = ACTIONS(1427), [anon_sym_union] = ACTIONS(1427), [anon_sym_unsafe] = ACTIONS(1427), [anon_sym_use] = ACTIONS(1427), [anon_sym_while] = ACTIONS(1427), [anon_sym_POUND] = ACTIONS(1425), [anon_sym_BANG] = ACTIONS(1425), [anon_sym_extern] = ACTIONS(1427), [anon_sym_LT] = ACTIONS(1425), [anon_sym_COLON_COLON] = ACTIONS(1425), [anon_sym_AMP] = ACTIONS(1425), [anon_sym_SQUOTE] = ACTIONS(1427), [anon_sym_DOT_DOT] = ACTIONS(1425), [anon_sym_DASH] = ACTIONS(1425), [anon_sym_PIPE] = ACTIONS(1425), [anon_sym_move] = ACTIONS(1427), [sym_integer_literal] = ACTIONS(1425), [aux_sym_string_literal_token1] = ACTIONS(1425), [sym_char_literal] = ACTIONS(1425), [anon_sym_true] = ACTIONS(1427), [anon_sym_false] = ACTIONS(1427), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1427), [sym_super] = ACTIONS(1427), [sym_crate] = ACTIONS(1427), [sym_metavariable] = ACTIONS(1425), [sym_raw_string_literal] = ACTIONS(1425), [sym_float_literal] = ACTIONS(1425), [sym_block_comment] = ACTIONS(3), }, [306] = { [ts_builtin_sym_end] = ACTIONS(1429), [sym_identifier] = ACTIONS(1431), [anon_sym_SEMI] = ACTIONS(1429), [anon_sym_macro_rules_BANG] = ACTIONS(1429), [anon_sym_LPAREN] = ACTIONS(1429), [anon_sym_LBRACE] = ACTIONS(1429), [anon_sym_RBRACE] = ACTIONS(1429), [anon_sym_LBRACK] = ACTIONS(1429), [anon_sym_STAR] = ACTIONS(1429), [anon_sym_u8] = ACTIONS(1431), [anon_sym_i8] = ACTIONS(1431), [anon_sym_u16] = ACTIONS(1431), [anon_sym_i16] = ACTIONS(1431), [anon_sym_u32] = ACTIONS(1431), [anon_sym_i32] = ACTIONS(1431), [anon_sym_u64] = ACTIONS(1431), [anon_sym_i64] = ACTIONS(1431), [anon_sym_u128] = ACTIONS(1431), [anon_sym_i128] = ACTIONS(1431), [anon_sym_isize] = ACTIONS(1431), [anon_sym_usize] = ACTIONS(1431), [anon_sym_f32] = ACTIONS(1431), [anon_sym_f64] = ACTIONS(1431), [anon_sym_bool] = ACTIONS(1431), [anon_sym_str] = ACTIONS(1431), [anon_sym_char] = ACTIONS(1431), [anon_sym_async] = ACTIONS(1431), [anon_sym_break] = ACTIONS(1431), [anon_sym_const] = ACTIONS(1431), [anon_sym_continue] = ACTIONS(1431), [anon_sym_default] = ACTIONS(1431), [anon_sym_enum] = ACTIONS(1431), [anon_sym_fn] = ACTIONS(1431), [anon_sym_for] = ACTIONS(1431), [anon_sym_if] = ACTIONS(1431), [anon_sym_impl] = ACTIONS(1431), [anon_sym_let] = ACTIONS(1431), [anon_sym_loop] = ACTIONS(1431), [anon_sym_match] = ACTIONS(1431), [anon_sym_mod] = ACTIONS(1431), [anon_sym_pub] = ACTIONS(1431), [anon_sym_return] = ACTIONS(1431), [anon_sym_static] = ACTIONS(1431), [anon_sym_struct] = ACTIONS(1431), [anon_sym_trait] = ACTIONS(1431), [anon_sym_type] = ACTIONS(1431), [anon_sym_union] = ACTIONS(1431), [anon_sym_unsafe] = ACTIONS(1431), [anon_sym_use] = ACTIONS(1431), [anon_sym_while] = ACTIONS(1431), [anon_sym_POUND] = ACTIONS(1429), [anon_sym_BANG] = ACTIONS(1429), [anon_sym_extern] = ACTIONS(1431), [anon_sym_LT] = ACTIONS(1429), [anon_sym_COLON_COLON] = ACTIONS(1429), [anon_sym_AMP] = ACTIONS(1429), [anon_sym_SQUOTE] = ACTIONS(1431), [anon_sym_DOT_DOT] = ACTIONS(1429), [anon_sym_DASH] = ACTIONS(1429), [anon_sym_PIPE] = ACTIONS(1429), [anon_sym_move] = ACTIONS(1431), [sym_integer_literal] = ACTIONS(1429), [aux_sym_string_literal_token1] = ACTIONS(1429), [sym_char_literal] = ACTIONS(1429), [anon_sym_true] = ACTIONS(1431), [anon_sym_false] = ACTIONS(1431), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1431), [sym_super] = ACTIONS(1431), [sym_crate] = ACTIONS(1431), [sym_metavariable] = ACTIONS(1429), [sym_raw_string_literal] = ACTIONS(1429), [sym_float_literal] = ACTIONS(1429), [sym_block_comment] = ACTIONS(3), }, [307] = { [ts_builtin_sym_end] = ACTIONS(1433), [sym_identifier] = ACTIONS(1435), [anon_sym_SEMI] = ACTIONS(1433), [anon_sym_macro_rules_BANG] = ACTIONS(1433), [anon_sym_LPAREN] = ACTIONS(1433), [anon_sym_LBRACE] = ACTIONS(1433), [anon_sym_RBRACE] = ACTIONS(1433), [anon_sym_LBRACK] = ACTIONS(1433), [anon_sym_STAR] = ACTIONS(1433), [anon_sym_u8] = ACTIONS(1435), [anon_sym_i8] = ACTIONS(1435), [anon_sym_u16] = ACTIONS(1435), [anon_sym_i16] = ACTIONS(1435), [anon_sym_u32] = ACTIONS(1435), [anon_sym_i32] = ACTIONS(1435), [anon_sym_u64] = ACTIONS(1435), [anon_sym_i64] = ACTIONS(1435), [anon_sym_u128] = ACTIONS(1435), [anon_sym_i128] = ACTIONS(1435), [anon_sym_isize] = ACTIONS(1435), [anon_sym_usize] = ACTIONS(1435), [anon_sym_f32] = ACTIONS(1435), [anon_sym_f64] = ACTIONS(1435), [anon_sym_bool] = ACTIONS(1435), [anon_sym_str] = ACTIONS(1435), [anon_sym_char] = ACTIONS(1435), [anon_sym_async] = ACTIONS(1435), [anon_sym_break] = ACTIONS(1435), [anon_sym_const] = ACTIONS(1435), [anon_sym_continue] = ACTIONS(1435), [anon_sym_default] = ACTIONS(1435), [anon_sym_enum] = ACTIONS(1435), [anon_sym_fn] = ACTIONS(1435), [anon_sym_for] = ACTIONS(1435), [anon_sym_if] = ACTIONS(1435), [anon_sym_impl] = ACTIONS(1435), [anon_sym_let] = ACTIONS(1435), [anon_sym_loop] = ACTIONS(1435), [anon_sym_match] = ACTIONS(1435), [anon_sym_mod] = ACTIONS(1435), [anon_sym_pub] = ACTIONS(1435), [anon_sym_return] = ACTIONS(1435), [anon_sym_static] = ACTIONS(1435), [anon_sym_struct] = ACTIONS(1435), [anon_sym_trait] = ACTIONS(1435), [anon_sym_type] = ACTIONS(1435), [anon_sym_union] = ACTIONS(1435), [anon_sym_unsafe] = ACTIONS(1435), [anon_sym_use] = ACTIONS(1435), [anon_sym_while] = ACTIONS(1435), [anon_sym_POUND] = ACTIONS(1433), [anon_sym_BANG] = ACTIONS(1433), [anon_sym_extern] = ACTIONS(1435), [anon_sym_LT] = ACTIONS(1433), [anon_sym_COLON_COLON] = ACTIONS(1433), [anon_sym_AMP] = ACTIONS(1433), [anon_sym_SQUOTE] = ACTIONS(1435), [anon_sym_DOT_DOT] = ACTIONS(1433), [anon_sym_DASH] = ACTIONS(1433), [anon_sym_PIPE] = ACTIONS(1433), [anon_sym_move] = ACTIONS(1435), [sym_integer_literal] = ACTIONS(1433), [aux_sym_string_literal_token1] = ACTIONS(1433), [sym_char_literal] = ACTIONS(1433), [anon_sym_true] = ACTIONS(1435), [anon_sym_false] = ACTIONS(1435), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1435), [sym_super] = ACTIONS(1435), [sym_crate] = ACTIONS(1435), [sym_metavariable] = ACTIONS(1433), [sym_raw_string_literal] = ACTIONS(1433), [sym_float_literal] = ACTIONS(1433), [sym_block_comment] = ACTIONS(3), }, [308] = { [ts_builtin_sym_end] = ACTIONS(1437), [sym_identifier] = ACTIONS(1439), [anon_sym_SEMI] = ACTIONS(1437), [anon_sym_macro_rules_BANG] = ACTIONS(1437), [anon_sym_LPAREN] = ACTIONS(1437), [anon_sym_LBRACE] = ACTIONS(1437), [anon_sym_RBRACE] = ACTIONS(1437), [anon_sym_LBRACK] = ACTIONS(1437), [anon_sym_STAR] = ACTIONS(1437), [anon_sym_u8] = ACTIONS(1439), [anon_sym_i8] = ACTIONS(1439), [anon_sym_u16] = ACTIONS(1439), [anon_sym_i16] = ACTIONS(1439), [anon_sym_u32] = ACTIONS(1439), [anon_sym_i32] = ACTIONS(1439), [anon_sym_u64] = ACTIONS(1439), [anon_sym_i64] = ACTIONS(1439), [anon_sym_u128] = ACTIONS(1439), [anon_sym_i128] = ACTIONS(1439), [anon_sym_isize] = ACTIONS(1439), [anon_sym_usize] = ACTIONS(1439), [anon_sym_f32] = ACTIONS(1439), [anon_sym_f64] = ACTIONS(1439), [anon_sym_bool] = ACTIONS(1439), [anon_sym_str] = ACTIONS(1439), [anon_sym_char] = ACTIONS(1439), [anon_sym_async] = ACTIONS(1439), [anon_sym_break] = ACTIONS(1439), [anon_sym_const] = ACTIONS(1439), [anon_sym_continue] = ACTIONS(1439), [anon_sym_default] = ACTIONS(1439), [anon_sym_enum] = ACTIONS(1439), [anon_sym_fn] = ACTIONS(1439), [anon_sym_for] = ACTIONS(1439), [anon_sym_if] = ACTIONS(1439), [anon_sym_impl] = ACTIONS(1439), [anon_sym_let] = ACTIONS(1439), [anon_sym_loop] = ACTIONS(1439), [anon_sym_match] = ACTIONS(1439), [anon_sym_mod] = ACTIONS(1439), [anon_sym_pub] = ACTIONS(1439), [anon_sym_return] = ACTIONS(1439), [anon_sym_static] = ACTIONS(1439), [anon_sym_struct] = ACTIONS(1439), [anon_sym_trait] = ACTIONS(1439), [anon_sym_type] = ACTIONS(1439), [anon_sym_union] = ACTIONS(1439), [anon_sym_unsafe] = ACTIONS(1439), [anon_sym_use] = ACTIONS(1439), [anon_sym_while] = ACTIONS(1439), [anon_sym_POUND] = ACTIONS(1437), [anon_sym_BANG] = ACTIONS(1437), [anon_sym_extern] = ACTIONS(1439), [anon_sym_LT] = ACTIONS(1437), [anon_sym_COLON_COLON] = ACTIONS(1437), [anon_sym_AMP] = ACTIONS(1437), [anon_sym_SQUOTE] = ACTIONS(1439), [anon_sym_DOT_DOT] = ACTIONS(1437), [anon_sym_DASH] = ACTIONS(1437), [anon_sym_PIPE] = ACTIONS(1437), [anon_sym_move] = ACTIONS(1439), [sym_integer_literal] = ACTIONS(1437), [aux_sym_string_literal_token1] = ACTIONS(1437), [sym_char_literal] = ACTIONS(1437), [anon_sym_true] = ACTIONS(1439), [anon_sym_false] = ACTIONS(1439), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1439), [sym_super] = ACTIONS(1439), [sym_crate] = ACTIONS(1439), [sym_metavariable] = ACTIONS(1437), [sym_raw_string_literal] = ACTIONS(1437), [sym_float_literal] = ACTIONS(1437), [sym_block_comment] = ACTIONS(3), }, [309] = { [ts_builtin_sym_end] = ACTIONS(1441), [sym_identifier] = ACTIONS(1443), [anon_sym_SEMI] = ACTIONS(1441), [anon_sym_macro_rules_BANG] = ACTIONS(1441), [anon_sym_LPAREN] = ACTIONS(1441), [anon_sym_LBRACE] = ACTIONS(1441), [anon_sym_RBRACE] = ACTIONS(1441), [anon_sym_LBRACK] = ACTIONS(1441), [anon_sym_STAR] = ACTIONS(1441), [anon_sym_u8] = ACTIONS(1443), [anon_sym_i8] = ACTIONS(1443), [anon_sym_u16] = ACTIONS(1443), [anon_sym_i16] = ACTIONS(1443), [anon_sym_u32] = ACTIONS(1443), [anon_sym_i32] = ACTIONS(1443), [anon_sym_u64] = ACTIONS(1443), [anon_sym_i64] = ACTIONS(1443), [anon_sym_u128] = ACTIONS(1443), [anon_sym_i128] = ACTIONS(1443), [anon_sym_isize] = ACTIONS(1443), [anon_sym_usize] = ACTIONS(1443), [anon_sym_f32] = ACTIONS(1443), [anon_sym_f64] = ACTIONS(1443), [anon_sym_bool] = ACTIONS(1443), [anon_sym_str] = ACTIONS(1443), [anon_sym_char] = ACTIONS(1443), [anon_sym_async] = ACTIONS(1443), [anon_sym_break] = ACTIONS(1443), [anon_sym_const] = ACTIONS(1443), [anon_sym_continue] = ACTIONS(1443), [anon_sym_default] = ACTIONS(1443), [anon_sym_enum] = ACTIONS(1443), [anon_sym_fn] = ACTIONS(1443), [anon_sym_for] = ACTIONS(1443), [anon_sym_if] = ACTIONS(1443), [anon_sym_impl] = ACTIONS(1443), [anon_sym_let] = ACTIONS(1443), [anon_sym_loop] = ACTIONS(1443), [anon_sym_match] = ACTIONS(1443), [anon_sym_mod] = ACTIONS(1443), [anon_sym_pub] = ACTIONS(1443), [anon_sym_return] = ACTIONS(1443), [anon_sym_static] = ACTIONS(1443), [anon_sym_struct] = ACTIONS(1443), [anon_sym_trait] = ACTIONS(1443), [anon_sym_type] = ACTIONS(1443), [anon_sym_union] = ACTIONS(1443), [anon_sym_unsafe] = ACTIONS(1443), [anon_sym_use] = ACTIONS(1443), [anon_sym_while] = ACTIONS(1443), [anon_sym_POUND] = ACTIONS(1441), [anon_sym_BANG] = ACTIONS(1441), [anon_sym_extern] = ACTIONS(1443), [anon_sym_LT] = ACTIONS(1441), [anon_sym_COLON_COLON] = ACTIONS(1441), [anon_sym_AMP] = ACTIONS(1441), [anon_sym_SQUOTE] = ACTIONS(1443), [anon_sym_DOT_DOT] = ACTIONS(1441), [anon_sym_DASH] = ACTIONS(1441), [anon_sym_PIPE] = ACTIONS(1441), [anon_sym_move] = ACTIONS(1443), [sym_integer_literal] = ACTIONS(1441), [aux_sym_string_literal_token1] = ACTIONS(1441), [sym_char_literal] = ACTIONS(1441), [anon_sym_true] = ACTIONS(1443), [anon_sym_false] = ACTIONS(1443), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1443), [sym_super] = ACTIONS(1443), [sym_crate] = ACTIONS(1443), [sym_metavariable] = ACTIONS(1441), [sym_raw_string_literal] = ACTIONS(1441), [sym_float_literal] = ACTIONS(1441), [sym_block_comment] = ACTIONS(3), }, [310] = { [ts_builtin_sym_end] = ACTIONS(1445), [sym_identifier] = ACTIONS(1447), [anon_sym_SEMI] = ACTIONS(1445), [anon_sym_macro_rules_BANG] = ACTIONS(1445), [anon_sym_LPAREN] = ACTIONS(1445), [anon_sym_LBRACE] = ACTIONS(1445), [anon_sym_RBRACE] = ACTIONS(1445), [anon_sym_LBRACK] = ACTIONS(1445), [anon_sym_STAR] = ACTIONS(1445), [anon_sym_u8] = ACTIONS(1447), [anon_sym_i8] = ACTIONS(1447), [anon_sym_u16] = ACTIONS(1447), [anon_sym_i16] = ACTIONS(1447), [anon_sym_u32] = ACTIONS(1447), [anon_sym_i32] = ACTIONS(1447), [anon_sym_u64] = ACTIONS(1447), [anon_sym_i64] = ACTIONS(1447), [anon_sym_u128] = ACTIONS(1447), [anon_sym_i128] = ACTIONS(1447), [anon_sym_isize] = ACTIONS(1447), [anon_sym_usize] = ACTIONS(1447), [anon_sym_f32] = ACTIONS(1447), [anon_sym_f64] = ACTIONS(1447), [anon_sym_bool] = ACTIONS(1447), [anon_sym_str] = ACTIONS(1447), [anon_sym_char] = ACTIONS(1447), [anon_sym_async] = ACTIONS(1447), [anon_sym_break] = ACTIONS(1447), [anon_sym_const] = ACTIONS(1447), [anon_sym_continue] = ACTIONS(1447), [anon_sym_default] = ACTIONS(1447), [anon_sym_enum] = ACTIONS(1447), [anon_sym_fn] = ACTIONS(1447), [anon_sym_for] = ACTIONS(1447), [anon_sym_if] = ACTIONS(1447), [anon_sym_impl] = ACTIONS(1447), [anon_sym_let] = ACTIONS(1447), [anon_sym_loop] = ACTIONS(1447), [anon_sym_match] = ACTIONS(1447), [anon_sym_mod] = ACTIONS(1447), [anon_sym_pub] = ACTIONS(1447), [anon_sym_return] = ACTIONS(1447), [anon_sym_static] = ACTIONS(1447), [anon_sym_struct] = ACTIONS(1447), [anon_sym_trait] = ACTIONS(1447), [anon_sym_type] = ACTIONS(1447), [anon_sym_union] = ACTIONS(1447), [anon_sym_unsafe] = ACTIONS(1447), [anon_sym_use] = ACTIONS(1447), [anon_sym_while] = ACTIONS(1447), [anon_sym_POUND] = ACTIONS(1445), [anon_sym_BANG] = ACTIONS(1445), [anon_sym_extern] = ACTIONS(1447), [anon_sym_LT] = ACTIONS(1445), [anon_sym_COLON_COLON] = ACTIONS(1445), [anon_sym_AMP] = ACTIONS(1445), [anon_sym_SQUOTE] = ACTIONS(1447), [anon_sym_DOT_DOT] = ACTIONS(1445), [anon_sym_DASH] = ACTIONS(1445), [anon_sym_PIPE] = ACTIONS(1445), [anon_sym_move] = ACTIONS(1447), [sym_integer_literal] = ACTIONS(1445), [aux_sym_string_literal_token1] = ACTIONS(1445), [sym_char_literal] = ACTIONS(1445), [anon_sym_true] = ACTIONS(1447), [anon_sym_false] = ACTIONS(1447), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1447), [sym_super] = ACTIONS(1447), [sym_crate] = ACTIONS(1447), [sym_metavariable] = ACTIONS(1445), [sym_raw_string_literal] = ACTIONS(1445), [sym_float_literal] = ACTIONS(1445), [sym_block_comment] = ACTIONS(3), }, [311] = { [ts_builtin_sym_end] = ACTIONS(1449), [sym_identifier] = ACTIONS(1451), [anon_sym_SEMI] = ACTIONS(1449), [anon_sym_macro_rules_BANG] = ACTIONS(1449), [anon_sym_LPAREN] = ACTIONS(1449), [anon_sym_LBRACE] = ACTIONS(1449), [anon_sym_RBRACE] = ACTIONS(1449), [anon_sym_LBRACK] = ACTIONS(1449), [anon_sym_STAR] = ACTIONS(1449), [anon_sym_u8] = ACTIONS(1451), [anon_sym_i8] = ACTIONS(1451), [anon_sym_u16] = ACTIONS(1451), [anon_sym_i16] = ACTIONS(1451), [anon_sym_u32] = ACTIONS(1451), [anon_sym_i32] = ACTIONS(1451), [anon_sym_u64] = ACTIONS(1451), [anon_sym_i64] = ACTIONS(1451), [anon_sym_u128] = ACTIONS(1451), [anon_sym_i128] = ACTIONS(1451), [anon_sym_isize] = ACTIONS(1451), [anon_sym_usize] = ACTIONS(1451), [anon_sym_f32] = ACTIONS(1451), [anon_sym_f64] = ACTIONS(1451), [anon_sym_bool] = ACTIONS(1451), [anon_sym_str] = ACTIONS(1451), [anon_sym_char] = ACTIONS(1451), [anon_sym_async] = ACTIONS(1451), [anon_sym_break] = ACTIONS(1451), [anon_sym_const] = ACTIONS(1451), [anon_sym_continue] = ACTIONS(1451), [anon_sym_default] = ACTIONS(1451), [anon_sym_enum] = ACTIONS(1451), [anon_sym_fn] = ACTIONS(1451), [anon_sym_for] = ACTIONS(1451), [anon_sym_if] = ACTIONS(1451), [anon_sym_impl] = ACTIONS(1451), [anon_sym_let] = ACTIONS(1451), [anon_sym_loop] = ACTIONS(1451), [anon_sym_match] = ACTIONS(1451), [anon_sym_mod] = ACTIONS(1451), [anon_sym_pub] = ACTIONS(1451), [anon_sym_return] = ACTIONS(1451), [anon_sym_static] = ACTIONS(1451), [anon_sym_struct] = ACTIONS(1451), [anon_sym_trait] = ACTIONS(1451), [anon_sym_type] = ACTIONS(1451), [anon_sym_union] = ACTIONS(1451), [anon_sym_unsafe] = ACTIONS(1451), [anon_sym_use] = ACTIONS(1451), [anon_sym_while] = ACTIONS(1451), [anon_sym_POUND] = ACTIONS(1449), [anon_sym_BANG] = ACTIONS(1449), [anon_sym_extern] = ACTIONS(1451), [anon_sym_LT] = ACTIONS(1449), [anon_sym_COLON_COLON] = ACTIONS(1449), [anon_sym_AMP] = ACTIONS(1449), [anon_sym_SQUOTE] = ACTIONS(1451), [anon_sym_DOT_DOT] = ACTIONS(1449), [anon_sym_DASH] = ACTIONS(1449), [anon_sym_PIPE] = ACTIONS(1449), [anon_sym_move] = ACTIONS(1451), [sym_integer_literal] = ACTIONS(1449), [aux_sym_string_literal_token1] = ACTIONS(1449), [sym_char_literal] = ACTIONS(1449), [anon_sym_true] = ACTIONS(1451), [anon_sym_false] = ACTIONS(1451), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1451), [sym_super] = ACTIONS(1451), [sym_crate] = ACTIONS(1451), [sym_metavariable] = ACTIONS(1449), [sym_raw_string_literal] = ACTIONS(1449), [sym_float_literal] = ACTIONS(1449), [sym_block_comment] = ACTIONS(3), }, [312] = { [ts_builtin_sym_end] = ACTIONS(1453), [sym_identifier] = ACTIONS(1455), [anon_sym_SEMI] = ACTIONS(1453), [anon_sym_macro_rules_BANG] = ACTIONS(1453), [anon_sym_LPAREN] = ACTIONS(1453), [anon_sym_LBRACE] = ACTIONS(1453), [anon_sym_RBRACE] = ACTIONS(1453), [anon_sym_LBRACK] = ACTIONS(1453), [anon_sym_STAR] = ACTIONS(1453), [anon_sym_u8] = ACTIONS(1455), [anon_sym_i8] = ACTIONS(1455), [anon_sym_u16] = ACTIONS(1455), [anon_sym_i16] = ACTIONS(1455), [anon_sym_u32] = ACTIONS(1455), [anon_sym_i32] = ACTIONS(1455), [anon_sym_u64] = ACTIONS(1455), [anon_sym_i64] = ACTIONS(1455), [anon_sym_u128] = ACTIONS(1455), [anon_sym_i128] = ACTIONS(1455), [anon_sym_isize] = ACTIONS(1455), [anon_sym_usize] = ACTIONS(1455), [anon_sym_f32] = ACTIONS(1455), [anon_sym_f64] = ACTIONS(1455), [anon_sym_bool] = ACTIONS(1455), [anon_sym_str] = ACTIONS(1455), [anon_sym_char] = ACTIONS(1455), [anon_sym_async] = ACTIONS(1455), [anon_sym_break] = ACTIONS(1455), [anon_sym_const] = ACTIONS(1455), [anon_sym_continue] = ACTIONS(1455), [anon_sym_default] = ACTIONS(1455), [anon_sym_enum] = ACTIONS(1455), [anon_sym_fn] = ACTIONS(1455), [anon_sym_for] = ACTIONS(1455), [anon_sym_if] = ACTIONS(1455), [anon_sym_impl] = ACTIONS(1455), [anon_sym_let] = ACTIONS(1455), [anon_sym_loop] = ACTIONS(1455), [anon_sym_match] = ACTIONS(1455), [anon_sym_mod] = ACTIONS(1455), [anon_sym_pub] = ACTIONS(1455), [anon_sym_return] = ACTIONS(1455), [anon_sym_static] = ACTIONS(1455), [anon_sym_struct] = ACTIONS(1455), [anon_sym_trait] = ACTIONS(1455), [anon_sym_type] = ACTIONS(1455), [anon_sym_union] = ACTIONS(1455), [anon_sym_unsafe] = ACTIONS(1455), [anon_sym_use] = ACTIONS(1455), [anon_sym_while] = ACTIONS(1455), [anon_sym_POUND] = ACTIONS(1453), [anon_sym_BANG] = ACTIONS(1453), [anon_sym_extern] = ACTIONS(1455), [anon_sym_LT] = ACTIONS(1453), [anon_sym_COLON_COLON] = ACTIONS(1453), [anon_sym_AMP] = ACTIONS(1453), [anon_sym_SQUOTE] = ACTIONS(1455), [anon_sym_DOT_DOT] = ACTIONS(1453), [anon_sym_DASH] = ACTIONS(1453), [anon_sym_PIPE] = ACTIONS(1453), [anon_sym_move] = ACTIONS(1455), [sym_integer_literal] = ACTIONS(1453), [aux_sym_string_literal_token1] = ACTIONS(1453), [sym_char_literal] = ACTIONS(1453), [anon_sym_true] = ACTIONS(1455), [anon_sym_false] = ACTIONS(1455), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1455), [sym_super] = ACTIONS(1455), [sym_crate] = ACTIONS(1455), [sym_metavariable] = ACTIONS(1453), [sym_raw_string_literal] = ACTIONS(1453), [sym_float_literal] = ACTIONS(1453), [sym_block_comment] = ACTIONS(3), }, [313] = { [ts_builtin_sym_end] = ACTIONS(1457), [sym_identifier] = ACTIONS(1459), [anon_sym_SEMI] = ACTIONS(1457), [anon_sym_macro_rules_BANG] = ACTIONS(1457), [anon_sym_LPAREN] = ACTIONS(1457), [anon_sym_LBRACE] = ACTIONS(1457), [anon_sym_RBRACE] = ACTIONS(1457), [anon_sym_LBRACK] = ACTIONS(1457), [anon_sym_STAR] = ACTIONS(1457), [anon_sym_u8] = ACTIONS(1459), [anon_sym_i8] = ACTIONS(1459), [anon_sym_u16] = ACTIONS(1459), [anon_sym_i16] = ACTIONS(1459), [anon_sym_u32] = ACTIONS(1459), [anon_sym_i32] = ACTIONS(1459), [anon_sym_u64] = ACTIONS(1459), [anon_sym_i64] = ACTIONS(1459), [anon_sym_u128] = ACTIONS(1459), [anon_sym_i128] = ACTIONS(1459), [anon_sym_isize] = ACTIONS(1459), [anon_sym_usize] = ACTIONS(1459), [anon_sym_f32] = ACTIONS(1459), [anon_sym_f64] = ACTIONS(1459), [anon_sym_bool] = ACTIONS(1459), [anon_sym_str] = ACTIONS(1459), [anon_sym_char] = ACTIONS(1459), [anon_sym_async] = ACTIONS(1459), [anon_sym_break] = ACTIONS(1459), [anon_sym_const] = ACTIONS(1459), [anon_sym_continue] = ACTIONS(1459), [anon_sym_default] = ACTIONS(1459), [anon_sym_enum] = ACTIONS(1459), [anon_sym_fn] = ACTIONS(1459), [anon_sym_for] = ACTIONS(1459), [anon_sym_if] = ACTIONS(1459), [anon_sym_impl] = ACTIONS(1459), [anon_sym_let] = ACTIONS(1459), [anon_sym_loop] = ACTIONS(1459), [anon_sym_match] = ACTIONS(1459), [anon_sym_mod] = ACTIONS(1459), [anon_sym_pub] = ACTIONS(1459), [anon_sym_return] = ACTIONS(1459), [anon_sym_static] = ACTIONS(1459), [anon_sym_struct] = ACTIONS(1459), [anon_sym_trait] = ACTIONS(1459), [anon_sym_type] = ACTIONS(1459), [anon_sym_union] = ACTIONS(1459), [anon_sym_unsafe] = ACTIONS(1459), [anon_sym_use] = ACTIONS(1459), [anon_sym_while] = ACTIONS(1459), [anon_sym_POUND] = ACTIONS(1457), [anon_sym_BANG] = ACTIONS(1457), [anon_sym_extern] = ACTIONS(1459), [anon_sym_LT] = ACTIONS(1457), [anon_sym_COLON_COLON] = ACTIONS(1457), [anon_sym_AMP] = ACTIONS(1457), [anon_sym_SQUOTE] = ACTIONS(1459), [anon_sym_DOT_DOT] = ACTIONS(1457), [anon_sym_DASH] = ACTIONS(1457), [anon_sym_PIPE] = ACTIONS(1457), [anon_sym_move] = ACTIONS(1459), [sym_integer_literal] = ACTIONS(1457), [aux_sym_string_literal_token1] = ACTIONS(1457), [sym_char_literal] = ACTIONS(1457), [anon_sym_true] = ACTIONS(1459), [anon_sym_false] = ACTIONS(1459), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1459), [sym_super] = ACTIONS(1459), [sym_crate] = ACTIONS(1459), [sym_metavariable] = ACTIONS(1457), [sym_raw_string_literal] = ACTIONS(1457), [sym_float_literal] = ACTIONS(1457), [sym_block_comment] = ACTIONS(3), }, [314] = { [ts_builtin_sym_end] = ACTIONS(1461), [sym_identifier] = ACTIONS(1463), [anon_sym_SEMI] = ACTIONS(1461), [anon_sym_macro_rules_BANG] = ACTIONS(1461), [anon_sym_LPAREN] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(1461), [anon_sym_RBRACE] = ACTIONS(1461), [anon_sym_LBRACK] = ACTIONS(1461), [anon_sym_STAR] = ACTIONS(1461), [anon_sym_u8] = ACTIONS(1463), [anon_sym_i8] = ACTIONS(1463), [anon_sym_u16] = ACTIONS(1463), [anon_sym_i16] = ACTIONS(1463), [anon_sym_u32] = ACTIONS(1463), [anon_sym_i32] = ACTIONS(1463), [anon_sym_u64] = ACTIONS(1463), [anon_sym_i64] = ACTIONS(1463), [anon_sym_u128] = ACTIONS(1463), [anon_sym_i128] = ACTIONS(1463), [anon_sym_isize] = ACTIONS(1463), [anon_sym_usize] = ACTIONS(1463), [anon_sym_f32] = ACTIONS(1463), [anon_sym_f64] = ACTIONS(1463), [anon_sym_bool] = ACTIONS(1463), [anon_sym_str] = ACTIONS(1463), [anon_sym_char] = ACTIONS(1463), [anon_sym_async] = ACTIONS(1463), [anon_sym_break] = ACTIONS(1463), [anon_sym_const] = ACTIONS(1463), [anon_sym_continue] = ACTIONS(1463), [anon_sym_default] = ACTIONS(1463), [anon_sym_enum] = ACTIONS(1463), [anon_sym_fn] = ACTIONS(1463), [anon_sym_for] = ACTIONS(1463), [anon_sym_if] = ACTIONS(1463), [anon_sym_impl] = ACTIONS(1463), [anon_sym_let] = ACTIONS(1463), [anon_sym_loop] = ACTIONS(1463), [anon_sym_match] = ACTIONS(1463), [anon_sym_mod] = ACTIONS(1463), [anon_sym_pub] = ACTIONS(1463), [anon_sym_return] = ACTIONS(1463), [anon_sym_static] = ACTIONS(1463), [anon_sym_struct] = ACTIONS(1463), [anon_sym_trait] = ACTIONS(1463), [anon_sym_type] = ACTIONS(1463), [anon_sym_union] = ACTIONS(1463), [anon_sym_unsafe] = ACTIONS(1463), [anon_sym_use] = ACTIONS(1463), [anon_sym_while] = ACTIONS(1463), [anon_sym_POUND] = ACTIONS(1461), [anon_sym_BANG] = ACTIONS(1461), [anon_sym_extern] = ACTIONS(1463), [anon_sym_LT] = ACTIONS(1461), [anon_sym_COLON_COLON] = ACTIONS(1461), [anon_sym_AMP] = ACTIONS(1461), [anon_sym_SQUOTE] = ACTIONS(1463), [anon_sym_DOT_DOT] = ACTIONS(1461), [anon_sym_DASH] = ACTIONS(1461), [anon_sym_PIPE] = ACTIONS(1461), [anon_sym_move] = ACTIONS(1463), [sym_integer_literal] = ACTIONS(1461), [aux_sym_string_literal_token1] = ACTIONS(1461), [sym_char_literal] = ACTIONS(1461), [anon_sym_true] = ACTIONS(1463), [anon_sym_false] = ACTIONS(1463), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1463), [sym_super] = ACTIONS(1463), [sym_crate] = ACTIONS(1463), [sym_metavariable] = ACTIONS(1461), [sym_raw_string_literal] = ACTIONS(1461), [sym_float_literal] = ACTIONS(1461), [sym_block_comment] = ACTIONS(3), }, [315] = { [ts_builtin_sym_end] = ACTIONS(1465), [sym_identifier] = ACTIONS(1467), [anon_sym_SEMI] = ACTIONS(1465), [anon_sym_macro_rules_BANG] = ACTIONS(1465), [anon_sym_LPAREN] = ACTIONS(1465), [anon_sym_LBRACE] = ACTIONS(1465), [anon_sym_RBRACE] = ACTIONS(1465), [anon_sym_LBRACK] = ACTIONS(1465), [anon_sym_STAR] = ACTIONS(1465), [anon_sym_u8] = ACTIONS(1467), [anon_sym_i8] = ACTIONS(1467), [anon_sym_u16] = ACTIONS(1467), [anon_sym_i16] = ACTIONS(1467), [anon_sym_u32] = ACTIONS(1467), [anon_sym_i32] = ACTIONS(1467), [anon_sym_u64] = ACTIONS(1467), [anon_sym_i64] = ACTIONS(1467), [anon_sym_u128] = ACTIONS(1467), [anon_sym_i128] = ACTIONS(1467), [anon_sym_isize] = ACTIONS(1467), [anon_sym_usize] = ACTIONS(1467), [anon_sym_f32] = ACTIONS(1467), [anon_sym_f64] = ACTIONS(1467), [anon_sym_bool] = ACTIONS(1467), [anon_sym_str] = ACTIONS(1467), [anon_sym_char] = ACTIONS(1467), [anon_sym_async] = ACTIONS(1467), [anon_sym_break] = ACTIONS(1467), [anon_sym_const] = ACTIONS(1467), [anon_sym_continue] = ACTIONS(1467), [anon_sym_default] = ACTIONS(1467), [anon_sym_enum] = ACTIONS(1467), [anon_sym_fn] = ACTIONS(1467), [anon_sym_for] = ACTIONS(1467), [anon_sym_if] = ACTIONS(1467), [anon_sym_impl] = ACTIONS(1467), [anon_sym_let] = ACTIONS(1467), [anon_sym_loop] = ACTIONS(1467), [anon_sym_match] = ACTIONS(1467), [anon_sym_mod] = ACTIONS(1467), [anon_sym_pub] = ACTIONS(1467), [anon_sym_return] = ACTIONS(1467), [anon_sym_static] = ACTIONS(1467), [anon_sym_struct] = ACTIONS(1467), [anon_sym_trait] = ACTIONS(1467), [anon_sym_type] = ACTIONS(1467), [anon_sym_union] = ACTIONS(1467), [anon_sym_unsafe] = ACTIONS(1467), [anon_sym_use] = ACTIONS(1467), [anon_sym_while] = ACTIONS(1467), [anon_sym_POUND] = ACTIONS(1465), [anon_sym_BANG] = ACTIONS(1465), [anon_sym_extern] = ACTIONS(1467), [anon_sym_LT] = ACTIONS(1465), [anon_sym_COLON_COLON] = ACTIONS(1465), [anon_sym_AMP] = ACTIONS(1465), [anon_sym_SQUOTE] = ACTIONS(1467), [anon_sym_DOT_DOT] = ACTIONS(1465), [anon_sym_DASH] = ACTIONS(1465), [anon_sym_PIPE] = ACTIONS(1465), [anon_sym_move] = ACTIONS(1467), [sym_integer_literal] = ACTIONS(1465), [aux_sym_string_literal_token1] = ACTIONS(1465), [sym_char_literal] = ACTIONS(1465), [anon_sym_true] = ACTIONS(1467), [anon_sym_false] = ACTIONS(1467), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1467), [sym_super] = ACTIONS(1467), [sym_crate] = ACTIONS(1467), [sym_metavariable] = ACTIONS(1465), [sym_raw_string_literal] = ACTIONS(1465), [sym_float_literal] = ACTIONS(1465), [sym_block_comment] = ACTIONS(3), }, [316] = { [ts_builtin_sym_end] = ACTIONS(1469), [sym_identifier] = ACTIONS(1471), [anon_sym_SEMI] = ACTIONS(1469), [anon_sym_macro_rules_BANG] = ACTIONS(1469), [anon_sym_LPAREN] = ACTIONS(1469), [anon_sym_LBRACE] = ACTIONS(1469), [anon_sym_RBRACE] = ACTIONS(1469), [anon_sym_LBRACK] = ACTIONS(1469), [anon_sym_STAR] = ACTIONS(1469), [anon_sym_u8] = ACTIONS(1471), [anon_sym_i8] = ACTIONS(1471), [anon_sym_u16] = ACTIONS(1471), [anon_sym_i16] = ACTIONS(1471), [anon_sym_u32] = ACTIONS(1471), [anon_sym_i32] = ACTIONS(1471), [anon_sym_u64] = ACTIONS(1471), [anon_sym_i64] = ACTIONS(1471), [anon_sym_u128] = ACTIONS(1471), [anon_sym_i128] = ACTIONS(1471), [anon_sym_isize] = ACTIONS(1471), [anon_sym_usize] = ACTIONS(1471), [anon_sym_f32] = ACTIONS(1471), [anon_sym_f64] = ACTIONS(1471), [anon_sym_bool] = ACTIONS(1471), [anon_sym_str] = ACTIONS(1471), [anon_sym_char] = ACTIONS(1471), [anon_sym_async] = ACTIONS(1471), [anon_sym_break] = ACTIONS(1471), [anon_sym_const] = ACTIONS(1471), [anon_sym_continue] = ACTIONS(1471), [anon_sym_default] = ACTIONS(1471), [anon_sym_enum] = ACTIONS(1471), [anon_sym_fn] = ACTIONS(1471), [anon_sym_for] = ACTIONS(1471), [anon_sym_if] = ACTIONS(1471), [anon_sym_impl] = ACTIONS(1471), [anon_sym_let] = ACTIONS(1471), [anon_sym_loop] = ACTIONS(1471), [anon_sym_match] = ACTIONS(1471), [anon_sym_mod] = ACTIONS(1471), [anon_sym_pub] = ACTIONS(1471), [anon_sym_return] = ACTIONS(1471), [anon_sym_static] = ACTIONS(1471), [anon_sym_struct] = ACTIONS(1471), [anon_sym_trait] = ACTIONS(1471), [anon_sym_type] = ACTIONS(1471), [anon_sym_union] = ACTIONS(1471), [anon_sym_unsafe] = ACTIONS(1471), [anon_sym_use] = ACTIONS(1471), [anon_sym_while] = ACTIONS(1471), [anon_sym_POUND] = ACTIONS(1469), [anon_sym_BANG] = ACTIONS(1469), [anon_sym_extern] = ACTIONS(1471), [anon_sym_LT] = ACTIONS(1469), [anon_sym_COLON_COLON] = ACTIONS(1469), [anon_sym_AMP] = ACTIONS(1469), [anon_sym_SQUOTE] = ACTIONS(1471), [anon_sym_DOT_DOT] = ACTIONS(1469), [anon_sym_DASH] = ACTIONS(1469), [anon_sym_PIPE] = ACTIONS(1469), [anon_sym_move] = ACTIONS(1471), [sym_integer_literal] = ACTIONS(1469), [aux_sym_string_literal_token1] = ACTIONS(1469), [sym_char_literal] = ACTIONS(1469), [anon_sym_true] = ACTIONS(1471), [anon_sym_false] = ACTIONS(1471), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1471), [sym_super] = ACTIONS(1471), [sym_crate] = ACTIONS(1471), [sym_metavariable] = ACTIONS(1469), [sym_raw_string_literal] = ACTIONS(1469), [sym_float_literal] = ACTIONS(1469), [sym_block_comment] = ACTIONS(3), }, [317] = { [ts_builtin_sym_end] = ACTIONS(1473), [sym_identifier] = ACTIONS(1475), [anon_sym_SEMI] = ACTIONS(1473), [anon_sym_macro_rules_BANG] = ACTIONS(1473), [anon_sym_LPAREN] = ACTIONS(1473), [anon_sym_LBRACE] = ACTIONS(1473), [anon_sym_RBRACE] = ACTIONS(1473), [anon_sym_LBRACK] = ACTIONS(1473), [anon_sym_STAR] = ACTIONS(1473), [anon_sym_u8] = ACTIONS(1475), [anon_sym_i8] = ACTIONS(1475), [anon_sym_u16] = ACTIONS(1475), [anon_sym_i16] = ACTIONS(1475), [anon_sym_u32] = ACTIONS(1475), [anon_sym_i32] = ACTIONS(1475), [anon_sym_u64] = ACTIONS(1475), [anon_sym_i64] = ACTIONS(1475), [anon_sym_u128] = ACTIONS(1475), [anon_sym_i128] = ACTIONS(1475), [anon_sym_isize] = ACTIONS(1475), [anon_sym_usize] = ACTIONS(1475), [anon_sym_f32] = ACTIONS(1475), [anon_sym_f64] = ACTIONS(1475), [anon_sym_bool] = ACTIONS(1475), [anon_sym_str] = ACTIONS(1475), [anon_sym_char] = ACTIONS(1475), [anon_sym_async] = ACTIONS(1475), [anon_sym_break] = ACTIONS(1475), [anon_sym_const] = ACTIONS(1475), [anon_sym_continue] = ACTIONS(1475), [anon_sym_default] = ACTIONS(1475), [anon_sym_enum] = ACTIONS(1475), [anon_sym_fn] = ACTIONS(1475), [anon_sym_for] = ACTIONS(1475), [anon_sym_if] = ACTIONS(1475), [anon_sym_impl] = ACTIONS(1475), [anon_sym_let] = ACTIONS(1475), [anon_sym_loop] = ACTIONS(1475), [anon_sym_match] = ACTIONS(1475), [anon_sym_mod] = ACTIONS(1475), [anon_sym_pub] = ACTIONS(1475), [anon_sym_return] = ACTIONS(1475), [anon_sym_static] = ACTIONS(1475), [anon_sym_struct] = ACTIONS(1475), [anon_sym_trait] = ACTIONS(1475), [anon_sym_type] = ACTIONS(1475), [anon_sym_union] = ACTIONS(1475), [anon_sym_unsafe] = ACTIONS(1475), [anon_sym_use] = ACTIONS(1475), [anon_sym_while] = ACTIONS(1475), [anon_sym_POUND] = ACTIONS(1473), [anon_sym_BANG] = ACTIONS(1473), [anon_sym_extern] = ACTIONS(1475), [anon_sym_LT] = ACTIONS(1473), [anon_sym_COLON_COLON] = ACTIONS(1473), [anon_sym_AMP] = ACTIONS(1473), [anon_sym_SQUOTE] = ACTIONS(1475), [anon_sym_DOT_DOT] = ACTIONS(1473), [anon_sym_DASH] = ACTIONS(1473), [anon_sym_PIPE] = ACTIONS(1473), [anon_sym_move] = ACTIONS(1475), [sym_integer_literal] = ACTIONS(1473), [aux_sym_string_literal_token1] = ACTIONS(1473), [sym_char_literal] = ACTIONS(1473), [anon_sym_true] = ACTIONS(1475), [anon_sym_false] = ACTIONS(1475), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1475), [sym_super] = ACTIONS(1475), [sym_crate] = ACTIONS(1475), [sym_metavariable] = ACTIONS(1473), [sym_raw_string_literal] = ACTIONS(1473), [sym_float_literal] = ACTIONS(1473), [sym_block_comment] = ACTIONS(3), }, [318] = { [ts_builtin_sym_end] = ACTIONS(1477), [sym_identifier] = ACTIONS(1479), [anon_sym_SEMI] = ACTIONS(1477), [anon_sym_macro_rules_BANG] = ACTIONS(1477), [anon_sym_LPAREN] = ACTIONS(1477), [anon_sym_LBRACE] = ACTIONS(1477), [anon_sym_RBRACE] = ACTIONS(1477), [anon_sym_LBRACK] = ACTIONS(1477), [anon_sym_STAR] = ACTIONS(1477), [anon_sym_u8] = ACTIONS(1479), [anon_sym_i8] = ACTIONS(1479), [anon_sym_u16] = ACTIONS(1479), [anon_sym_i16] = ACTIONS(1479), [anon_sym_u32] = ACTIONS(1479), [anon_sym_i32] = ACTIONS(1479), [anon_sym_u64] = ACTIONS(1479), [anon_sym_i64] = ACTIONS(1479), [anon_sym_u128] = ACTIONS(1479), [anon_sym_i128] = ACTIONS(1479), [anon_sym_isize] = ACTIONS(1479), [anon_sym_usize] = ACTIONS(1479), [anon_sym_f32] = ACTIONS(1479), [anon_sym_f64] = ACTIONS(1479), [anon_sym_bool] = ACTIONS(1479), [anon_sym_str] = ACTIONS(1479), [anon_sym_char] = ACTIONS(1479), [anon_sym_async] = ACTIONS(1479), [anon_sym_break] = ACTIONS(1479), [anon_sym_const] = ACTIONS(1479), [anon_sym_continue] = ACTIONS(1479), [anon_sym_default] = ACTIONS(1479), [anon_sym_enum] = ACTIONS(1479), [anon_sym_fn] = ACTIONS(1479), [anon_sym_for] = ACTIONS(1479), [anon_sym_if] = ACTIONS(1479), [anon_sym_impl] = ACTIONS(1479), [anon_sym_let] = ACTIONS(1479), [anon_sym_loop] = ACTIONS(1479), [anon_sym_match] = ACTIONS(1479), [anon_sym_mod] = ACTIONS(1479), [anon_sym_pub] = ACTIONS(1479), [anon_sym_return] = ACTIONS(1479), [anon_sym_static] = ACTIONS(1479), [anon_sym_struct] = ACTIONS(1479), [anon_sym_trait] = ACTIONS(1479), [anon_sym_type] = ACTIONS(1479), [anon_sym_union] = ACTIONS(1479), [anon_sym_unsafe] = ACTIONS(1479), [anon_sym_use] = ACTIONS(1479), [anon_sym_while] = ACTIONS(1479), [anon_sym_POUND] = ACTIONS(1477), [anon_sym_BANG] = ACTIONS(1477), [anon_sym_extern] = ACTIONS(1479), [anon_sym_LT] = ACTIONS(1477), [anon_sym_COLON_COLON] = ACTIONS(1477), [anon_sym_AMP] = ACTIONS(1477), [anon_sym_SQUOTE] = ACTIONS(1479), [anon_sym_DOT_DOT] = ACTIONS(1477), [anon_sym_DASH] = ACTIONS(1477), [anon_sym_PIPE] = ACTIONS(1477), [anon_sym_move] = ACTIONS(1479), [sym_integer_literal] = ACTIONS(1477), [aux_sym_string_literal_token1] = ACTIONS(1477), [sym_char_literal] = ACTIONS(1477), [anon_sym_true] = ACTIONS(1479), [anon_sym_false] = ACTIONS(1479), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1479), [sym_super] = ACTIONS(1479), [sym_crate] = ACTIONS(1479), [sym_metavariable] = ACTIONS(1477), [sym_raw_string_literal] = ACTIONS(1477), [sym_float_literal] = ACTIONS(1477), [sym_block_comment] = ACTIONS(3), }, [319] = { [ts_builtin_sym_end] = ACTIONS(1481), [sym_identifier] = ACTIONS(1483), [anon_sym_SEMI] = ACTIONS(1481), [anon_sym_macro_rules_BANG] = ACTIONS(1481), [anon_sym_LPAREN] = ACTIONS(1481), [anon_sym_LBRACE] = ACTIONS(1481), [anon_sym_RBRACE] = ACTIONS(1481), [anon_sym_LBRACK] = ACTIONS(1481), [anon_sym_STAR] = ACTIONS(1481), [anon_sym_u8] = ACTIONS(1483), [anon_sym_i8] = ACTIONS(1483), [anon_sym_u16] = ACTIONS(1483), [anon_sym_i16] = ACTIONS(1483), [anon_sym_u32] = ACTIONS(1483), [anon_sym_i32] = ACTIONS(1483), [anon_sym_u64] = ACTIONS(1483), [anon_sym_i64] = ACTIONS(1483), [anon_sym_u128] = ACTIONS(1483), [anon_sym_i128] = ACTIONS(1483), [anon_sym_isize] = ACTIONS(1483), [anon_sym_usize] = ACTIONS(1483), [anon_sym_f32] = ACTIONS(1483), [anon_sym_f64] = ACTIONS(1483), [anon_sym_bool] = ACTIONS(1483), [anon_sym_str] = ACTIONS(1483), [anon_sym_char] = ACTIONS(1483), [anon_sym_async] = ACTIONS(1483), [anon_sym_break] = ACTIONS(1483), [anon_sym_const] = ACTIONS(1483), [anon_sym_continue] = ACTIONS(1483), [anon_sym_default] = ACTIONS(1483), [anon_sym_enum] = ACTIONS(1483), [anon_sym_fn] = ACTIONS(1483), [anon_sym_for] = ACTIONS(1483), [anon_sym_if] = ACTIONS(1483), [anon_sym_impl] = ACTIONS(1483), [anon_sym_let] = ACTIONS(1483), [anon_sym_loop] = ACTIONS(1483), [anon_sym_match] = ACTIONS(1483), [anon_sym_mod] = ACTIONS(1483), [anon_sym_pub] = ACTIONS(1483), [anon_sym_return] = ACTIONS(1483), [anon_sym_static] = ACTIONS(1483), [anon_sym_struct] = ACTIONS(1483), [anon_sym_trait] = ACTIONS(1483), [anon_sym_type] = ACTIONS(1483), [anon_sym_union] = ACTIONS(1483), [anon_sym_unsafe] = ACTIONS(1483), [anon_sym_use] = ACTIONS(1483), [anon_sym_while] = ACTIONS(1483), [anon_sym_POUND] = ACTIONS(1481), [anon_sym_BANG] = ACTIONS(1481), [anon_sym_extern] = ACTIONS(1483), [anon_sym_LT] = ACTIONS(1481), [anon_sym_COLON_COLON] = ACTIONS(1481), [anon_sym_AMP] = ACTIONS(1481), [anon_sym_SQUOTE] = ACTIONS(1483), [anon_sym_DOT_DOT] = ACTIONS(1481), [anon_sym_DASH] = ACTIONS(1481), [anon_sym_PIPE] = ACTIONS(1481), [anon_sym_move] = ACTIONS(1483), [sym_integer_literal] = ACTIONS(1481), [aux_sym_string_literal_token1] = ACTIONS(1481), [sym_char_literal] = ACTIONS(1481), [anon_sym_true] = ACTIONS(1483), [anon_sym_false] = ACTIONS(1483), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1483), [sym_super] = ACTIONS(1483), [sym_crate] = ACTIONS(1483), [sym_metavariable] = ACTIONS(1481), [sym_raw_string_literal] = ACTIONS(1481), [sym_float_literal] = ACTIONS(1481), [sym_block_comment] = ACTIONS(3), }, [320] = { [ts_builtin_sym_end] = ACTIONS(1485), [sym_identifier] = ACTIONS(1487), [anon_sym_SEMI] = ACTIONS(1485), [anon_sym_macro_rules_BANG] = ACTIONS(1485), [anon_sym_LPAREN] = ACTIONS(1485), [anon_sym_LBRACE] = ACTIONS(1485), [anon_sym_RBRACE] = ACTIONS(1485), [anon_sym_LBRACK] = ACTIONS(1485), [anon_sym_STAR] = ACTIONS(1485), [anon_sym_u8] = ACTIONS(1487), [anon_sym_i8] = ACTIONS(1487), [anon_sym_u16] = ACTIONS(1487), [anon_sym_i16] = ACTIONS(1487), [anon_sym_u32] = ACTIONS(1487), [anon_sym_i32] = ACTIONS(1487), [anon_sym_u64] = ACTIONS(1487), [anon_sym_i64] = ACTIONS(1487), [anon_sym_u128] = ACTIONS(1487), [anon_sym_i128] = ACTIONS(1487), [anon_sym_isize] = ACTIONS(1487), [anon_sym_usize] = ACTIONS(1487), [anon_sym_f32] = ACTIONS(1487), [anon_sym_f64] = ACTIONS(1487), [anon_sym_bool] = ACTIONS(1487), [anon_sym_str] = ACTIONS(1487), [anon_sym_char] = ACTIONS(1487), [anon_sym_async] = ACTIONS(1487), [anon_sym_break] = ACTIONS(1487), [anon_sym_const] = ACTIONS(1487), [anon_sym_continue] = ACTIONS(1487), [anon_sym_default] = ACTIONS(1487), [anon_sym_enum] = ACTIONS(1487), [anon_sym_fn] = ACTIONS(1487), [anon_sym_for] = ACTIONS(1487), [anon_sym_if] = ACTIONS(1487), [anon_sym_impl] = ACTIONS(1487), [anon_sym_let] = ACTIONS(1487), [anon_sym_loop] = ACTIONS(1487), [anon_sym_match] = ACTIONS(1487), [anon_sym_mod] = ACTIONS(1487), [anon_sym_pub] = ACTIONS(1487), [anon_sym_return] = ACTIONS(1487), [anon_sym_static] = ACTIONS(1487), [anon_sym_struct] = ACTIONS(1487), [anon_sym_trait] = ACTIONS(1487), [anon_sym_type] = ACTIONS(1487), [anon_sym_union] = ACTIONS(1487), [anon_sym_unsafe] = ACTIONS(1487), [anon_sym_use] = ACTIONS(1487), [anon_sym_while] = ACTIONS(1487), [anon_sym_POUND] = ACTIONS(1485), [anon_sym_BANG] = ACTIONS(1485), [anon_sym_extern] = ACTIONS(1487), [anon_sym_LT] = ACTIONS(1485), [anon_sym_COLON_COLON] = ACTIONS(1485), [anon_sym_AMP] = ACTIONS(1485), [anon_sym_SQUOTE] = ACTIONS(1487), [anon_sym_DOT_DOT] = ACTIONS(1485), [anon_sym_DASH] = ACTIONS(1485), [anon_sym_PIPE] = ACTIONS(1485), [anon_sym_move] = ACTIONS(1487), [sym_integer_literal] = ACTIONS(1485), [aux_sym_string_literal_token1] = ACTIONS(1485), [sym_char_literal] = ACTIONS(1485), [anon_sym_true] = ACTIONS(1487), [anon_sym_false] = ACTIONS(1487), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1487), [sym_super] = ACTIONS(1487), [sym_crate] = ACTIONS(1487), [sym_metavariable] = ACTIONS(1485), [sym_raw_string_literal] = ACTIONS(1485), [sym_float_literal] = ACTIONS(1485), [sym_block_comment] = ACTIONS(3), }, [321] = { [ts_builtin_sym_end] = ACTIONS(1489), [sym_identifier] = ACTIONS(1491), [anon_sym_SEMI] = ACTIONS(1489), [anon_sym_macro_rules_BANG] = ACTIONS(1489), [anon_sym_LPAREN] = ACTIONS(1489), [anon_sym_LBRACE] = ACTIONS(1489), [anon_sym_RBRACE] = ACTIONS(1489), [anon_sym_LBRACK] = ACTIONS(1489), [anon_sym_STAR] = ACTIONS(1489), [anon_sym_u8] = ACTIONS(1491), [anon_sym_i8] = ACTIONS(1491), [anon_sym_u16] = ACTIONS(1491), [anon_sym_i16] = ACTIONS(1491), [anon_sym_u32] = ACTIONS(1491), [anon_sym_i32] = ACTIONS(1491), [anon_sym_u64] = ACTIONS(1491), [anon_sym_i64] = ACTIONS(1491), [anon_sym_u128] = ACTIONS(1491), [anon_sym_i128] = ACTIONS(1491), [anon_sym_isize] = ACTIONS(1491), [anon_sym_usize] = ACTIONS(1491), [anon_sym_f32] = ACTIONS(1491), [anon_sym_f64] = ACTIONS(1491), [anon_sym_bool] = ACTIONS(1491), [anon_sym_str] = ACTIONS(1491), [anon_sym_char] = ACTIONS(1491), [anon_sym_async] = ACTIONS(1491), [anon_sym_break] = ACTIONS(1491), [anon_sym_const] = ACTIONS(1491), [anon_sym_continue] = ACTIONS(1491), [anon_sym_default] = ACTIONS(1491), [anon_sym_enum] = ACTIONS(1491), [anon_sym_fn] = ACTIONS(1491), [anon_sym_for] = ACTIONS(1491), [anon_sym_if] = ACTIONS(1491), [anon_sym_impl] = ACTIONS(1491), [anon_sym_let] = ACTIONS(1491), [anon_sym_loop] = ACTIONS(1491), [anon_sym_match] = ACTIONS(1491), [anon_sym_mod] = ACTIONS(1491), [anon_sym_pub] = ACTIONS(1491), [anon_sym_return] = ACTIONS(1491), [anon_sym_static] = ACTIONS(1491), [anon_sym_struct] = ACTIONS(1491), [anon_sym_trait] = ACTIONS(1491), [anon_sym_type] = ACTIONS(1491), [anon_sym_union] = ACTIONS(1491), [anon_sym_unsafe] = ACTIONS(1491), [anon_sym_use] = ACTIONS(1491), [anon_sym_while] = ACTIONS(1491), [anon_sym_POUND] = ACTIONS(1489), [anon_sym_BANG] = ACTIONS(1489), [anon_sym_extern] = ACTIONS(1491), [anon_sym_LT] = ACTIONS(1489), [anon_sym_COLON_COLON] = ACTIONS(1489), [anon_sym_AMP] = ACTIONS(1489), [anon_sym_SQUOTE] = ACTIONS(1491), [anon_sym_DOT_DOT] = ACTIONS(1489), [anon_sym_DASH] = ACTIONS(1489), [anon_sym_PIPE] = ACTIONS(1489), [anon_sym_move] = ACTIONS(1491), [sym_integer_literal] = ACTIONS(1489), [aux_sym_string_literal_token1] = ACTIONS(1489), [sym_char_literal] = ACTIONS(1489), [anon_sym_true] = ACTIONS(1491), [anon_sym_false] = ACTIONS(1491), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1491), [sym_super] = ACTIONS(1491), [sym_crate] = ACTIONS(1491), [sym_metavariable] = ACTIONS(1489), [sym_raw_string_literal] = ACTIONS(1489), [sym_float_literal] = ACTIONS(1489), [sym_block_comment] = ACTIONS(3), }, [322] = { [ts_builtin_sym_end] = ACTIONS(1493), [sym_identifier] = ACTIONS(1495), [anon_sym_SEMI] = ACTIONS(1493), [anon_sym_macro_rules_BANG] = ACTIONS(1493), [anon_sym_LPAREN] = ACTIONS(1493), [anon_sym_LBRACE] = ACTIONS(1493), [anon_sym_RBRACE] = ACTIONS(1493), [anon_sym_LBRACK] = ACTIONS(1493), [anon_sym_STAR] = ACTIONS(1493), [anon_sym_u8] = ACTIONS(1495), [anon_sym_i8] = ACTIONS(1495), [anon_sym_u16] = ACTIONS(1495), [anon_sym_i16] = ACTIONS(1495), [anon_sym_u32] = ACTIONS(1495), [anon_sym_i32] = ACTIONS(1495), [anon_sym_u64] = ACTIONS(1495), [anon_sym_i64] = ACTIONS(1495), [anon_sym_u128] = ACTIONS(1495), [anon_sym_i128] = ACTIONS(1495), [anon_sym_isize] = ACTIONS(1495), [anon_sym_usize] = ACTIONS(1495), [anon_sym_f32] = ACTIONS(1495), [anon_sym_f64] = ACTIONS(1495), [anon_sym_bool] = ACTIONS(1495), [anon_sym_str] = ACTIONS(1495), [anon_sym_char] = ACTIONS(1495), [anon_sym_async] = ACTIONS(1495), [anon_sym_break] = ACTIONS(1495), [anon_sym_const] = ACTIONS(1495), [anon_sym_continue] = ACTIONS(1495), [anon_sym_default] = ACTIONS(1495), [anon_sym_enum] = ACTIONS(1495), [anon_sym_fn] = ACTIONS(1495), [anon_sym_for] = ACTIONS(1495), [anon_sym_if] = ACTIONS(1495), [anon_sym_impl] = ACTIONS(1495), [anon_sym_let] = ACTIONS(1495), [anon_sym_loop] = ACTIONS(1495), [anon_sym_match] = ACTIONS(1495), [anon_sym_mod] = ACTIONS(1495), [anon_sym_pub] = ACTIONS(1495), [anon_sym_return] = ACTIONS(1495), [anon_sym_static] = ACTIONS(1495), [anon_sym_struct] = ACTIONS(1495), [anon_sym_trait] = ACTIONS(1495), [anon_sym_type] = ACTIONS(1495), [anon_sym_union] = ACTIONS(1495), [anon_sym_unsafe] = ACTIONS(1495), [anon_sym_use] = ACTIONS(1495), [anon_sym_while] = ACTIONS(1495), [anon_sym_POUND] = ACTIONS(1493), [anon_sym_BANG] = ACTIONS(1493), [anon_sym_extern] = ACTIONS(1495), [anon_sym_LT] = ACTIONS(1493), [anon_sym_COLON_COLON] = ACTIONS(1493), [anon_sym_AMP] = ACTIONS(1493), [anon_sym_SQUOTE] = ACTIONS(1495), [anon_sym_DOT_DOT] = ACTIONS(1493), [anon_sym_DASH] = ACTIONS(1493), [anon_sym_PIPE] = ACTIONS(1493), [anon_sym_move] = ACTIONS(1495), [sym_integer_literal] = ACTIONS(1493), [aux_sym_string_literal_token1] = ACTIONS(1493), [sym_char_literal] = ACTIONS(1493), [anon_sym_true] = ACTIONS(1495), [anon_sym_false] = ACTIONS(1495), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1495), [sym_super] = ACTIONS(1495), [sym_crate] = ACTIONS(1495), [sym_metavariable] = ACTIONS(1493), [sym_raw_string_literal] = ACTIONS(1493), [sym_float_literal] = ACTIONS(1493), [sym_block_comment] = ACTIONS(3), }, [323] = { [ts_builtin_sym_end] = ACTIONS(1497), [sym_identifier] = ACTIONS(1499), [anon_sym_SEMI] = ACTIONS(1497), [anon_sym_macro_rules_BANG] = ACTIONS(1497), [anon_sym_LPAREN] = ACTIONS(1497), [anon_sym_LBRACE] = ACTIONS(1497), [anon_sym_RBRACE] = ACTIONS(1497), [anon_sym_LBRACK] = ACTIONS(1497), [anon_sym_STAR] = ACTIONS(1497), [anon_sym_u8] = ACTIONS(1499), [anon_sym_i8] = ACTIONS(1499), [anon_sym_u16] = ACTIONS(1499), [anon_sym_i16] = ACTIONS(1499), [anon_sym_u32] = ACTIONS(1499), [anon_sym_i32] = ACTIONS(1499), [anon_sym_u64] = ACTIONS(1499), [anon_sym_i64] = ACTIONS(1499), [anon_sym_u128] = ACTIONS(1499), [anon_sym_i128] = ACTIONS(1499), [anon_sym_isize] = ACTIONS(1499), [anon_sym_usize] = ACTIONS(1499), [anon_sym_f32] = ACTIONS(1499), [anon_sym_f64] = ACTIONS(1499), [anon_sym_bool] = ACTIONS(1499), [anon_sym_str] = ACTIONS(1499), [anon_sym_char] = ACTIONS(1499), [anon_sym_async] = ACTIONS(1499), [anon_sym_break] = ACTIONS(1499), [anon_sym_const] = ACTIONS(1499), [anon_sym_continue] = ACTIONS(1499), [anon_sym_default] = ACTIONS(1499), [anon_sym_enum] = ACTIONS(1499), [anon_sym_fn] = ACTIONS(1499), [anon_sym_for] = ACTIONS(1499), [anon_sym_if] = ACTIONS(1499), [anon_sym_impl] = ACTIONS(1499), [anon_sym_let] = ACTIONS(1499), [anon_sym_loop] = ACTIONS(1499), [anon_sym_match] = ACTIONS(1499), [anon_sym_mod] = ACTIONS(1499), [anon_sym_pub] = ACTIONS(1499), [anon_sym_return] = ACTIONS(1499), [anon_sym_static] = ACTIONS(1499), [anon_sym_struct] = ACTIONS(1499), [anon_sym_trait] = ACTIONS(1499), [anon_sym_type] = ACTIONS(1499), [anon_sym_union] = ACTIONS(1499), [anon_sym_unsafe] = ACTIONS(1499), [anon_sym_use] = ACTIONS(1499), [anon_sym_while] = ACTIONS(1499), [anon_sym_POUND] = ACTIONS(1497), [anon_sym_BANG] = ACTIONS(1497), [anon_sym_extern] = ACTIONS(1499), [anon_sym_LT] = ACTIONS(1497), [anon_sym_COLON_COLON] = ACTIONS(1497), [anon_sym_AMP] = ACTIONS(1497), [anon_sym_SQUOTE] = ACTIONS(1499), [anon_sym_DOT_DOT] = ACTIONS(1497), [anon_sym_DASH] = ACTIONS(1497), [anon_sym_PIPE] = ACTIONS(1497), [anon_sym_move] = ACTIONS(1499), [sym_integer_literal] = ACTIONS(1497), [aux_sym_string_literal_token1] = ACTIONS(1497), [sym_char_literal] = ACTIONS(1497), [anon_sym_true] = ACTIONS(1499), [anon_sym_false] = ACTIONS(1499), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1499), [sym_super] = ACTIONS(1499), [sym_crate] = ACTIONS(1499), [sym_metavariable] = ACTIONS(1497), [sym_raw_string_literal] = ACTIONS(1497), [sym_float_literal] = ACTIONS(1497), [sym_block_comment] = ACTIONS(3), }, [324] = { [ts_builtin_sym_end] = ACTIONS(1501), [sym_identifier] = ACTIONS(1503), [anon_sym_SEMI] = ACTIONS(1501), [anon_sym_macro_rules_BANG] = ACTIONS(1501), [anon_sym_LPAREN] = ACTIONS(1501), [anon_sym_LBRACE] = ACTIONS(1501), [anon_sym_RBRACE] = ACTIONS(1501), [anon_sym_LBRACK] = ACTIONS(1501), [anon_sym_STAR] = ACTIONS(1501), [anon_sym_u8] = ACTIONS(1503), [anon_sym_i8] = ACTIONS(1503), [anon_sym_u16] = ACTIONS(1503), [anon_sym_i16] = ACTIONS(1503), [anon_sym_u32] = ACTIONS(1503), [anon_sym_i32] = ACTIONS(1503), [anon_sym_u64] = ACTIONS(1503), [anon_sym_i64] = ACTIONS(1503), [anon_sym_u128] = ACTIONS(1503), [anon_sym_i128] = ACTIONS(1503), [anon_sym_isize] = ACTIONS(1503), [anon_sym_usize] = ACTIONS(1503), [anon_sym_f32] = ACTIONS(1503), [anon_sym_f64] = ACTIONS(1503), [anon_sym_bool] = ACTIONS(1503), [anon_sym_str] = ACTIONS(1503), [anon_sym_char] = ACTIONS(1503), [anon_sym_async] = ACTIONS(1503), [anon_sym_break] = ACTIONS(1503), [anon_sym_const] = ACTIONS(1503), [anon_sym_continue] = ACTIONS(1503), [anon_sym_default] = ACTIONS(1503), [anon_sym_enum] = ACTIONS(1503), [anon_sym_fn] = ACTIONS(1503), [anon_sym_for] = ACTIONS(1503), [anon_sym_if] = ACTIONS(1503), [anon_sym_impl] = ACTIONS(1503), [anon_sym_let] = ACTIONS(1503), [anon_sym_loop] = ACTIONS(1503), [anon_sym_match] = ACTIONS(1503), [anon_sym_mod] = ACTIONS(1503), [anon_sym_pub] = ACTIONS(1503), [anon_sym_return] = ACTIONS(1503), [anon_sym_static] = ACTIONS(1503), [anon_sym_struct] = ACTIONS(1503), [anon_sym_trait] = ACTIONS(1503), [anon_sym_type] = ACTIONS(1503), [anon_sym_union] = ACTIONS(1503), [anon_sym_unsafe] = ACTIONS(1503), [anon_sym_use] = ACTIONS(1503), [anon_sym_while] = ACTIONS(1503), [anon_sym_POUND] = ACTIONS(1501), [anon_sym_BANG] = ACTIONS(1501), [anon_sym_extern] = ACTIONS(1503), [anon_sym_LT] = ACTIONS(1501), [anon_sym_COLON_COLON] = ACTIONS(1501), [anon_sym_AMP] = ACTIONS(1501), [anon_sym_SQUOTE] = ACTIONS(1503), [anon_sym_DOT_DOT] = ACTIONS(1501), [anon_sym_DASH] = ACTIONS(1501), [anon_sym_PIPE] = ACTIONS(1501), [anon_sym_move] = ACTIONS(1503), [sym_integer_literal] = ACTIONS(1501), [aux_sym_string_literal_token1] = ACTIONS(1501), [sym_char_literal] = ACTIONS(1501), [anon_sym_true] = ACTIONS(1503), [anon_sym_false] = ACTIONS(1503), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1503), [sym_super] = ACTIONS(1503), [sym_crate] = ACTIONS(1503), [sym_metavariable] = ACTIONS(1501), [sym_raw_string_literal] = ACTIONS(1501), [sym_float_literal] = ACTIONS(1501), [sym_block_comment] = ACTIONS(3), }, [325] = { [ts_builtin_sym_end] = ACTIONS(1505), [sym_identifier] = ACTIONS(1507), [anon_sym_SEMI] = ACTIONS(1505), [anon_sym_macro_rules_BANG] = ACTIONS(1505), [anon_sym_LPAREN] = ACTIONS(1505), [anon_sym_LBRACE] = ACTIONS(1505), [anon_sym_RBRACE] = ACTIONS(1505), [anon_sym_LBRACK] = ACTIONS(1505), [anon_sym_STAR] = ACTIONS(1505), [anon_sym_u8] = ACTIONS(1507), [anon_sym_i8] = ACTIONS(1507), [anon_sym_u16] = ACTIONS(1507), [anon_sym_i16] = ACTIONS(1507), [anon_sym_u32] = ACTIONS(1507), [anon_sym_i32] = ACTIONS(1507), [anon_sym_u64] = ACTIONS(1507), [anon_sym_i64] = ACTIONS(1507), [anon_sym_u128] = ACTIONS(1507), [anon_sym_i128] = ACTIONS(1507), [anon_sym_isize] = ACTIONS(1507), [anon_sym_usize] = ACTIONS(1507), [anon_sym_f32] = ACTIONS(1507), [anon_sym_f64] = ACTIONS(1507), [anon_sym_bool] = ACTIONS(1507), [anon_sym_str] = ACTIONS(1507), [anon_sym_char] = ACTIONS(1507), [anon_sym_async] = ACTIONS(1507), [anon_sym_break] = ACTIONS(1507), [anon_sym_const] = ACTIONS(1507), [anon_sym_continue] = ACTIONS(1507), [anon_sym_default] = ACTIONS(1507), [anon_sym_enum] = ACTIONS(1507), [anon_sym_fn] = ACTIONS(1507), [anon_sym_for] = ACTIONS(1507), [anon_sym_if] = ACTIONS(1507), [anon_sym_impl] = ACTIONS(1507), [anon_sym_let] = ACTIONS(1507), [anon_sym_loop] = ACTIONS(1507), [anon_sym_match] = ACTIONS(1507), [anon_sym_mod] = ACTIONS(1507), [anon_sym_pub] = ACTIONS(1507), [anon_sym_return] = ACTIONS(1507), [anon_sym_static] = ACTIONS(1507), [anon_sym_struct] = ACTIONS(1507), [anon_sym_trait] = ACTIONS(1507), [anon_sym_type] = ACTIONS(1507), [anon_sym_union] = ACTIONS(1507), [anon_sym_unsafe] = ACTIONS(1507), [anon_sym_use] = ACTIONS(1507), [anon_sym_while] = ACTIONS(1507), [anon_sym_POUND] = ACTIONS(1505), [anon_sym_BANG] = ACTIONS(1505), [anon_sym_extern] = ACTIONS(1507), [anon_sym_LT] = ACTIONS(1505), [anon_sym_COLON_COLON] = ACTIONS(1505), [anon_sym_AMP] = ACTIONS(1505), [anon_sym_SQUOTE] = ACTIONS(1507), [anon_sym_DOT_DOT] = ACTIONS(1505), [anon_sym_DASH] = ACTIONS(1505), [anon_sym_PIPE] = ACTIONS(1505), [anon_sym_move] = ACTIONS(1507), [sym_integer_literal] = ACTIONS(1505), [aux_sym_string_literal_token1] = ACTIONS(1505), [sym_char_literal] = ACTIONS(1505), [anon_sym_true] = ACTIONS(1507), [anon_sym_false] = ACTIONS(1507), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1507), [sym_super] = ACTIONS(1507), [sym_crate] = ACTIONS(1507), [sym_metavariable] = ACTIONS(1505), [sym_raw_string_literal] = ACTIONS(1505), [sym_float_literal] = ACTIONS(1505), [sym_block_comment] = ACTIONS(3), }, [326] = { [ts_builtin_sym_end] = ACTIONS(1509), [sym_identifier] = ACTIONS(1511), [anon_sym_SEMI] = ACTIONS(1509), [anon_sym_macro_rules_BANG] = ACTIONS(1509), [anon_sym_LPAREN] = ACTIONS(1509), [anon_sym_LBRACE] = ACTIONS(1509), [anon_sym_RBRACE] = ACTIONS(1509), [anon_sym_LBRACK] = ACTIONS(1509), [anon_sym_STAR] = ACTIONS(1509), [anon_sym_u8] = ACTIONS(1511), [anon_sym_i8] = ACTIONS(1511), [anon_sym_u16] = ACTIONS(1511), [anon_sym_i16] = ACTIONS(1511), [anon_sym_u32] = ACTIONS(1511), [anon_sym_i32] = ACTIONS(1511), [anon_sym_u64] = ACTIONS(1511), [anon_sym_i64] = ACTIONS(1511), [anon_sym_u128] = ACTIONS(1511), [anon_sym_i128] = ACTIONS(1511), [anon_sym_isize] = ACTIONS(1511), [anon_sym_usize] = ACTIONS(1511), [anon_sym_f32] = ACTIONS(1511), [anon_sym_f64] = ACTIONS(1511), [anon_sym_bool] = ACTIONS(1511), [anon_sym_str] = ACTIONS(1511), [anon_sym_char] = ACTIONS(1511), [anon_sym_async] = ACTIONS(1511), [anon_sym_break] = ACTIONS(1511), [anon_sym_const] = ACTIONS(1511), [anon_sym_continue] = ACTIONS(1511), [anon_sym_default] = ACTIONS(1511), [anon_sym_enum] = ACTIONS(1511), [anon_sym_fn] = ACTIONS(1511), [anon_sym_for] = ACTIONS(1511), [anon_sym_if] = ACTIONS(1511), [anon_sym_impl] = ACTIONS(1511), [anon_sym_let] = ACTIONS(1511), [anon_sym_loop] = ACTIONS(1511), [anon_sym_match] = ACTIONS(1511), [anon_sym_mod] = ACTIONS(1511), [anon_sym_pub] = ACTIONS(1511), [anon_sym_return] = ACTIONS(1511), [anon_sym_static] = ACTIONS(1511), [anon_sym_struct] = ACTIONS(1511), [anon_sym_trait] = ACTIONS(1511), [anon_sym_type] = ACTIONS(1511), [anon_sym_union] = ACTIONS(1511), [anon_sym_unsafe] = ACTIONS(1511), [anon_sym_use] = ACTIONS(1511), [anon_sym_while] = ACTIONS(1511), [anon_sym_POUND] = ACTIONS(1509), [anon_sym_BANG] = ACTIONS(1509), [anon_sym_extern] = ACTIONS(1511), [anon_sym_LT] = ACTIONS(1509), [anon_sym_COLON_COLON] = ACTIONS(1509), [anon_sym_AMP] = ACTIONS(1509), [anon_sym_SQUOTE] = ACTIONS(1511), [anon_sym_DOT_DOT] = ACTIONS(1509), [anon_sym_DASH] = ACTIONS(1509), [anon_sym_PIPE] = ACTIONS(1509), [anon_sym_move] = ACTIONS(1511), [sym_integer_literal] = ACTIONS(1509), [aux_sym_string_literal_token1] = ACTIONS(1509), [sym_char_literal] = ACTIONS(1509), [anon_sym_true] = ACTIONS(1511), [anon_sym_false] = ACTIONS(1511), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1511), [sym_super] = ACTIONS(1511), [sym_crate] = ACTIONS(1511), [sym_metavariable] = ACTIONS(1509), [sym_raw_string_literal] = ACTIONS(1509), [sym_float_literal] = ACTIONS(1509), [sym_block_comment] = ACTIONS(3), }, [327] = { [ts_builtin_sym_end] = ACTIONS(1513), [sym_identifier] = ACTIONS(1515), [anon_sym_SEMI] = ACTIONS(1513), [anon_sym_macro_rules_BANG] = ACTIONS(1513), [anon_sym_LPAREN] = ACTIONS(1513), [anon_sym_LBRACE] = ACTIONS(1513), [anon_sym_RBRACE] = ACTIONS(1513), [anon_sym_LBRACK] = ACTIONS(1513), [anon_sym_STAR] = ACTIONS(1513), [anon_sym_u8] = ACTIONS(1515), [anon_sym_i8] = ACTIONS(1515), [anon_sym_u16] = ACTIONS(1515), [anon_sym_i16] = ACTIONS(1515), [anon_sym_u32] = ACTIONS(1515), [anon_sym_i32] = ACTIONS(1515), [anon_sym_u64] = ACTIONS(1515), [anon_sym_i64] = ACTIONS(1515), [anon_sym_u128] = ACTIONS(1515), [anon_sym_i128] = ACTIONS(1515), [anon_sym_isize] = ACTIONS(1515), [anon_sym_usize] = ACTIONS(1515), [anon_sym_f32] = ACTIONS(1515), [anon_sym_f64] = ACTIONS(1515), [anon_sym_bool] = ACTIONS(1515), [anon_sym_str] = ACTIONS(1515), [anon_sym_char] = ACTIONS(1515), [anon_sym_async] = ACTIONS(1515), [anon_sym_break] = ACTIONS(1515), [anon_sym_const] = ACTIONS(1515), [anon_sym_continue] = ACTIONS(1515), [anon_sym_default] = ACTIONS(1515), [anon_sym_enum] = ACTIONS(1515), [anon_sym_fn] = ACTIONS(1515), [anon_sym_for] = ACTIONS(1515), [anon_sym_if] = ACTIONS(1515), [anon_sym_impl] = ACTIONS(1515), [anon_sym_let] = ACTIONS(1515), [anon_sym_loop] = ACTIONS(1515), [anon_sym_match] = ACTIONS(1515), [anon_sym_mod] = ACTIONS(1515), [anon_sym_pub] = ACTIONS(1515), [anon_sym_return] = ACTIONS(1515), [anon_sym_static] = ACTIONS(1515), [anon_sym_struct] = ACTIONS(1515), [anon_sym_trait] = ACTIONS(1515), [anon_sym_type] = ACTIONS(1515), [anon_sym_union] = ACTIONS(1515), [anon_sym_unsafe] = ACTIONS(1515), [anon_sym_use] = ACTIONS(1515), [anon_sym_while] = ACTIONS(1515), [anon_sym_POUND] = ACTIONS(1513), [anon_sym_BANG] = ACTIONS(1513), [anon_sym_extern] = ACTIONS(1515), [anon_sym_LT] = ACTIONS(1513), [anon_sym_COLON_COLON] = ACTIONS(1513), [anon_sym_AMP] = ACTIONS(1513), [anon_sym_SQUOTE] = ACTIONS(1515), [anon_sym_DOT_DOT] = ACTIONS(1513), [anon_sym_DASH] = ACTIONS(1513), [anon_sym_PIPE] = ACTIONS(1513), [anon_sym_move] = ACTIONS(1515), [sym_integer_literal] = ACTIONS(1513), [aux_sym_string_literal_token1] = ACTIONS(1513), [sym_char_literal] = ACTIONS(1513), [anon_sym_true] = ACTIONS(1515), [anon_sym_false] = ACTIONS(1515), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1515), [sym_super] = ACTIONS(1515), [sym_crate] = ACTIONS(1515), [sym_metavariable] = ACTIONS(1513), [sym_raw_string_literal] = ACTIONS(1513), [sym_float_literal] = ACTIONS(1513), [sym_block_comment] = ACTIONS(3), }, [328] = { [ts_builtin_sym_end] = ACTIONS(1517), [sym_identifier] = ACTIONS(1519), [anon_sym_SEMI] = ACTIONS(1517), [anon_sym_macro_rules_BANG] = ACTIONS(1517), [anon_sym_LPAREN] = ACTIONS(1517), [anon_sym_LBRACE] = ACTIONS(1517), [anon_sym_RBRACE] = ACTIONS(1517), [anon_sym_LBRACK] = ACTIONS(1517), [anon_sym_STAR] = ACTIONS(1517), [anon_sym_u8] = ACTIONS(1519), [anon_sym_i8] = ACTIONS(1519), [anon_sym_u16] = ACTIONS(1519), [anon_sym_i16] = ACTIONS(1519), [anon_sym_u32] = ACTIONS(1519), [anon_sym_i32] = ACTIONS(1519), [anon_sym_u64] = ACTIONS(1519), [anon_sym_i64] = ACTIONS(1519), [anon_sym_u128] = ACTIONS(1519), [anon_sym_i128] = ACTIONS(1519), [anon_sym_isize] = ACTIONS(1519), [anon_sym_usize] = ACTIONS(1519), [anon_sym_f32] = ACTIONS(1519), [anon_sym_f64] = ACTIONS(1519), [anon_sym_bool] = ACTIONS(1519), [anon_sym_str] = ACTIONS(1519), [anon_sym_char] = ACTIONS(1519), [anon_sym_async] = ACTIONS(1519), [anon_sym_break] = ACTIONS(1519), [anon_sym_const] = ACTIONS(1519), [anon_sym_continue] = ACTIONS(1519), [anon_sym_default] = ACTIONS(1519), [anon_sym_enum] = ACTIONS(1519), [anon_sym_fn] = ACTIONS(1519), [anon_sym_for] = ACTIONS(1519), [anon_sym_if] = ACTIONS(1519), [anon_sym_impl] = ACTIONS(1519), [anon_sym_let] = ACTIONS(1519), [anon_sym_loop] = ACTIONS(1519), [anon_sym_match] = ACTIONS(1519), [anon_sym_mod] = ACTIONS(1519), [anon_sym_pub] = ACTIONS(1519), [anon_sym_return] = ACTIONS(1519), [anon_sym_static] = ACTIONS(1519), [anon_sym_struct] = ACTIONS(1519), [anon_sym_trait] = ACTIONS(1519), [anon_sym_type] = ACTIONS(1519), [anon_sym_union] = ACTIONS(1519), [anon_sym_unsafe] = ACTIONS(1519), [anon_sym_use] = ACTIONS(1519), [anon_sym_while] = ACTIONS(1519), [anon_sym_POUND] = ACTIONS(1517), [anon_sym_BANG] = ACTIONS(1517), [anon_sym_extern] = ACTIONS(1519), [anon_sym_LT] = ACTIONS(1517), [anon_sym_COLON_COLON] = ACTIONS(1517), [anon_sym_AMP] = ACTIONS(1517), [anon_sym_SQUOTE] = ACTIONS(1519), [anon_sym_DOT_DOT] = ACTIONS(1517), [anon_sym_DASH] = ACTIONS(1517), [anon_sym_PIPE] = ACTIONS(1517), [anon_sym_move] = ACTIONS(1519), [sym_integer_literal] = ACTIONS(1517), [aux_sym_string_literal_token1] = ACTIONS(1517), [sym_char_literal] = ACTIONS(1517), [anon_sym_true] = ACTIONS(1519), [anon_sym_false] = ACTIONS(1519), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1519), [sym_super] = ACTIONS(1519), [sym_crate] = ACTIONS(1519), [sym_metavariable] = ACTIONS(1517), [sym_raw_string_literal] = ACTIONS(1517), [sym_float_literal] = ACTIONS(1517), [sym_block_comment] = ACTIONS(3), }, [329] = { [ts_builtin_sym_end] = ACTIONS(1521), [sym_identifier] = ACTIONS(1523), [anon_sym_SEMI] = ACTIONS(1521), [anon_sym_macro_rules_BANG] = ACTIONS(1521), [anon_sym_LPAREN] = ACTIONS(1521), [anon_sym_LBRACE] = ACTIONS(1521), [anon_sym_RBRACE] = ACTIONS(1521), [anon_sym_LBRACK] = ACTIONS(1521), [anon_sym_STAR] = ACTIONS(1521), [anon_sym_u8] = ACTIONS(1523), [anon_sym_i8] = ACTIONS(1523), [anon_sym_u16] = ACTIONS(1523), [anon_sym_i16] = ACTIONS(1523), [anon_sym_u32] = ACTIONS(1523), [anon_sym_i32] = ACTIONS(1523), [anon_sym_u64] = ACTIONS(1523), [anon_sym_i64] = ACTIONS(1523), [anon_sym_u128] = ACTIONS(1523), [anon_sym_i128] = ACTIONS(1523), [anon_sym_isize] = ACTIONS(1523), [anon_sym_usize] = ACTIONS(1523), [anon_sym_f32] = ACTIONS(1523), [anon_sym_f64] = ACTIONS(1523), [anon_sym_bool] = ACTIONS(1523), [anon_sym_str] = ACTIONS(1523), [anon_sym_char] = ACTIONS(1523), [anon_sym_async] = ACTIONS(1523), [anon_sym_break] = ACTIONS(1523), [anon_sym_const] = ACTIONS(1523), [anon_sym_continue] = ACTIONS(1523), [anon_sym_default] = ACTIONS(1523), [anon_sym_enum] = ACTIONS(1523), [anon_sym_fn] = ACTIONS(1523), [anon_sym_for] = ACTIONS(1523), [anon_sym_if] = ACTIONS(1523), [anon_sym_impl] = ACTIONS(1523), [anon_sym_let] = ACTIONS(1523), [anon_sym_loop] = ACTIONS(1523), [anon_sym_match] = ACTIONS(1523), [anon_sym_mod] = ACTIONS(1523), [anon_sym_pub] = ACTIONS(1523), [anon_sym_return] = ACTIONS(1523), [anon_sym_static] = ACTIONS(1523), [anon_sym_struct] = ACTIONS(1523), [anon_sym_trait] = ACTIONS(1523), [anon_sym_type] = ACTIONS(1523), [anon_sym_union] = ACTIONS(1523), [anon_sym_unsafe] = ACTIONS(1523), [anon_sym_use] = ACTIONS(1523), [anon_sym_while] = ACTIONS(1523), [anon_sym_POUND] = ACTIONS(1521), [anon_sym_BANG] = ACTIONS(1521), [anon_sym_extern] = ACTIONS(1523), [anon_sym_LT] = ACTIONS(1521), [anon_sym_COLON_COLON] = ACTIONS(1521), [anon_sym_AMP] = ACTIONS(1521), [anon_sym_SQUOTE] = ACTIONS(1523), [anon_sym_DOT_DOT] = ACTIONS(1521), [anon_sym_DASH] = ACTIONS(1521), [anon_sym_PIPE] = ACTIONS(1521), [anon_sym_move] = ACTIONS(1523), [sym_integer_literal] = ACTIONS(1521), [aux_sym_string_literal_token1] = ACTIONS(1521), [sym_char_literal] = ACTIONS(1521), [anon_sym_true] = ACTIONS(1523), [anon_sym_false] = ACTIONS(1523), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1523), [sym_super] = ACTIONS(1523), [sym_crate] = ACTIONS(1523), [sym_metavariable] = ACTIONS(1521), [sym_raw_string_literal] = ACTIONS(1521), [sym_float_literal] = ACTIONS(1521), [sym_block_comment] = ACTIONS(3), }, [330] = { [ts_builtin_sym_end] = ACTIONS(1525), [sym_identifier] = ACTIONS(1527), [anon_sym_SEMI] = ACTIONS(1525), [anon_sym_macro_rules_BANG] = ACTIONS(1525), [anon_sym_LPAREN] = ACTIONS(1525), [anon_sym_LBRACE] = ACTIONS(1525), [anon_sym_RBRACE] = ACTIONS(1525), [anon_sym_LBRACK] = ACTIONS(1525), [anon_sym_STAR] = ACTIONS(1525), [anon_sym_u8] = ACTIONS(1527), [anon_sym_i8] = ACTIONS(1527), [anon_sym_u16] = ACTIONS(1527), [anon_sym_i16] = ACTIONS(1527), [anon_sym_u32] = ACTIONS(1527), [anon_sym_i32] = ACTIONS(1527), [anon_sym_u64] = ACTIONS(1527), [anon_sym_i64] = ACTIONS(1527), [anon_sym_u128] = ACTIONS(1527), [anon_sym_i128] = ACTIONS(1527), [anon_sym_isize] = ACTIONS(1527), [anon_sym_usize] = ACTIONS(1527), [anon_sym_f32] = ACTIONS(1527), [anon_sym_f64] = ACTIONS(1527), [anon_sym_bool] = ACTIONS(1527), [anon_sym_str] = ACTIONS(1527), [anon_sym_char] = ACTIONS(1527), [anon_sym_async] = ACTIONS(1527), [anon_sym_break] = ACTIONS(1527), [anon_sym_const] = ACTIONS(1527), [anon_sym_continue] = ACTIONS(1527), [anon_sym_default] = ACTIONS(1527), [anon_sym_enum] = ACTIONS(1527), [anon_sym_fn] = ACTIONS(1527), [anon_sym_for] = ACTIONS(1527), [anon_sym_if] = ACTIONS(1527), [anon_sym_impl] = ACTIONS(1527), [anon_sym_let] = ACTIONS(1527), [anon_sym_loop] = ACTIONS(1527), [anon_sym_match] = ACTIONS(1527), [anon_sym_mod] = ACTIONS(1527), [anon_sym_pub] = ACTIONS(1527), [anon_sym_return] = ACTIONS(1527), [anon_sym_static] = ACTIONS(1527), [anon_sym_struct] = ACTIONS(1527), [anon_sym_trait] = ACTIONS(1527), [anon_sym_type] = ACTIONS(1527), [anon_sym_union] = ACTIONS(1527), [anon_sym_unsafe] = ACTIONS(1527), [anon_sym_use] = ACTIONS(1527), [anon_sym_while] = ACTIONS(1527), [anon_sym_POUND] = ACTIONS(1525), [anon_sym_BANG] = ACTIONS(1525), [anon_sym_extern] = ACTIONS(1527), [anon_sym_LT] = ACTIONS(1525), [anon_sym_COLON_COLON] = ACTIONS(1525), [anon_sym_AMP] = ACTIONS(1525), [anon_sym_SQUOTE] = ACTIONS(1527), [anon_sym_DOT_DOT] = ACTIONS(1525), [anon_sym_DASH] = ACTIONS(1525), [anon_sym_PIPE] = ACTIONS(1525), [anon_sym_move] = ACTIONS(1527), [sym_integer_literal] = ACTIONS(1525), [aux_sym_string_literal_token1] = ACTIONS(1525), [sym_char_literal] = ACTIONS(1525), [anon_sym_true] = ACTIONS(1527), [anon_sym_false] = ACTIONS(1527), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1527), [sym_super] = ACTIONS(1527), [sym_crate] = ACTIONS(1527), [sym_metavariable] = ACTIONS(1525), [sym_raw_string_literal] = ACTIONS(1525), [sym_float_literal] = ACTIONS(1525), [sym_block_comment] = ACTIONS(3), }, [331] = { [ts_builtin_sym_end] = ACTIONS(1529), [sym_identifier] = ACTIONS(1531), [anon_sym_SEMI] = ACTIONS(1529), [anon_sym_macro_rules_BANG] = ACTIONS(1529), [anon_sym_LPAREN] = ACTIONS(1529), [anon_sym_LBRACE] = ACTIONS(1529), [anon_sym_RBRACE] = ACTIONS(1529), [anon_sym_LBRACK] = ACTIONS(1529), [anon_sym_STAR] = ACTIONS(1529), [anon_sym_u8] = ACTIONS(1531), [anon_sym_i8] = ACTIONS(1531), [anon_sym_u16] = ACTIONS(1531), [anon_sym_i16] = ACTIONS(1531), [anon_sym_u32] = ACTIONS(1531), [anon_sym_i32] = ACTIONS(1531), [anon_sym_u64] = ACTIONS(1531), [anon_sym_i64] = ACTIONS(1531), [anon_sym_u128] = ACTIONS(1531), [anon_sym_i128] = ACTIONS(1531), [anon_sym_isize] = ACTIONS(1531), [anon_sym_usize] = ACTIONS(1531), [anon_sym_f32] = ACTIONS(1531), [anon_sym_f64] = ACTIONS(1531), [anon_sym_bool] = ACTIONS(1531), [anon_sym_str] = ACTIONS(1531), [anon_sym_char] = ACTIONS(1531), [anon_sym_async] = ACTIONS(1531), [anon_sym_break] = ACTIONS(1531), [anon_sym_const] = ACTIONS(1531), [anon_sym_continue] = ACTIONS(1531), [anon_sym_default] = ACTIONS(1531), [anon_sym_enum] = ACTIONS(1531), [anon_sym_fn] = ACTIONS(1531), [anon_sym_for] = ACTIONS(1531), [anon_sym_if] = ACTIONS(1531), [anon_sym_impl] = ACTIONS(1531), [anon_sym_let] = ACTIONS(1531), [anon_sym_loop] = ACTIONS(1531), [anon_sym_match] = ACTIONS(1531), [anon_sym_mod] = ACTIONS(1531), [anon_sym_pub] = ACTIONS(1531), [anon_sym_return] = ACTIONS(1531), [anon_sym_static] = ACTIONS(1531), [anon_sym_struct] = ACTIONS(1531), [anon_sym_trait] = ACTIONS(1531), [anon_sym_type] = ACTIONS(1531), [anon_sym_union] = ACTIONS(1531), [anon_sym_unsafe] = ACTIONS(1531), [anon_sym_use] = ACTIONS(1531), [anon_sym_while] = ACTIONS(1531), [anon_sym_POUND] = ACTIONS(1529), [anon_sym_BANG] = ACTIONS(1529), [anon_sym_extern] = ACTIONS(1531), [anon_sym_LT] = ACTIONS(1529), [anon_sym_COLON_COLON] = ACTIONS(1529), [anon_sym_AMP] = ACTIONS(1529), [anon_sym_SQUOTE] = ACTIONS(1531), [anon_sym_DOT_DOT] = ACTIONS(1529), [anon_sym_DASH] = ACTIONS(1529), [anon_sym_PIPE] = ACTIONS(1529), [anon_sym_move] = ACTIONS(1531), [sym_integer_literal] = ACTIONS(1529), [aux_sym_string_literal_token1] = ACTIONS(1529), [sym_char_literal] = ACTIONS(1529), [anon_sym_true] = ACTIONS(1531), [anon_sym_false] = ACTIONS(1531), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1531), [sym_super] = ACTIONS(1531), [sym_crate] = ACTIONS(1531), [sym_metavariable] = ACTIONS(1529), [sym_raw_string_literal] = ACTIONS(1529), [sym_float_literal] = ACTIONS(1529), [sym_block_comment] = ACTIONS(3), }, [332] = { [ts_builtin_sym_end] = ACTIONS(1533), [sym_identifier] = ACTIONS(1535), [anon_sym_SEMI] = ACTIONS(1533), [anon_sym_macro_rules_BANG] = ACTIONS(1533), [anon_sym_LPAREN] = ACTIONS(1533), [anon_sym_LBRACE] = ACTIONS(1533), [anon_sym_RBRACE] = ACTIONS(1533), [anon_sym_LBRACK] = ACTIONS(1533), [anon_sym_STAR] = ACTIONS(1533), [anon_sym_u8] = ACTIONS(1535), [anon_sym_i8] = ACTIONS(1535), [anon_sym_u16] = ACTIONS(1535), [anon_sym_i16] = ACTIONS(1535), [anon_sym_u32] = ACTIONS(1535), [anon_sym_i32] = ACTIONS(1535), [anon_sym_u64] = ACTIONS(1535), [anon_sym_i64] = ACTIONS(1535), [anon_sym_u128] = ACTIONS(1535), [anon_sym_i128] = ACTIONS(1535), [anon_sym_isize] = ACTIONS(1535), [anon_sym_usize] = ACTIONS(1535), [anon_sym_f32] = ACTIONS(1535), [anon_sym_f64] = ACTIONS(1535), [anon_sym_bool] = ACTIONS(1535), [anon_sym_str] = ACTIONS(1535), [anon_sym_char] = ACTIONS(1535), [anon_sym_async] = ACTIONS(1535), [anon_sym_break] = ACTIONS(1535), [anon_sym_const] = ACTIONS(1535), [anon_sym_continue] = ACTIONS(1535), [anon_sym_default] = ACTIONS(1535), [anon_sym_enum] = ACTIONS(1535), [anon_sym_fn] = ACTIONS(1535), [anon_sym_for] = ACTIONS(1535), [anon_sym_if] = ACTIONS(1535), [anon_sym_impl] = ACTIONS(1535), [anon_sym_let] = ACTIONS(1535), [anon_sym_loop] = ACTIONS(1535), [anon_sym_match] = ACTIONS(1535), [anon_sym_mod] = ACTIONS(1535), [anon_sym_pub] = ACTIONS(1535), [anon_sym_return] = ACTIONS(1535), [anon_sym_static] = ACTIONS(1535), [anon_sym_struct] = ACTIONS(1535), [anon_sym_trait] = ACTIONS(1535), [anon_sym_type] = ACTIONS(1535), [anon_sym_union] = ACTIONS(1535), [anon_sym_unsafe] = ACTIONS(1535), [anon_sym_use] = ACTIONS(1535), [anon_sym_while] = ACTIONS(1535), [anon_sym_POUND] = ACTIONS(1533), [anon_sym_BANG] = ACTIONS(1533), [anon_sym_extern] = ACTIONS(1535), [anon_sym_LT] = ACTIONS(1533), [anon_sym_COLON_COLON] = ACTIONS(1533), [anon_sym_AMP] = ACTIONS(1533), [anon_sym_SQUOTE] = ACTIONS(1535), [anon_sym_DOT_DOT] = ACTIONS(1533), [anon_sym_DASH] = ACTIONS(1533), [anon_sym_PIPE] = ACTIONS(1533), [anon_sym_move] = ACTIONS(1535), [sym_integer_literal] = ACTIONS(1533), [aux_sym_string_literal_token1] = ACTIONS(1533), [sym_char_literal] = ACTIONS(1533), [anon_sym_true] = ACTIONS(1535), [anon_sym_false] = ACTIONS(1535), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1535), [sym_super] = ACTIONS(1535), [sym_crate] = ACTIONS(1535), [sym_metavariable] = ACTIONS(1533), [sym_raw_string_literal] = ACTIONS(1533), [sym_float_literal] = ACTIONS(1533), [sym_block_comment] = ACTIONS(3), }, [333] = { [ts_builtin_sym_end] = ACTIONS(1537), [sym_identifier] = ACTIONS(1539), [anon_sym_SEMI] = ACTIONS(1537), [anon_sym_macro_rules_BANG] = ACTIONS(1537), [anon_sym_LPAREN] = ACTIONS(1537), [anon_sym_LBRACE] = ACTIONS(1537), [anon_sym_RBRACE] = ACTIONS(1537), [anon_sym_LBRACK] = ACTIONS(1537), [anon_sym_STAR] = ACTIONS(1537), [anon_sym_u8] = ACTIONS(1539), [anon_sym_i8] = ACTIONS(1539), [anon_sym_u16] = ACTIONS(1539), [anon_sym_i16] = ACTIONS(1539), [anon_sym_u32] = ACTIONS(1539), [anon_sym_i32] = ACTIONS(1539), [anon_sym_u64] = ACTIONS(1539), [anon_sym_i64] = ACTIONS(1539), [anon_sym_u128] = ACTIONS(1539), [anon_sym_i128] = ACTIONS(1539), [anon_sym_isize] = ACTIONS(1539), [anon_sym_usize] = ACTIONS(1539), [anon_sym_f32] = ACTIONS(1539), [anon_sym_f64] = ACTIONS(1539), [anon_sym_bool] = ACTIONS(1539), [anon_sym_str] = ACTIONS(1539), [anon_sym_char] = ACTIONS(1539), [anon_sym_async] = ACTIONS(1539), [anon_sym_break] = ACTIONS(1539), [anon_sym_const] = ACTIONS(1539), [anon_sym_continue] = ACTIONS(1539), [anon_sym_default] = ACTIONS(1539), [anon_sym_enum] = ACTIONS(1539), [anon_sym_fn] = ACTIONS(1539), [anon_sym_for] = ACTIONS(1539), [anon_sym_if] = ACTIONS(1539), [anon_sym_impl] = ACTIONS(1539), [anon_sym_let] = ACTIONS(1539), [anon_sym_loop] = ACTIONS(1539), [anon_sym_match] = ACTIONS(1539), [anon_sym_mod] = ACTIONS(1539), [anon_sym_pub] = ACTIONS(1539), [anon_sym_return] = ACTIONS(1539), [anon_sym_static] = ACTIONS(1539), [anon_sym_struct] = ACTIONS(1539), [anon_sym_trait] = ACTIONS(1539), [anon_sym_type] = ACTIONS(1539), [anon_sym_union] = ACTIONS(1539), [anon_sym_unsafe] = ACTIONS(1539), [anon_sym_use] = ACTIONS(1539), [anon_sym_while] = ACTIONS(1539), [anon_sym_POUND] = ACTIONS(1537), [anon_sym_BANG] = ACTIONS(1537), [anon_sym_extern] = ACTIONS(1539), [anon_sym_LT] = ACTIONS(1537), [anon_sym_COLON_COLON] = ACTIONS(1537), [anon_sym_AMP] = ACTIONS(1537), [anon_sym_SQUOTE] = ACTIONS(1539), [anon_sym_DOT_DOT] = ACTIONS(1537), [anon_sym_DASH] = ACTIONS(1537), [anon_sym_PIPE] = ACTIONS(1537), [anon_sym_move] = ACTIONS(1539), [sym_integer_literal] = ACTIONS(1537), [aux_sym_string_literal_token1] = ACTIONS(1537), [sym_char_literal] = ACTIONS(1537), [anon_sym_true] = ACTIONS(1539), [anon_sym_false] = ACTIONS(1539), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1539), [sym_super] = ACTIONS(1539), [sym_crate] = ACTIONS(1539), [sym_metavariable] = ACTIONS(1537), [sym_raw_string_literal] = ACTIONS(1537), [sym_float_literal] = ACTIONS(1537), [sym_block_comment] = ACTIONS(3), }, [334] = { [ts_builtin_sym_end] = ACTIONS(1541), [sym_identifier] = ACTIONS(1543), [anon_sym_SEMI] = ACTIONS(1541), [anon_sym_macro_rules_BANG] = ACTIONS(1541), [anon_sym_LPAREN] = ACTIONS(1541), [anon_sym_LBRACE] = ACTIONS(1541), [anon_sym_RBRACE] = ACTIONS(1541), [anon_sym_LBRACK] = ACTIONS(1541), [anon_sym_STAR] = ACTIONS(1541), [anon_sym_u8] = ACTIONS(1543), [anon_sym_i8] = ACTIONS(1543), [anon_sym_u16] = ACTIONS(1543), [anon_sym_i16] = ACTIONS(1543), [anon_sym_u32] = ACTIONS(1543), [anon_sym_i32] = ACTIONS(1543), [anon_sym_u64] = ACTIONS(1543), [anon_sym_i64] = ACTIONS(1543), [anon_sym_u128] = ACTIONS(1543), [anon_sym_i128] = ACTIONS(1543), [anon_sym_isize] = ACTIONS(1543), [anon_sym_usize] = ACTIONS(1543), [anon_sym_f32] = ACTIONS(1543), [anon_sym_f64] = ACTIONS(1543), [anon_sym_bool] = ACTIONS(1543), [anon_sym_str] = ACTIONS(1543), [anon_sym_char] = ACTIONS(1543), [anon_sym_async] = ACTIONS(1543), [anon_sym_break] = ACTIONS(1543), [anon_sym_const] = ACTIONS(1543), [anon_sym_continue] = ACTIONS(1543), [anon_sym_default] = ACTIONS(1543), [anon_sym_enum] = ACTIONS(1543), [anon_sym_fn] = ACTIONS(1543), [anon_sym_for] = ACTIONS(1543), [anon_sym_if] = ACTIONS(1543), [anon_sym_impl] = ACTIONS(1543), [anon_sym_let] = ACTIONS(1543), [anon_sym_loop] = ACTIONS(1543), [anon_sym_match] = ACTIONS(1543), [anon_sym_mod] = ACTIONS(1543), [anon_sym_pub] = ACTIONS(1543), [anon_sym_return] = ACTIONS(1543), [anon_sym_static] = ACTIONS(1543), [anon_sym_struct] = ACTIONS(1543), [anon_sym_trait] = ACTIONS(1543), [anon_sym_type] = ACTIONS(1543), [anon_sym_union] = ACTIONS(1543), [anon_sym_unsafe] = ACTIONS(1543), [anon_sym_use] = ACTIONS(1543), [anon_sym_while] = ACTIONS(1543), [anon_sym_POUND] = ACTIONS(1541), [anon_sym_BANG] = ACTIONS(1541), [anon_sym_extern] = ACTIONS(1543), [anon_sym_LT] = ACTIONS(1541), [anon_sym_COLON_COLON] = ACTIONS(1541), [anon_sym_AMP] = ACTIONS(1541), [anon_sym_SQUOTE] = ACTIONS(1543), [anon_sym_DOT_DOT] = ACTIONS(1541), [anon_sym_DASH] = ACTIONS(1541), [anon_sym_PIPE] = ACTIONS(1541), [anon_sym_move] = ACTIONS(1543), [sym_integer_literal] = ACTIONS(1541), [aux_sym_string_literal_token1] = ACTIONS(1541), [sym_char_literal] = ACTIONS(1541), [anon_sym_true] = ACTIONS(1543), [anon_sym_false] = ACTIONS(1543), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1543), [sym_super] = ACTIONS(1543), [sym_crate] = ACTIONS(1543), [sym_metavariable] = ACTIONS(1541), [sym_raw_string_literal] = ACTIONS(1541), [sym_float_literal] = ACTIONS(1541), [sym_block_comment] = ACTIONS(3), }, [335] = { [ts_builtin_sym_end] = ACTIONS(1545), [sym_identifier] = ACTIONS(1547), [anon_sym_SEMI] = ACTIONS(1545), [anon_sym_macro_rules_BANG] = ACTIONS(1545), [anon_sym_LPAREN] = ACTIONS(1545), [anon_sym_LBRACE] = ACTIONS(1545), [anon_sym_RBRACE] = ACTIONS(1545), [anon_sym_LBRACK] = ACTIONS(1545), [anon_sym_STAR] = ACTIONS(1545), [anon_sym_u8] = ACTIONS(1547), [anon_sym_i8] = ACTIONS(1547), [anon_sym_u16] = ACTIONS(1547), [anon_sym_i16] = ACTIONS(1547), [anon_sym_u32] = ACTIONS(1547), [anon_sym_i32] = ACTIONS(1547), [anon_sym_u64] = ACTIONS(1547), [anon_sym_i64] = ACTIONS(1547), [anon_sym_u128] = ACTIONS(1547), [anon_sym_i128] = ACTIONS(1547), [anon_sym_isize] = ACTIONS(1547), [anon_sym_usize] = ACTIONS(1547), [anon_sym_f32] = ACTIONS(1547), [anon_sym_f64] = ACTIONS(1547), [anon_sym_bool] = ACTIONS(1547), [anon_sym_str] = ACTIONS(1547), [anon_sym_char] = ACTIONS(1547), [anon_sym_async] = ACTIONS(1547), [anon_sym_break] = ACTIONS(1547), [anon_sym_const] = ACTIONS(1547), [anon_sym_continue] = ACTIONS(1547), [anon_sym_default] = ACTIONS(1547), [anon_sym_enum] = ACTIONS(1547), [anon_sym_fn] = ACTIONS(1547), [anon_sym_for] = ACTIONS(1547), [anon_sym_if] = ACTIONS(1547), [anon_sym_impl] = ACTIONS(1547), [anon_sym_let] = ACTIONS(1547), [anon_sym_loop] = ACTIONS(1547), [anon_sym_match] = ACTIONS(1547), [anon_sym_mod] = ACTIONS(1547), [anon_sym_pub] = ACTIONS(1547), [anon_sym_return] = ACTIONS(1547), [anon_sym_static] = ACTIONS(1547), [anon_sym_struct] = ACTIONS(1547), [anon_sym_trait] = ACTIONS(1547), [anon_sym_type] = ACTIONS(1547), [anon_sym_union] = ACTIONS(1547), [anon_sym_unsafe] = ACTIONS(1547), [anon_sym_use] = ACTIONS(1547), [anon_sym_while] = ACTIONS(1547), [anon_sym_POUND] = ACTIONS(1545), [anon_sym_BANG] = ACTIONS(1545), [anon_sym_extern] = ACTIONS(1547), [anon_sym_LT] = ACTIONS(1545), [anon_sym_COLON_COLON] = ACTIONS(1545), [anon_sym_AMP] = ACTIONS(1545), [anon_sym_SQUOTE] = ACTIONS(1547), [anon_sym_DOT_DOT] = ACTIONS(1545), [anon_sym_DASH] = ACTIONS(1545), [anon_sym_PIPE] = ACTIONS(1545), [anon_sym_move] = ACTIONS(1547), [sym_integer_literal] = ACTIONS(1545), [aux_sym_string_literal_token1] = ACTIONS(1545), [sym_char_literal] = ACTIONS(1545), [anon_sym_true] = ACTIONS(1547), [anon_sym_false] = ACTIONS(1547), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1547), [sym_super] = ACTIONS(1547), [sym_crate] = ACTIONS(1547), [sym_metavariable] = ACTIONS(1545), [sym_raw_string_literal] = ACTIONS(1545), [sym_float_literal] = ACTIONS(1545), [sym_block_comment] = ACTIONS(3), }, [336] = { [ts_builtin_sym_end] = ACTIONS(1549), [sym_identifier] = ACTIONS(1551), [anon_sym_SEMI] = ACTIONS(1549), [anon_sym_macro_rules_BANG] = ACTIONS(1549), [anon_sym_LPAREN] = ACTIONS(1549), [anon_sym_LBRACE] = ACTIONS(1549), [anon_sym_RBRACE] = ACTIONS(1549), [anon_sym_LBRACK] = ACTIONS(1549), [anon_sym_STAR] = ACTIONS(1549), [anon_sym_u8] = ACTIONS(1551), [anon_sym_i8] = ACTIONS(1551), [anon_sym_u16] = ACTIONS(1551), [anon_sym_i16] = ACTIONS(1551), [anon_sym_u32] = ACTIONS(1551), [anon_sym_i32] = ACTIONS(1551), [anon_sym_u64] = ACTIONS(1551), [anon_sym_i64] = ACTIONS(1551), [anon_sym_u128] = ACTIONS(1551), [anon_sym_i128] = ACTIONS(1551), [anon_sym_isize] = ACTIONS(1551), [anon_sym_usize] = ACTIONS(1551), [anon_sym_f32] = ACTIONS(1551), [anon_sym_f64] = ACTIONS(1551), [anon_sym_bool] = ACTIONS(1551), [anon_sym_str] = ACTIONS(1551), [anon_sym_char] = ACTIONS(1551), [anon_sym_async] = ACTIONS(1551), [anon_sym_break] = ACTIONS(1551), [anon_sym_const] = ACTIONS(1551), [anon_sym_continue] = ACTIONS(1551), [anon_sym_default] = ACTIONS(1551), [anon_sym_enum] = ACTIONS(1551), [anon_sym_fn] = ACTIONS(1551), [anon_sym_for] = ACTIONS(1551), [anon_sym_if] = ACTIONS(1551), [anon_sym_impl] = ACTIONS(1551), [anon_sym_let] = ACTIONS(1551), [anon_sym_loop] = ACTIONS(1551), [anon_sym_match] = ACTIONS(1551), [anon_sym_mod] = ACTIONS(1551), [anon_sym_pub] = ACTIONS(1551), [anon_sym_return] = ACTIONS(1551), [anon_sym_static] = ACTIONS(1551), [anon_sym_struct] = ACTIONS(1551), [anon_sym_trait] = ACTIONS(1551), [anon_sym_type] = ACTIONS(1551), [anon_sym_union] = ACTIONS(1551), [anon_sym_unsafe] = ACTIONS(1551), [anon_sym_use] = ACTIONS(1551), [anon_sym_while] = ACTIONS(1551), [anon_sym_POUND] = ACTIONS(1549), [anon_sym_BANG] = ACTIONS(1549), [anon_sym_extern] = ACTIONS(1551), [anon_sym_LT] = ACTIONS(1549), [anon_sym_COLON_COLON] = ACTIONS(1549), [anon_sym_AMP] = ACTIONS(1549), [anon_sym_SQUOTE] = ACTIONS(1551), [anon_sym_DOT_DOT] = ACTIONS(1549), [anon_sym_DASH] = ACTIONS(1549), [anon_sym_PIPE] = ACTIONS(1549), [anon_sym_move] = ACTIONS(1551), [sym_integer_literal] = ACTIONS(1549), [aux_sym_string_literal_token1] = ACTIONS(1549), [sym_char_literal] = ACTIONS(1549), [anon_sym_true] = ACTIONS(1551), [anon_sym_false] = ACTIONS(1551), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1551), [sym_super] = ACTIONS(1551), [sym_crate] = ACTIONS(1551), [sym_metavariable] = ACTIONS(1549), [sym_raw_string_literal] = ACTIONS(1549), [sym_float_literal] = ACTIONS(1549), [sym_block_comment] = ACTIONS(3), }, [337] = { [ts_builtin_sym_end] = ACTIONS(1553), [sym_identifier] = ACTIONS(1555), [anon_sym_SEMI] = ACTIONS(1553), [anon_sym_macro_rules_BANG] = ACTIONS(1553), [anon_sym_LPAREN] = ACTIONS(1553), [anon_sym_LBRACE] = ACTIONS(1553), [anon_sym_RBRACE] = ACTIONS(1553), [anon_sym_LBRACK] = ACTIONS(1553), [anon_sym_STAR] = ACTIONS(1553), [anon_sym_u8] = ACTIONS(1555), [anon_sym_i8] = ACTIONS(1555), [anon_sym_u16] = ACTIONS(1555), [anon_sym_i16] = ACTIONS(1555), [anon_sym_u32] = ACTIONS(1555), [anon_sym_i32] = ACTIONS(1555), [anon_sym_u64] = ACTIONS(1555), [anon_sym_i64] = ACTIONS(1555), [anon_sym_u128] = ACTIONS(1555), [anon_sym_i128] = ACTIONS(1555), [anon_sym_isize] = ACTIONS(1555), [anon_sym_usize] = ACTIONS(1555), [anon_sym_f32] = ACTIONS(1555), [anon_sym_f64] = ACTIONS(1555), [anon_sym_bool] = ACTIONS(1555), [anon_sym_str] = ACTIONS(1555), [anon_sym_char] = ACTIONS(1555), [anon_sym_async] = ACTIONS(1555), [anon_sym_break] = ACTIONS(1555), [anon_sym_const] = ACTIONS(1555), [anon_sym_continue] = ACTIONS(1555), [anon_sym_default] = ACTIONS(1555), [anon_sym_enum] = ACTIONS(1555), [anon_sym_fn] = ACTIONS(1555), [anon_sym_for] = ACTIONS(1555), [anon_sym_if] = ACTIONS(1555), [anon_sym_impl] = ACTIONS(1555), [anon_sym_let] = ACTIONS(1555), [anon_sym_loop] = ACTIONS(1555), [anon_sym_match] = ACTIONS(1555), [anon_sym_mod] = ACTIONS(1555), [anon_sym_pub] = ACTIONS(1555), [anon_sym_return] = ACTIONS(1555), [anon_sym_static] = ACTIONS(1555), [anon_sym_struct] = ACTIONS(1555), [anon_sym_trait] = ACTIONS(1555), [anon_sym_type] = ACTIONS(1555), [anon_sym_union] = ACTIONS(1555), [anon_sym_unsafe] = ACTIONS(1555), [anon_sym_use] = ACTIONS(1555), [anon_sym_while] = ACTIONS(1555), [anon_sym_POUND] = ACTIONS(1553), [anon_sym_BANG] = ACTIONS(1553), [anon_sym_extern] = ACTIONS(1555), [anon_sym_LT] = ACTIONS(1553), [anon_sym_COLON_COLON] = ACTIONS(1553), [anon_sym_AMP] = ACTIONS(1553), [anon_sym_SQUOTE] = ACTIONS(1555), [anon_sym_DOT_DOT] = ACTIONS(1553), [anon_sym_DASH] = ACTIONS(1553), [anon_sym_PIPE] = ACTIONS(1553), [anon_sym_move] = ACTIONS(1555), [sym_integer_literal] = ACTIONS(1553), [aux_sym_string_literal_token1] = ACTIONS(1553), [sym_char_literal] = ACTIONS(1553), [anon_sym_true] = ACTIONS(1555), [anon_sym_false] = ACTIONS(1555), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1555), [sym_super] = ACTIONS(1555), [sym_crate] = ACTIONS(1555), [sym_metavariable] = ACTIONS(1553), [sym_raw_string_literal] = ACTIONS(1553), [sym_float_literal] = ACTIONS(1553), [sym_block_comment] = ACTIONS(3), }, [338] = { [ts_builtin_sym_end] = ACTIONS(1557), [sym_identifier] = ACTIONS(1559), [anon_sym_SEMI] = ACTIONS(1557), [anon_sym_macro_rules_BANG] = ACTIONS(1557), [anon_sym_LPAREN] = ACTIONS(1557), [anon_sym_LBRACE] = ACTIONS(1557), [anon_sym_RBRACE] = ACTIONS(1557), [anon_sym_LBRACK] = ACTIONS(1557), [anon_sym_STAR] = ACTIONS(1557), [anon_sym_u8] = ACTIONS(1559), [anon_sym_i8] = ACTIONS(1559), [anon_sym_u16] = ACTIONS(1559), [anon_sym_i16] = ACTIONS(1559), [anon_sym_u32] = ACTIONS(1559), [anon_sym_i32] = ACTIONS(1559), [anon_sym_u64] = ACTIONS(1559), [anon_sym_i64] = ACTIONS(1559), [anon_sym_u128] = ACTIONS(1559), [anon_sym_i128] = ACTIONS(1559), [anon_sym_isize] = ACTIONS(1559), [anon_sym_usize] = ACTIONS(1559), [anon_sym_f32] = ACTIONS(1559), [anon_sym_f64] = ACTIONS(1559), [anon_sym_bool] = ACTIONS(1559), [anon_sym_str] = ACTIONS(1559), [anon_sym_char] = ACTIONS(1559), [anon_sym_async] = ACTIONS(1559), [anon_sym_break] = ACTIONS(1559), [anon_sym_const] = ACTIONS(1559), [anon_sym_continue] = ACTIONS(1559), [anon_sym_default] = ACTIONS(1559), [anon_sym_enum] = ACTIONS(1559), [anon_sym_fn] = ACTIONS(1559), [anon_sym_for] = ACTIONS(1559), [anon_sym_if] = ACTIONS(1559), [anon_sym_impl] = ACTIONS(1559), [anon_sym_let] = ACTIONS(1559), [anon_sym_loop] = ACTIONS(1559), [anon_sym_match] = ACTIONS(1559), [anon_sym_mod] = ACTIONS(1559), [anon_sym_pub] = ACTIONS(1559), [anon_sym_return] = ACTIONS(1559), [anon_sym_static] = ACTIONS(1559), [anon_sym_struct] = ACTIONS(1559), [anon_sym_trait] = ACTIONS(1559), [anon_sym_type] = ACTIONS(1559), [anon_sym_union] = ACTIONS(1559), [anon_sym_unsafe] = ACTIONS(1559), [anon_sym_use] = ACTIONS(1559), [anon_sym_while] = ACTIONS(1559), [anon_sym_POUND] = ACTIONS(1557), [anon_sym_BANG] = ACTIONS(1557), [anon_sym_extern] = ACTIONS(1559), [anon_sym_LT] = ACTIONS(1557), [anon_sym_COLON_COLON] = ACTIONS(1557), [anon_sym_AMP] = ACTIONS(1557), [anon_sym_SQUOTE] = ACTIONS(1559), [anon_sym_DOT_DOT] = ACTIONS(1557), [anon_sym_DASH] = ACTIONS(1557), [anon_sym_PIPE] = ACTIONS(1557), [anon_sym_move] = ACTIONS(1559), [sym_integer_literal] = ACTIONS(1557), [aux_sym_string_literal_token1] = ACTIONS(1557), [sym_char_literal] = ACTIONS(1557), [anon_sym_true] = ACTIONS(1559), [anon_sym_false] = ACTIONS(1559), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1559), [sym_super] = ACTIONS(1559), [sym_crate] = ACTIONS(1559), [sym_metavariable] = ACTIONS(1557), [sym_raw_string_literal] = ACTIONS(1557), [sym_float_literal] = ACTIONS(1557), [sym_block_comment] = ACTIONS(3), }, [339] = { [ts_builtin_sym_end] = ACTIONS(1561), [sym_identifier] = ACTIONS(1563), [anon_sym_SEMI] = ACTIONS(1561), [anon_sym_macro_rules_BANG] = ACTIONS(1561), [anon_sym_LPAREN] = ACTIONS(1561), [anon_sym_LBRACE] = ACTIONS(1561), [anon_sym_RBRACE] = ACTIONS(1561), [anon_sym_LBRACK] = ACTIONS(1561), [anon_sym_STAR] = ACTIONS(1561), [anon_sym_u8] = ACTIONS(1563), [anon_sym_i8] = ACTIONS(1563), [anon_sym_u16] = ACTIONS(1563), [anon_sym_i16] = ACTIONS(1563), [anon_sym_u32] = ACTIONS(1563), [anon_sym_i32] = ACTIONS(1563), [anon_sym_u64] = ACTIONS(1563), [anon_sym_i64] = ACTIONS(1563), [anon_sym_u128] = ACTIONS(1563), [anon_sym_i128] = ACTIONS(1563), [anon_sym_isize] = ACTIONS(1563), [anon_sym_usize] = ACTIONS(1563), [anon_sym_f32] = ACTIONS(1563), [anon_sym_f64] = ACTIONS(1563), [anon_sym_bool] = ACTIONS(1563), [anon_sym_str] = ACTIONS(1563), [anon_sym_char] = ACTIONS(1563), [anon_sym_async] = ACTIONS(1563), [anon_sym_break] = ACTIONS(1563), [anon_sym_const] = ACTIONS(1563), [anon_sym_continue] = ACTIONS(1563), [anon_sym_default] = ACTIONS(1563), [anon_sym_enum] = ACTIONS(1563), [anon_sym_fn] = ACTIONS(1563), [anon_sym_for] = ACTIONS(1563), [anon_sym_if] = ACTIONS(1563), [anon_sym_impl] = ACTIONS(1563), [anon_sym_let] = ACTIONS(1563), [anon_sym_loop] = ACTIONS(1563), [anon_sym_match] = ACTIONS(1563), [anon_sym_mod] = ACTIONS(1563), [anon_sym_pub] = ACTIONS(1563), [anon_sym_return] = ACTIONS(1563), [anon_sym_static] = ACTIONS(1563), [anon_sym_struct] = ACTIONS(1563), [anon_sym_trait] = ACTIONS(1563), [anon_sym_type] = ACTIONS(1563), [anon_sym_union] = ACTIONS(1563), [anon_sym_unsafe] = ACTIONS(1563), [anon_sym_use] = ACTIONS(1563), [anon_sym_while] = ACTIONS(1563), [anon_sym_POUND] = ACTIONS(1561), [anon_sym_BANG] = ACTIONS(1561), [anon_sym_extern] = ACTIONS(1563), [anon_sym_LT] = ACTIONS(1561), [anon_sym_COLON_COLON] = ACTIONS(1561), [anon_sym_AMP] = ACTIONS(1561), [anon_sym_SQUOTE] = ACTIONS(1563), [anon_sym_DOT_DOT] = ACTIONS(1561), [anon_sym_DASH] = ACTIONS(1561), [anon_sym_PIPE] = ACTIONS(1561), [anon_sym_move] = ACTIONS(1563), [sym_integer_literal] = ACTIONS(1561), [aux_sym_string_literal_token1] = ACTIONS(1561), [sym_char_literal] = ACTIONS(1561), [anon_sym_true] = ACTIONS(1563), [anon_sym_false] = ACTIONS(1563), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1563), [sym_super] = ACTIONS(1563), [sym_crate] = ACTIONS(1563), [sym_metavariable] = ACTIONS(1561), [sym_raw_string_literal] = ACTIONS(1561), [sym_float_literal] = ACTIONS(1561), [sym_block_comment] = ACTIONS(3), }, [340] = { [ts_builtin_sym_end] = ACTIONS(1565), [sym_identifier] = ACTIONS(1567), [anon_sym_SEMI] = ACTIONS(1565), [anon_sym_macro_rules_BANG] = ACTIONS(1565), [anon_sym_LPAREN] = ACTIONS(1565), [anon_sym_LBRACE] = ACTIONS(1565), [anon_sym_RBRACE] = ACTIONS(1565), [anon_sym_LBRACK] = ACTIONS(1565), [anon_sym_STAR] = ACTIONS(1565), [anon_sym_u8] = ACTIONS(1567), [anon_sym_i8] = ACTIONS(1567), [anon_sym_u16] = ACTIONS(1567), [anon_sym_i16] = ACTIONS(1567), [anon_sym_u32] = ACTIONS(1567), [anon_sym_i32] = ACTIONS(1567), [anon_sym_u64] = ACTIONS(1567), [anon_sym_i64] = ACTIONS(1567), [anon_sym_u128] = ACTIONS(1567), [anon_sym_i128] = ACTIONS(1567), [anon_sym_isize] = ACTIONS(1567), [anon_sym_usize] = ACTIONS(1567), [anon_sym_f32] = ACTIONS(1567), [anon_sym_f64] = ACTIONS(1567), [anon_sym_bool] = ACTIONS(1567), [anon_sym_str] = ACTIONS(1567), [anon_sym_char] = ACTIONS(1567), [anon_sym_async] = ACTIONS(1567), [anon_sym_break] = ACTIONS(1567), [anon_sym_const] = ACTIONS(1567), [anon_sym_continue] = ACTIONS(1567), [anon_sym_default] = ACTIONS(1567), [anon_sym_enum] = ACTIONS(1567), [anon_sym_fn] = ACTIONS(1567), [anon_sym_for] = ACTIONS(1567), [anon_sym_if] = ACTIONS(1567), [anon_sym_impl] = ACTIONS(1567), [anon_sym_let] = ACTIONS(1567), [anon_sym_loop] = ACTIONS(1567), [anon_sym_match] = ACTIONS(1567), [anon_sym_mod] = ACTIONS(1567), [anon_sym_pub] = ACTIONS(1567), [anon_sym_return] = ACTIONS(1567), [anon_sym_static] = ACTIONS(1567), [anon_sym_struct] = ACTIONS(1567), [anon_sym_trait] = ACTIONS(1567), [anon_sym_type] = ACTIONS(1567), [anon_sym_union] = ACTIONS(1567), [anon_sym_unsafe] = ACTIONS(1567), [anon_sym_use] = ACTIONS(1567), [anon_sym_while] = ACTIONS(1567), [anon_sym_POUND] = ACTIONS(1565), [anon_sym_BANG] = ACTIONS(1565), [anon_sym_extern] = ACTIONS(1567), [anon_sym_LT] = ACTIONS(1565), [anon_sym_COLON_COLON] = ACTIONS(1565), [anon_sym_AMP] = ACTIONS(1565), [anon_sym_SQUOTE] = ACTIONS(1567), [anon_sym_DOT_DOT] = ACTIONS(1565), [anon_sym_DASH] = ACTIONS(1565), [anon_sym_PIPE] = ACTIONS(1565), [anon_sym_move] = ACTIONS(1567), [sym_integer_literal] = ACTIONS(1565), [aux_sym_string_literal_token1] = ACTIONS(1565), [sym_char_literal] = ACTIONS(1565), [anon_sym_true] = ACTIONS(1567), [anon_sym_false] = ACTIONS(1567), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1567), [sym_super] = ACTIONS(1567), [sym_crate] = ACTIONS(1567), [sym_metavariable] = ACTIONS(1565), [sym_raw_string_literal] = ACTIONS(1565), [sym_float_literal] = ACTIONS(1565), [sym_block_comment] = ACTIONS(3), }, [341] = { [ts_builtin_sym_end] = ACTIONS(1569), [sym_identifier] = ACTIONS(1571), [anon_sym_SEMI] = ACTIONS(1569), [anon_sym_macro_rules_BANG] = ACTIONS(1569), [anon_sym_LPAREN] = ACTIONS(1569), [anon_sym_LBRACE] = ACTIONS(1569), [anon_sym_RBRACE] = ACTIONS(1569), [anon_sym_LBRACK] = ACTIONS(1569), [anon_sym_STAR] = ACTIONS(1569), [anon_sym_u8] = ACTIONS(1571), [anon_sym_i8] = ACTIONS(1571), [anon_sym_u16] = ACTIONS(1571), [anon_sym_i16] = ACTIONS(1571), [anon_sym_u32] = ACTIONS(1571), [anon_sym_i32] = ACTIONS(1571), [anon_sym_u64] = ACTIONS(1571), [anon_sym_i64] = ACTIONS(1571), [anon_sym_u128] = ACTIONS(1571), [anon_sym_i128] = ACTIONS(1571), [anon_sym_isize] = ACTIONS(1571), [anon_sym_usize] = ACTIONS(1571), [anon_sym_f32] = ACTIONS(1571), [anon_sym_f64] = ACTIONS(1571), [anon_sym_bool] = ACTIONS(1571), [anon_sym_str] = ACTIONS(1571), [anon_sym_char] = ACTIONS(1571), [anon_sym_async] = ACTIONS(1571), [anon_sym_break] = ACTIONS(1571), [anon_sym_const] = ACTIONS(1571), [anon_sym_continue] = ACTIONS(1571), [anon_sym_default] = ACTIONS(1571), [anon_sym_enum] = ACTIONS(1571), [anon_sym_fn] = ACTIONS(1571), [anon_sym_for] = ACTIONS(1571), [anon_sym_if] = ACTIONS(1571), [anon_sym_impl] = ACTIONS(1571), [anon_sym_let] = ACTIONS(1571), [anon_sym_loop] = ACTIONS(1571), [anon_sym_match] = ACTIONS(1571), [anon_sym_mod] = ACTIONS(1571), [anon_sym_pub] = ACTIONS(1571), [anon_sym_return] = ACTIONS(1571), [anon_sym_static] = ACTIONS(1571), [anon_sym_struct] = ACTIONS(1571), [anon_sym_trait] = ACTIONS(1571), [anon_sym_type] = ACTIONS(1571), [anon_sym_union] = ACTIONS(1571), [anon_sym_unsafe] = ACTIONS(1571), [anon_sym_use] = ACTIONS(1571), [anon_sym_while] = ACTIONS(1571), [anon_sym_POUND] = ACTIONS(1569), [anon_sym_BANG] = ACTIONS(1569), [anon_sym_extern] = ACTIONS(1571), [anon_sym_LT] = ACTIONS(1569), [anon_sym_COLON_COLON] = ACTIONS(1569), [anon_sym_AMP] = ACTIONS(1569), [anon_sym_SQUOTE] = ACTIONS(1571), [anon_sym_DOT_DOT] = ACTIONS(1569), [anon_sym_DASH] = ACTIONS(1569), [anon_sym_PIPE] = ACTIONS(1569), [anon_sym_move] = ACTIONS(1571), [sym_integer_literal] = ACTIONS(1569), [aux_sym_string_literal_token1] = ACTIONS(1569), [sym_char_literal] = ACTIONS(1569), [anon_sym_true] = ACTIONS(1571), [anon_sym_false] = ACTIONS(1571), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1571), [sym_super] = ACTIONS(1571), [sym_crate] = ACTIONS(1571), [sym_metavariable] = ACTIONS(1569), [sym_raw_string_literal] = ACTIONS(1569), [sym_float_literal] = ACTIONS(1569), [sym_block_comment] = ACTIONS(3), }, [342] = { [ts_builtin_sym_end] = ACTIONS(1573), [sym_identifier] = ACTIONS(1575), [anon_sym_SEMI] = ACTIONS(1573), [anon_sym_macro_rules_BANG] = ACTIONS(1573), [anon_sym_LPAREN] = ACTIONS(1573), [anon_sym_LBRACE] = ACTIONS(1573), [anon_sym_RBRACE] = ACTIONS(1573), [anon_sym_LBRACK] = ACTIONS(1573), [anon_sym_STAR] = ACTIONS(1573), [anon_sym_u8] = ACTIONS(1575), [anon_sym_i8] = ACTIONS(1575), [anon_sym_u16] = ACTIONS(1575), [anon_sym_i16] = ACTIONS(1575), [anon_sym_u32] = ACTIONS(1575), [anon_sym_i32] = ACTIONS(1575), [anon_sym_u64] = ACTIONS(1575), [anon_sym_i64] = ACTIONS(1575), [anon_sym_u128] = ACTIONS(1575), [anon_sym_i128] = ACTIONS(1575), [anon_sym_isize] = ACTIONS(1575), [anon_sym_usize] = ACTIONS(1575), [anon_sym_f32] = ACTIONS(1575), [anon_sym_f64] = ACTIONS(1575), [anon_sym_bool] = ACTIONS(1575), [anon_sym_str] = ACTIONS(1575), [anon_sym_char] = ACTIONS(1575), [anon_sym_async] = ACTIONS(1575), [anon_sym_break] = ACTIONS(1575), [anon_sym_const] = ACTIONS(1575), [anon_sym_continue] = ACTIONS(1575), [anon_sym_default] = ACTIONS(1575), [anon_sym_enum] = ACTIONS(1575), [anon_sym_fn] = ACTIONS(1575), [anon_sym_for] = ACTIONS(1575), [anon_sym_if] = ACTIONS(1575), [anon_sym_impl] = ACTIONS(1575), [anon_sym_let] = ACTIONS(1575), [anon_sym_loop] = ACTIONS(1575), [anon_sym_match] = ACTIONS(1575), [anon_sym_mod] = ACTIONS(1575), [anon_sym_pub] = ACTIONS(1575), [anon_sym_return] = ACTIONS(1575), [anon_sym_static] = ACTIONS(1575), [anon_sym_struct] = ACTIONS(1575), [anon_sym_trait] = ACTIONS(1575), [anon_sym_type] = ACTIONS(1575), [anon_sym_union] = ACTIONS(1575), [anon_sym_unsafe] = ACTIONS(1575), [anon_sym_use] = ACTIONS(1575), [anon_sym_while] = ACTIONS(1575), [anon_sym_POUND] = ACTIONS(1573), [anon_sym_BANG] = ACTIONS(1573), [anon_sym_extern] = ACTIONS(1575), [anon_sym_LT] = ACTIONS(1573), [anon_sym_COLON_COLON] = ACTIONS(1573), [anon_sym_AMP] = ACTIONS(1573), [anon_sym_SQUOTE] = ACTIONS(1575), [anon_sym_DOT_DOT] = ACTIONS(1573), [anon_sym_DASH] = ACTIONS(1573), [anon_sym_PIPE] = ACTIONS(1573), [anon_sym_move] = ACTIONS(1575), [sym_integer_literal] = ACTIONS(1573), [aux_sym_string_literal_token1] = ACTIONS(1573), [sym_char_literal] = ACTIONS(1573), [anon_sym_true] = ACTIONS(1575), [anon_sym_false] = ACTIONS(1575), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1575), [sym_super] = ACTIONS(1575), [sym_crate] = ACTIONS(1575), [sym_metavariable] = ACTIONS(1573), [sym_raw_string_literal] = ACTIONS(1573), [sym_float_literal] = ACTIONS(1573), [sym_block_comment] = ACTIONS(3), }, [343] = { [ts_builtin_sym_end] = ACTIONS(1577), [sym_identifier] = ACTIONS(1579), [anon_sym_SEMI] = ACTIONS(1577), [anon_sym_macro_rules_BANG] = ACTIONS(1577), [anon_sym_LPAREN] = ACTIONS(1577), [anon_sym_LBRACE] = ACTIONS(1577), [anon_sym_RBRACE] = ACTIONS(1577), [anon_sym_LBRACK] = ACTIONS(1577), [anon_sym_STAR] = ACTIONS(1577), [anon_sym_u8] = ACTIONS(1579), [anon_sym_i8] = ACTIONS(1579), [anon_sym_u16] = ACTIONS(1579), [anon_sym_i16] = ACTIONS(1579), [anon_sym_u32] = ACTIONS(1579), [anon_sym_i32] = ACTIONS(1579), [anon_sym_u64] = ACTIONS(1579), [anon_sym_i64] = ACTIONS(1579), [anon_sym_u128] = ACTIONS(1579), [anon_sym_i128] = ACTIONS(1579), [anon_sym_isize] = ACTIONS(1579), [anon_sym_usize] = ACTIONS(1579), [anon_sym_f32] = ACTIONS(1579), [anon_sym_f64] = ACTIONS(1579), [anon_sym_bool] = ACTIONS(1579), [anon_sym_str] = ACTIONS(1579), [anon_sym_char] = ACTIONS(1579), [anon_sym_async] = ACTIONS(1579), [anon_sym_break] = ACTIONS(1579), [anon_sym_const] = ACTIONS(1579), [anon_sym_continue] = ACTIONS(1579), [anon_sym_default] = ACTIONS(1579), [anon_sym_enum] = ACTIONS(1579), [anon_sym_fn] = ACTIONS(1579), [anon_sym_for] = ACTIONS(1579), [anon_sym_if] = ACTIONS(1579), [anon_sym_impl] = ACTIONS(1579), [anon_sym_let] = ACTIONS(1579), [anon_sym_loop] = ACTIONS(1579), [anon_sym_match] = ACTIONS(1579), [anon_sym_mod] = ACTIONS(1579), [anon_sym_pub] = ACTIONS(1579), [anon_sym_return] = ACTIONS(1579), [anon_sym_static] = ACTIONS(1579), [anon_sym_struct] = ACTIONS(1579), [anon_sym_trait] = ACTIONS(1579), [anon_sym_type] = ACTIONS(1579), [anon_sym_union] = ACTIONS(1579), [anon_sym_unsafe] = ACTIONS(1579), [anon_sym_use] = ACTIONS(1579), [anon_sym_while] = ACTIONS(1579), [anon_sym_POUND] = ACTIONS(1577), [anon_sym_BANG] = ACTIONS(1577), [anon_sym_extern] = ACTIONS(1579), [anon_sym_LT] = ACTIONS(1577), [anon_sym_COLON_COLON] = ACTIONS(1577), [anon_sym_AMP] = ACTIONS(1577), [anon_sym_SQUOTE] = ACTIONS(1579), [anon_sym_DOT_DOT] = ACTIONS(1577), [anon_sym_DASH] = ACTIONS(1577), [anon_sym_PIPE] = ACTIONS(1577), [anon_sym_move] = ACTIONS(1579), [sym_integer_literal] = ACTIONS(1577), [aux_sym_string_literal_token1] = ACTIONS(1577), [sym_char_literal] = ACTIONS(1577), [anon_sym_true] = ACTIONS(1579), [anon_sym_false] = ACTIONS(1579), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1579), [sym_super] = ACTIONS(1579), [sym_crate] = ACTIONS(1579), [sym_metavariable] = ACTIONS(1577), [sym_raw_string_literal] = ACTIONS(1577), [sym_float_literal] = ACTIONS(1577), [sym_block_comment] = ACTIONS(3), }, [344] = { [ts_builtin_sym_end] = ACTIONS(1581), [sym_identifier] = ACTIONS(1583), [anon_sym_SEMI] = ACTIONS(1581), [anon_sym_macro_rules_BANG] = ACTIONS(1581), [anon_sym_LPAREN] = ACTIONS(1581), [anon_sym_LBRACE] = ACTIONS(1581), [anon_sym_RBRACE] = ACTIONS(1581), [anon_sym_LBRACK] = ACTIONS(1581), [anon_sym_STAR] = ACTIONS(1581), [anon_sym_u8] = ACTIONS(1583), [anon_sym_i8] = ACTIONS(1583), [anon_sym_u16] = ACTIONS(1583), [anon_sym_i16] = ACTIONS(1583), [anon_sym_u32] = ACTIONS(1583), [anon_sym_i32] = ACTIONS(1583), [anon_sym_u64] = ACTIONS(1583), [anon_sym_i64] = ACTIONS(1583), [anon_sym_u128] = ACTIONS(1583), [anon_sym_i128] = ACTIONS(1583), [anon_sym_isize] = ACTIONS(1583), [anon_sym_usize] = ACTIONS(1583), [anon_sym_f32] = ACTIONS(1583), [anon_sym_f64] = ACTIONS(1583), [anon_sym_bool] = ACTIONS(1583), [anon_sym_str] = ACTIONS(1583), [anon_sym_char] = ACTIONS(1583), [anon_sym_async] = ACTIONS(1583), [anon_sym_break] = ACTIONS(1583), [anon_sym_const] = ACTIONS(1583), [anon_sym_continue] = ACTIONS(1583), [anon_sym_default] = ACTIONS(1583), [anon_sym_enum] = ACTIONS(1583), [anon_sym_fn] = ACTIONS(1583), [anon_sym_for] = ACTIONS(1583), [anon_sym_if] = ACTIONS(1583), [anon_sym_impl] = ACTIONS(1583), [anon_sym_let] = ACTIONS(1583), [anon_sym_loop] = ACTIONS(1583), [anon_sym_match] = ACTIONS(1583), [anon_sym_mod] = ACTIONS(1583), [anon_sym_pub] = ACTIONS(1583), [anon_sym_return] = ACTIONS(1583), [anon_sym_static] = ACTIONS(1583), [anon_sym_struct] = ACTIONS(1583), [anon_sym_trait] = ACTIONS(1583), [anon_sym_type] = ACTIONS(1583), [anon_sym_union] = ACTIONS(1583), [anon_sym_unsafe] = ACTIONS(1583), [anon_sym_use] = ACTIONS(1583), [anon_sym_while] = ACTIONS(1583), [anon_sym_POUND] = ACTIONS(1581), [anon_sym_BANG] = ACTIONS(1581), [anon_sym_extern] = ACTIONS(1583), [anon_sym_LT] = ACTIONS(1581), [anon_sym_COLON_COLON] = ACTIONS(1581), [anon_sym_AMP] = ACTIONS(1581), [anon_sym_SQUOTE] = ACTIONS(1583), [anon_sym_DOT_DOT] = ACTIONS(1581), [anon_sym_DASH] = ACTIONS(1581), [anon_sym_PIPE] = ACTIONS(1581), [anon_sym_move] = ACTIONS(1583), [sym_integer_literal] = ACTIONS(1581), [aux_sym_string_literal_token1] = ACTIONS(1581), [sym_char_literal] = ACTIONS(1581), [anon_sym_true] = ACTIONS(1583), [anon_sym_false] = ACTIONS(1583), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1583), [sym_super] = ACTIONS(1583), [sym_crate] = ACTIONS(1583), [sym_metavariable] = ACTIONS(1581), [sym_raw_string_literal] = ACTIONS(1581), [sym_float_literal] = ACTIONS(1581), [sym_block_comment] = ACTIONS(3), }, [345] = { [ts_builtin_sym_end] = ACTIONS(1585), [sym_identifier] = ACTIONS(1587), [anon_sym_SEMI] = ACTIONS(1585), [anon_sym_macro_rules_BANG] = ACTIONS(1585), [anon_sym_LPAREN] = ACTIONS(1585), [anon_sym_LBRACE] = ACTIONS(1585), [anon_sym_RBRACE] = ACTIONS(1585), [anon_sym_LBRACK] = ACTIONS(1585), [anon_sym_STAR] = ACTIONS(1585), [anon_sym_u8] = ACTIONS(1587), [anon_sym_i8] = ACTIONS(1587), [anon_sym_u16] = ACTIONS(1587), [anon_sym_i16] = ACTIONS(1587), [anon_sym_u32] = ACTIONS(1587), [anon_sym_i32] = ACTIONS(1587), [anon_sym_u64] = ACTIONS(1587), [anon_sym_i64] = ACTIONS(1587), [anon_sym_u128] = ACTIONS(1587), [anon_sym_i128] = ACTIONS(1587), [anon_sym_isize] = ACTIONS(1587), [anon_sym_usize] = ACTIONS(1587), [anon_sym_f32] = ACTIONS(1587), [anon_sym_f64] = ACTIONS(1587), [anon_sym_bool] = ACTIONS(1587), [anon_sym_str] = ACTIONS(1587), [anon_sym_char] = ACTIONS(1587), [anon_sym_async] = ACTIONS(1587), [anon_sym_break] = ACTIONS(1587), [anon_sym_const] = ACTIONS(1587), [anon_sym_continue] = ACTIONS(1587), [anon_sym_default] = ACTIONS(1587), [anon_sym_enum] = ACTIONS(1587), [anon_sym_fn] = ACTIONS(1587), [anon_sym_for] = ACTIONS(1587), [anon_sym_if] = ACTIONS(1587), [anon_sym_impl] = ACTIONS(1587), [anon_sym_let] = ACTIONS(1587), [anon_sym_loop] = ACTIONS(1587), [anon_sym_match] = ACTIONS(1587), [anon_sym_mod] = ACTIONS(1587), [anon_sym_pub] = ACTIONS(1587), [anon_sym_return] = ACTIONS(1587), [anon_sym_static] = ACTIONS(1587), [anon_sym_struct] = ACTIONS(1587), [anon_sym_trait] = ACTIONS(1587), [anon_sym_type] = ACTIONS(1587), [anon_sym_union] = ACTIONS(1587), [anon_sym_unsafe] = ACTIONS(1587), [anon_sym_use] = ACTIONS(1587), [anon_sym_while] = ACTIONS(1587), [anon_sym_POUND] = ACTIONS(1585), [anon_sym_BANG] = ACTIONS(1585), [anon_sym_extern] = ACTIONS(1587), [anon_sym_LT] = ACTIONS(1585), [anon_sym_COLON_COLON] = ACTIONS(1585), [anon_sym_AMP] = ACTIONS(1585), [anon_sym_SQUOTE] = ACTIONS(1587), [anon_sym_DOT_DOT] = ACTIONS(1585), [anon_sym_DASH] = ACTIONS(1585), [anon_sym_PIPE] = ACTIONS(1585), [anon_sym_move] = ACTIONS(1587), [sym_integer_literal] = ACTIONS(1585), [aux_sym_string_literal_token1] = ACTIONS(1585), [sym_char_literal] = ACTIONS(1585), [anon_sym_true] = ACTIONS(1587), [anon_sym_false] = ACTIONS(1587), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1587), [sym_super] = ACTIONS(1587), [sym_crate] = ACTIONS(1587), [sym_metavariable] = ACTIONS(1585), [sym_raw_string_literal] = ACTIONS(1585), [sym_float_literal] = ACTIONS(1585), [sym_block_comment] = ACTIONS(3), }, [346] = { [ts_builtin_sym_end] = ACTIONS(1589), [sym_identifier] = ACTIONS(1591), [anon_sym_SEMI] = ACTIONS(1589), [anon_sym_macro_rules_BANG] = ACTIONS(1589), [anon_sym_LPAREN] = ACTIONS(1589), [anon_sym_LBRACE] = ACTIONS(1589), [anon_sym_RBRACE] = ACTIONS(1589), [anon_sym_LBRACK] = ACTIONS(1589), [anon_sym_STAR] = ACTIONS(1589), [anon_sym_u8] = ACTIONS(1591), [anon_sym_i8] = ACTIONS(1591), [anon_sym_u16] = ACTIONS(1591), [anon_sym_i16] = ACTIONS(1591), [anon_sym_u32] = ACTIONS(1591), [anon_sym_i32] = ACTIONS(1591), [anon_sym_u64] = ACTIONS(1591), [anon_sym_i64] = ACTIONS(1591), [anon_sym_u128] = ACTIONS(1591), [anon_sym_i128] = ACTIONS(1591), [anon_sym_isize] = ACTIONS(1591), [anon_sym_usize] = ACTIONS(1591), [anon_sym_f32] = ACTIONS(1591), [anon_sym_f64] = ACTIONS(1591), [anon_sym_bool] = ACTIONS(1591), [anon_sym_str] = ACTIONS(1591), [anon_sym_char] = ACTIONS(1591), [anon_sym_async] = ACTIONS(1591), [anon_sym_break] = ACTIONS(1591), [anon_sym_const] = ACTIONS(1591), [anon_sym_continue] = ACTIONS(1591), [anon_sym_default] = ACTIONS(1591), [anon_sym_enum] = ACTIONS(1591), [anon_sym_fn] = ACTIONS(1591), [anon_sym_for] = ACTIONS(1591), [anon_sym_if] = ACTIONS(1591), [anon_sym_impl] = ACTIONS(1591), [anon_sym_let] = ACTIONS(1591), [anon_sym_loop] = ACTIONS(1591), [anon_sym_match] = ACTIONS(1591), [anon_sym_mod] = ACTIONS(1591), [anon_sym_pub] = ACTIONS(1591), [anon_sym_return] = ACTIONS(1591), [anon_sym_static] = ACTIONS(1591), [anon_sym_struct] = ACTIONS(1591), [anon_sym_trait] = ACTIONS(1591), [anon_sym_type] = ACTIONS(1591), [anon_sym_union] = ACTIONS(1591), [anon_sym_unsafe] = ACTIONS(1591), [anon_sym_use] = ACTIONS(1591), [anon_sym_while] = ACTIONS(1591), [anon_sym_POUND] = ACTIONS(1589), [anon_sym_BANG] = ACTIONS(1589), [anon_sym_extern] = ACTIONS(1591), [anon_sym_LT] = ACTIONS(1589), [anon_sym_COLON_COLON] = ACTIONS(1589), [anon_sym_AMP] = ACTIONS(1589), [anon_sym_SQUOTE] = ACTIONS(1591), [anon_sym_DOT_DOT] = ACTIONS(1589), [anon_sym_DASH] = ACTIONS(1589), [anon_sym_PIPE] = ACTIONS(1589), [anon_sym_move] = ACTIONS(1591), [sym_integer_literal] = ACTIONS(1589), [aux_sym_string_literal_token1] = ACTIONS(1589), [sym_char_literal] = ACTIONS(1589), [anon_sym_true] = ACTIONS(1591), [anon_sym_false] = ACTIONS(1591), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1591), [sym_super] = ACTIONS(1591), [sym_crate] = ACTIONS(1591), [sym_metavariable] = ACTIONS(1589), [sym_raw_string_literal] = ACTIONS(1589), [sym_float_literal] = ACTIONS(1589), [sym_block_comment] = ACTIONS(3), }, [347] = { [ts_builtin_sym_end] = ACTIONS(1593), [sym_identifier] = ACTIONS(1595), [anon_sym_SEMI] = ACTIONS(1593), [anon_sym_macro_rules_BANG] = ACTIONS(1593), [anon_sym_LPAREN] = ACTIONS(1593), [anon_sym_LBRACE] = ACTIONS(1593), [anon_sym_RBRACE] = ACTIONS(1593), [anon_sym_LBRACK] = ACTIONS(1593), [anon_sym_STAR] = ACTIONS(1593), [anon_sym_u8] = ACTIONS(1595), [anon_sym_i8] = ACTIONS(1595), [anon_sym_u16] = ACTIONS(1595), [anon_sym_i16] = ACTIONS(1595), [anon_sym_u32] = ACTIONS(1595), [anon_sym_i32] = ACTIONS(1595), [anon_sym_u64] = ACTIONS(1595), [anon_sym_i64] = ACTIONS(1595), [anon_sym_u128] = ACTIONS(1595), [anon_sym_i128] = ACTIONS(1595), [anon_sym_isize] = ACTIONS(1595), [anon_sym_usize] = ACTIONS(1595), [anon_sym_f32] = ACTIONS(1595), [anon_sym_f64] = ACTIONS(1595), [anon_sym_bool] = ACTIONS(1595), [anon_sym_str] = ACTIONS(1595), [anon_sym_char] = ACTIONS(1595), [anon_sym_async] = ACTIONS(1595), [anon_sym_break] = ACTIONS(1595), [anon_sym_const] = ACTIONS(1595), [anon_sym_continue] = ACTIONS(1595), [anon_sym_default] = ACTIONS(1595), [anon_sym_enum] = ACTIONS(1595), [anon_sym_fn] = ACTIONS(1595), [anon_sym_for] = ACTIONS(1595), [anon_sym_if] = ACTIONS(1595), [anon_sym_impl] = ACTIONS(1595), [anon_sym_let] = ACTIONS(1595), [anon_sym_loop] = ACTIONS(1595), [anon_sym_match] = ACTIONS(1595), [anon_sym_mod] = ACTIONS(1595), [anon_sym_pub] = ACTIONS(1595), [anon_sym_return] = ACTIONS(1595), [anon_sym_static] = ACTIONS(1595), [anon_sym_struct] = ACTIONS(1595), [anon_sym_trait] = ACTIONS(1595), [anon_sym_type] = ACTIONS(1595), [anon_sym_union] = ACTIONS(1595), [anon_sym_unsafe] = ACTIONS(1595), [anon_sym_use] = ACTIONS(1595), [anon_sym_while] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(1593), [anon_sym_BANG] = ACTIONS(1593), [anon_sym_extern] = ACTIONS(1595), [anon_sym_LT] = ACTIONS(1593), [anon_sym_COLON_COLON] = ACTIONS(1593), [anon_sym_AMP] = ACTIONS(1593), [anon_sym_SQUOTE] = ACTIONS(1595), [anon_sym_DOT_DOT] = ACTIONS(1593), [anon_sym_DASH] = ACTIONS(1593), [anon_sym_PIPE] = ACTIONS(1593), [anon_sym_move] = ACTIONS(1595), [sym_integer_literal] = ACTIONS(1593), [aux_sym_string_literal_token1] = ACTIONS(1593), [sym_char_literal] = ACTIONS(1593), [anon_sym_true] = ACTIONS(1595), [anon_sym_false] = ACTIONS(1595), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1595), [sym_super] = ACTIONS(1595), [sym_crate] = ACTIONS(1595), [sym_metavariable] = ACTIONS(1593), [sym_raw_string_literal] = ACTIONS(1593), [sym_float_literal] = ACTIONS(1593), [sym_block_comment] = ACTIONS(3), }, [348] = { [ts_builtin_sym_end] = ACTIONS(1597), [sym_identifier] = ACTIONS(1599), [anon_sym_SEMI] = ACTIONS(1597), [anon_sym_macro_rules_BANG] = ACTIONS(1597), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACE] = ACTIONS(1597), [anon_sym_RBRACE] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1597), [anon_sym_STAR] = ACTIONS(1597), [anon_sym_u8] = ACTIONS(1599), [anon_sym_i8] = ACTIONS(1599), [anon_sym_u16] = ACTIONS(1599), [anon_sym_i16] = ACTIONS(1599), [anon_sym_u32] = ACTIONS(1599), [anon_sym_i32] = ACTIONS(1599), [anon_sym_u64] = ACTIONS(1599), [anon_sym_i64] = ACTIONS(1599), [anon_sym_u128] = ACTIONS(1599), [anon_sym_i128] = ACTIONS(1599), [anon_sym_isize] = ACTIONS(1599), [anon_sym_usize] = ACTIONS(1599), [anon_sym_f32] = ACTIONS(1599), [anon_sym_f64] = ACTIONS(1599), [anon_sym_bool] = ACTIONS(1599), [anon_sym_str] = ACTIONS(1599), [anon_sym_char] = ACTIONS(1599), [anon_sym_async] = ACTIONS(1599), [anon_sym_break] = ACTIONS(1599), [anon_sym_const] = ACTIONS(1599), [anon_sym_continue] = ACTIONS(1599), [anon_sym_default] = ACTIONS(1599), [anon_sym_enum] = ACTIONS(1599), [anon_sym_fn] = ACTIONS(1599), [anon_sym_for] = ACTIONS(1599), [anon_sym_if] = ACTIONS(1599), [anon_sym_impl] = ACTIONS(1599), [anon_sym_let] = ACTIONS(1599), [anon_sym_loop] = ACTIONS(1599), [anon_sym_match] = ACTIONS(1599), [anon_sym_mod] = ACTIONS(1599), [anon_sym_pub] = ACTIONS(1599), [anon_sym_return] = ACTIONS(1599), [anon_sym_static] = ACTIONS(1599), [anon_sym_struct] = ACTIONS(1599), [anon_sym_trait] = ACTIONS(1599), [anon_sym_type] = ACTIONS(1599), [anon_sym_union] = ACTIONS(1599), [anon_sym_unsafe] = ACTIONS(1599), [anon_sym_use] = ACTIONS(1599), [anon_sym_while] = ACTIONS(1599), [anon_sym_POUND] = ACTIONS(1597), [anon_sym_BANG] = ACTIONS(1597), [anon_sym_extern] = ACTIONS(1599), [anon_sym_LT] = ACTIONS(1597), [anon_sym_COLON_COLON] = ACTIONS(1597), [anon_sym_AMP] = ACTIONS(1597), [anon_sym_SQUOTE] = ACTIONS(1599), [anon_sym_DOT_DOT] = ACTIONS(1597), [anon_sym_DASH] = ACTIONS(1597), [anon_sym_PIPE] = ACTIONS(1597), [anon_sym_move] = ACTIONS(1599), [sym_integer_literal] = ACTIONS(1597), [aux_sym_string_literal_token1] = ACTIONS(1597), [sym_char_literal] = ACTIONS(1597), [anon_sym_true] = ACTIONS(1599), [anon_sym_false] = ACTIONS(1599), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1599), [sym_super] = ACTIONS(1599), [sym_crate] = ACTIONS(1599), [sym_metavariable] = ACTIONS(1597), [sym_raw_string_literal] = ACTIONS(1597), [sym_float_literal] = ACTIONS(1597), [sym_block_comment] = ACTIONS(3), }, [349] = { [ts_builtin_sym_end] = ACTIONS(1601), [sym_identifier] = ACTIONS(1603), [anon_sym_SEMI] = ACTIONS(1601), [anon_sym_macro_rules_BANG] = ACTIONS(1601), [anon_sym_LPAREN] = ACTIONS(1601), [anon_sym_LBRACE] = ACTIONS(1601), [anon_sym_RBRACE] = ACTIONS(1601), [anon_sym_LBRACK] = ACTIONS(1601), [anon_sym_STAR] = ACTIONS(1601), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), [anon_sym_i16] = ACTIONS(1603), [anon_sym_u32] = ACTIONS(1603), [anon_sym_i32] = ACTIONS(1603), [anon_sym_u64] = ACTIONS(1603), [anon_sym_i64] = ACTIONS(1603), [anon_sym_u128] = ACTIONS(1603), [anon_sym_i128] = ACTIONS(1603), [anon_sym_isize] = ACTIONS(1603), [anon_sym_usize] = ACTIONS(1603), [anon_sym_f32] = ACTIONS(1603), [anon_sym_f64] = ACTIONS(1603), [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), [anon_sym_async] = ACTIONS(1603), [anon_sym_break] = ACTIONS(1603), [anon_sym_const] = ACTIONS(1603), [anon_sym_continue] = ACTIONS(1603), [anon_sym_default] = ACTIONS(1603), [anon_sym_enum] = ACTIONS(1603), [anon_sym_fn] = ACTIONS(1603), [anon_sym_for] = ACTIONS(1603), [anon_sym_if] = ACTIONS(1603), [anon_sym_impl] = ACTIONS(1603), [anon_sym_let] = ACTIONS(1603), [anon_sym_loop] = ACTIONS(1603), [anon_sym_match] = ACTIONS(1603), [anon_sym_mod] = ACTIONS(1603), [anon_sym_pub] = ACTIONS(1603), [anon_sym_return] = ACTIONS(1603), [anon_sym_static] = ACTIONS(1603), [anon_sym_struct] = ACTIONS(1603), [anon_sym_trait] = ACTIONS(1603), [anon_sym_type] = ACTIONS(1603), [anon_sym_union] = ACTIONS(1603), [anon_sym_unsafe] = ACTIONS(1603), [anon_sym_use] = ACTIONS(1603), [anon_sym_while] = ACTIONS(1603), [anon_sym_POUND] = ACTIONS(1601), [anon_sym_BANG] = ACTIONS(1601), [anon_sym_extern] = ACTIONS(1603), [anon_sym_LT] = ACTIONS(1601), [anon_sym_COLON_COLON] = ACTIONS(1601), [anon_sym_AMP] = ACTIONS(1601), [anon_sym_SQUOTE] = ACTIONS(1603), [anon_sym_DOT_DOT] = ACTIONS(1601), [anon_sym_DASH] = ACTIONS(1601), [anon_sym_PIPE] = ACTIONS(1601), [anon_sym_move] = ACTIONS(1603), [sym_integer_literal] = ACTIONS(1601), [aux_sym_string_literal_token1] = ACTIONS(1601), [sym_char_literal] = ACTIONS(1601), [anon_sym_true] = ACTIONS(1603), [anon_sym_false] = ACTIONS(1603), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1603), [sym_super] = ACTIONS(1603), [sym_crate] = ACTIONS(1603), [sym_metavariable] = ACTIONS(1601), [sym_raw_string_literal] = ACTIONS(1601), [sym_float_literal] = ACTIONS(1601), [sym_block_comment] = ACTIONS(3), }, [350] = { [ts_builtin_sym_end] = ACTIONS(1605), [sym_identifier] = ACTIONS(1607), [anon_sym_SEMI] = ACTIONS(1605), [anon_sym_macro_rules_BANG] = ACTIONS(1605), [anon_sym_LPAREN] = ACTIONS(1605), [anon_sym_LBRACE] = ACTIONS(1605), [anon_sym_RBRACE] = ACTIONS(1605), [anon_sym_LBRACK] = ACTIONS(1605), [anon_sym_STAR] = ACTIONS(1605), [anon_sym_u8] = ACTIONS(1607), [anon_sym_i8] = ACTIONS(1607), [anon_sym_u16] = ACTIONS(1607), [anon_sym_i16] = ACTIONS(1607), [anon_sym_u32] = ACTIONS(1607), [anon_sym_i32] = ACTIONS(1607), [anon_sym_u64] = ACTIONS(1607), [anon_sym_i64] = ACTIONS(1607), [anon_sym_u128] = ACTIONS(1607), [anon_sym_i128] = ACTIONS(1607), [anon_sym_isize] = ACTIONS(1607), [anon_sym_usize] = ACTIONS(1607), [anon_sym_f32] = ACTIONS(1607), [anon_sym_f64] = ACTIONS(1607), [anon_sym_bool] = ACTIONS(1607), [anon_sym_str] = ACTIONS(1607), [anon_sym_char] = ACTIONS(1607), [anon_sym_async] = ACTIONS(1607), [anon_sym_break] = ACTIONS(1607), [anon_sym_const] = ACTIONS(1607), [anon_sym_continue] = ACTIONS(1607), [anon_sym_default] = ACTIONS(1607), [anon_sym_enum] = ACTIONS(1607), [anon_sym_fn] = ACTIONS(1607), [anon_sym_for] = ACTIONS(1607), [anon_sym_if] = ACTIONS(1607), [anon_sym_impl] = ACTIONS(1607), [anon_sym_let] = ACTIONS(1607), [anon_sym_loop] = ACTIONS(1607), [anon_sym_match] = ACTIONS(1607), [anon_sym_mod] = ACTIONS(1607), [anon_sym_pub] = ACTIONS(1607), [anon_sym_return] = ACTIONS(1607), [anon_sym_static] = ACTIONS(1607), [anon_sym_struct] = ACTIONS(1607), [anon_sym_trait] = ACTIONS(1607), [anon_sym_type] = ACTIONS(1607), [anon_sym_union] = ACTIONS(1607), [anon_sym_unsafe] = ACTIONS(1607), [anon_sym_use] = ACTIONS(1607), [anon_sym_while] = ACTIONS(1607), [anon_sym_POUND] = ACTIONS(1605), [anon_sym_BANG] = ACTIONS(1605), [anon_sym_extern] = ACTIONS(1607), [anon_sym_LT] = ACTIONS(1605), [anon_sym_COLON_COLON] = ACTIONS(1605), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_SQUOTE] = ACTIONS(1607), [anon_sym_DOT_DOT] = ACTIONS(1605), [anon_sym_DASH] = ACTIONS(1605), [anon_sym_PIPE] = ACTIONS(1605), [anon_sym_move] = ACTIONS(1607), [sym_integer_literal] = ACTIONS(1605), [aux_sym_string_literal_token1] = ACTIONS(1605), [sym_char_literal] = ACTIONS(1605), [anon_sym_true] = ACTIONS(1607), [anon_sym_false] = ACTIONS(1607), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1607), [sym_super] = ACTIONS(1607), [sym_crate] = ACTIONS(1607), [sym_metavariable] = ACTIONS(1605), [sym_raw_string_literal] = ACTIONS(1605), [sym_float_literal] = ACTIONS(1605), [sym_block_comment] = ACTIONS(3), }, [351] = { [ts_builtin_sym_end] = ACTIONS(1609), [sym_identifier] = ACTIONS(1611), [anon_sym_SEMI] = ACTIONS(1609), [anon_sym_macro_rules_BANG] = ACTIONS(1609), [anon_sym_LPAREN] = ACTIONS(1609), [anon_sym_LBRACE] = ACTIONS(1609), [anon_sym_RBRACE] = ACTIONS(1609), [anon_sym_LBRACK] = ACTIONS(1609), [anon_sym_STAR] = ACTIONS(1609), [anon_sym_u8] = ACTIONS(1611), [anon_sym_i8] = ACTIONS(1611), [anon_sym_u16] = ACTIONS(1611), [anon_sym_i16] = ACTIONS(1611), [anon_sym_u32] = ACTIONS(1611), [anon_sym_i32] = ACTIONS(1611), [anon_sym_u64] = ACTIONS(1611), [anon_sym_i64] = ACTIONS(1611), [anon_sym_u128] = ACTIONS(1611), [anon_sym_i128] = ACTIONS(1611), [anon_sym_isize] = ACTIONS(1611), [anon_sym_usize] = ACTIONS(1611), [anon_sym_f32] = ACTIONS(1611), [anon_sym_f64] = ACTIONS(1611), [anon_sym_bool] = ACTIONS(1611), [anon_sym_str] = ACTIONS(1611), [anon_sym_char] = ACTIONS(1611), [anon_sym_async] = ACTIONS(1611), [anon_sym_break] = ACTIONS(1611), [anon_sym_const] = ACTIONS(1611), [anon_sym_continue] = ACTIONS(1611), [anon_sym_default] = ACTIONS(1611), [anon_sym_enum] = ACTIONS(1611), [anon_sym_fn] = ACTIONS(1611), [anon_sym_for] = ACTIONS(1611), [anon_sym_if] = ACTIONS(1611), [anon_sym_impl] = ACTIONS(1611), [anon_sym_let] = ACTIONS(1611), [anon_sym_loop] = ACTIONS(1611), [anon_sym_match] = ACTIONS(1611), [anon_sym_mod] = ACTIONS(1611), [anon_sym_pub] = ACTIONS(1611), [anon_sym_return] = ACTIONS(1611), [anon_sym_static] = ACTIONS(1611), [anon_sym_struct] = ACTIONS(1611), [anon_sym_trait] = ACTIONS(1611), [anon_sym_type] = ACTIONS(1611), [anon_sym_union] = ACTIONS(1611), [anon_sym_unsafe] = ACTIONS(1611), [anon_sym_use] = ACTIONS(1611), [anon_sym_while] = ACTIONS(1611), [anon_sym_POUND] = ACTIONS(1609), [anon_sym_BANG] = ACTIONS(1609), [anon_sym_extern] = ACTIONS(1611), [anon_sym_LT] = ACTIONS(1609), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_AMP] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), [anon_sym_DOT_DOT] = ACTIONS(1609), [anon_sym_DASH] = ACTIONS(1609), [anon_sym_PIPE] = ACTIONS(1609), [anon_sym_move] = ACTIONS(1611), [sym_integer_literal] = ACTIONS(1609), [aux_sym_string_literal_token1] = ACTIONS(1609), [sym_char_literal] = ACTIONS(1609), [anon_sym_true] = ACTIONS(1611), [anon_sym_false] = ACTIONS(1611), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1611), [sym_super] = ACTIONS(1611), [sym_crate] = ACTIONS(1611), [sym_metavariable] = ACTIONS(1609), [sym_raw_string_literal] = ACTIONS(1609), [sym_float_literal] = ACTIONS(1609), [sym_block_comment] = ACTIONS(3), }, [352] = { [ts_builtin_sym_end] = ACTIONS(399), [sym_identifier] = ACTIONS(401), [anon_sym_SEMI] = ACTIONS(399), [anon_sym_macro_rules_BANG] = ACTIONS(399), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_LBRACE] = ACTIONS(399), [anon_sym_RBRACE] = ACTIONS(399), [anon_sym_LBRACK] = ACTIONS(399), [anon_sym_STAR] = ACTIONS(399), [anon_sym_u8] = ACTIONS(401), [anon_sym_i8] = ACTIONS(401), [anon_sym_u16] = ACTIONS(401), [anon_sym_i16] = ACTIONS(401), [anon_sym_u32] = ACTIONS(401), [anon_sym_i32] = ACTIONS(401), [anon_sym_u64] = ACTIONS(401), [anon_sym_i64] = ACTIONS(401), [anon_sym_u128] = ACTIONS(401), [anon_sym_i128] = ACTIONS(401), [anon_sym_isize] = ACTIONS(401), [anon_sym_usize] = ACTIONS(401), [anon_sym_f32] = ACTIONS(401), [anon_sym_f64] = ACTIONS(401), [anon_sym_bool] = ACTIONS(401), [anon_sym_str] = ACTIONS(401), [anon_sym_char] = ACTIONS(401), [anon_sym_async] = ACTIONS(401), [anon_sym_break] = ACTIONS(401), [anon_sym_const] = ACTIONS(401), [anon_sym_continue] = ACTIONS(401), [anon_sym_default] = ACTIONS(401), [anon_sym_enum] = ACTIONS(401), [anon_sym_fn] = ACTIONS(401), [anon_sym_for] = ACTIONS(401), [anon_sym_if] = ACTIONS(401), [anon_sym_impl] = ACTIONS(401), [anon_sym_let] = ACTIONS(401), [anon_sym_loop] = ACTIONS(401), [anon_sym_match] = ACTIONS(401), [anon_sym_mod] = ACTIONS(401), [anon_sym_pub] = ACTIONS(401), [anon_sym_return] = ACTIONS(401), [anon_sym_static] = ACTIONS(401), [anon_sym_struct] = ACTIONS(401), [anon_sym_trait] = ACTIONS(401), [anon_sym_type] = ACTIONS(401), [anon_sym_union] = ACTIONS(401), [anon_sym_unsafe] = ACTIONS(401), [anon_sym_use] = ACTIONS(401), [anon_sym_while] = ACTIONS(401), [anon_sym_POUND] = ACTIONS(399), [anon_sym_BANG] = ACTIONS(399), [anon_sym_extern] = ACTIONS(401), [anon_sym_LT] = ACTIONS(399), [anon_sym_COLON_COLON] = ACTIONS(399), [anon_sym_AMP] = ACTIONS(399), [anon_sym_SQUOTE] = ACTIONS(401), [anon_sym_DOT_DOT] = ACTIONS(399), [anon_sym_DASH] = ACTIONS(399), [anon_sym_PIPE] = ACTIONS(399), [anon_sym_move] = ACTIONS(401), [sym_integer_literal] = ACTIONS(399), [aux_sym_string_literal_token1] = ACTIONS(399), [sym_char_literal] = ACTIONS(399), [anon_sym_true] = ACTIONS(401), [anon_sym_false] = ACTIONS(401), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(401), [sym_super] = ACTIONS(401), [sym_crate] = ACTIONS(401), [sym_metavariable] = ACTIONS(399), [sym_raw_string_literal] = ACTIONS(399), [sym_float_literal] = ACTIONS(399), [sym_block_comment] = ACTIONS(3), }, [353] = { [ts_builtin_sym_end] = ACTIONS(1613), [sym_identifier] = ACTIONS(1615), [anon_sym_SEMI] = ACTIONS(1613), [anon_sym_macro_rules_BANG] = ACTIONS(1613), [anon_sym_LPAREN] = ACTIONS(1613), [anon_sym_LBRACE] = ACTIONS(1613), [anon_sym_RBRACE] = ACTIONS(1613), [anon_sym_LBRACK] = ACTIONS(1613), [anon_sym_STAR] = ACTIONS(1613), [anon_sym_u8] = ACTIONS(1615), [anon_sym_i8] = ACTIONS(1615), [anon_sym_u16] = ACTIONS(1615), [anon_sym_i16] = ACTIONS(1615), [anon_sym_u32] = ACTIONS(1615), [anon_sym_i32] = ACTIONS(1615), [anon_sym_u64] = ACTIONS(1615), [anon_sym_i64] = ACTIONS(1615), [anon_sym_u128] = ACTIONS(1615), [anon_sym_i128] = ACTIONS(1615), [anon_sym_isize] = ACTIONS(1615), [anon_sym_usize] = ACTIONS(1615), [anon_sym_f32] = ACTIONS(1615), [anon_sym_f64] = ACTIONS(1615), [anon_sym_bool] = ACTIONS(1615), [anon_sym_str] = ACTIONS(1615), [anon_sym_char] = ACTIONS(1615), [anon_sym_async] = ACTIONS(1615), [anon_sym_break] = ACTIONS(1615), [anon_sym_const] = ACTIONS(1615), [anon_sym_continue] = ACTIONS(1615), [anon_sym_default] = ACTIONS(1615), [anon_sym_enum] = ACTIONS(1615), [anon_sym_fn] = ACTIONS(1615), [anon_sym_for] = ACTIONS(1615), [anon_sym_if] = ACTIONS(1615), [anon_sym_impl] = ACTIONS(1615), [anon_sym_let] = ACTIONS(1615), [anon_sym_loop] = ACTIONS(1615), [anon_sym_match] = ACTIONS(1615), [anon_sym_mod] = ACTIONS(1615), [anon_sym_pub] = ACTIONS(1615), [anon_sym_return] = ACTIONS(1615), [anon_sym_static] = ACTIONS(1615), [anon_sym_struct] = ACTIONS(1615), [anon_sym_trait] = ACTIONS(1615), [anon_sym_type] = ACTIONS(1615), [anon_sym_union] = ACTIONS(1615), [anon_sym_unsafe] = ACTIONS(1615), [anon_sym_use] = ACTIONS(1615), [anon_sym_while] = ACTIONS(1615), [anon_sym_POUND] = ACTIONS(1613), [anon_sym_BANG] = ACTIONS(1613), [anon_sym_extern] = ACTIONS(1615), [anon_sym_LT] = ACTIONS(1613), [anon_sym_COLON_COLON] = ACTIONS(1613), [anon_sym_AMP] = ACTIONS(1613), [anon_sym_SQUOTE] = ACTIONS(1615), [anon_sym_DOT_DOT] = ACTIONS(1613), [anon_sym_DASH] = ACTIONS(1613), [anon_sym_PIPE] = ACTIONS(1613), [anon_sym_move] = ACTIONS(1615), [sym_integer_literal] = ACTIONS(1613), [aux_sym_string_literal_token1] = ACTIONS(1613), [sym_char_literal] = ACTIONS(1613), [anon_sym_true] = ACTIONS(1615), [anon_sym_false] = ACTIONS(1615), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1615), [sym_super] = ACTIONS(1615), [sym_crate] = ACTIONS(1615), [sym_metavariable] = ACTIONS(1613), [sym_raw_string_literal] = ACTIONS(1613), [sym_float_literal] = ACTIONS(1613), [sym_block_comment] = ACTIONS(3), }, [354] = { [ts_builtin_sym_end] = ACTIONS(1617), [sym_identifier] = ACTIONS(1619), [anon_sym_SEMI] = ACTIONS(1617), [anon_sym_macro_rules_BANG] = ACTIONS(1617), [anon_sym_LPAREN] = ACTIONS(1617), [anon_sym_LBRACE] = ACTIONS(1617), [anon_sym_RBRACE] = ACTIONS(1617), [anon_sym_LBRACK] = ACTIONS(1617), [anon_sym_STAR] = ACTIONS(1617), [anon_sym_u8] = ACTIONS(1619), [anon_sym_i8] = ACTIONS(1619), [anon_sym_u16] = ACTIONS(1619), [anon_sym_i16] = ACTIONS(1619), [anon_sym_u32] = ACTIONS(1619), [anon_sym_i32] = ACTIONS(1619), [anon_sym_u64] = ACTIONS(1619), [anon_sym_i64] = ACTIONS(1619), [anon_sym_u128] = ACTIONS(1619), [anon_sym_i128] = ACTIONS(1619), [anon_sym_isize] = ACTIONS(1619), [anon_sym_usize] = ACTIONS(1619), [anon_sym_f32] = ACTIONS(1619), [anon_sym_f64] = ACTIONS(1619), [anon_sym_bool] = ACTIONS(1619), [anon_sym_str] = ACTIONS(1619), [anon_sym_char] = ACTIONS(1619), [anon_sym_async] = ACTIONS(1619), [anon_sym_break] = ACTIONS(1619), [anon_sym_const] = ACTIONS(1619), [anon_sym_continue] = ACTIONS(1619), [anon_sym_default] = ACTIONS(1619), [anon_sym_enum] = ACTIONS(1619), [anon_sym_fn] = ACTIONS(1619), [anon_sym_for] = ACTIONS(1619), [anon_sym_if] = ACTIONS(1619), [anon_sym_impl] = ACTIONS(1619), [anon_sym_let] = ACTIONS(1619), [anon_sym_loop] = ACTIONS(1619), [anon_sym_match] = ACTIONS(1619), [anon_sym_mod] = ACTIONS(1619), [anon_sym_pub] = ACTIONS(1619), [anon_sym_return] = ACTIONS(1619), [anon_sym_static] = ACTIONS(1619), [anon_sym_struct] = ACTIONS(1619), [anon_sym_trait] = ACTIONS(1619), [anon_sym_type] = ACTIONS(1619), [anon_sym_union] = ACTIONS(1619), [anon_sym_unsafe] = ACTIONS(1619), [anon_sym_use] = ACTIONS(1619), [anon_sym_while] = ACTIONS(1619), [anon_sym_POUND] = ACTIONS(1617), [anon_sym_BANG] = ACTIONS(1617), [anon_sym_extern] = ACTIONS(1619), [anon_sym_LT] = ACTIONS(1617), [anon_sym_COLON_COLON] = ACTIONS(1617), [anon_sym_AMP] = ACTIONS(1617), [anon_sym_SQUOTE] = ACTIONS(1619), [anon_sym_DOT_DOT] = ACTIONS(1617), [anon_sym_DASH] = ACTIONS(1617), [anon_sym_PIPE] = ACTIONS(1617), [anon_sym_move] = ACTIONS(1619), [sym_integer_literal] = ACTIONS(1617), [aux_sym_string_literal_token1] = ACTIONS(1617), [sym_char_literal] = ACTIONS(1617), [anon_sym_true] = ACTIONS(1619), [anon_sym_false] = ACTIONS(1619), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1617), [sym_raw_string_literal] = ACTIONS(1617), [sym_float_literal] = ACTIONS(1617), [sym_block_comment] = ACTIONS(3), }, [355] = { [ts_builtin_sym_end] = ACTIONS(1621), [sym_identifier] = ACTIONS(1623), [anon_sym_SEMI] = ACTIONS(1621), [anon_sym_macro_rules_BANG] = ACTIONS(1621), [anon_sym_LPAREN] = ACTIONS(1621), [anon_sym_LBRACE] = ACTIONS(1621), [anon_sym_RBRACE] = ACTIONS(1621), [anon_sym_LBRACK] = ACTIONS(1621), [anon_sym_STAR] = ACTIONS(1621), [anon_sym_u8] = ACTIONS(1623), [anon_sym_i8] = ACTIONS(1623), [anon_sym_u16] = ACTIONS(1623), [anon_sym_i16] = ACTIONS(1623), [anon_sym_u32] = ACTIONS(1623), [anon_sym_i32] = ACTIONS(1623), [anon_sym_u64] = ACTIONS(1623), [anon_sym_i64] = ACTIONS(1623), [anon_sym_u128] = ACTIONS(1623), [anon_sym_i128] = ACTIONS(1623), [anon_sym_isize] = ACTIONS(1623), [anon_sym_usize] = ACTIONS(1623), [anon_sym_f32] = ACTIONS(1623), [anon_sym_f64] = ACTIONS(1623), [anon_sym_bool] = ACTIONS(1623), [anon_sym_str] = ACTIONS(1623), [anon_sym_char] = ACTIONS(1623), [anon_sym_async] = ACTIONS(1623), [anon_sym_break] = ACTIONS(1623), [anon_sym_const] = ACTIONS(1623), [anon_sym_continue] = ACTIONS(1623), [anon_sym_default] = ACTIONS(1623), [anon_sym_enum] = ACTIONS(1623), [anon_sym_fn] = ACTIONS(1623), [anon_sym_for] = ACTIONS(1623), [anon_sym_if] = ACTIONS(1623), [anon_sym_impl] = ACTIONS(1623), [anon_sym_let] = ACTIONS(1623), [anon_sym_loop] = ACTIONS(1623), [anon_sym_match] = ACTIONS(1623), [anon_sym_mod] = ACTIONS(1623), [anon_sym_pub] = ACTIONS(1623), [anon_sym_return] = ACTIONS(1623), [anon_sym_static] = ACTIONS(1623), [anon_sym_struct] = ACTIONS(1623), [anon_sym_trait] = ACTIONS(1623), [anon_sym_type] = ACTIONS(1623), [anon_sym_union] = ACTIONS(1623), [anon_sym_unsafe] = ACTIONS(1623), [anon_sym_use] = ACTIONS(1623), [anon_sym_while] = ACTIONS(1623), [anon_sym_POUND] = ACTIONS(1621), [anon_sym_BANG] = ACTIONS(1621), [anon_sym_extern] = ACTIONS(1623), [anon_sym_LT] = ACTIONS(1621), [anon_sym_COLON_COLON] = ACTIONS(1621), [anon_sym_AMP] = ACTIONS(1621), [anon_sym_SQUOTE] = ACTIONS(1623), [anon_sym_DOT_DOT] = ACTIONS(1621), [anon_sym_DASH] = ACTIONS(1621), [anon_sym_PIPE] = ACTIONS(1621), [anon_sym_move] = ACTIONS(1623), [sym_integer_literal] = ACTIONS(1621), [aux_sym_string_literal_token1] = ACTIONS(1621), [sym_char_literal] = ACTIONS(1621), [anon_sym_true] = ACTIONS(1623), [anon_sym_false] = ACTIONS(1623), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1623), [sym_super] = ACTIONS(1623), [sym_crate] = ACTIONS(1623), [sym_metavariable] = ACTIONS(1621), [sym_raw_string_literal] = ACTIONS(1621), [sym_float_literal] = ACTIONS(1621), [sym_block_comment] = ACTIONS(3), }, [356] = { [ts_builtin_sym_end] = ACTIONS(1625), [sym_identifier] = ACTIONS(1627), [anon_sym_SEMI] = ACTIONS(1625), [anon_sym_macro_rules_BANG] = ACTIONS(1625), [anon_sym_LPAREN] = ACTIONS(1625), [anon_sym_LBRACE] = ACTIONS(1625), [anon_sym_RBRACE] = ACTIONS(1625), [anon_sym_LBRACK] = ACTIONS(1625), [anon_sym_STAR] = ACTIONS(1625), [anon_sym_u8] = ACTIONS(1627), [anon_sym_i8] = ACTIONS(1627), [anon_sym_u16] = ACTIONS(1627), [anon_sym_i16] = ACTIONS(1627), [anon_sym_u32] = ACTIONS(1627), [anon_sym_i32] = ACTIONS(1627), [anon_sym_u64] = ACTIONS(1627), [anon_sym_i64] = ACTIONS(1627), [anon_sym_u128] = ACTIONS(1627), [anon_sym_i128] = ACTIONS(1627), [anon_sym_isize] = ACTIONS(1627), [anon_sym_usize] = ACTIONS(1627), [anon_sym_f32] = ACTIONS(1627), [anon_sym_f64] = ACTIONS(1627), [anon_sym_bool] = ACTIONS(1627), [anon_sym_str] = ACTIONS(1627), [anon_sym_char] = ACTIONS(1627), [anon_sym_async] = ACTIONS(1627), [anon_sym_break] = ACTIONS(1627), [anon_sym_const] = ACTIONS(1627), [anon_sym_continue] = ACTIONS(1627), [anon_sym_default] = ACTIONS(1627), [anon_sym_enum] = ACTIONS(1627), [anon_sym_fn] = ACTIONS(1627), [anon_sym_for] = ACTIONS(1627), [anon_sym_if] = ACTIONS(1627), [anon_sym_impl] = ACTIONS(1627), [anon_sym_let] = ACTIONS(1627), [anon_sym_loop] = ACTIONS(1627), [anon_sym_match] = ACTIONS(1627), [anon_sym_mod] = ACTIONS(1627), [anon_sym_pub] = ACTIONS(1627), [anon_sym_return] = ACTIONS(1627), [anon_sym_static] = ACTIONS(1627), [anon_sym_struct] = ACTIONS(1627), [anon_sym_trait] = ACTIONS(1627), [anon_sym_type] = ACTIONS(1627), [anon_sym_union] = ACTIONS(1627), [anon_sym_unsafe] = ACTIONS(1627), [anon_sym_use] = ACTIONS(1627), [anon_sym_while] = ACTIONS(1627), [anon_sym_POUND] = ACTIONS(1625), [anon_sym_BANG] = ACTIONS(1625), [anon_sym_extern] = ACTIONS(1627), [anon_sym_LT] = ACTIONS(1625), [anon_sym_COLON_COLON] = ACTIONS(1625), [anon_sym_AMP] = ACTIONS(1625), [anon_sym_SQUOTE] = ACTIONS(1627), [anon_sym_DOT_DOT] = ACTIONS(1625), [anon_sym_DASH] = ACTIONS(1625), [anon_sym_PIPE] = ACTIONS(1625), [anon_sym_move] = ACTIONS(1627), [sym_integer_literal] = ACTIONS(1625), [aux_sym_string_literal_token1] = ACTIONS(1625), [sym_char_literal] = ACTIONS(1625), [anon_sym_true] = ACTIONS(1627), [anon_sym_false] = ACTIONS(1627), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1627), [sym_super] = ACTIONS(1627), [sym_crate] = ACTIONS(1627), [sym_metavariable] = ACTIONS(1625), [sym_raw_string_literal] = ACTIONS(1625), [sym_float_literal] = ACTIONS(1625), [sym_block_comment] = ACTIONS(3), }, [357] = { [ts_builtin_sym_end] = ACTIONS(1629), [sym_identifier] = ACTIONS(1631), [anon_sym_SEMI] = ACTIONS(1629), [anon_sym_macro_rules_BANG] = ACTIONS(1629), [anon_sym_LPAREN] = ACTIONS(1629), [anon_sym_LBRACE] = ACTIONS(1629), [anon_sym_RBRACE] = ACTIONS(1629), [anon_sym_LBRACK] = ACTIONS(1629), [anon_sym_STAR] = ACTIONS(1629), [anon_sym_u8] = ACTIONS(1631), [anon_sym_i8] = ACTIONS(1631), [anon_sym_u16] = ACTIONS(1631), [anon_sym_i16] = ACTIONS(1631), [anon_sym_u32] = ACTIONS(1631), [anon_sym_i32] = ACTIONS(1631), [anon_sym_u64] = ACTIONS(1631), [anon_sym_i64] = ACTIONS(1631), [anon_sym_u128] = ACTIONS(1631), [anon_sym_i128] = ACTIONS(1631), [anon_sym_isize] = ACTIONS(1631), [anon_sym_usize] = ACTIONS(1631), [anon_sym_f32] = ACTIONS(1631), [anon_sym_f64] = ACTIONS(1631), [anon_sym_bool] = ACTIONS(1631), [anon_sym_str] = ACTIONS(1631), [anon_sym_char] = ACTIONS(1631), [anon_sym_async] = ACTIONS(1631), [anon_sym_break] = ACTIONS(1631), [anon_sym_const] = ACTIONS(1631), [anon_sym_continue] = ACTIONS(1631), [anon_sym_default] = ACTIONS(1631), [anon_sym_enum] = ACTIONS(1631), [anon_sym_fn] = ACTIONS(1631), [anon_sym_for] = ACTIONS(1631), [anon_sym_if] = ACTIONS(1631), [anon_sym_impl] = ACTIONS(1631), [anon_sym_let] = ACTIONS(1631), [anon_sym_loop] = ACTIONS(1631), [anon_sym_match] = ACTIONS(1631), [anon_sym_mod] = ACTIONS(1631), [anon_sym_pub] = ACTIONS(1631), [anon_sym_return] = ACTIONS(1631), [anon_sym_static] = ACTIONS(1631), [anon_sym_struct] = ACTIONS(1631), [anon_sym_trait] = ACTIONS(1631), [anon_sym_type] = ACTIONS(1631), [anon_sym_union] = ACTIONS(1631), [anon_sym_unsafe] = ACTIONS(1631), [anon_sym_use] = ACTIONS(1631), [anon_sym_while] = ACTIONS(1631), [anon_sym_POUND] = ACTIONS(1629), [anon_sym_BANG] = ACTIONS(1629), [anon_sym_extern] = ACTIONS(1631), [anon_sym_LT] = ACTIONS(1629), [anon_sym_COLON_COLON] = ACTIONS(1629), [anon_sym_AMP] = ACTIONS(1629), [anon_sym_SQUOTE] = ACTIONS(1631), [anon_sym_DOT_DOT] = ACTIONS(1629), [anon_sym_DASH] = ACTIONS(1629), [anon_sym_PIPE] = ACTIONS(1629), [anon_sym_move] = ACTIONS(1631), [sym_integer_literal] = ACTIONS(1629), [aux_sym_string_literal_token1] = ACTIONS(1629), [sym_char_literal] = ACTIONS(1629), [anon_sym_true] = ACTIONS(1631), [anon_sym_false] = ACTIONS(1631), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1631), [sym_super] = ACTIONS(1631), [sym_crate] = ACTIONS(1631), [sym_metavariable] = ACTIONS(1629), [sym_raw_string_literal] = ACTIONS(1629), [sym_float_literal] = ACTIONS(1629), [sym_block_comment] = ACTIONS(3), }, [358] = { [ts_builtin_sym_end] = ACTIONS(1633), [sym_identifier] = ACTIONS(1635), [anon_sym_SEMI] = ACTIONS(1633), [anon_sym_macro_rules_BANG] = ACTIONS(1633), [anon_sym_LPAREN] = ACTIONS(1633), [anon_sym_LBRACE] = ACTIONS(1633), [anon_sym_RBRACE] = ACTIONS(1633), [anon_sym_LBRACK] = ACTIONS(1633), [anon_sym_STAR] = ACTIONS(1633), [anon_sym_u8] = ACTIONS(1635), [anon_sym_i8] = ACTIONS(1635), [anon_sym_u16] = ACTIONS(1635), [anon_sym_i16] = ACTIONS(1635), [anon_sym_u32] = ACTIONS(1635), [anon_sym_i32] = ACTIONS(1635), [anon_sym_u64] = ACTIONS(1635), [anon_sym_i64] = ACTIONS(1635), [anon_sym_u128] = ACTIONS(1635), [anon_sym_i128] = ACTIONS(1635), [anon_sym_isize] = ACTIONS(1635), [anon_sym_usize] = ACTIONS(1635), [anon_sym_f32] = ACTIONS(1635), [anon_sym_f64] = ACTIONS(1635), [anon_sym_bool] = ACTIONS(1635), [anon_sym_str] = ACTIONS(1635), [anon_sym_char] = ACTIONS(1635), [anon_sym_async] = ACTIONS(1635), [anon_sym_break] = ACTIONS(1635), [anon_sym_const] = ACTIONS(1635), [anon_sym_continue] = ACTIONS(1635), [anon_sym_default] = ACTIONS(1635), [anon_sym_enum] = ACTIONS(1635), [anon_sym_fn] = ACTIONS(1635), [anon_sym_for] = ACTIONS(1635), [anon_sym_if] = ACTIONS(1635), [anon_sym_impl] = ACTIONS(1635), [anon_sym_let] = ACTIONS(1635), [anon_sym_loop] = ACTIONS(1635), [anon_sym_match] = ACTIONS(1635), [anon_sym_mod] = ACTIONS(1635), [anon_sym_pub] = ACTIONS(1635), [anon_sym_return] = ACTIONS(1635), [anon_sym_static] = ACTIONS(1635), [anon_sym_struct] = ACTIONS(1635), [anon_sym_trait] = ACTIONS(1635), [anon_sym_type] = ACTIONS(1635), [anon_sym_union] = ACTIONS(1635), [anon_sym_unsafe] = ACTIONS(1635), [anon_sym_use] = ACTIONS(1635), [anon_sym_while] = ACTIONS(1635), [anon_sym_POUND] = ACTIONS(1633), [anon_sym_BANG] = ACTIONS(1633), [anon_sym_extern] = ACTIONS(1635), [anon_sym_LT] = ACTIONS(1633), [anon_sym_COLON_COLON] = ACTIONS(1633), [anon_sym_AMP] = ACTIONS(1633), [anon_sym_SQUOTE] = ACTIONS(1635), [anon_sym_DOT_DOT] = ACTIONS(1633), [anon_sym_DASH] = ACTIONS(1633), [anon_sym_PIPE] = ACTIONS(1633), [anon_sym_move] = ACTIONS(1635), [sym_integer_literal] = ACTIONS(1633), [aux_sym_string_literal_token1] = ACTIONS(1633), [sym_char_literal] = ACTIONS(1633), [anon_sym_true] = ACTIONS(1635), [anon_sym_false] = ACTIONS(1635), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1635), [sym_super] = ACTIONS(1635), [sym_crate] = ACTIONS(1635), [sym_metavariable] = ACTIONS(1633), [sym_raw_string_literal] = ACTIONS(1633), [sym_float_literal] = ACTIONS(1633), [sym_block_comment] = ACTIONS(3), }, [359] = { [ts_builtin_sym_end] = ACTIONS(1637), [sym_identifier] = ACTIONS(1639), [anon_sym_SEMI] = ACTIONS(1637), [anon_sym_macro_rules_BANG] = ACTIONS(1637), [anon_sym_LPAREN] = ACTIONS(1637), [anon_sym_LBRACE] = ACTIONS(1637), [anon_sym_RBRACE] = ACTIONS(1637), [anon_sym_LBRACK] = ACTIONS(1637), [anon_sym_STAR] = ACTIONS(1637), [anon_sym_u8] = ACTIONS(1639), [anon_sym_i8] = ACTIONS(1639), [anon_sym_u16] = ACTIONS(1639), [anon_sym_i16] = ACTIONS(1639), [anon_sym_u32] = ACTIONS(1639), [anon_sym_i32] = ACTIONS(1639), [anon_sym_u64] = ACTIONS(1639), [anon_sym_i64] = ACTIONS(1639), [anon_sym_u128] = ACTIONS(1639), [anon_sym_i128] = ACTIONS(1639), [anon_sym_isize] = ACTIONS(1639), [anon_sym_usize] = ACTIONS(1639), [anon_sym_f32] = ACTIONS(1639), [anon_sym_f64] = ACTIONS(1639), [anon_sym_bool] = ACTIONS(1639), [anon_sym_str] = ACTIONS(1639), [anon_sym_char] = ACTIONS(1639), [anon_sym_async] = ACTIONS(1639), [anon_sym_break] = ACTIONS(1639), [anon_sym_const] = ACTIONS(1639), [anon_sym_continue] = ACTIONS(1639), [anon_sym_default] = ACTIONS(1639), [anon_sym_enum] = ACTIONS(1639), [anon_sym_fn] = ACTIONS(1639), [anon_sym_for] = ACTIONS(1639), [anon_sym_if] = ACTIONS(1639), [anon_sym_impl] = ACTIONS(1639), [anon_sym_let] = ACTIONS(1639), [anon_sym_loop] = ACTIONS(1639), [anon_sym_match] = ACTIONS(1639), [anon_sym_mod] = ACTIONS(1639), [anon_sym_pub] = ACTIONS(1639), [anon_sym_return] = ACTIONS(1639), [anon_sym_static] = ACTIONS(1639), [anon_sym_struct] = ACTIONS(1639), [anon_sym_trait] = ACTIONS(1639), [anon_sym_type] = ACTIONS(1639), [anon_sym_union] = ACTIONS(1639), [anon_sym_unsafe] = ACTIONS(1639), [anon_sym_use] = ACTIONS(1639), [anon_sym_while] = ACTIONS(1639), [anon_sym_POUND] = ACTIONS(1637), [anon_sym_BANG] = ACTIONS(1637), [anon_sym_extern] = ACTIONS(1639), [anon_sym_LT] = ACTIONS(1637), [anon_sym_COLON_COLON] = ACTIONS(1637), [anon_sym_AMP] = ACTIONS(1637), [anon_sym_SQUOTE] = ACTIONS(1639), [anon_sym_DOT_DOT] = ACTIONS(1637), [anon_sym_DASH] = ACTIONS(1637), [anon_sym_PIPE] = ACTIONS(1637), [anon_sym_move] = ACTIONS(1639), [sym_integer_literal] = ACTIONS(1637), [aux_sym_string_literal_token1] = ACTIONS(1637), [sym_char_literal] = ACTIONS(1637), [anon_sym_true] = ACTIONS(1639), [anon_sym_false] = ACTIONS(1639), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1639), [sym_super] = ACTIONS(1639), [sym_crate] = ACTIONS(1639), [sym_metavariable] = ACTIONS(1637), [sym_raw_string_literal] = ACTIONS(1637), [sym_float_literal] = ACTIONS(1637), [sym_block_comment] = ACTIONS(3), }, [360] = { [ts_builtin_sym_end] = ACTIONS(1641), [sym_identifier] = ACTIONS(1643), [anon_sym_SEMI] = ACTIONS(1641), [anon_sym_macro_rules_BANG] = ACTIONS(1641), [anon_sym_LPAREN] = ACTIONS(1641), [anon_sym_LBRACE] = ACTIONS(1641), [anon_sym_RBRACE] = ACTIONS(1641), [anon_sym_LBRACK] = ACTIONS(1641), [anon_sym_STAR] = ACTIONS(1641), [anon_sym_u8] = ACTIONS(1643), [anon_sym_i8] = ACTIONS(1643), [anon_sym_u16] = ACTIONS(1643), [anon_sym_i16] = ACTIONS(1643), [anon_sym_u32] = ACTIONS(1643), [anon_sym_i32] = ACTIONS(1643), [anon_sym_u64] = ACTIONS(1643), [anon_sym_i64] = ACTIONS(1643), [anon_sym_u128] = ACTIONS(1643), [anon_sym_i128] = ACTIONS(1643), [anon_sym_isize] = ACTIONS(1643), [anon_sym_usize] = ACTIONS(1643), [anon_sym_f32] = ACTIONS(1643), [anon_sym_f64] = ACTIONS(1643), [anon_sym_bool] = ACTIONS(1643), [anon_sym_str] = ACTIONS(1643), [anon_sym_char] = ACTIONS(1643), [anon_sym_async] = ACTIONS(1643), [anon_sym_break] = ACTIONS(1643), [anon_sym_const] = ACTIONS(1643), [anon_sym_continue] = ACTIONS(1643), [anon_sym_default] = ACTIONS(1643), [anon_sym_enum] = ACTIONS(1643), [anon_sym_fn] = ACTIONS(1643), [anon_sym_for] = ACTIONS(1643), [anon_sym_if] = ACTIONS(1643), [anon_sym_impl] = ACTIONS(1643), [anon_sym_let] = ACTIONS(1643), [anon_sym_loop] = ACTIONS(1643), [anon_sym_match] = ACTIONS(1643), [anon_sym_mod] = ACTIONS(1643), [anon_sym_pub] = ACTIONS(1643), [anon_sym_return] = ACTIONS(1643), [anon_sym_static] = ACTIONS(1643), [anon_sym_struct] = ACTIONS(1643), [anon_sym_trait] = ACTIONS(1643), [anon_sym_type] = ACTIONS(1643), [anon_sym_union] = ACTIONS(1643), [anon_sym_unsafe] = ACTIONS(1643), [anon_sym_use] = ACTIONS(1643), [anon_sym_while] = ACTIONS(1643), [anon_sym_POUND] = ACTIONS(1641), [anon_sym_BANG] = ACTIONS(1641), [anon_sym_extern] = ACTIONS(1643), [anon_sym_LT] = ACTIONS(1641), [anon_sym_COLON_COLON] = ACTIONS(1641), [anon_sym_AMP] = ACTIONS(1641), [anon_sym_SQUOTE] = ACTIONS(1643), [anon_sym_DOT_DOT] = ACTIONS(1641), [anon_sym_DASH] = ACTIONS(1641), [anon_sym_PIPE] = ACTIONS(1641), [anon_sym_move] = ACTIONS(1643), [sym_integer_literal] = ACTIONS(1641), [aux_sym_string_literal_token1] = ACTIONS(1641), [sym_char_literal] = ACTIONS(1641), [anon_sym_true] = ACTIONS(1643), [anon_sym_false] = ACTIONS(1643), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1643), [sym_super] = ACTIONS(1643), [sym_crate] = ACTIONS(1643), [sym_metavariable] = ACTIONS(1641), [sym_raw_string_literal] = ACTIONS(1641), [sym_float_literal] = ACTIONS(1641), [sym_block_comment] = ACTIONS(3), }, [361] = { [ts_builtin_sym_end] = ACTIONS(1645), [sym_identifier] = ACTIONS(1647), [anon_sym_SEMI] = ACTIONS(1645), [anon_sym_macro_rules_BANG] = ACTIONS(1645), [anon_sym_LPAREN] = ACTIONS(1645), [anon_sym_LBRACE] = ACTIONS(1645), [anon_sym_RBRACE] = ACTIONS(1645), [anon_sym_LBRACK] = ACTIONS(1645), [anon_sym_STAR] = ACTIONS(1645), [anon_sym_u8] = ACTIONS(1647), [anon_sym_i8] = ACTIONS(1647), [anon_sym_u16] = ACTIONS(1647), [anon_sym_i16] = ACTIONS(1647), [anon_sym_u32] = ACTIONS(1647), [anon_sym_i32] = ACTIONS(1647), [anon_sym_u64] = ACTIONS(1647), [anon_sym_i64] = ACTIONS(1647), [anon_sym_u128] = ACTIONS(1647), [anon_sym_i128] = ACTIONS(1647), [anon_sym_isize] = ACTIONS(1647), [anon_sym_usize] = ACTIONS(1647), [anon_sym_f32] = ACTIONS(1647), [anon_sym_f64] = ACTIONS(1647), [anon_sym_bool] = ACTIONS(1647), [anon_sym_str] = ACTIONS(1647), [anon_sym_char] = ACTIONS(1647), [anon_sym_async] = ACTIONS(1647), [anon_sym_break] = ACTIONS(1647), [anon_sym_const] = ACTIONS(1647), [anon_sym_continue] = ACTIONS(1647), [anon_sym_default] = ACTIONS(1647), [anon_sym_enum] = ACTIONS(1647), [anon_sym_fn] = ACTIONS(1647), [anon_sym_for] = ACTIONS(1647), [anon_sym_if] = ACTIONS(1647), [anon_sym_impl] = ACTIONS(1647), [anon_sym_let] = ACTIONS(1647), [anon_sym_loop] = ACTIONS(1647), [anon_sym_match] = ACTIONS(1647), [anon_sym_mod] = ACTIONS(1647), [anon_sym_pub] = ACTIONS(1647), [anon_sym_return] = ACTIONS(1647), [anon_sym_static] = ACTIONS(1647), [anon_sym_struct] = ACTIONS(1647), [anon_sym_trait] = ACTIONS(1647), [anon_sym_type] = ACTIONS(1647), [anon_sym_union] = ACTIONS(1647), [anon_sym_unsafe] = ACTIONS(1647), [anon_sym_use] = ACTIONS(1647), [anon_sym_while] = ACTIONS(1647), [anon_sym_POUND] = ACTIONS(1645), [anon_sym_BANG] = ACTIONS(1645), [anon_sym_extern] = ACTIONS(1647), [anon_sym_LT] = ACTIONS(1645), [anon_sym_COLON_COLON] = ACTIONS(1645), [anon_sym_AMP] = ACTIONS(1645), [anon_sym_SQUOTE] = ACTIONS(1647), [anon_sym_DOT_DOT] = ACTIONS(1645), [anon_sym_DASH] = ACTIONS(1645), [anon_sym_PIPE] = ACTIONS(1645), [anon_sym_move] = ACTIONS(1647), [sym_integer_literal] = ACTIONS(1645), [aux_sym_string_literal_token1] = ACTIONS(1645), [sym_char_literal] = ACTIONS(1645), [anon_sym_true] = ACTIONS(1647), [anon_sym_false] = ACTIONS(1647), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1647), [sym_super] = ACTIONS(1647), [sym_crate] = ACTIONS(1647), [sym_metavariable] = ACTIONS(1645), [sym_raw_string_literal] = ACTIONS(1645), [sym_float_literal] = ACTIONS(1645), [sym_block_comment] = ACTIONS(3), }, [362] = { [ts_builtin_sym_end] = ACTIONS(1649), [sym_identifier] = ACTIONS(1651), [anon_sym_SEMI] = ACTIONS(1649), [anon_sym_macro_rules_BANG] = ACTIONS(1649), [anon_sym_LPAREN] = ACTIONS(1649), [anon_sym_LBRACE] = ACTIONS(1649), [anon_sym_RBRACE] = ACTIONS(1649), [anon_sym_LBRACK] = ACTIONS(1649), [anon_sym_STAR] = ACTIONS(1649), [anon_sym_u8] = ACTIONS(1651), [anon_sym_i8] = ACTIONS(1651), [anon_sym_u16] = ACTIONS(1651), [anon_sym_i16] = ACTIONS(1651), [anon_sym_u32] = ACTIONS(1651), [anon_sym_i32] = ACTIONS(1651), [anon_sym_u64] = ACTIONS(1651), [anon_sym_i64] = ACTIONS(1651), [anon_sym_u128] = ACTIONS(1651), [anon_sym_i128] = ACTIONS(1651), [anon_sym_isize] = ACTIONS(1651), [anon_sym_usize] = ACTIONS(1651), [anon_sym_f32] = ACTIONS(1651), [anon_sym_f64] = ACTIONS(1651), [anon_sym_bool] = ACTIONS(1651), [anon_sym_str] = ACTIONS(1651), [anon_sym_char] = ACTIONS(1651), [anon_sym_async] = ACTIONS(1651), [anon_sym_break] = ACTIONS(1651), [anon_sym_const] = ACTIONS(1651), [anon_sym_continue] = ACTIONS(1651), [anon_sym_default] = ACTIONS(1651), [anon_sym_enum] = ACTIONS(1651), [anon_sym_fn] = ACTIONS(1651), [anon_sym_for] = ACTIONS(1651), [anon_sym_if] = ACTIONS(1651), [anon_sym_impl] = ACTIONS(1651), [anon_sym_let] = ACTIONS(1651), [anon_sym_loop] = ACTIONS(1651), [anon_sym_match] = ACTIONS(1651), [anon_sym_mod] = ACTIONS(1651), [anon_sym_pub] = ACTIONS(1651), [anon_sym_return] = ACTIONS(1651), [anon_sym_static] = ACTIONS(1651), [anon_sym_struct] = ACTIONS(1651), [anon_sym_trait] = ACTIONS(1651), [anon_sym_type] = ACTIONS(1651), [anon_sym_union] = ACTIONS(1651), [anon_sym_unsafe] = ACTIONS(1651), [anon_sym_use] = ACTIONS(1651), [anon_sym_while] = ACTIONS(1651), [anon_sym_POUND] = ACTIONS(1649), [anon_sym_BANG] = ACTIONS(1649), [anon_sym_extern] = ACTIONS(1651), [anon_sym_LT] = ACTIONS(1649), [anon_sym_COLON_COLON] = ACTIONS(1649), [anon_sym_AMP] = ACTIONS(1649), [anon_sym_SQUOTE] = ACTIONS(1651), [anon_sym_DOT_DOT] = ACTIONS(1649), [anon_sym_DASH] = ACTIONS(1649), [anon_sym_PIPE] = ACTIONS(1649), [anon_sym_move] = ACTIONS(1651), [sym_integer_literal] = ACTIONS(1649), [aux_sym_string_literal_token1] = ACTIONS(1649), [sym_char_literal] = ACTIONS(1649), [anon_sym_true] = ACTIONS(1651), [anon_sym_false] = ACTIONS(1651), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1651), [sym_super] = ACTIONS(1651), [sym_crate] = ACTIONS(1651), [sym_metavariable] = ACTIONS(1649), [sym_raw_string_literal] = ACTIONS(1649), [sym_float_literal] = ACTIONS(1649), [sym_block_comment] = ACTIONS(3), }, [363] = { [ts_builtin_sym_end] = ACTIONS(1653), [sym_identifier] = ACTIONS(1655), [anon_sym_SEMI] = ACTIONS(1653), [anon_sym_macro_rules_BANG] = ACTIONS(1653), [anon_sym_LPAREN] = ACTIONS(1653), [anon_sym_LBRACE] = ACTIONS(1653), [anon_sym_RBRACE] = ACTIONS(1653), [anon_sym_LBRACK] = ACTIONS(1653), [anon_sym_STAR] = ACTIONS(1653), [anon_sym_u8] = ACTIONS(1655), [anon_sym_i8] = ACTIONS(1655), [anon_sym_u16] = ACTIONS(1655), [anon_sym_i16] = ACTIONS(1655), [anon_sym_u32] = ACTIONS(1655), [anon_sym_i32] = ACTIONS(1655), [anon_sym_u64] = ACTIONS(1655), [anon_sym_i64] = ACTIONS(1655), [anon_sym_u128] = ACTIONS(1655), [anon_sym_i128] = ACTIONS(1655), [anon_sym_isize] = ACTIONS(1655), [anon_sym_usize] = ACTIONS(1655), [anon_sym_f32] = ACTIONS(1655), [anon_sym_f64] = ACTIONS(1655), [anon_sym_bool] = ACTIONS(1655), [anon_sym_str] = ACTIONS(1655), [anon_sym_char] = ACTIONS(1655), [anon_sym_async] = ACTIONS(1655), [anon_sym_break] = ACTIONS(1655), [anon_sym_const] = ACTIONS(1655), [anon_sym_continue] = ACTIONS(1655), [anon_sym_default] = ACTIONS(1655), [anon_sym_enum] = ACTIONS(1655), [anon_sym_fn] = ACTIONS(1655), [anon_sym_for] = ACTIONS(1655), [anon_sym_if] = ACTIONS(1655), [anon_sym_impl] = ACTIONS(1655), [anon_sym_let] = ACTIONS(1655), [anon_sym_loop] = ACTIONS(1655), [anon_sym_match] = ACTIONS(1655), [anon_sym_mod] = ACTIONS(1655), [anon_sym_pub] = ACTIONS(1655), [anon_sym_return] = ACTIONS(1655), [anon_sym_static] = ACTIONS(1655), [anon_sym_struct] = ACTIONS(1655), [anon_sym_trait] = ACTIONS(1655), [anon_sym_type] = ACTIONS(1655), [anon_sym_union] = ACTIONS(1655), [anon_sym_unsafe] = ACTIONS(1655), [anon_sym_use] = ACTIONS(1655), [anon_sym_while] = ACTIONS(1655), [anon_sym_POUND] = ACTIONS(1653), [anon_sym_BANG] = ACTIONS(1653), [anon_sym_extern] = ACTIONS(1655), [anon_sym_LT] = ACTIONS(1653), [anon_sym_COLON_COLON] = ACTIONS(1653), [anon_sym_AMP] = ACTIONS(1653), [anon_sym_SQUOTE] = ACTIONS(1655), [anon_sym_DOT_DOT] = ACTIONS(1653), [anon_sym_DASH] = ACTIONS(1653), [anon_sym_PIPE] = ACTIONS(1653), [anon_sym_move] = ACTIONS(1655), [sym_integer_literal] = ACTIONS(1653), [aux_sym_string_literal_token1] = ACTIONS(1653), [sym_char_literal] = ACTIONS(1653), [anon_sym_true] = ACTIONS(1655), [anon_sym_false] = ACTIONS(1655), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1655), [sym_super] = ACTIONS(1655), [sym_crate] = ACTIONS(1655), [sym_metavariable] = ACTIONS(1653), [sym_raw_string_literal] = ACTIONS(1653), [sym_float_literal] = ACTIONS(1653), [sym_block_comment] = ACTIONS(3), }, [364] = { [ts_builtin_sym_end] = ACTIONS(1657), [sym_identifier] = ACTIONS(1659), [anon_sym_SEMI] = ACTIONS(1657), [anon_sym_macro_rules_BANG] = ACTIONS(1657), [anon_sym_LPAREN] = ACTIONS(1657), [anon_sym_LBRACE] = ACTIONS(1657), [anon_sym_RBRACE] = ACTIONS(1657), [anon_sym_LBRACK] = ACTIONS(1657), [anon_sym_STAR] = ACTIONS(1657), [anon_sym_u8] = ACTIONS(1659), [anon_sym_i8] = ACTIONS(1659), [anon_sym_u16] = ACTIONS(1659), [anon_sym_i16] = ACTIONS(1659), [anon_sym_u32] = ACTIONS(1659), [anon_sym_i32] = ACTIONS(1659), [anon_sym_u64] = ACTIONS(1659), [anon_sym_i64] = ACTIONS(1659), [anon_sym_u128] = ACTIONS(1659), [anon_sym_i128] = ACTIONS(1659), [anon_sym_isize] = ACTIONS(1659), [anon_sym_usize] = ACTIONS(1659), [anon_sym_f32] = ACTIONS(1659), [anon_sym_f64] = ACTIONS(1659), [anon_sym_bool] = ACTIONS(1659), [anon_sym_str] = ACTIONS(1659), [anon_sym_char] = ACTIONS(1659), [anon_sym_async] = ACTIONS(1659), [anon_sym_break] = ACTIONS(1659), [anon_sym_const] = ACTIONS(1659), [anon_sym_continue] = ACTIONS(1659), [anon_sym_default] = ACTIONS(1659), [anon_sym_enum] = ACTIONS(1659), [anon_sym_fn] = ACTIONS(1659), [anon_sym_for] = ACTIONS(1659), [anon_sym_if] = ACTIONS(1659), [anon_sym_impl] = ACTIONS(1659), [anon_sym_let] = ACTIONS(1659), [anon_sym_loop] = ACTIONS(1659), [anon_sym_match] = ACTIONS(1659), [anon_sym_mod] = ACTIONS(1659), [anon_sym_pub] = ACTIONS(1659), [anon_sym_return] = ACTIONS(1659), [anon_sym_static] = ACTIONS(1659), [anon_sym_struct] = ACTIONS(1659), [anon_sym_trait] = ACTIONS(1659), [anon_sym_type] = ACTIONS(1659), [anon_sym_union] = ACTIONS(1659), [anon_sym_unsafe] = ACTIONS(1659), [anon_sym_use] = ACTIONS(1659), [anon_sym_while] = ACTIONS(1659), [anon_sym_POUND] = ACTIONS(1657), [anon_sym_BANG] = ACTIONS(1657), [anon_sym_extern] = ACTIONS(1659), [anon_sym_LT] = ACTIONS(1657), [anon_sym_COLON_COLON] = ACTIONS(1657), [anon_sym_AMP] = ACTIONS(1657), [anon_sym_SQUOTE] = ACTIONS(1659), [anon_sym_DOT_DOT] = ACTIONS(1657), [anon_sym_DASH] = ACTIONS(1657), [anon_sym_PIPE] = ACTIONS(1657), [anon_sym_move] = ACTIONS(1659), [sym_integer_literal] = ACTIONS(1657), [aux_sym_string_literal_token1] = ACTIONS(1657), [sym_char_literal] = ACTIONS(1657), [anon_sym_true] = ACTIONS(1659), [anon_sym_false] = ACTIONS(1659), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1659), [sym_super] = ACTIONS(1659), [sym_crate] = ACTIONS(1659), [sym_metavariable] = ACTIONS(1657), [sym_raw_string_literal] = ACTIONS(1657), [sym_float_literal] = ACTIONS(1657), [sym_block_comment] = ACTIONS(3), }, [365] = { [ts_builtin_sym_end] = ACTIONS(1661), [sym_identifier] = ACTIONS(1663), [anon_sym_SEMI] = ACTIONS(1661), [anon_sym_macro_rules_BANG] = ACTIONS(1661), [anon_sym_LPAREN] = ACTIONS(1661), [anon_sym_LBRACE] = ACTIONS(1661), [anon_sym_RBRACE] = ACTIONS(1661), [anon_sym_LBRACK] = ACTIONS(1661), [anon_sym_STAR] = ACTIONS(1661), [anon_sym_u8] = ACTIONS(1663), [anon_sym_i8] = ACTIONS(1663), [anon_sym_u16] = ACTIONS(1663), [anon_sym_i16] = ACTIONS(1663), [anon_sym_u32] = ACTIONS(1663), [anon_sym_i32] = ACTIONS(1663), [anon_sym_u64] = ACTIONS(1663), [anon_sym_i64] = ACTIONS(1663), [anon_sym_u128] = ACTIONS(1663), [anon_sym_i128] = ACTIONS(1663), [anon_sym_isize] = ACTIONS(1663), [anon_sym_usize] = ACTIONS(1663), [anon_sym_f32] = ACTIONS(1663), [anon_sym_f64] = ACTIONS(1663), [anon_sym_bool] = ACTIONS(1663), [anon_sym_str] = ACTIONS(1663), [anon_sym_char] = ACTIONS(1663), [anon_sym_async] = ACTIONS(1663), [anon_sym_break] = ACTIONS(1663), [anon_sym_const] = ACTIONS(1663), [anon_sym_continue] = ACTIONS(1663), [anon_sym_default] = ACTIONS(1663), [anon_sym_enum] = ACTIONS(1663), [anon_sym_fn] = ACTIONS(1663), [anon_sym_for] = ACTIONS(1663), [anon_sym_if] = ACTIONS(1663), [anon_sym_impl] = ACTIONS(1663), [anon_sym_let] = ACTIONS(1663), [anon_sym_loop] = ACTIONS(1663), [anon_sym_match] = ACTIONS(1663), [anon_sym_mod] = ACTIONS(1663), [anon_sym_pub] = ACTIONS(1663), [anon_sym_return] = ACTIONS(1663), [anon_sym_static] = ACTIONS(1663), [anon_sym_struct] = ACTIONS(1663), [anon_sym_trait] = ACTIONS(1663), [anon_sym_type] = ACTIONS(1663), [anon_sym_union] = ACTIONS(1663), [anon_sym_unsafe] = ACTIONS(1663), [anon_sym_use] = ACTIONS(1663), [anon_sym_while] = ACTIONS(1663), [anon_sym_POUND] = ACTIONS(1661), [anon_sym_BANG] = ACTIONS(1661), [anon_sym_extern] = ACTIONS(1663), [anon_sym_LT] = ACTIONS(1661), [anon_sym_COLON_COLON] = ACTIONS(1661), [anon_sym_AMP] = ACTIONS(1661), [anon_sym_SQUOTE] = ACTIONS(1663), [anon_sym_DOT_DOT] = ACTIONS(1661), [anon_sym_DASH] = ACTIONS(1661), [anon_sym_PIPE] = ACTIONS(1661), [anon_sym_move] = ACTIONS(1663), [sym_integer_literal] = ACTIONS(1661), [aux_sym_string_literal_token1] = ACTIONS(1661), [sym_char_literal] = ACTIONS(1661), [anon_sym_true] = ACTIONS(1663), [anon_sym_false] = ACTIONS(1663), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1663), [sym_super] = ACTIONS(1663), [sym_crate] = ACTIONS(1663), [sym_metavariable] = ACTIONS(1661), [sym_raw_string_literal] = ACTIONS(1661), [sym_float_literal] = ACTIONS(1661), [sym_block_comment] = ACTIONS(3), }, [366] = { [ts_builtin_sym_end] = ACTIONS(1665), [sym_identifier] = ACTIONS(1667), [anon_sym_SEMI] = ACTIONS(1665), [anon_sym_macro_rules_BANG] = ACTIONS(1665), [anon_sym_LPAREN] = ACTIONS(1665), [anon_sym_LBRACE] = ACTIONS(1665), [anon_sym_RBRACE] = ACTIONS(1665), [anon_sym_LBRACK] = ACTIONS(1665), [anon_sym_STAR] = ACTIONS(1665), [anon_sym_u8] = ACTIONS(1667), [anon_sym_i8] = ACTIONS(1667), [anon_sym_u16] = ACTIONS(1667), [anon_sym_i16] = ACTIONS(1667), [anon_sym_u32] = ACTIONS(1667), [anon_sym_i32] = ACTIONS(1667), [anon_sym_u64] = ACTIONS(1667), [anon_sym_i64] = ACTIONS(1667), [anon_sym_u128] = ACTIONS(1667), [anon_sym_i128] = ACTIONS(1667), [anon_sym_isize] = ACTIONS(1667), [anon_sym_usize] = ACTIONS(1667), [anon_sym_f32] = ACTIONS(1667), [anon_sym_f64] = ACTIONS(1667), [anon_sym_bool] = ACTIONS(1667), [anon_sym_str] = ACTIONS(1667), [anon_sym_char] = ACTIONS(1667), [anon_sym_async] = ACTIONS(1667), [anon_sym_break] = ACTIONS(1667), [anon_sym_const] = ACTIONS(1667), [anon_sym_continue] = ACTIONS(1667), [anon_sym_default] = ACTIONS(1667), [anon_sym_enum] = ACTIONS(1667), [anon_sym_fn] = ACTIONS(1667), [anon_sym_for] = ACTIONS(1667), [anon_sym_if] = ACTIONS(1667), [anon_sym_impl] = ACTIONS(1667), [anon_sym_let] = ACTIONS(1667), [anon_sym_loop] = ACTIONS(1667), [anon_sym_match] = ACTIONS(1667), [anon_sym_mod] = ACTIONS(1667), [anon_sym_pub] = ACTIONS(1667), [anon_sym_return] = ACTIONS(1667), [anon_sym_static] = ACTIONS(1667), [anon_sym_struct] = ACTIONS(1667), [anon_sym_trait] = ACTIONS(1667), [anon_sym_type] = ACTIONS(1667), [anon_sym_union] = ACTIONS(1667), [anon_sym_unsafe] = ACTIONS(1667), [anon_sym_use] = ACTIONS(1667), [anon_sym_while] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(1665), [anon_sym_BANG] = ACTIONS(1665), [anon_sym_extern] = ACTIONS(1667), [anon_sym_LT] = ACTIONS(1665), [anon_sym_COLON_COLON] = ACTIONS(1665), [anon_sym_AMP] = ACTIONS(1665), [anon_sym_SQUOTE] = ACTIONS(1667), [anon_sym_DOT_DOT] = ACTIONS(1665), [anon_sym_DASH] = ACTIONS(1665), [anon_sym_PIPE] = ACTIONS(1665), [anon_sym_move] = ACTIONS(1667), [sym_integer_literal] = ACTIONS(1665), [aux_sym_string_literal_token1] = ACTIONS(1665), [sym_char_literal] = ACTIONS(1665), [anon_sym_true] = ACTIONS(1667), [anon_sym_false] = ACTIONS(1667), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1667), [sym_super] = ACTIONS(1667), [sym_crate] = ACTIONS(1667), [sym_metavariable] = ACTIONS(1665), [sym_raw_string_literal] = ACTIONS(1665), [sym_float_literal] = ACTIONS(1665), [sym_block_comment] = ACTIONS(3), }, [367] = { [ts_builtin_sym_end] = ACTIONS(1669), [sym_identifier] = ACTIONS(1671), [anon_sym_SEMI] = ACTIONS(1669), [anon_sym_macro_rules_BANG] = ACTIONS(1669), [anon_sym_LPAREN] = ACTIONS(1669), [anon_sym_LBRACE] = ACTIONS(1669), [anon_sym_RBRACE] = ACTIONS(1669), [anon_sym_LBRACK] = ACTIONS(1669), [anon_sym_STAR] = ACTIONS(1669), [anon_sym_u8] = ACTIONS(1671), [anon_sym_i8] = ACTIONS(1671), [anon_sym_u16] = ACTIONS(1671), [anon_sym_i16] = ACTIONS(1671), [anon_sym_u32] = ACTIONS(1671), [anon_sym_i32] = ACTIONS(1671), [anon_sym_u64] = ACTIONS(1671), [anon_sym_i64] = ACTIONS(1671), [anon_sym_u128] = ACTIONS(1671), [anon_sym_i128] = ACTIONS(1671), [anon_sym_isize] = ACTIONS(1671), [anon_sym_usize] = ACTIONS(1671), [anon_sym_f32] = ACTIONS(1671), [anon_sym_f64] = ACTIONS(1671), [anon_sym_bool] = ACTIONS(1671), [anon_sym_str] = ACTIONS(1671), [anon_sym_char] = ACTIONS(1671), [anon_sym_async] = ACTIONS(1671), [anon_sym_break] = ACTIONS(1671), [anon_sym_const] = ACTIONS(1671), [anon_sym_continue] = ACTIONS(1671), [anon_sym_default] = ACTIONS(1671), [anon_sym_enum] = ACTIONS(1671), [anon_sym_fn] = ACTIONS(1671), [anon_sym_for] = ACTIONS(1671), [anon_sym_if] = ACTIONS(1671), [anon_sym_impl] = ACTIONS(1671), [anon_sym_let] = ACTIONS(1671), [anon_sym_loop] = ACTIONS(1671), [anon_sym_match] = ACTIONS(1671), [anon_sym_mod] = ACTIONS(1671), [anon_sym_pub] = ACTIONS(1671), [anon_sym_return] = ACTIONS(1671), [anon_sym_static] = ACTIONS(1671), [anon_sym_struct] = ACTIONS(1671), [anon_sym_trait] = ACTIONS(1671), [anon_sym_type] = ACTIONS(1671), [anon_sym_union] = ACTIONS(1671), [anon_sym_unsafe] = ACTIONS(1671), [anon_sym_use] = ACTIONS(1671), [anon_sym_while] = ACTIONS(1671), [anon_sym_POUND] = ACTIONS(1669), [anon_sym_BANG] = ACTIONS(1669), [anon_sym_extern] = ACTIONS(1671), [anon_sym_LT] = ACTIONS(1669), [anon_sym_COLON_COLON] = ACTIONS(1669), [anon_sym_AMP] = ACTIONS(1669), [anon_sym_SQUOTE] = ACTIONS(1671), [anon_sym_DOT_DOT] = ACTIONS(1669), [anon_sym_DASH] = ACTIONS(1669), [anon_sym_PIPE] = ACTIONS(1669), [anon_sym_move] = ACTIONS(1671), [sym_integer_literal] = ACTIONS(1669), [aux_sym_string_literal_token1] = ACTIONS(1669), [sym_char_literal] = ACTIONS(1669), [anon_sym_true] = ACTIONS(1671), [anon_sym_false] = ACTIONS(1671), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1671), [sym_super] = ACTIONS(1671), [sym_crate] = ACTIONS(1671), [sym_metavariable] = ACTIONS(1669), [sym_raw_string_literal] = ACTIONS(1669), [sym_float_literal] = ACTIONS(1669), [sym_block_comment] = ACTIONS(3), }, [368] = { [ts_builtin_sym_end] = ACTIONS(1673), [sym_identifier] = ACTIONS(1675), [anon_sym_SEMI] = ACTIONS(1673), [anon_sym_macro_rules_BANG] = ACTIONS(1673), [anon_sym_LPAREN] = ACTIONS(1673), [anon_sym_LBRACE] = ACTIONS(1673), [anon_sym_RBRACE] = ACTIONS(1673), [anon_sym_LBRACK] = ACTIONS(1673), [anon_sym_STAR] = ACTIONS(1673), [anon_sym_u8] = ACTIONS(1675), [anon_sym_i8] = ACTIONS(1675), [anon_sym_u16] = ACTIONS(1675), [anon_sym_i16] = ACTIONS(1675), [anon_sym_u32] = ACTIONS(1675), [anon_sym_i32] = ACTIONS(1675), [anon_sym_u64] = ACTIONS(1675), [anon_sym_i64] = ACTIONS(1675), [anon_sym_u128] = ACTIONS(1675), [anon_sym_i128] = ACTIONS(1675), [anon_sym_isize] = ACTIONS(1675), [anon_sym_usize] = ACTIONS(1675), [anon_sym_f32] = ACTIONS(1675), [anon_sym_f64] = ACTIONS(1675), [anon_sym_bool] = ACTIONS(1675), [anon_sym_str] = ACTIONS(1675), [anon_sym_char] = ACTIONS(1675), [anon_sym_async] = ACTIONS(1675), [anon_sym_break] = ACTIONS(1675), [anon_sym_const] = ACTIONS(1675), [anon_sym_continue] = ACTIONS(1675), [anon_sym_default] = ACTIONS(1675), [anon_sym_enum] = ACTIONS(1675), [anon_sym_fn] = ACTIONS(1675), [anon_sym_for] = ACTIONS(1675), [anon_sym_if] = ACTIONS(1675), [anon_sym_impl] = ACTIONS(1675), [anon_sym_let] = ACTIONS(1675), [anon_sym_loop] = ACTIONS(1675), [anon_sym_match] = ACTIONS(1675), [anon_sym_mod] = ACTIONS(1675), [anon_sym_pub] = ACTIONS(1675), [anon_sym_return] = ACTIONS(1675), [anon_sym_static] = ACTIONS(1675), [anon_sym_struct] = ACTIONS(1675), [anon_sym_trait] = ACTIONS(1675), [anon_sym_type] = ACTIONS(1675), [anon_sym_union] = ACTIONS(1675), [anon_sym_unsafe] = ACTIONS(1675), [anon_sym_use] = ACTIONS(1675), [anon_sym_while] = ACTIONS(1675), [anon_sym_POUND] = ACTIONS(1673), [anon_sym_BANG] = ACTIONS(1673), [anon_sym_extern] = ACTIONS(1675), [anon_sym_LT] = ACTIONS(1673), [anon_sym_COLON_COLON] = ACTIONS(1673), [anon_sym_AMP] = ACTIONS(1673), [anon_sym_SQUOTE] = ACTIONS(1675), [anon_sym_DOT_DOT] = ACTIONS(1673), [anon_sym_DASH] = ACTIONS(1673), [anon_sym_PIPE] = ACTIONS(1673), [anon_sym_move] = ACTIONS(1675), [sym_integer_literal] = ACTIONS(1673), [aux_sym_string_literal_token1] = ACTIONS(1673), [sym_char_literal] = ACTIONS(1673), [anon_sym_true] = ACTIONS(1675), [anon_sym_false] = ACTIONS(1675), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1675), [sym_super] = ACTIONS(1675), [sym_crate] = ACTIONS(1675), [sym_metavariable] = ACTIONS(1673), [sym_raw_string_literal] = ACTIONS(1673), [sym_float_literal] = ACTIONS(1673), [sym_block_comment] = ACTIONS(3), }, [369] = { [ts_builtin_sym_end] = ACTIONS(1677), [sym_identifier] = ACTIONS(1679), [anon_sym_SEMI] = ACTIONS(1677), [anon_sym_macro_rules_BANG] = ACTIONS(1677), [anon_sym_LPAREN] = ACTIONS(1677), [anon_sym_LBRACE] = ACTIONS(1677), [anon_sym_RBRACE] = ACTIONS(1677), [anon_sym_LBRACK] = ACTIONS(1677), [anon_sym_STAR] = ACTIONS(1677), [anon_sym_u8] = ACTIONS(1679), [anon_sym_i8] = ACTIONS(1679), [anon_sym_u16] = ACTIONS(1679), [anon_sym_i16] = ACTIONS(1679), [anon_sym_u32] = ACTIONS(1679), [anon_sym_i32] = ACTIONS(1679), [anon_sym_u64] = ACTIONS(1679), [anon_sym_i64] = ACTIONS(1679), [anon_sym_u128] = ACTIONS(1679), [anon_sym_i128] = ACTIONS(1679), [anon_sym_isize] = ACTIONS(1679), [anon_sym_usize] = ACTIONS(1679), [anon_sym_f32] = ACTIONS(1679), [anon_sym_f64] = ACTIONS(1679), [anon_sym_bool] = ACTIONS(1679), [anon_sym_str] = ACTIONS(1679), [anon_sym_char] = ACTIONS(1679), [anon_sym_async] = ACTIONS(1679), [anon_sym_break] = ACTIONS(1679), [anon_sym_const] = ACTIONS(1679), [anon_sym_continue] = ACTIONS(1679), [anon_sym_default] = ACTIONS(1679), [anon_sym_enum] = ACTIONS(1679), [anon_sym_fn] = ACTIONS(1679), [anon_sym_for] = ACTIONS(1679), [anon_sym_if] = ACTIONS(1679), [anon_sym_impl] = ACTIONS(1679), [anon_sym_let] = ACTIONS(1679), [anon_sym_loop] = ACTIONS(1679), [anon_sym_match] = ACTIONS(1679), [anon_sym_mod] = ACTIONS(1679), [anon_sym_pub] = ACTIONS(1679), [anon_sym_return] = ACTIONS(1679), [anon_sym_static] = ACTIONS(1679), [anon_sym_struct] = ACTIONS(1679), [anon_sym_trait] = ACTIONS(1679), [anon_sym_type] = ACTIONS(1679), [anon_sym_union] = ACTIONS(1679), [anon_sym_unsafe] = ACTIONS(1679), [anon_sym_use] = ACTIONS(1679), [anon_sym_while] = ACTIONS(1679), [anon_sym_POUND] = ACTIONS(1677), [anon_sym_BANG] = ACTIONS(1677), [anon_sym_extern] = ACTIONS(1679), [anon_sym_LT] = ACTIONS(1677), [anon_sym_COLON_COLON] = ACTIONS(1677), [anon_sym_AMP] = ACTIONS(1677), [anon_sym_SQUOTE] = ACTIONS(1679), [anon_sym_DOT_DOT] = ACTIONS(1677), [anon_sym_DASH] = ACTIONS(1677), [anon_sym_PIPE] = ACTIONS(1677), [anon_sym_move] = ACTIONS(1679), [sym_integer_literal] = ACTIONS(1677), [aux_sym_string_literal_token1] = ACTIONS(1677), [sym_char_literal] = ACTIONS(1677), [anon_sym_true] = ACTIONS(1679), [anon_sym_false] = ACTIONS(1679), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1679), [sym_super] = ACTIONS(1679), [sym_crate] = ACTIONS(1679), [sym_metavariable] = ACTIONS(1677), [sym_raw_string_literal] = ACTIONS(1677), [sym_float_literal] = ACTIONS(1677), [sym_block_comment] = ACTIONS(3), }, [370] = { [ts_builtin_sym_end] = ACTIONS(1681), [sym_identifier] = ACTIONS(1683), [anon_sym_SEMI] = ACTIONS(1681), [anon_sym_macro_rules_BANG] = ACTIONS(1681), [anon_sym_LPAREN] = ACTIONS(1681), [anon_sym_LBRACE] = ACTIONS(1681), [anon_sym_RBRACE] = ACTIONS(1681), [anon_sym_LBRACK] = ACTIONS(1681), [anon_sym_STAR] = ACTIONS(1681), [anon_sym_u8] = ACTIONS(1683), [anon_sym_i8] = ACTIONS(1683), [anon_sym_u16] = ACTIONS(1683), [anon_sym_i16] = ACTIONS(1683), [anon_sym_u32] = ACTIONS(1683), [anon_sym_i32] = ACTIONS(1683), [anon_sym_u64] = ACTIONS(1683), [anon_sym_i64] = ACTIONS(1683), [anon_sym_u128] = ACTIONS(1683), [anon_sym_i128] = ACTIONS(1683), [anon_sym_isize] = ACTIONS(1683), [anon_sym_usize] = ACTIONS(1683), [anon_sym_f32] = ACTIONS(1683), [anon_sym_f64] = ACTIONS(1683), [anon_sym_bool] = ACTIONS(1683), [anon_sym_str] = ACTIONS(1683), [anon_sym_char] = ACTIONS(1683), [anon_sym_async] = ACTIONS(1683), [anon_sym_break] = ACTIONS(1683), [anon_sym_const] = ACTIONS(1683), [anon_sym_continue] = ACTIONS(1683), [anon_sym_default] = ACTIONS(1683), [anon_sym_enum] = ACTIONS(1683), [anon_sym_fn] = ACTIONS(1683), [anon_sym_for] = ACTIONS(1683), [anon_sym_if] = ACTIONS(1683), [anon_sym_impl] = ACTIONS(1683), [anon_sym_let] = ACTIONS(1683), [anon_sym_loop] = ACTIONS(1683), [anon_sym_match] = ACTIONS(1683), [anon_sym_mod] = ACTIONS(1683), [anon_sym_pub] = ACTIONS(1683), [anon_sym_return] = ACTIONS(1683), [anon_sym_static] = ACTIONS(1683), [anon_sym_struct] = ACTIONS(1683), [anon_sym_trait] = ACTIONS(1683), [anon_sym_type] = ACTIONS(1683), [anon_sym_union] = ACTIONS(1683), [anon_sym_unsafe] = ACTIONS(1683), [anon_sym_use] = ACTIONS(1683), [anon_sym_while] = ACTIONS(1683), [anon_sym_POUND] = ACTIONS(1681), [anon_sym_BANG] = ACTIONS(1681), [anon_sym_extern] = ACTIONS(1683), [anon_sym_LT] = ACTIONS(1681), [anon_sym_COLON_COLON] = ACTIONS(1681), [anon_sym_AMP] = ACTIONS(1681), [anon_sym_SQUOTE] = ACTIONS(1683), [anon_sym_DOT_DOT] = ACTIONS(1681), [anon_sym_DASH] = ACTIONS(1681), [anon_sym_PIPE] = ACTIONS(1681), [anon_sym_move] = ACTIONS(1683), [sym_integer_literal] = ACTIONS(1681), [aux_sym_string_literal_token1] = ACTIONS(1681), [sym_char_literal] = ACTIONS(1681), [anon_sym_true] = ACTIONS(1683), [anon_sym_false] = ACTIONS(1683), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1683), [sym_super] = ACTIONS(1683), [sym_crate] = ACTIONS(1683), [sym_metavariable] = ACTIONS(1681), [sym_raw_string_literal] = ACTIONS(1681), [sym_float_literal] = ACTIONS(1681), [sym_block_comment] = ACTIONS(3), }, [371] = { [ts_builtin_sym_end] = ACTIONS(1685), [sym_identifier] = ACTIONS(1687), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_macro_rules_BANG] = ACTIONS(1685), [anon_sym_LPAREN] = ACTIONS(1685), [anon_sym_LBRACE] = ACTIONS(1685), [anon_sym_RBRACE] = ACTIONS(1685), [anon_sym_LBRACK] = ACTIONS(1685), [anon_sym_STAR] = ACTIONS(1685), [anon_sym_u8] = ACTIONS(1687), [anon_sym_i8] = ACTIONS(1687), [anon_sym_u16] = ACTIONS(1687), [anon_sym_i16] = ACTIONS(1687), [anon_sym_u32] = ACTIONS(1687), [anon_sym_i32] = ACTIONS(1687), [anon_sym_u64] = ACTIONS(1687), [anon_sym_i64] = ACTIONS(1687), [anon_sym_u128] = ACTIONS(1687), [anon_sym_i128] = ACTIONS(1687), [anon_sym_isize] = ACTIONS(1687), [anon_sym_usize] = ACTIONS(1687), [anon_sym_f32] = ACTIONS(1687), [anon_sym_f64] = ACTIONS(1687), [anon_sym_bool] = ACTIONS(1687), [anon_sym_str] = ACTIONS(1687), [anon_sym_char] = ACTIONS(1687), [anon_sym_async] = ACTIONS(1687), [anon_sym_break] = ACTIONS(1687), [anon_sym_const] = ACTIONS(1687), [anon_sym_continue] = ACTIONS(1687), [anon_sym_default] = ACTIONS(1687), [anon_sym_enum] = ACTIONS(1687), [anon_sym_fn] = ACTIONS(1687), [anon_sym_for] = ACTIONS(1687), [anon_sym_if] = ACTIONS(1687), [anon_sym_impl] = ACTIONS(1687), [anon_sym_let] = ACTIONS(1687), [anon_sym_loop] = ACTIONS(1687), [anon_sym_match] = ACTIONS(1687), [anon_sym_mod] = ACTIONS(1687), [anon_sym_pub] = ACTIONS(1687), [anon_sym_return] = ACTIONS(1687), [anon_sym_static] = ACTIONS(1687), [anon_sym_struct] = ACTIONS(1687), [anon_sym_trait] = ACTIONS(1687), [anon_sym_type] = ACTIONS(1687), [anon_sym_union] = ACTIONS(1687), [anon_sym_unsafe] = ACTIONS(1687), [anon_sym_use] = ACTIONS(1687), [anon_sym_while] = ACTIONS(1687), [anon_sym_POUND] = ACTIONS(1685), [anon_sym_BANG] = ACTIONS(1685), [anon_sym_extern] = ACTIONS(1687), [anon_sym_LT] = ACTIONS(1685), [anon_sym_COLON_COLON] = ACTIONS(1685), [anon_sym_AMP] = ACTIONS(1685), [anon_sym_SQUOTE] = ACTIONS(1687), [anon_sym_DOT_DOT] = ACTIONS(1685), [anon_sym_DASH] = ACTIONS(1685), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_move] = ACTIONS(1687), [sym_integer_literal] = ACTIONS(1685), [aux_sym_string_literal_token1] = ACTIONS(1685), [sym_char_literal] = ACTIONS(1685), [anon_sym_true] = ACTIONS(1687), [anon_sym_false] = ACTIONS(1687), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1687), [sym_super] = ACTIONS(1687), [sym_crate] = ACTIONS(1687), [sym_metavariable] = ACTIONS(1685), [sym_raw_string_literal] = ACTIONS(1685), [sym_float_literal] = ACTIONS(1685), [sym_block_comment] = ACTIONS(3), }, [372] = { [ts_builtin_sym_end] = ACTIONS(1689), [sym_identifier] = ACTIONS(1691), [anon_sym_SEMI] = ACTIONS(1689), [anon_sym_macro_rules_BANG] = ACTIONS(1689), [anon_sym_LPAREN] = ACTIONS(1689), [anon_sym_LBRACE] = ACTIONS(1689), [anon_sym_RBRACE] = ACTIONS(1689), [anon_sym_LBRACK] = ACTIONS(1689), [anon_sym_STAR] = ACTIONS(1689), [anon_sym_u8] = ACTIONS(1691), [anon_sym_i8] = ACTIONS(1691), [anon_sym_u16] = ACTIONS(1691), [anon_sym_i16] = ACTIONS(1691), [anon_sym_u32] = ACTIONS(1691), [anon_sym_i32] = ACTIONS(1691), [anon_sym_u64] = ACTIONS(1691), [anon_sym_i64] = ACTIONS(1691), [anon_sym_u128] = ACTIONS(1691), [anon_sym_i128] = ACTIONS(1691), [anon_sym_isize] = ACTIONS(1691), [anon_sym_usize] = ACTIONS(1691), [anon_sym_f32] = ACTIONS(1691), [anon_sym_f64] = ACTIONS(1691), [anon_sym_bool] = ACTIONS(1691), [anon_sym_str] = ACTIONS(1691), [anon_sym_char] = ACTIONS(1691), [anon_sym_async] = ACTIONS(1691), [anon_sym_break] = ACTIONS(1691), [anon_sym_const] = ACTIONS(1691), [anon_sym_continue] = ACTIONS(1691), [anon_sym_default] = ACTIONS(1691), [anon_sym_enum] = ACTIONS(1691), [anon_sym_fn] = ACTIONS(1691), [anon_sym_for] = ACTIONS(1691), [anon_sym_if] = ACTIONS(1691), [anon_sym_impl] = ACTIONS(1691), [anon_sym_let] = ACTIONS(1691), [anon_sym_loop] = ACTIONS(1691), [anon_sym_match] = ACTIONS(1691), [anon_sym_mod] = ACTIONS(1691), [anon_sym_pub] = ACTIONS(1691), [anon_sym_return] = ACTIONS(1691), [anon_sym_static] = ACTIONS(1691), [anon_sym_struct] = ACTIONS(1691), [anon_sym_trait] = ACTIONS(1691), [anon_sym_type] = ACTIONS(1691), [anon_sym_union] = ACTIONS(1691), [anon_sym_unsafe] = ACTIONS(1691), [anon_sym_use] = ACTIONS(1691), [anon_sym_while] = ACTIONS(1691), [anon_sym_POUND] = ACTIONS(1689), [anon_sym_BANG] = ACTIONS(1689), [anon_sym_extern] = ACTIONS(1691), [anon_sym_LT] = ACTIONS(1689), [anon_sym_COLON_COLON] = ACTIONS(1689), [anon_sym_AMP] = ACTIONS(1689), [anon_sym_SQUOTE] = ACTIONS(1691), [anon_sym_DOT_DOT] = ACTIONS(1689), [anon_sym_DASH] = ACTIONS(1689), [anon_sym_PIPE] = ACTIONS(1689), [anon_sym_move] = ACTIONS(1691), [sym_integer_literal] = ACTIONS(1689), [aux_sym_string_literal_token1] = ACTIONS(1689), [sym_char_literal] = ACTIONS(1689), [anon_sym_true] = ACTIONS(1691), [anon_sym_false] = ACTIONS(1691), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1691), [sym_super] = ACTIONS(1691), [sym_crate] = ACTIONS(1691), [sym_metavariable] = ACTIONS(1689), [sym_raw_string_literal] = ACTIONS(1689), [sym_float_literal] = ACTIONS(1689), [sym_block_comment] = ACTIONS(3), }, [373] = { [ts_builtin_sym_end] = ACTIONS(1693), [sym_identifier] = ACTIONS(1695), [anon_sym_SEMI] = ACTIONS(1693), [anon_sym_macro_rules_BANG] = ACTIONS(1693), [anon_sym_LPAREN] = ACTIONS(1693), [anon_sym_LBRACE] = ACTIONS(1693), [anon_sym_RBRACE] = ACTIONS(1693), [anon_sym_LBRACK] = ACTIONS(1693), [anon_sym_STAR] = ACTIONS(1693), [anon_sym_u8] = ACTIONS(1695), [anon_sym_i8] = ACTIONS(1695), [anon_sym_u16] = ACTIONS(1695), [anon_sym_i16] = ACTIONS(1695), [anon_sym_u32] = ACTIONS(1695), [anon_sym_i32] = ACTIONS(1695), [anon_sym_u64] = ACTIONS(1695), [anon_sym_i64] = ACTIONS(1695), [anon_sym_u128] = ACTIONS(1695), [anon_sym_i128] = ACTIONS(1695), [anon_sym_isize] = ACTIONS(1695), [anon_sym_usize] = ACTIONS(1695), [anon_sym_f32] = ACTIONS(1695), [anon_sym_f64] = ACTIONS(1695), [anon_sym_bool] = ACTIONS(1695), [anon_sym_str] = ACTIONS(1695), [anon_sym_char] = ACTIONS(1695), [anon_sym_async] = ACTIONS(1695), [anon_sym_break] = ACTIONS(1695), [anon_sym_const] = ACTIONS(1695), [anon_sym_continue] = ACTIONS(1695), [anon_sym_default] = ACTIONS(1695), [anon_sym_enum] = ACTIONS(1695), [anon_sym_fn] = ACTIONS(1695), [anon_sym_for] = ACTIONS(1695), [anon_sym_if] = ACTIONS(1695), [anon_sym_impl] = ACTIONS(1695), [anon_sym_let] = ACTIONS(1695), [anon_sym_loop] = ACTIONS(1695), [anon_sym_match] = ACTIONS(1695), [anon_sym_mod] = ACTIONS(1695), [anon_sym_pub] = ACTIONS(1695), [anon_sym_return] = ACTIONS(1695), [anon_sym_static] = ACTIONS(1695), [anon_sym_struct] = ACTIONS(1695), [anon_sym_trait] = ACTIONS(1695), [anon_sym_type] = ACTIONS(1695), [anon_sym_union] = ACTIONS(1695), [anon_sym_unsafe] = ACTIONS(1695), [anon_sym_use] = ACTIONS(1695), [anon_sym_while] = ACTIONS(1695), [anon_sym_POUND] = ACTIONS(1693), [anon_sym_BANG] = ACTIONS(1693), [anon_sym_extern] = ACTIONS(1695), [anon_sym_LT] = ACTIONS(1693), [anon_sym_COLON_COLON] = ACTIONS(1693), [anon_sym_AMP] = ACTIONS(1693), [anon_sym_SQUOTE] = ACTIONS(1695), [anon_sym_DOT_DOT] = ACTIONS(1693), [anon_sym_DASH] = ACTIONS(1693), [anon_sym_PIPE] = ACTIONS(1693), [anon_sym_move] = ACTIONS(1695), [sym_integer_literal] = ACTIONS(1693), [aux_sym_string_literal_token1] = ACTIONS(1693), [sym_char_literal] = ACTIONS(1693), [anon_sym_true] = ACTIONS(1695), [anon_sym_false] = ACTIONS(1695), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1695), [sym_super] = ACTIONS(1695), [sym_crate] = ACTIONS(1695), [sym_metavariable] = ACTIONS(1693), [sym_raw_string_literal] = ACTIONS(1693), [sym_float_literal] = ACTIONS(1693), [sym_block_comment] = ACTIONS(3), }, [374] = { [ts_builtin_sym_end] = ACTIONS(1697), [sym_identifier] = ACTIONS(1699), [anon_sym_SEMI] = ACTIONS(1697), [anon_sym_macro_rules_BANG] = ACTIONS(1697), [anon_sym_LPAREN] = ACTIONS(1697), [anon_sym_LBRACE] = ACTIONS(1697), [anon_sym_RBRACE] = ACTIONS(1697), [anon_sym_LBRACK] = ACTIONS(1697), [anon_sym_STAR] = ACTIONS(1697), [anon_sym_u8] = ACTIONS(1699), [anon_sym_i8] = ACTIONS(1699), [anon_sym_u16] = ACTIONS(1699), [anon_sym_i16] = ACTIONS(1699), [anon_sym_u32] = ACTIONS(1699), [anon_sym_i32] = ACTIONS(1699), [anon_sym_u64] = ACTIONS(1699), [anon_sym_i64] = ACTIONS(1699), [anon_sym_u128] = ACTIONS(1699), [anon_sym_i128] = ACTIONS(1699), [anon_sym_isize] = ACTIONS(1699), [anon_sym_usize] = ACTIONS(1699), [anon_sym_f32] = ACTIONS(1699), [anon_sym_f64] = ACTIONS(1699), [anon_sym_bool] = ACTIONS(1699), [anon_sym_str] = ACTIONS(1699), [anon_sym_char] = ACTIONS(1699), [anon_sym_async] = ACTIONS(1699), [anon_sym_break] = ACTIONS(1699), [anon_sym_const] = ACTIONS(1699), [anon_sym_continue] = ACTIONS(1699), [anon_sym_default] = ACTIONS(1699), [anon_sym_enum] = ACTIONS(1699), [anon_sym_fn] = ACTIONS(1699), [anon_sym_for] = ACTIONS(1699), [anon_sym_if] = ACTIONS(1699), [anon_sym_impl] = ACTIONS(1699), [anon_sym_let] = ACTIONS(1699), [anon_sym_loop] = ACTIONS(1699), [anon_sym_match] = ACTIONS(1699), [anon_sym_mod] = ACTIONS(1699), [anon_sym_pub] = ACTIONS(1699), [anon_sym_return] = ACTIONS(1699), [anon_sym_static] = ACTIONS(1699), [anon_sym_struct] = ACTIONS(1699), [anon_sym_trait] = ACTIONS(1699), [anon_sym_type] = ACTIONS(1699), [anon_sym_union] = ACTIONS(1699), [anon_sym_unsafe] = ACTIONS(1699), [anon_sym_use] = ACTIONS(1699), [anon_sym_while] = ACTIONS(1699), [anon_sym_POUND] = ACTIONS(1697), [anon_sym_BANG] = ACTIONS(1697), [anon_sym_extern] = ACTIONS(1699), [anon_sym_LT] = ACTIONS(1697), [anon_sym_COLON_COLON] = ACTIONS(1697), [anon_sym_AMP] = ACTIONS(1697), [anon_sym_SQUOTE] = ACTIONS(1699), [anon_sym_DOT_DOT] = ACTIONS(1697), [anon_sym_DASH] = ACTIONS(1697), [anon_sym_PIPE] = ACTIONS(1697), [anon_sym_move] = ACTIONS(1699), [sym_integer_literal] = ACTIONS(1697), [aux_sym_string_literal_token1] = ACTIONS(1697), [sym_char_literal] = ACTIONS(1697), [anon_sym_true] = ACTIONS(1699), [anon_sym_false] = ACTIONS(1699), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1699), [sym_super] = ACTIONS(1699), [sym_crate] = ACTIONS(1699), [sym_metavariable] = ACTIONS(1697), [sym_raw_string_literal] = ACTIONS(1697), [sym_float_literal] = ACTIONS(1697), [sym_block_comment] = ACTIONS(3), }, [375] = { [ts_builtin_sym_end] = ACTIONS(1701), [sym_identifier] = ACTIONS(1703), [anon_sym_SEMI] = ACTIONS(1701), [anon_sym_macro_rules_BANG] = ACTIONS(1701), [anon_sym_LPAREN] = ACTIONS(1701), [anon_sym_LBRACE] = ACTIONS(1701), [anon_sym_RBRACE] = ACTIONS(1701), [anon_sym_LBRACK] = ACTIONS(1701), [anon_sym_STAR] = ACTIONS(1701), [anon_sym_u8] = ACTIONS(1703), [anon_sym_i8] = ACTIONS(1703), [anon_sym_u16] = ACTIONS(1703), [anon_sym_i16] = ACTIONS(1703), [anon_sym_u32] = ACTIONS(1703), [anon_sym_i32] = ACTIONS(1703), [anon_sym_u64] = ACTIONS(1703), [anon_sym_i64] = ACTIONS(1703), [anon_sym_u128] = ACTIONS(1703), [anon_sym_i128] = ACTIONS(1703), [anon_sym_isize] = ACTIONS(1703), [anon_sym_usize] = ACTIONS(1703), [anon_sym_f32] = ACTIONS(1703), [anon_sym_f64] = ACTIONS(1703), [anon_sym_bool] = ACTIONS(1703), [anon_sym_str] = ACTIONS(1703), [anon_sym_char] = ACTIONS(1703), [anon_sym_async] = ACTIONS(1703), [anon_sym_break] = ACTIONS(1703), [anon_sym_const] = ACTIONS(1703), [anon_sym_continue] = ACTIONS(1703), [anon_sym_default] = ACTIONS(1703), [anon_sym_enum] = ACTIONS(1703), [anon_sym_fn] = ACTIONS(1703), [anon_sym_for] = ACTIONS(1703), [anon_sym_if] = ACTIONS(1703), [anon_sym_impl] = ACTIONS(1703), [anon_sym_let] = ACTIONS(1703), [anon_sym_loop] = ACTIONS(1703), [anon_sym_match] = ACTIONS(1703), [anon_sym_mod] = ACTIONS(1703), [anon_sym_pub] = ACTIONS(1703), [anon_sym_return] = ACTIONS(1703), [anon_sym_static] = ACTIONS(1703), [anon_sym_struct] = ACTIONS(1703), [anon_sym_trait] = ACTIONS(1703), [anon_sym_type] = ACTIONS(1703), [anon_sym_union] = ACTIONS(1703), [anon_sym_unsafe] = ACTIONS(1703), [anon_sym_use] = ACTIONS(1703), [anon_sym_while] = ACTIONS(1703), [anon_sym_POUND] = ACTIONS(1701), [anon_sym_BANG] = ACTIONS(1701), [anon_sym_extern] = ACTIONS(1703), [anon_sym_LT] = ACTIONS(1701), [anon_sym_COLON_COLON] = ACTIONS(1701), [anon_sym_AMP] = ACTIONS(1701), [anon_sym_SQUOTE] = ACTIONS(1703), [anon_sym_DOT_DOT] = ACTIONS(1701), [anon_sym_DASH] = ACTIONS(1701), [anon_sym_PIPE] = ACTIONS(1701), [anon_sym_move] = ACTIONS(1703), [sym_integer_literal] = ACTIONS(1701), [aux_sym_string_literal_token1] = ACTIONS(1701), [sym_char_literal] = ACTIONS(1701), [anon_sym_true] = ACTIONS(1703), [anon_sym_false] = ACTIONS(1703), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1703), [sym_super] = ACTIONS(1703), [sym_crate] = ACTIONS(1703), [sym_metavariable] = ACTIONS(1701), [sym_raw_string_literal] = ACTIONS(1701), [sym_float_literal] = ACTIONS(1701), [sym_block_comment] = ACTIONS(3), }, [376] = { [ts_builtin_sym_end] = ACTIONS(1705), [sym_identifier] = ACTIONS(1707), [anon_sym_SEMI] = ACTIONS(1705), [anon_sym_macro_rules_BANG] = ACTIONS(1705), [anon_sym_LPAREN] = ACTIONS(1705), [anon_sym_LBRACE] = ACTIONS(1705), [anon_sym_RBRACE] = ACTIONS(1705), [anon_sym_LBRACK] = ACTIONS(1705), [anon_sym_STAR] = ACTIONS(1705), [anon_sym_u8] = ACTIONS(1707), [anon_sym_i8] = ACTIONS(1707), [anon_sym_u16] = ACTIONS(1707), [anon_sym_i16] = ACTIONS(1707), [anon_sym_u32] = ACTIONS(1707), [anon_sym_i32] = ACTIONS(1707), [anon_sym_u64] = ACTIONS(1707), [anon_sym_i64] = ACTIONS(1707), [anon_sym_u128] = ACTIONS(1707), [anon_sym_i128] = ACTIONS(1707), [anon_sym_isize] = ACTIONS(1707), [anon_sym_usize] = ACTIONS(1707), [anon_sym_f32] = ACTIONS(1707), [anon_sym_f64] = ACTIONS(1707), [anon_sym_bool] = ACTIONS(1707), [anon_sym_str] = ACTIONS(1707), [anon_sym_char] = ACTIONS(1707), [anon_sym_async] = ACTIONS(1707), [anon_sym_break] = ACTIONS(1707), [anon_sym_const] = ACTIONS(1707), [anon_sym_continue] = ACTIONS(1707), [anon_sym_default] = ACTIONS(1707), [anon_sym_enum] = ACTIONS(1707), [anon_sym_fn] = ACTIONS(1707), [anon_sym_for] = ACTIONS(1707), [anon_sym_if] = ACTIONS(1707), [anon_sym_impl] = ACTIONS(1707), [anon_sym_let] = ACTIONS(1707), [anon_sym_loop] = ACTIONS(1707), [anon_sym_match] = ACTIONS(1707), [anon_sym_mod] = ACTIONS(1707), [anon_sym_pub] = ACTIONS(1707), [anon_sym_return] = ACTIONS(1707), [anon_sym_static] = ACTIONS(1707), [anon_sym_struct] = ACTIONS(1707), [anon_sym_trait] = ACTIONS(1707), [anon_sym_type] = ACTIONS(1707), [anon_sym_union] = ACTIONS(1707), [anon_sym_unsafe] = ACTIONS(1707), [anon_sym_use] = ACTIONS(1707), [anon_sym_while] = ACTIONS(1707), [anon_sym_POUND] = ACTIONS(1705), [anon_sym_BANG] = ACTIONS(1705), [anon_sym_extern] = ACTIONS(1707), [anon_sym_LT] = ACTIONS(1705), [anon_sym_COLON_COLON] = ACTIONS(1705), [anon_sym_AMP] = ACTIONS(1705), [anon_sym_SQUOTE] = ACTIONS(1707), [anon_sym_DOT_DOT] = ACTIONS(1705), [anon_sym_DASH] = ACTIONS(1705), [anon_sym_PIPE] = ACTIONS(1705), [anon_sym_move] = ACTIONS(1707), [sym_integer_literal] = ACTIONS(1705), [aux_sym_string_literal_token1] = ACTIONS(1705), [sym_char_literal] = ACTIONS(1705), [anon_sym_true] = ACTIONS(1707), [anon_sym_false] = ACTIONS(1707), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1707), [sym_super] = ACTIONS(1707), [sym_crate] = ACTIONS(1707), [sym_metavariable] = ACTIONS(1705), [sym_raw_string_literal] = ACTIONS(1705), [sym_float_literal] = ACTIONS(1705), [sym_block_comment] = ACTIONS(3), }, [377] = { [ts_builtin_sym_end] = ACTIONS(1709), [sym_identifier] = ACTIONS(1711), [anon_sym_SEMI] = ACTIONS(1709), [anon_sym_macro_rules_BANG] = ACTIONS(1709), [anon_sym_LPAREN] = ACTIONS(1709), [anon_sym_LBRACE] = ACTIONS(1709), [anon_sym_RBRACE] = ACTIONS(1709), [anon_sym_LBRACK] = ACTIONS(1709), [anon_sym_STAR] = ACTIONS(1709), [anon_sym_u8] = ACTIONS(1711), [anon_sym_i8] = ACTIONS(1711), [anon_sym_u16] = ACTIONS(1711), [anon_sym_i16] = ACTIONS(1711), [anon_sym_u32] = ACTIONS(1711), [anon_sym_i32] = ACTIONS(1711), [anon_sym_u64] = ACTIONS(1711), [anon_sym_i64] = ACTIONS(1711), [anon_sym_u128] = ACTIONS(1711), [anon_sym_i128] = ACTIONS(1711), [anon_sym_isize] = ACTIONS(1711), [anon_sym_usize] = ACTIONS(1711), [anon_sym_f32] = ACTIONS(1711), [anon_sym_f64] = ACTIONS(1711), [anon_sym_bool] = ACTIONS(1711), [anon_sym_str] = ACTIONS(1711), [anon_sym_char] = ACTIONS(1711), [anon_sym_async] = ACTIONS(1711), [anon_sym_break] = ACTIONS(1711), [anon_sym_const] = ACTIONS(1711), [anon_sym_continue] = ACTIONS(1711), [anon_sym_default] = ACTIONS(1711), [anon_sym_enum] = ACTIONS(1711), [anon_sym_fn] = ACTIONS(1711), [anon_sym_for] = ACTIONS(1711), [anon_sym_if] = ACTIONS(1711), [anon_sym_impl] = ACTIONS(1711), [anon_sym_let] = ACTIONS(1711), [anon_sym_loop] = ACTIONS(1711), [anon_sym_match] = ACTIONS(1711), [anon_sym_mod] = ACTIONS(1711), [anon_sym_pub] = ACTIONS(1711), [anon_sym_return] = ACTIONS(1711), [anon_sym_static] = ACTIONS(1711), [anon_sym_struct] = ACTIONS(1711), [anon_sym_trait] = ACTIONS(1711), [anon_sym_type] = ACTIONS(1711), [anon_sym_union] = ACTIONS(1711), [anon_sym_unsafe] = ACTIONS(1711), [anon_sym_use] = ACTIONS(1711), [anon_sym_while] = ACTIONS(1711), [anon_sym_POUND] = ACTIONS(1709), [anon_sym_BANG] = ACTIONS(1709), [anon_sym_extern] = ACTIONS(1711), [anon_sym_LT] = ACTIONS(1709), [anon_sym_COLON_COLON] = ACTIONS(1709), [anon_sym_AMP] = ACTIONS(1709), [anon_sym_SQUOTE] = ACTIONS(1711), [anon_sym_DOT_DOT] = ACTIONS(1709), [anon_sym_DASH] = ACTIONS(1709), [anon_sym_PIPE] = ACTIONS(1709), [anon_sym_move] = ACTIONS(1711), [sym_integer_literal] = ACTIONS(1709), [aux_sym_string_literal_token1] = ACTIONS(1709), [sym_char_literal] = ACTIONS(1709), [anon_sym_true] = ACTIONS(1711), [anon_sym_false] = ACTIONS(1711), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1711), [sym_super] = ACTIONS(1711), [sym_crate] = ACTIONS(1711), [sym_metavariable] = ACTIONS(1709), [sym_raw_string_literal] = ACTIONS(1709), [sym_float_literal] = ACTIONS(1709), [sym_block_comment] = ACTIONS(3), }, [378] = { [ts_builtin_sym_end] = ACTIONS(1713), [sym_identifier] = ACTIONS(1715), [anon_sym_SEMI] = ACTIONS(1713), [anon_sym_macro_rules_BANG] = ACTIONS(1713), [anon_sym_LPAREN] = ACTIONS(1713), [anon_sym_LBRACE] = ACTIONS(1713), [anon_sym_RBRACE] = ACTIONS(1713), [anon_sym_LBRACK] = ACTIONS(1713), [anon_sym_STAR] = ACTIONS(1713), [anon_sym_u8] = ACTIONS(1715), [anon_sym_i8] = ACTIONS(1715), [anon_sym_u16] = ACTIONS(1715), [anon_sym_i16] = ACTIONS(1715), [anon_sym_u32] = ACTIONS(1715), [anon_sym_i32] = ACTIONS(1715), [anon_sym_u64] = ACTIONS(1715), [anon_sym_i64] = ACTIONS(1715), [anon_sym_u128] = ACTIONS(1715), [anon_sym_i128] = ACTIONS(1715), [anon_sym_isize] = ACTIONS(1715), [anon_sym_usize] = ACTIONS(1715), [anon_sym_f32] = ACTIONS(1715), [anon_sym_f64] = ACTIONS(1715), [anon_sym_bool] = ACTIONS(1715), [anon_sym_str] = ACTIONS(1715), [anon_sym_char] = ACTIONS(1715), [anon_sym_async] = ACTIONS(1715), [anon_sym_break] = ACTIONS(1715), [anon_sym_const] = ACTIONS(1715), [anon_sym_continue] = ACTIONS(1715), [anon_sym_default] = ACTIONS(1715), [anon_sym_enum] = ACTIONS(1715), [anon_sym_fn] = ACTIONS(1715), [anon_sym_for] = ACTIONS(1715), [anon_sym_if] = ACTIONS(1715), [anon_sym_impl] = ACTIONS(1715), [anon_sym_let] = ACTIONS(1715), [anon_sym_loop] = ACTIONS(1715), [anon_sym_match] = ACTIONS(1715), [anon_sym_mod] = ACTIONS(1715), [anon_sym_pub] = ACTIONS(1715), [anon_sym_return] = ACTIONS(1715), [anon_sym_static] = ACTIONS(1715), [anon_sym_struct] = ACTIONS(1715), [anon_sym_trait] = ACTIONS(1715), [anon_sym_type] = ACTIONS(1715), [anon_sym_union] = ACTIONS(1715), [anon_sym_unsafe] = ACTIONS(1715), [anon_sym_use] = ACTIONS(1715), [anon_sym_while] = ACTIONS(1715), [anon_sym_POUND] = ACTIONS(1713), [anon_sym_BANG] = ACTIONS(1713), [anon_sym_extern] = ACTIONS(1715), [anon_sym_LT] = ACTIONS(1713), [anon_sym_COLON_COLON] = ACTIONS(1713), [anon_sym_AMP] = ACTIONS(1713), [anon_sym_SQUOTE] = ACTIONS(1715), [anon_sym_DOT_DOT] = ACTIONS(1713), [anon_sym_DASH] = ACTIONS(1713), [anon_sym_PIPE] = ACTIONS(1713), [anon_sym_move] = ACTIONS(1715), [sym_integer_literal] = ACTIONS(1713), [aux_sym_string_literal_token1] = ACTIONS(1713), [sym_char_literal] = ACTIONS(1713), [anon_sym_true] = ACTIONS(1715), [anon_sym_false] = ACTIONS(1715), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1715), [sym_super] = ACTIONS(1715), [sym_crate] = ACTIONS(1715), [sym_metavariable] = ACTIONS(1713), [sym_raw_string_literal] = ACTIONS(1713), [sym_float_literal] = ACTIONS(1713), [sym_block_comment] = ACTIONS(3), }, [379] = { [ts_builtin_sym_end] = ACTIONS(1717), [sym_identifier] = ACTIONS(1719), [anon_sym_SEMI] = ACTIONS(1717), [anon_sym_macro_rules_BANG] = ACTIONS(1717), [anon_sym_LPAREN] = ACTIONS(1717), [anon_sym_LBRACE] = ACTIONS(1717), [anon_sym_RBRACE] = ACTIONS(1717), [anon_sym_LBRACK] = ACTIONS(1717), [anon_sym_STAR] = ACTIONS(1717), [anon_sym_u8] = ACTIONS(1719), [anon_sym_i8] = ACTIONS(1719), [anon_sym_u16] = ACTIONS(1719), [anon_sym_i16] = ACTIONS(1719), [anon_sym_u32] = ACTIONS(1719), [anon_sym_i32] = ACTIONS(1719), [anon_sym_u64] = ACTIONS(1719), [anon_sym_i64] = ACTIONS(1719), [anon_sym_u128] = ACTIONS(1719), [anon_sym_i128] = ACTIONS(1719), [anon_sym_isize] = ACTIONS(1719), [anon_sym_usize] = ACTIONS(1719), [anon_sym_f32] = ACTIONS(1719), [anon_sym_f64] = ACTIONS(1719), [anon_sym_bool] = ACTIONS(1719), [anon_sym_str] = ACTIONS(1719), [anon_sym_char] = ACTIONS(1719), [anon_sym_async] = ACTIONS(1719), [anon_sym_break] = ACTIONS(1719), [anon_sym_const] = ACTIONS(1719), [anon_sym_continue] = ACTIONS(1719), [anon_sym_default] = ACTIONS(1719), [anon_sym_enum] = ACTIONS(1719), [anon_sym_fn] = ACTIONS(1719), [anon_sym_for] = ACTIONS(1719), [anon_sym_if] = ACTIONS(1719), [anon_sym_impl] = ACTIONS(1719), [anon_sym_let] = ACTIONS(1719), [anon_sym_loop] = ACTIONS(1719), [anon_sym_match] = ACTIONS(1719), [anon_sym_mod] = ACTIONS(1719), [anon_sym_pub] = ACTIONS(1719), [anon_sym_return] = ACTIONS(1719), [anon_sym_static] = ACTIONS(1719), [anon_sym_struct] = ACTIONS(1719), [anon_sym_trait] = ACTIONS(1719), [anon_sym_type] = ACTIONS(1719), [anon_sym_union] = ACTIONS(1719), [anon_sym_unsafe] = ACTIONS(1719), [anon_sym_use] = ACTIONS(1719), [anon_sym_while] = ACTIONS(1719), [anon_sym_POUND] = ACTIONS(1717), [anon_sym_BANG] = ACTIONS(1717), [anon_sym_extern] = ACTIONS(1719), [anon_sym_LT] = ACTIONS(1717), [anon_sym_COLON_COLON] = ACTIONS(1717), [anon_sym_AMP] = ACTIONS(1717), [anon_sym_SQUOTE] = ACTIONS(1719), [anon_sym_DOT_DOT] = ACTIONS(1717), [anon_sym_DASH] = ACTIONS(1717), [anon_sym_PIPE] = ACTIONS(1717), [anon_sym_move] = ACTIONS(1719), [sym_integer_literal] = ACTIONS(1717), [aux_sym_string_literal_token1] = ACTIONS(1717), [sym_char_literal] = ACTIONS(1717), [anon_sym_true] = ACTIONS(1719), [anon_sym_false] = ACTIONS(1719), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1719), [sym_super] = ACTIONS(1719), [sym_crate] = ACTIONS(1719), [sym_metavariable] = ACTIONS(1717), [sym_raw_string_literal] = ACTIONS(1717), [sym_float_literal] = ACTIONS(1717), [sym_block_comment] = ACTIONS(3), }, [380] = { [ts_builtin_sym_end] = ACTIONS(1721), [sym_identifier] = ACTIONS(1723), [anon_sym_SEMI] = ACTIONS(1721), [anon_sym_macro_rules_BANG] = ACTIONS(1721), [anon_sym_LPAREN] = ACTIONS(1721), [anon_sym_LBRACE] = ACTIONS(1721), [anon_sym_RBRACE] = ACTIONS(1721), [anon_sym_LBRACK] = ACTIONS(1721), [anon_sym_STAR] = ACTIONS(1721), [anon_sym_u8] = ACTIONS(1723), [anon_sym_i8] = ACTIONS(1723), [anon_sym_u16] = ACTIONS(1723), [anon_sym_i16] = ACTIONS(1723), [anon_sym_u32] = ACTIONS(1723), [anon_sym_i32] = ACTIONS(1723), [anon_sym_u64] = ACTIONS(1723), [anon_sym_i64] = ACTIONS(1723), [anon_sym_u128] = ACTIONS(1723), [anon_sym_i128] = ACTIONS(1723), [anon_sym_isize] = ACTIONS(1723), [anon_sym_usize] = ACTIONS(1723), [anon_sym_f32] = ACTIONS(1723), [anon_sym_f64] = ACTIONS(1723), [anon_sym_bool] = ACTIONS(1723), [anon_sym_str] = ACTIONS(1723), [anon_sym_char] = ACTIONS(1723), [anon_sym_async] = ACTIONS(1723), [anon_sym_break] = ACTIONS(1723), [anon_sym_const] = ACTIONS(1723), [anon_sym_continue] = ACTIONS(1723), [anon_sym_default] = ACTIONS(1723), [anon_sym_enum] = ACTIONS(1723), [anon_sym_fn] = ACTIONS(1723), [anon_sym_for] = ACTIONS(1723), [anon_sym_if] = ACTIONS(1723), [anon_sym_impl] = ACTIONS(1723), [anon_sym_let] = ACTIONS(1723), [anon_sym_loop] = ACTIONS(1723), [anon_sym_match] = ACTIONS(1723), [anon_sym_mod] = ACTIONS(1723), [anon_sym_pub] = ACTIONS(1723), [anon_sym_return] = ACTIONS(1723), [anon_sym_static] = ACTIONS(1723), [anon_sym_struct] = ACTIONS(1723), [anon_sym_trait] = ACTIONS(1723), [anon_sym_type] = ACTIONS(1723), [anon_sym_union] = ACTIONS(1723), [anon_sym_unsafe] = ACTIONS(1723), [anon_sym_use] = ACTIONS(1723), [anon_sym_while] = ACTIONS(1723), [anon_sym_POUND] = ACTIONS(1721), [anon_sym_BANG] = ACTIONS(1721), [anon_sym_extern] = ACTIONS(1723), [anon_sym_LT] = ACTIONS(1721), [anon_sym_COLON_COLON] = ACTIONS(1721), [anon_sym_AMP] = ACTIONS(1721), [anon_sym_SQUOTE] = ACTIONS(1723), [anon_sym_DOT_DOT] = ACTIONS(1721), [anon_sym_DASH] = ACTIONS(1721), [anon_sym_PIPE] = ACTIONS(1721), [anon_sym_move] = ACTIONS(1723), [sym_integer_literal] = ACTIONS(1721), [aux_sym_string_literal_token1] = ACTIONS(1721), [sym_char_literal] = ACTIONS(1721), [anon_sym_true] = ACTIONS(1723), [anon_sym_false] = ACTIONS(1723), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1723), [sym_super] = ACTIONS(1723), [sym_crate] = ACTIONS(1723), [sym_metavariable] = ACTIONS(1721), [sym_raw_string_literal] = ACTIONS(1721), [sym_float_literal] = ACTIONS(1721), [sym_block_comment] = ACTIONS(3), }, [381] = { [ts_builtin_sym_end] = ACTIONS(1725), [sym_identifier] = ACTIONS(1727), [anon_sym_SEMI] = ACTIONS(1725), [anon_sym_macro_rules_BANG] = ACTIONS(1725), [anon_sym_LPAREN] = ACTIONS(1725), [anon_sym_LBRACE] = ACTIONS(1725), [anon_sym_RBRACE] = ACTIONS(1725), [anon_sym_LBRACK] = ACTIONS(1725), [anon_sym_STAR] = ACTIONS(1725), [anon_sym_u8] = ACTIONS(1727), [anon_sym_i8] = ACTIONS(1727), [anon_sym_u16] = ACTIONS(1727), [anon_sym_i16] = ACTIONS(1727), [anon_sym_u32] = ACTIONS(1727), [anon_sym_i32] = ACTIONS(1727), [anon_sym_u64] = ACTIONS(1727), [anon_sym_i64] = ACTIONS(1727), [anon_sym_u128] = ACTIONS(1727), [anon_sym_i128] = ACTIONS(1727), [anon_sym_isize] = ACTIONS(1727), [anon_sym_usize] = ACTIONS(1727), [anon_sym_f32] = ACTIONS(1727), [anon_sym_f64] = ACTIONS(1727), [anon_sym_bool] = ACTIONS(1727), [anon_sym_str] = ACTIONS(1727), [anon_sym_char] = ACTIONS(1727), [anon_sym_async] = ACTIONS(1727), [anon_sym_break] = ACTIONS(1727), [anon_sym_const] = ACTIONS(1727), [anon_sym_continue] = ACTIONS(1727), [anon_sym_default] = ACTIONS(1727), [anon_sym_enum] = ACTIONS(1727), [anon_sym_fn] = ACTIONS(1727), [anon_sym_for] = ACTIONS(1727), [anon_sym_if] = ACTIONS(1727), [anon_sym_impl] = ACTIONS(1727), [anon_sym_let] = ACTIONS(1727), [anon_sym_loop] = ACTIONS(1727), [anon_sym_match] = ACTIONS(1727), [anon_sym_mod] = ACTIONS(1727), [anon_sym_pub] = ACTIONS(1727), [anon_sym_return] = ACTIONS(1727), [anon_sym_static] = ACTIONS(1727), [anon_sym_struct] = ACTIONS(1727), [anon_sym_trait] = ACTIONS(1727), [anon_sym_type] = ACTIONS(1727), [anon_sym_union] = ACTIONS(1727), [anon_sym_unsafe] = ACTIONS(1727), [anon_sym_use] = ACTIONS(1727), [anon_sym_while] = ACTIONS(1727), [anon_sym_POUND] = ACTIONS(1725), [anon_sym_BANG] = ACTIONS(1725), [anon_sym_extern] = ACTIONS(1727), [anon_sym_LT] = ACTIONS(1725), [anon_sym_COLON_COLON] = ACTIONS(1725), [anon_sym_AMP] = ACTIONS(1725), [anon_sym_SQUOTE] = ACTIONS(1727), [anon_sym_DOT_DOT] = ACTIONS(1725), [anon_sym_DASH] = ACTIONS(1725), [anon_sym_PIPE] = ACTIONS(1725), [anon_sym_move] = ACTIONS(1727), [sym_integer_literal] = ACTIONS(1725), [aux_sym_string_literal_token1] = ACTIONS(1725), [sym_char_literal] = ACTIONS(1725), [anon_sym_true] = ACTIONS(1727), [anon_sym_false] = ACTIONS(1727), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1727), [sym_super] = ACTIONS(1727), [sym_crate] = ACTIONS(1727), [sym_metavariable] = ACTIONS(1725), [sym_raw_string_literal] = ACTIONS(1725), [sym_float_literal] = ACTIONS(1725), [sym_block_comment] = ACTIONS(3), }, [382] = { [ts_builtin_sym_end] = ACTIONS(1729), [sym_identifier] = ACTIONS(1731), [anon_sym_SEMI] = ACTIONS(1729), [anon_sym_macro_rules_BANG] = ACTIONS(1729), [anon_sym_LPAREN] = ACTIONS(1729), [anon_sym_LBRACE] = ACTIONS(1729), [anon_sym_RBRACE] = ACTIONS(1729), [anon_sym_LBRACK] = ACTIONS(1729), [anon_sym_STAR] = ACTIONS(1729), [anon_sym_u8] = ACTIONS(1731), [anon_sym_i8] = ACTIONS(1731), [anon_sym_u16] = ACTIONS(1731), [anon_sym_i16] = ACTIONS(1731), [anon_sym_u32] = ACTIONS(1731), [anon_sym_i32] = ACTIONS(1731), [anon_sym_u64] = ACTIONS(1731), [anon_sym_i64] = ACTIONS(1731), [anon_sym_u128] = ACTIONS(1731), [anon_sym_i128] = ACTIONS(1731), [anon_sym_isize] = ACTIONS(1731), [anon_sym_usize] = ACTIONS(1731), [anon_sym_f32] = ACTIONS(1731), [anon_sym_f64] = ACTIONS(1731), [anon_sym_bool] = ACTIONS(1731), [anon_sym_str] = ACTIONS(1731), [anon_sym_char] = ACTIONS(1731), [anon_sym_async] = ACTIONS(1731), [anon_sym_break] = ACTIONS(1731), [anon_sym_const] = ACTIONS(1731), [anon_sym_continue] = ACTIONS(1731), [anon_sym_default] = ACTIONS(1731), [anon_sym_enum] = ACTIONS(1731), [anon_sym_fn] = ACTIONS(1731), [anon_sym_for] = ACTIONS(1731), [anon_sym_if] = ACTIONS(1731), [anon_sym_impl] = ACTIONS(1731), [anon_sym_let] = ACTIONS(1731), [anon_sym_loop] = ACTIONS(1731), [anon_sym_match] = ACTIONS(1731), [anon_sym_mod] = ACTIONS(1731), [anon_sym_pub] = ACTIONS(1731), [anon_sym_return] = ACTIONS(1731), [anon_sym_static] = ACTIONS(1731), [anon_sym_struct] = ACTIONS(1731), [anon_sym_trait] = ACTIONS(1731), [anon_sym_type] = ACTIONS(1731), [anon_sym_union] = ACTIONS(1731), [anon_sym_unsafe] = ACTIONS(1731), [anon_sym_use] = ACTIONS(1731), [anon_sym_while] = ACTIONS(1731), [anon_sym_POUND] = ACTIONS(1729), [anon_sym_BANG] = ACTIONS(1729), [anon_sym_extern] = ACTIONS(1731), [anon_sym_LT] = ACTIONS(1729), [anon_sym_COLON_COLON] = ACTIONS(1729), [anon_sym_AMP] = ACTIONS(1729), [anon_sym_SQUOTE] = ACTIONS(1731), [anon_sym_DOT_DOT] = ACTIONS(1729), [anon_sym_DASH] = ACTIONS(1729), [anon_sym_PIPE] = ACTIONS(1729), [anon_sym_move] = ACTIONS(1731), [sym_integer_literal] = ACTIONS(1729), [aux_sym_string_literal_token1] = ACTIONS(1729), [sym_char_literal] = ACTIONS(1729), [anon_sym_true] = ACTIONS(1731), [anon_sym_false] = ACTIONS(1731), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1731), [sym_super] = ACTIONS(1731), [sym_crate] = ACTIONS(1731), [sym_metavariable] = ACTIONS(1729), [sym_raw_string_literal] = ACTIONS(1729), [sym_float_literal] = ACTIONS(1729), [sym_block_comment] = ACTIONS(3), }, [383] = { [ts_builtin_sym_end] = ACTIONS(1733), [sym_identifier] = ACTIONS(1735), [anon_sym_SEMI] = ACTIONS(1733), [anon_sym_macro_rules_BANG] = ACTIONS(1733), [anon_sym_LPAREN] = ACTIONS(1733), [anon_sym_LBRACE] = ACTIONS(1733), [anon_sym_RBRACE] = ACTIONS(1733), [anon_sym_LBRACK] = ACTIONS(1733), [anon_sym_STAR] = ACTIONS(1733), [anon_sym_u8] = ACTIONS(1735), [anon_sym_i8] = ACTIONS(1735), [anon_sym_u16] = ACTIONS(1735), [anon_sym_i16] = ACTIONS(1735), [anon_sym_u32] = ACTIONS(1735), [anon_sym_i32] = ACTIONS(1735), [anon_sym_u64] = ACTIONS(1735), [anon_sym_i64] = ACTIONS(1735), [anon_sym_u128] = ACTIONS(1735), [anon_sym_i128] = ACTIONS(1735), [anon_sym_isize] = ACTIONS(1735), [anon_sym_usize] = ACTIONS(1735), [anon_sym_f32] = ACTIONS(1735), [anon_sym_f64] = ACTIONS(1735), [anon_sym_bool] = ACTIONS(1735), [anon_sym_str] = ACTIONS(1735), [anon_sym_char] = ACTIONS(1735), [anon_sym_async] = ACTIONS(1735), [anon_sym_break] = ACTIONS(1735), [anon_sym_const] = ACTIONS(1735), [anon_sym_continue] = ACTIONS(1735), [anon_sym_default] = ACTIONS(1735), [anon_sym_enum] = ACTIONS(1735), [anon_sym_fn] = ACTIONS(1735), [anon_sym_for] = ACTIONS(1735), [anon_sym_if] = ACTIONS(1735), [anon_sym_impl] = ACTIONS(1735), [anon_sym_let] = ACTIONS(1735), [anon_sym_loop] = ACTIONS(1735), [anon_sym_match] = ACTIONS(1735), [anon_sym_mod] = ACTIONS(1735), [anon_sym_pub] = ACTIONS(1735), [anon_sym_return] = ACTIONS(1735), [anon_sym_static] = ACTIONS(1735), [anon_sym_struct] = ACTIONS(1735), [anon_sym_trait] = ACTIONS(1735), [anon_sym_type] = ACTIONS(1735), [anon_sym_union] = ACTIONS(1735), [anon_sym_unsafe] = ACTIONS(1735), [anon_sym_use] = ACTIONS(1735), [anon_sym_while] = ACTIONS(1735), [anon_sym_POUND] = ACTIONS(1733), [anon_sym_BANG] = ACTIONS(1733), [anon_sym_extern] = ACTIONS(1735), [anon_sym_LT] = ACTIONS(1733), [anon_sym_COLON_COLON] = ACTIONS(1733), [anon_sym_AMP] = ACTIONS(1733), [anon_sym_SQUOTE] = ACTIONS(1735), [anon_sym_DOT_DOT] = ACTIONS(1733), [anon_sym_DASH] = ACTIONS(1733), [anon_sym_PIPE] = ACTIONS(1733), [anon_sym_move] = ACTIONS(1735), [sym_integer_literal] = ACTIONS(1733), [aux_sym_string_literal_token1] = ACTIONS(1733), [sym_char_literal] = ACTIONS(1733), [anon_sym_true] = ACTIONS(1735), [anon_sym_false] = ACTIONS(1735), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1735), [sym_super] = ACTIONS(1735), [sym_crate] = ACTIONS(1735), [sym_metavariable] = ACTIONS(1733), [sym_raw_string_literal] = ACTIONS(1733), [sym_float_literal] = ACTIONS(1733), [sym_block_comment] = ACTIONS(3), }, [384] = { [ts_builtin_sym_end] = ACTIONS(1737), [sym_identifier] = ACTIONS(1739), [anon_sym_SEMI] = ACTIONS(1737), [anon_sym_macro_rules_BANG] = ACTIONS(1737), [anon_sym_LPAREN] = ACTIONS(1737), [anon_sym_LBRACE] = ACTIONS(1737), [anon_sym_RBRACE] = ACTIONS(1737), [anon_sym_LBRACK] = ACTIONS(1737), [anon_sym_STAR] = ACTIONS(1737), [anon_sym_u8] = ACTIONS(1739), [anon_sym_i8] = ACTIONS(1739), [anon_sym_u16] = ACTIONS(1739), [anon_sym_i16] = ACTIONS(1739), [anon_sym_u32] = ACTIONS(1739), [anon_sym_i32] = ACTIONS(1739), [anon_sym_u64] = ACTIONS(1739), [anon_sym_i64] = ACTIONS(1739), [anon_sym_u128] = ACTIONS(1739), [anon_sym_i128] = ACTIONS(1739), [anon_sym_isize] = ACTIONS(1739), [anon_sym_usize] = ACTIONS(1739), [anon_sym_f32] = ACTIONS(1739), [anon_sym_f64] = ACTIONS(1739), [anon_sym_bool] = ACTIONS(1739), [anon_sym_str] = ACTIONS(1739), [anon_sym_char] = ACTIONS(1739), [anon_sym_async] = ACTIONS(1739), [anon_sym_break] = ACTIONS(1739), [anon_sym_const] = ACTIONS(1739), [anon_sym_continue] = ACTIONS(1739), [anon_sym_default] = ACTIONS(1739), [anon_sym_enum] = ACTIONS(1739), [anon_sym_fn] = ACTIONS(1739), [anon_sym_for] = ACTIONS(1739), [anon_sym_if] = ACTIONS(1739), [anon_sym_impl] = ACTIONS(1739), [anon_sym_let] = ACTIONS(1739), [anon_sym_loop] = ACTIONS(1739), [anon_sym_match] = ACTIONS(1739), [anon_sym_mod] = ACTIONS(1739), [anon_sym_pub] = ACTIONS(1739), [anon_sym_return] = ACTIONS(1739), [anon_sym_static] = ACTIONS(1739), [anon_sym_struct] = ACTIONS(1739), [anon_sym_trait] = ACTIONS(1739), [anon_sym_type] = ACTIONS(1739), [anon_sym_union] = ACTIONS(1739), [anon_sym_unsafe] = ACTIONS(1739), [anon_sym_use] = ACTIONS(1739), [anon_sym_while] = ACTIONS(1739), [anon_sym_POUND] = ACTIONS(1737), [anon_sym_BANG] = ACTIONS(1737), [anon_sym_extern] = ACTIONS(1739), [anon_sym_LT] = ACTIONS(1737), [anon_sym_COLON_COLON] = ACTIONS(1737), [anon_sym_AMP] = ACTIONS(1737), [anon_sym_SQUOTE] = ACTIONS(1739), [anon_sym_DOT_DOT] = ACTIONS(1737), [anon_sym_DASH] = ACTIONS(1737), [anon_sym_PIPE] = ACTIONS(1737), [anon_sym_move] = ACTIONS(1739), [sym_integer_literal] = ACTIONS(1737), [aux_sym_string_literal_token1] = ACTIONS(1737), [sym_char_literal] = ACTIONS(1737), [anon_sym_true] = ACTIONS(1739), [anon_sym_false] = ACTIONS(1739), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1739), [sym_super] = ACTIONS(1739), [sym_crate] = ACTIONS(1739), [sym_metavariable] = ACTIONS(1737), [sym_raw_string_literal] = ACTIONS(1737), [sym_float_literal] = ACTIONS(1737), [sym_block_comment] = ACTIONS(3), }, [385] = { [ts_builtin_sym_end] = ACTIONS(1741), [sym_identifier] = ACTIONS(1743), [anon_sym_SEMI] = ACTIONS(1741), [anon_sym_macro_rules_BANG] = ACTIONS(1741), [anon_sym_LPAREN] = ACTIONS(1741), [anon_sym_LBRACE] = ACTIONS(1741), [anon_sym_RBRACE] = ACTIONS(1741), [anon_sym_LBRACK] = ACTIONS(1741), [anon_sym_STAR] = ACTIONS(1741), [anon_sym_u8] = ACTIONS(1743), [anon_sym_i8] = ACTIONS(1743), [anon_sym_u16] = ACTIONS(1743), [anon_sym_i16] = ACTIONS(1743), [anon_sym_u32] = ACTIONS(1743), [anon_sym_i32] = ACTIONS(1743), [anon_sym_u64] = ACTIONS(1743), [anon_sym_i64] = ACTIONS(1743), [anon_sym_u128] = ACTIONS(1743), [anon_sym_i128] = ACTIONS(1743), [anon_sym_isize] = ACTIONS(1743), [anon_sym_usize] = ACTIONS(1743), [anon_sym_f32] = ACTIONS(1743), [anon_sym_f64] = ACTIONS(1743), [anon_sym_bool] = ACTIONS(1743), [anon_sym_str] = ACTIONS(1743), [anon_sym_char] = ACTIONS(1743), [anon_sym_async] = ACTIONS(1743), [anon_sym_break] = ACTIONS(1743), [anon_sym_const] = ACTIONS(1743), [anon_sym_continue] = ACTIONS(1743), [anon_sym_default] = ACTIONS(1743), [anon_sym_enum] = ACTIONS(1743), [anon_sym_fn] = ACTIONS(1743), [anon_sym_for] = ACTIONS(1743), [anon_sym_if] = ACTIONS(1743), [anon_sym_impl] = ACTIONS(1743), [anon_sym_let] = ACTIONS(1743), [anon_sym_loop] = ACTIONS(1743), [anon_sym_match] = ACTIONS(1743), [anon_sym_mod] = ACTIONS(1743), [anon_sym_pub] = ACTIONS(1743), [anon_sym_return] = ACTIONS(1743), [anon_sym_static] = ACTIONS(1743), [anon_sym_struct] = ACTIONS(1743), [anon_sym_trait] = ACTIONS(1743), [anon_sym_type] = ACTIONS(1743), [anon_sym_union] = ACTIONS(1743), [anon_sym_unsafe] = ACTIONS(1743), [anon_sym_use] = ACTIONS(1743), [anon_sym_while] = ACTIONS(1743), [anon_sym_POUND] = ACTIONS(1741), [anon_sym_BANG] = ACTIONS(1741), [anon_sym_extern] = ACTIONS(1743), [anon_sym_LT] = ACTIONS(1741), [anon_sym_COLON_COLON] = ACTIONS(1741), [anon_sym_AMP] = ACTIONS(1741), [anon_sym_SQUOTE] = ACTIONS(1743), [anon_sym_DOT_DOT] = ACTIONS(1741), [anon_sym_DASH] = ACTIONS(1741), [anon_sym_PIPE] = ACTIONS(1741), [anon_sym_move] = ACTIONS(1743), [sym_integer_literal] = ACTIONS(1741), [aux_sym_string_literal_token1] = ACTIONS(1741), [sym_char_literal] = ACTIONS(1741), [anon_sym_true] = ACTIONS(1743), [anon_sym_false] = ACTIONS(1743), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1743), [sym_super] = ACTIONS(1743), [sym_crate] = ACTIONS(1743), [sym_metavariable] = ACTIONS(1741), [sym_raw_string_literal] = ACTIONS(1741), [sym_float_literal] = ACTIONS(1741), [sym_block_comment] = ACTIONS(3), }, [386] = { [ts_builtin_sym_end] = ACTIONS(1745), [sym_identifier] = ACTIONS(1747), [anon_sym_SEMI] = ACTIONS(1745), [anon_sym_macro_rules_BANG] = ACTIONS(1745), [anon_sym_LPAREN] = ACTIONS(1745), [anon_sym_LBRACE] = ACTIONS(1745), [anon_sym_RBRACE] = ACTIONS(1745), [anon_sym_LBRACK] = ACTIONS(1745), [anon_sym_STAR] = ACTIONS(1745), [anon_sym_u8] = ACTIONS(1747), [anon_sym_i8] = ACTIONS(1747), [anon_sym_u16] = ACTIONS(1747), [anon_sym_i16] = ACTIONS(1747), [anon_sym_u32] = ACTIONS(1747), [anon_sym_i32] = ACTIONS(1747), [anon_sym_u64] = ACTIONS(1747), [anon_sym_i64] = ACTIONS(1747), [anon_sym_u128] = ACTIONS(1747), [anon_sym_i128] = ACTIONS(1747), [anon_sym_isize] = ACTIONS(1747), [anon_sym_usize] = ACTIONS(1747), [anon_sym_f32] = ACTIONS(1747), [anon_sym_f64] = ACTIONS(1747), [anon_sym_bool] = ACTIONS(1747), [anon_sym_str] = ACTIONS(1747), [anon_sym_char] = ACTIONS(1747), [anon_sym_async] = ACTIONS(1747), [anon_sym_break] = ACTIONS(1747), [anon_sym_const] = ACTIONS(1747), [anon_sym_continue] = ACTIONS(1747), [anon_sym_default] = ACTIONS(1747), [anon_sym_enum] = ACTIONS(1747), [anon_sym_fn] = ACTIONS(1747), [anon_sym_for] = ACTIONS(1747), [anon_sym_if] = ACTIONS(1747), [anon_sym_impl] = ACTIONS(1747), [anon_sym_let] = ACTIONS(1747), [anon_sym_loop] = ACTIONS(1747), [anon_sym_match] = ACTIONS(1747), [anon_sym_mod] = ACTIONS(1747), [anon_sym_pub] = ACTIONS(1747), [anon_sym_return] = ACTIONS(1747), [anon_sym_static] = ACTIONS(1747), [anon_sym_struct] = ACTIONS(1747), [anon_sym_trait] = ACTIONS(1747), [anon_sym_type] = ACTIONS(1747), [anon_sym_union] = ACTIONS(1747), [anon_sym_unsafe] = ACTIONS(1747), [anon_sym_use] = ACTIONS(1747), [anon_sym_while] = ACTIONS(1747), [anon_sym_POUND] = ACTIONS(1745), [anon_sym_BANG] = ACTIONS(1745), [anon_sym_extern] = ACTIONS(1747), [anon_sym_LT] = ACTIONS(1745), [anon_sym_COLON_COLON] = ACTIONS(1745), [anon_sym_AMP] = ACTIONS(1745), [anon_sym_SQUOTE] = ACTIONS(1747), [anon_sym_DOT_DOT] = ACTIONS(1745), [anon_sym_DASH] = ACTIONS(1745), [anon_sym_PIPE] = ACTIONS(1745), [anon_sym_move] = ACTIONS(1747), [sym_integer_literal] = ACTIONS(1745), [aux_sym_string_literal_token1] = ACTIONS(1745), [sym_char_literal] = ACTIONS(1745), [anon_sym_true] = ACTIONS(1747), [anon_sym_false] = ACTIONS(1747), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1747), [sym_super] = ACTIONS(1747), [sym_crate] = ACTIONS(1747), [sym_metavariable] = ACTIONS(1745), [sym_raw_string_literal] = ACTIONS(1745), [sym_float_literal] = ACTIONS(1745), [sym_block_comment] = ACTIONS(3), }, [387] = { [ts_builtin_sym_end] = ACTIONS(1749), [sym_identifier] = ACTIONS(1751), [anon_sym_SEMI] = ACTIONS(1749), [anon_sym_macro_rules_BANG] = ACTIONS(1749), [anon_sym_LPAREN] = ACTIONS(1749), [anon_sym_LBRACE] = ACTIONS(1749), [anon_sym_RBRACE] = ACTIONS(1749), [anon_sym_LBRACK] = ACTIONS(1749), [anon_sym_STAR] = ACTIONS(1749), [anon_sym_u8] = ACTIONS(1751), [anon_sym_i8] = ACTIONS(1751), [anon_sym_u16] = ACTIONS(1751), [anon_sym_i16] = ACTIONS(1751), [anon_sym_u32] = ACTIONS(1751), [anon_sym_i32] = ACTIONS(1751), [anon_sym_u64] = ACTIONS(1751), [anon_sym_i64] = ACTIONS(1751), [anon_sym_u128] = ACTIONS(1751), [anon_sym_i128] = ACTIONS(1751), [anon_sym_isize] = ACTIONS(1751), [anon_sym_usize] = ACTIONS(1751), [anon_sym_f32] = ACTIONS(1751), [anon_sym_f64] = ACTIONS(1751), [anon_sym_bool] = ACTIONS(1751), [anon_sym_str] = ACTIONS(1751), [anon_sym_char] = ACTIONS(1751), [anon_sym_async] = ACTIONS(1751), [anon_sym_break] = ACTIONS(1751), [anon_sym_const] = ACTIONS(1751), [anon_sym_continue] = ACTIONS(1751), [anon_sym_default] = ACTIONS(1751), [anon_sym_enum] = ACTIONS(1751), [anon_sym_fn] = ACTIONS(1751), [anon_sym_for] = ACTIONS(1751), [anon_sym_if] = ACTIONS(1751), [anon_sym_impl] = ACTIONS(1751), [anon_sym_let] = ACTIONS(1751), [anon_sym_loop] = ACTIONS(1751), [anon_sym_match] = ACTIONS(1751), [anon_sym_mod] = ACTIONS(1751), [anon_sym_pub] = ACTIONS(1751), [anon_sym_return] = ACTIONS(1751), [anon_sym_static] = ACTIONS(1751), [anon_sym_struct] = ACTIONS(1751), [anon_sym_trait] = ACTIONS(1751), [anon_sym_type] = ACTIONS(1751), [anon_sym_union] = ACTIONS(1751), [anon_sym_unsafe] = ACTIONS(1751), [anon_sym_use] = ACTIONS(1751), [anon_sym_while] = ACTIONS(1751), [anon_sym_POUND] = ACTIONS(1749), [anon_sym_BANG] = ACTIONS(1749), [anon_sym_extern] = ACTIONS(1751), [anon_sym_LT] = ACTIONS(1749), [anon_sym_COLON_COLON] = ACTIONS(1749), [anon_sym_AMP] = ACTIONS(1749), [anon_sym_SQUOTE] = ACTIONS(1751), [anon_sym_DOT_DOT] = ACTIONS(1749), [anon_sym_DASH] = ACTIONS(1749), [anon_sym_PIPE] = ACTIONS(1749), [anon_sym_move] = ACTIONS(1751), [sym_integer_literal] = ACTIONS(1749), [aux_sym_string_literal_token1] = ACTIONS(1749), [sym_char_literal] = ACTIONS(1749), [anon_sym_true] = ACTIONS(1751), [anon_sym_false] = ACTIONS(1751), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1751), [sym_super] = ACTIONS(1751), [sym_crate] = ACTIONS(1751), [sym_metavariable] = ACTIONS(1749), [sym_raw_string_literal] = ACTIONS(1749), [sym_float_literal] = ACTIONS(1749), [sym_block_comment] = ACTIONS(3), }, [388] = { [ts_builtin_sym_end] = ACTIONS(1753), [sym_identifier] = ACTIONS(1755), [anon_sym_SEMI] = ACTIONS(1753), [anon_sym_macro_rules_BANG] = ACTIONS(1753), [anon_sym_LPAREN] = ACTIONS(1753), [anon_sym_LBRACE] = ACTIONS(1753), [anon_sym_RBRACE] = ACTIONS(1753), [anon_sym_LBRACK] = ACTIONS(1753), [anon_sym_STAR] = ACTIONS(1753), [anon_sym_u8] = ACTIONS(1755), [anon_sym_i8] = ACTIONS(1755), [anon_sym_u16] = ACTIONS(1755), [anon_sym_i16] = ACTIONS(1755), [anon_sym_u32] = ACTIONS(1755), [anon_sym_i32] = ACTIONS(1755), [anon_sym_u64] = ACTIONS(1755), [anon_sym_i64] = ACTIONS(1755), [anon_sym_u128] = ACTIONS(1755), [anon_sym_i128] = ACTIONS(1755), [anon_sym_isize] = ACTIONS(1755), [anon_sym_usize] = ACTIONS(1755), [anon_sym_f32] = ACTIONS(1755), [anon_sym_f64] = ACTIONS(1755), [anon_sym_bool] = ACTIONS(1755), [anon_sym_str] = ACTIONS(1755), [anon_sym_char] = ACTIONS(1755), [anon_sym_async] = ACTIONS(1755), [anon_sym_break] = ACTIONS(1755), [anon_sym_const] = ACTIONS(1755), [anon_sym_continue] = ACTIONS(1755), [anon_sym_default] = ACTIONS(1755), [anon_sym_enum] = ACTIONS(1755), [anon_sym_fn] = ACTIONS(1755), [anon_sym_for] = ACTIONS(1755), [anon_sym_if] = ACTIONS(1755), [anon_sym_impl] = ACTIONS(1755), [anon_sym_let] = ACTIONS(1755), [anon_sym_loop] = ACTIONS(1755), [anon_sym_match] = ACTIONS(1755), [anon_sym_mod] = ACTIONS(1755), [anon_sym_pub] = ACTIONS(1755), [anon_sym_return] = ACTIONS(1755), [anon_sym_static] = ACTIONS(1755), [anon_sym_struct] = ACTIONS(1755), [anon_sym_trait] = ACTIONS(1755), [anon_sym_type] = ACTIONS(1755), [anon_sym_union] = ACTIONS(1755), [anon_sym_unsafe] = ACTIONS(1755), [anon_sym_use] = ACTIONS(1755), [anon_sym_while] = ACTIONS(1755), [anon_sym_POUND] = ACTIONS(1753), [anon_sym_BANG] = ACTIONS(1753), [anon_sym_extern] = ACTIONS(1755), [anon_sym_LT] = ACTIONS(1753), [anon_sym_COLON_COLON] = ACTIONS(1753), [anon_sym_AMP] = ACTIONS(1753), [anon_sym_SQUOTE] = ACTIONS(1755), [anon_sym_DOT_DOT] = ACTIONS(1753), [anon_sym_DASH] = ACTIONS(1753), [anon_sym_PIPE] = ACTIONS(1753), [anon_sym_move] = ACTIONS(1755), [sym_integer_literal] = ACTIONS(1753), [aux_sym_string_literal_token1] = ACTIONS(1753), [sym_char_literal] = ACTIONS(1753), [anon_sym_true] = ACTIONS(1755), [anon_sym_false] = ACTIONS(1755), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1755), [sym_super] = ACTIONS(1755), [sym_crate] = ACTIONS(1755), [sym_metavariable] = ACTIONS(1753), [sym_raw_string_literal] = ACTIONS(1753), [sym_float_literal] = ACTIONS(1753), [sym_block_comment] = ACTIONS(3), }, [389] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1830), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(1831), [sym_array_type] = STATE(1830), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1830), [sym_tuple_type] = STATE(1830), [sym_unit_type] = STATE(1830), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1830), [sym_type_binding] = STATE(2066), [sym_reference_type] = STATE(1830), [sym_pointer_type] = STATE(1830), [sym_empty_type] = STATE(1830), [sym_abstract_type] = STATE(1830), [sym_dynamic_type] = STATE(1830), [sym_macro_invocation] = STATE(1830), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [sym__literal] = STATE(2066), [sym_string_literal] = STATE(2066), [sym_boolean_literal] = STATE(2066), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(1075), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_integer_literal] = ACTIONS(1089), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(1089), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_raw_string_literal] = ACTIONS(1089), [sym_float_literal] = ACTIONS(1089), [sym_block_comment] = ACTIONS(3), }, [390] = { [ts_builtin_sym_end] = ACTIONS(1757), [sym_identifier] = ACTIONS(1759), [anon_sym_SEMI] = ACTIONS(1757), [anon_sym_macro_rules_BANG] = ACTIONS(1757), [anon_sym_LPAREN] = ACTIONS(1757), [anon_sym_LBRACE] = ACTIONS(1757), [anon_sym_RBRACE] = ACTIONS(1757), [anon_sym_LBRACK] = ACTIONS(1757), [anon_sym_STAR] = ACTIONS(1757), [anon_sym_u8] = ACTIONS(1759), [anon_sym_i8] = ACTIONS(1759), [anon_sym_u16] = ACTIONS(1759), [anon_sym_i16] = ACTIONS(1759), [anon_sym_u32] = ACTIONS(1759), [anon_sym_i32] = ACTIONS(1759), [anon_sym_u64] = ACTIONS(1759), [anon_sym_i64] = ACTIONS(1759), [anon_sym_u128] = ACTIONS(1759), [anon_sym_i128] = ACTIONS(1759), [anon_sym_isize] = ACTIONS(1759), [anon_sym_usize] = ACTIONS(1759), [anon_sym_f32] = ACTIONS(1759), [anon_sym_f64] = ACTIONS(1759), [anon_sym_bool] = ACTIONS(1759), [anon_sym_str] = ACTIONS(1759), [anon_sym_char] = ACTIONS(1759), [anon_sym_async] = ACTIONS(1759), [anon_sym_break] = ACTIONS(1759), [anon_sym_const] = ACTIONS(1759), [anon_sym_continue] = ACTIONS(1759), [anon_sym_default] = ACTIONS(1759), [anon_sym_enum] = ACTIONS(1759), [anon_sym_fn] = ACTIONS(1759), [anon_sym_for] = ACTIONS(1759), [anon_sym_if] = ACTIONS(1759), [anon_sym_impl] = ACTIONS(1759), [anon_sym_let] = ACTIONS(1759), [anon_sym_loop] = ACTIONS(1759), [anon_sym_match] = ACTIONS(1759), [anon_sym_mod] = ACTIONS(1759), [anon_sym_pub] = ACTIONS(1759), [anon_sym_return] = ACTIONS(1759), [anon_sym_static] = ACTIONS(1759), [anon_sym_struct] = ACTIONS(1759), [anon_sym_trait] = ACTIONS(1759), [anon_sym_type] = ACTIONS(1759), [anon_sym_union] = ACTIONS(1759), [anon_sym_unsafe] = ACTIONS(1759), [anon_sym_use] = ACTIONS(1759), [anon_sym_while] = ACTIONS(1759), [anon_sym_POUND] = ACTIONS(1757), [anon_sym_BANG] = ACTIONS(1757), [anon_sym_extern] = ACTIONS(1759), [anon_sym_LT] = ACTIONS(1757), [anon_sym_COLON_COLON] = ACTIONS(1757), [anon_sym_AMP] = ACTIONS(1757), [anon_sym_SQUOTE] = ACTIONS(1759), [anon_sym_DOT_DOT] = ACTIONS(1757), [anon_sym_DASH] = ACTIONS(1757), [anon_sym_PIPE] = ACTIONS(1757), [anon_sym_move] = ACTIONS(1759), [sym_integer_literal] = ACTIONS(1757), [aux_sym_string_literal_token1] = ACTIONS(1757), [sym_char_literal] = ACTIONS(1757), [anon_sym_true] = ACTIONS(1759), [anon_sym_false] = ACTIONS(1759), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1759), [sym_super] = ACTIONS(1759), [sym_crate] = ACTIONS(1759), [sym_metavariable] = ACTIONS(1757), [sym_raw_string_literal] = ACTIONS(1757), [sym_float_literal] = ACTIONS(1757), [sym_block_comment] = ACTIONS(3), }, [391] = { [ts_builtin_sym_end] = ACTIONS(1761), [sym_identifier] = ACTIONS(1763), [anon_sym_SEMI] = ACTIONS(1761), [anon_sym_macro_rules_BANG] = ACTIONS(1761), [anon_sym_LPAREN] = ACTIONS(1761), [anon_sym_LBRACE] = ACTIONS(1761), [anon_sym_RBRACE] = ACTIONS(1761), [anon_sym_LBRACK] = ACTIONS(1761), [anon_sym_STAR] = ACTIONS(1761), [anon_sym_u8] = ACTIONS(1763), [anon_sym_i8] = ACTIONS(1763), [anon_sym_u16] = ACTIONS(1763), [anon_sym_i16] = ACTIONS(1763), [anon_sym_u32] = ACTIONS(1763), [anon_sym_i32] = ACTIONS(1763), [anon_sym_u64] = ACTIONS(1763), [anon_sym_i64] = ACTIONS(1763), [anon_sym_u128] = ACTIONS(1763), [anon_sym_i128] = ACTIONS(1763), [anon_sym_isize] = ACTIONS(1763), [anon_sym_usize] = ACTIONS(1763), [anon_sym_f32] = ACTIONS(1763), [anon_sym_f64] = ACTIONS(1763), [anon_sym_bool] = ACTIONS(1763), [anon_sym_str] = ACTIONS(1763), [anon_sym_char] = ACTIONS(1763), [anon_sym_async] = ACTIONS(1763), [anon_sym_break] = ACTIONS(1763), [anon_sym_const] = ACTIONS(1763), [anon_sym_continue] = ACTIONS(1763), [anon_sym_default] = ACTIONS(1763), [anon_sym_enum] = ACTIONS(1763), [anon_sym_fn] = ACTIONS(1763), [anon_sym_for] = ACTIONS(1763), [anon_sym_if] = ACTIONS(1763), [anon_sym_impl] = ACTIONS(1763), [anon_sym_let] = ACTIONS(1763), [anon_sym_loop] = ACTIONS(1763), [anon_sym_match] = ACTIONS(1763), [anon_sym_mod] = ACTIONS(1763), [anon_sym_pub] = ACTIONS(1763), [anon_sym_return] = ACTIONS(1763), [anon_sym_static] = ACTIONS(1763), [anon_sym_struct] = ACTIONS(1763), [anon_sym_trait] = ACTIONS(1763), [anon_sym_type] = ACTIONS(1763), [anon_sym_union] = ACTIONS(1763), [anon_sym_unsafe] = ACTIONS(1763), [anon_sym_use] = ACTIONS(1763), [anon_sym_while] = ACTIONS(1763), [anon_sym_POUND] = ACTIONS(1761), [anon_sym_BANG] = ACTIONS(1761), [anon_sym_extern] = ACTIONS(1763), [anon_sym_LT] = ACTIONS(1761), [anon_sym_COLON_COLON] = ACTIONS(1761), [anon_sym_AMP] = ACTIONS(1761), [anon_sym_SQUOTE] = ACTIONS(1763), [anon_sym_DOT_DOT] = ACTIONS(1761), [anon_sym_DASH] = ACTIONS(1761), [anon_sym_PIPE] = ACTIONS(1761), [anon_sym_move] = ACTIONS(1763), [sym_integer_literal] = ACTIONS(1761), [aux_sym_string_literal_token1] = ACTIONS(1761), [sym_char_literal] = ACTIONS(1761), [anon_sym_true] = ACTIONS(1763), [anon_sym_false] = ACTIONS(1763), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1763), [sym_super] = ACTIONS(1763), [sym_crate] = ACTIONS(1763), [sym_metavariable] = ACTIONS(1761), [sym_raw_string_literal] = ACTIONS(1761), [sym_float_literal] = ACTIONS(1761), [sym_block_comment] = ACTIONS(3), }, [392] = { [ts_builtin_sym_end] = ACTIONS(1765), [sym_identifier] = ACTIONS(1767), [anon_sym_SEMI] = ACTIONS(1765), [anon_sym_macro_rules_BANG] = ACTIONS(1765), [anon_sym_LPAREN] = ACTIONS(1765), [anon_sym_LBRACE] = ACTIONS(1765), [anon_sym_RBRACE] = ACTIONS(1765), [anon_sym_LBRACK] = ACTIONS(1765), [anon_sym_STAR] = ACTIONS(1765), [anon_sym_u8] = ACTIONS(1767), [anon_sym_i8] = ACTIONS(1767), [anon_sym_u16] = ACTIONS(1767), [anon_sym_i16] = ACTIONS(1767), [anon_sym_u32] = ACTIONS(1767), [anon_sym_i32] = ACTIONS(1767), [anon_sym_u64] = ACTIONS(1767), [anon_sym_i64] = ACTIONS(1767), [anon_sym_u128] = ACTIONS(1767), [anon_sym_i128] = ACTIONS(1767), [anon_sym_isize] = ACTIONS(1767), [anon_sym_usize] = ACTIONS(1767), [anon_sym_f32] = ACTIONS(1767), [anon_sym_f64] = ACTIONS(1767), [anon_sym_bool] = ACTIONS(1767), [anon_sym_str] = ACTIONS(1767), [anon_sym_char] = ACTIONS(1767), [anon_sym_async] = ACTIONS(1767), [anon_sym_break] = ACTIONS(1767), [anon_sym_const] = ACTIONS(1767), [anon_sym_continue] = ACTIONS(1767), [anon_sym_default] = ACTIONS(1767), [anon_sym_enum] = ACTIONS(1767), [anon_sym_fn] = ACTIONS(1767), [anon_sym_for] = ACTIONS(1767), [anon_sym_if] = ACTIONS(1767), [anon_sym_impl] = ACTIONS(1767), [anon_sym_let] = ACTIONS(1767), [anon_sym_loop] = ACTIONS(1767), [anon_sym_match] = ACTIONS(1767), [anon_sym_mod] = ACTIONS(1767), [anon_sym_pub] = ACTIONS(1767), [anon_sym_return] = ACTIONS(1767), [anon_sym_static] = ACTIONS(1767), [anon_sym_struct] = ACTIONS(1767), [anon_sym_trait] = ACTIONS(1767), [anon_sym_type] = ACTIONS(1767), [anon_sym_union] = ACTIONS(1767), [anon_sym_unsafe] = ACTIONS(1767), [anon_sym_use] = ACTIONS(1767), [anon_sym_while] = ACTIONS(1767), [anon_sym_POUND] = ACTIONS(1765), [anon_sym_BANG] = ACTIONS(1765), [anon_sym_extern] = ACTIONS(1767), [anon_sym_LT] = ACTIONS(1765), [anon_sym_COLON_COLON] = ACTIONS(1765), [anon_sym_AMP] = ACTIONS(1765), [anon_sym_SQUOTE] = ACTIONS(1767), [anon_sym_DOT_DOT] = ACTIONS(1765), [anon_sym_DASH] = ACTIONS(1765), [anon_sym_PIPE] = ACTIONS(1765), [anon_sym_move] = ACTIONS(1767), [sym_integer_literal] = ACTIONS(1765), [aux_sym_string_literal_token1] = ACTIONS(1765), [sym_char_literal] = ACTIONS(1765), [anon_sym_true] = ACTIONS(1767), [anon_sym_false] = ACTIONS(1767), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1767), [sym_super] = ACTIONS(1767), [sym_crate] = ACTIONS(1767), [sym_metavariable] = ACTIONS(1765), [sym_raw_string_literal] = ACTIONS(1765), [sym_float_literal] = ACTIONS(1765), [sym_block_comment] = ACTIONS(3), }, [393] = { [ts_builtin_sym_end] = ACTIONS(1769), [sym_identifier] = ACTIONS(1771), [anon_sym_SEMI] = ACTIONS(1769), [anon_sym_macro_rules_BANG] = ACTIONS(1769), [anon_sym_LPAREN] = ACTIONS(1769), [anon_sym_LBRACE] = ACTIONS(1769), [anon_sym_RBRACE] = ACTIONS(1769), [anon_sym_LBRACK] = ACTIONS(1769), [anon_sym_STAR] = ACTIONS(1769), [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_async] = ACTIONS(1771), [anon_sym_break] = ACTIONS(1771), [anon_sym_const] = ACTIONS(1771), [anon_sym_continue] = ACTIONS(1771), [anon_sym_default] = ACTIONS(1771), [anon_sym_enum] = ACTIONS(1771), [anon_sym_fn] = ACTIONS(1771), [anon_sym_for] = ACTIONS(1771), [anon_sym_if] = ACTIONS(1771), [anon_sym_impl] = ACTIONS(1771), [anon_sym_let] = ACTIONS(1771), [anon_sym_loop] = ACTIONS(1771), [anon_sym_match] = ACTIONS(1771), [anon_sym_mod] = ACTIONS(1771), [anon_sym_pub] = ACTIONS(1771), [anon_sym_return] = ACTIONS(1771), [anon_sym_static] = ACTIONS(1771), [anon_sym_struct] = ACTIONS(1771), [anon_sym_trait] = ACTIONS(1771), [anon_sym_type] = ACTIONS(1771), [anon_sym_union] = ACTIONS(1771), [anon_sym_unsafe] = ACTIONS(1771), [anon_sym_use] = ACTIONS(1771), [anon_sym_while] = ACTIONS(1771), [anon_sym_POUND] = ACTIONS(1769), [anon_sym_BANG] = ACTIONS(1769), [anon_sym_extern] = ACTIONS(1771), [anon_sym_LT] = ACTIONS(1769), [anon_sym_COLON_COLON] = ACTIONS(1769), [anon_sym_AMP] = ACTIONS(1769), [anon_sym_SQUOTE] = ACTIONS(1771), [anon_sym_DOT_DOT] = ACTIONS(1769), [anon_sym_DASH] = ACTIONS(1769), [anon_sym_PIPE] = ACTIONS(1769), [anon_sym_move] = ACTIONS(1771), [sym_integer_literal] = ACTIONS(1769), [aux_sym_string_literal_token1] = ACTIONS(1769), [sym_char_literal] = ACTIONS(1769), [anon_sym_true] = ACTIONS(1771), [anon_sym_false] = ACTIONS(1771), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1771), [sym_super] = ACTIONS(1771), [sym_crate] = ACTIONS(1771), [sym_metavariable] = ACTIONS(1769), [sym_raw_string_literal] = ACTIONS(1769), [sym_float_literal] = ACTIONS(1769), [sym_block_comment] = ACTIONS(3), }, [394] = { [ts_builtin_sym_end] = ACTIONS(1773), [sym_identifier] = ACTIONS(1775), [anon_sym_SEMI] = ACTIONS(1773), [anon_sym_macro_rules_BANG] = ACTIONS(1773), [anon_sym_LPAREN] = ACTIONS(1773), [anon_sym_LBRACE] = ACTIONS(1773), [anon_sym_RBRACE] = ACTIONS(1773), [anon_sym_LBRACK] = ACTIONS(1773), [anon_sym_STAR] = ACTIONS(1773), [anon_sym_u8] = ACTIONS(1775), [anon_sym_i8] = ACTIONS(1775), [anon_sym_u16] = ACTIONS(1775), [anon_sym_i16] = ACTIONS(1775), [anon_sym_u32] = ACTIONS(1775), [anon_sym_i32] = ACTIONS(1775), [anon_sym_u64] = ACTIONS(1775), [anon_sym_i64] = ACTIONS(1775), [anon_sym_u128] = ACTIONS(1775), [anon_sym_i128] = ACTIONS(1775), [anon_sym_isize] = ACTIONS(1775), [anon_sym_usize] = ACTIONS(1775), [anon_sym_f32] = ACTIONS(1775), [anon_sym_f64] = ACTIONS(1775), [anon_sym_bool] = ACTIONS(1775), [anon_sym_str] = ACTIONS(1775), [anon_sym_char] = ACTIONS(1775), [anon_sym_async] = ACTIONS(1775), [anon_sym_break] = ACTIONS(1775), [anon_sym_const] = ACTIONS(1775), [anon_sym_continue] = ACTIONS(1775), [anon_sym_default] = ACTIONS(1775), [anon_sym_enum] = ACTIONS(1775), [anon_sym_fn] = ACTIONS(1775), [anon_sym_for] = ACTIONS(1775), [anon_sym_if] = ACTIONS(1775), [anon_sym_impl] = ACTIONS(1775), [anon_sym_let] = ACTIONS(1775), [anon_sym_loop] = ACTIONS(1775), [anon_sym_match] = ACTIONS(1775), [anon_sym_mod] = ACTIONS(1775), [anon_sym_pub] = ACTIONS(1775), [anon_sym_return] = ACTIONS(1775), [anon_sym_static] = ACTIONS(1775), [anon_sym_struct] = ACTIONS(1775), [anon_sym_trait] = ACTIONS(1775), [anon_sym_type] = ACTIONS(1775), [anon_sym_union] = ACTIONS(1775), [anon_sym_unsafe] = ACTIONS(1775), [anon_sym_use] = ACTIONS(1775), [anon_sym_while] = ACTIONS(1775), [anon_sym_POUND] = ACTIONS(1773), [anon_sym_BANG] = ACTIONS(1773), [anon_sym_extern] = ACTIONS(1775), [anon_sym_LT] = ACTIONS(1773), [anon_sym_COLON_COLON] = ACTIONS(1773), [anon_sym_AMP] = ACTIONS(1773), [anon_sym_SQUOTE] = ACTIONS(1775), [anon_sym_DOT_DOT] = ACTIONS(1773), [anon_sym_DASH] = ACTIONS(1773), [anon_sym_PIPE] = ACTIONS(1773), [anon_sym_move] = ACTIONS(1775), [sym_integer_literal] = ACTIONS(1773), [aux_sym_string_literal_token1] = ACTIONS(1773), [sym_char_literal] = ACTIONS(1773), [anon_sym_true] = ACTIONS(1775), [anon_sym_false] = ACTIONS(1775), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1775), [sym_super] = ACTIONS(1775), [sym_crate] = ACTIONS(1775), [sym_metavariable] = ACTIONS(1773), [sym_raw_string_literal] = ACTIONS(1773), [sym_float_literal] = ACTIONS(1773), [sym_block_comment] = ACTIONS(3), }, [395] = { [ts_builtin_sym_end] = ACTIONS(1777), [sym_identifier] = ACTIONS(1779), [anon_sym_SEMI] = ACTIONS(1777), [anon_sym_macro_rules_BANG] = ACTIONS(1777), [anon_sym_LPAREN] = ACTIONS(1777), [anon_sym_LBRACE] = ACTIONS(1777), [anon_sym_RBRACE] = ACTIONS(1777), [anon_sym_LBRACK] = ACTIONS(1777), [anon_sym_STAR] = ACTIONS(1777), [anon_sym_u8] = ACTIONS(1779), [anon_sym_i8] = ACTIONS(1779), [anon_sym_u16] = ACTIONS(1779), [anon_sym_i16] = ACTIONS(1779), [anon_sym_u32] = ACTIONS(1779), [anon_sym_i32] = ACTIONS(1779), [anon_sym_u64] = ACTIONS(1779), [anon_sym_i64] = ACTIONS(1779), [anon_sym_u128] = ACTIONS(1779), [anon_sym_i128] = ACTIONS(1779), [anon_sym_isize] = ACTIONS(1779), [anon_sym_usize] = ACTIONS(1779), [anon_sym_f32] = ACTIONS(1779), [anon_sym_f64] = ACTIONS(1779), [anon_sym_bool] = ACTIONS(1779), [anon_sym_str] = ACTIONS(1779), [anon_sym_char] = ACTIONS(1779), [anon_sym_async] = ACTIONS(1779), [anon_sym_break] = ACTIONS(1779), [anon_sym_const] = ACTIONS(1779), [anon_sym_continue] = ACTIONS(1779), [anon_sym_default] = ACTIONS(1779), [anon_sym_enum] = ACTIONS(1779), [anon_sym_fn] = ACTIONS(1779), [anon_sym_for] = ACTIONS(1779), [anon_sym_if] = ACTIONS(1779), [anon_sym_impl] = ACTIONS(1779), [anon_sym_let] = ACTIONS(1779), [anon_sym_loop] = ACTIONS(1779), [anon_sym_match] = ACTIONS(1779), [anon_sym_mod] = ACTIONS(1779), [anon_sym_pub] = ACTIONS(1779), [anon_sym_return] = ACTIONS(1779), [anon_sym_static] = ACTIONS(1779), [anon_sym_struct] = ACTIONS(1779), [anon_sym_trait] = ACTIONS(1779), [anon_sym_type] = ACTIONS(1779), [anon_sym_union] = ACTIONS(1779), [anon_sym_unsafe] = ACTIONS(1779), [anon_sym_use] = ACTIONS(1779), [anon_sym_while] = ACTIONS(1779), [anon_sym_POUND] = ACTIONS(1777), [anon_sym_BANG] = ACTIONS(1777), [anon_sym_extern] = ACTIONS(1779), [anon_sym_LT] = ACTIONS(1777), [anon_sym_COLON_COLON] = ACTIONS(1777), [anon_sym_AMP] = ACTIONS(1777), [anon_sym_SQUOTE] = ACTIONS(1779), [anon_sym_DOT_DOT] = ACTIONS(1777), [anon_sym_DASH] = ACTIONS(1777), [anon_sym_PIPE] = ACTIONS(1777), [anon_sym_move] = ACTIONS(1779), [sym_integer_literal] = ACTIONS(1777), [aux_sym_string_literal_token1] = ACTIONS(1777), [sym_char_literal] = ACTIONS(1777), [anon_sym_true] = ACTIONS(1779), [anon_sym_false] = ACTIONS(1779), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1779), [sym_super] = ACTIONS(1779), [sym_crate] = ACTIONS(1779), [sym_metavariable] = ACTIONS(1777), [sym_raw_string_literal] = ACTIONS(1777), [sym_float_literal] = ACTIONS(1777), [sym_block_comment] = ACTIONS(3), }, [396] = { [ts_builtin_sym_end] = ACTIONS(1781), [sym_identifier] = ACTIONS(1783), [anon_sym_SEMI] = ACTIONS(1781), [anon_sym_macro_rules_BANG] = ACTIONS(1781), [anon_sym_LPAREN] = ACTIONS(1781), [anon_sym_LBRACE] = ACTIONS(1781), [anon_sym_RBRACE] = ACTIONS(1781), [anon_sym_LBRACK] = ACTIONS(1781), [anon_sym_STAR] = ACTIONS(1781), [anon_sym_u8] = ACTIONS(1783), [anon_sym_i8] = ACTIONS(1783), [anon_sym_u16] = ACTIONS(1783), [anon_sym_i16] = ACTIONS(1783), [anon_sym_u32] = ACTIONS(1783), [anon_sym_i32] = ACTIONS(1783), [anon_sym_u64] = ACTIONS(1783), [anon_sym_i64] = ACTIONS(1783), [anon_sym_u128] = ACTIONS(1783), [anon_sym_i128] = ACTIONS(1783), [anon_sym_isize] = ACTIONS(1783), [anon_sym_usize] = ACTIONS(1783), [anon_sym_f32] = ACTIONS(1783), [anon_sym_f64] = ACTIONS(1783), [anon_sym_bool] = ACTIONS(1783), [anon_sym_str] = ACTIONS(1783), [anon_sym_char] = ACTIONS(1783), [anon_sym_async] = ACTIONS(1783), [anon_sym_break] = ACTIONS(1783), [anon_sym_const] = ACTIONS(1783), [anon_sym_continue] = ACTIONS(1783), [anon_sym_default] = ACTIONS(1783), [anon_sym_enum] = ACTIONS(1783), [anon_sym_fn] = ACTIONS(1783), [anon_sym_for] = ACTIONS(1783), [anon_sym_if] = ACTIONS(1783), [anon_sym_impl] = ACTIONS(1783), [anon_sym_let] = ACTIONS(1783), [anon_sym_loop] = ACTIONS(1783), [anon_sym_match] = ACTIONS(1783), [anon_sym_mod] = ACTIONS(1783), [anon_sym_pub] = ACTIONS(1783), [anon_sym_return] = ACTIONS(1783), [anon_sym_static] = ACTIONS(1783), [anon_sym_struct] = ACTIONS(1783), [anon_sym_trait] = ACTIONS(1783), [anon_sym_type] = ACTIONS(1783), [anon_sym_union] = ACTIONS(1783), [anon_sym_unsafe] = ACTIONS(1783), [anon_sym_use] = ACTIONS(1783), [anon_sym_while] = ACTIONS(1783), [anon_sym_POUND] = ACTIONS(1781), [anon_sym_BANG] = ACTIONS(1781), [anon_sym_extern] = ACTIONS(1783), [anon_sym_LT] = ACTIONS(1781), [anon_sym_COLON_COLON] = ACTIONS(1781), [anon_sym_AMP] = ACTIONS(1781), [anon_sym_SQUOTE] = ACTIONS(1783), [anon_sym_DOT_DOT] = ACTIONS(1781), [anon_sym_DASH] = ACTIONS(1781), [anon_sym_PIPE] = ACTIONS(1781), [anon_sym_move] = ACTIONS(1783), [sym_integer_literal] = ACTIONS(1781), [aux_sym_string_literal_token1] = ACTIONS(1781), [sym_char_literal] = ACTIONS(1781), [anon_sym_true] = ACTIONS(1783), [anon_sym_false] = ACTIONS(1783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1783), [sym_super] = ACTIONS(1783), [sym_crate] = ACTIONS(1783), [sym_metavariable] = ACTIONS(1781), [sym_raw_string_literal] = ACTIONS(1781), [sym_float_literal] = ACTIONS(1781), [sym_block_comment] = ACTIONS(3), }, [397] = { [ts_builtin_sym_end] = ACTIONS(1785), [sym_identifier] = ACTIONS(1787), [anon_sym_SEMI] = ACTIONS(1785), [anon_sym_macro_rules_BANG] = ACTIONS(1785), [anon_sym_LPAREN] = ACTIONS(1785), [anon_sym_LBRACE] = ACTIONS(1785), [anon_sym_RBRACE] = ACTIONS(1785), [anon_sym_LBRACK] = ACTIONS(1785), [anon_sym_STAR] = ACTIONS(1785), [anon_sym_u8] = ACTIONS(1787), [anon_sym_i8] = ACTIONS(1787), [anon_sym_u16] = ACTIONS(1787), [anon_sym_i16] = ACTIONS(1787), [anon_sym_u32] = ACTIONS(1787), [anon_sym_i32] = ACTIONS(1787), [anon_sym_u64] = ACTIONS(1787), [anon_sym_i64] = ACTIONS(1787), [anon_sym_u128] = ACTIONS(1787), [anon_sym_i128] = ACTIONS(1787), [anon_sym_isize] = ACTIONS(1787), [anon_sym_usize] = ACTIONS(1787), [anon_sym_f32] = ACTIONS(1787), [anon_sym_f64] = ACTIONS(1787), [anon_sym_bool] = ACTIONS(1787), [anon_sym_str] = ACTIONS(1787), [anon_sym_char] = ACTIONS(1787), [anon_sym_async] = ACTIONS(1787), [anon_sym_break] = ACTIONS(1787), [anon_sym_const] = ACTIONS(1787), [anon_sym_continue] = ACTIONS(1787), [anon_sym_default] = ACTIONS(1787), [anon_sym_enum] = ACTIONS(1787), [anon_sym_fn] = ACTIONS(1787), [anon_sym_for] = ACTIONS(1787), [anon_sym_if] = ACTIONS(1787), [anon_sym_impl] = ACTIONS(1787), [anon_sym_let] = ACTIONS(1787), [anon_sym_loop] = ACTIONS(1787), [anon_sym_match] = ACTIONS(1787), [anon_sym_mod] = ACTIONS(1787), [anon_sym_pub] = ACTIONS(1787), [anon_sym_return] = ACTIONS(1787), [anon_sym_static] = ACTIONS(1787), [anon_sym_struct] = ACTIONS(1787), [anon_sym_trait] = ACTIONS(1787), [anon_sym_type] = ACTIONS(1787), [anon_sym_union] = ACTIONS(1787), [anon_sym_unsafe] = ACTIONS(1787), [anon_sym_use] = ACTIONS(1787), [anon_sym_while] = ACTIONS(1787), [anon_sym_POUND] = ACTIONS(1785), [anon_sym_BANG] = ACTIONS(1785), [anon_sym_extern] = ACTIONS(1787), [anon_sym_LT] = ACTIONS(1785), [anon_sym_COLON_COLON] = ACTIONS(1785), [anon_sym_AMP] = ACTIONS(1785), [anon_sym_SQUOTE] = ACTIONS(1787), [anon_sym_DOT_DOT] = ACTIONS(1785), [anon_sym_DASH] = ACTIONS(1785), [anon_sym_PIPE] = ACTIONS(1785), [anon_sym_move] = ACTIONS(1787), [sym_integer_literal] = ACTIONS(1785), [aux_sym_string_literal_token1] = ACTIONS(1785), [sym_char_literal] = ACTIONS(1785), [anon_sym_true] = ACTIONS(1787), [anon_sym_false] = ACTIONS(1787), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1787), [sym_super] = ACTIONS(1787), [sym_crate] = ACTIONS(1787), [sym_metavariable] = ACTIONS(1785), [sym_raw_string_literal] = ACTIONS(1785), [sym_float_literal] = ACTIONS(1785), [sym_block_comment] = ACTIONS(3), }, [398] = { [ts_builtin_sym_end] = ACTIONS(1789), [sym_identifier] = ACTIONS(1791), [anon_sym_SEMI] = ACTIONS(1789), [anon_sym_macro_rules_BANG] = ACTIONS(1789), [anon_sym_LPAREN] = ACTIONS(1789), [anon_sym_LBRACE] = ACTIONS(1789), [anon_sym_RBRACE] = ACTIONS(1789), [anon_sym_LBRACK] = ACTIONS(1789), [anon_sym_STAR] = ACTIONS(1789), [anon_sym_u8] = ACTIONS(1791), [anon_sym_i8] = ACTIONS(1791), [anon_sym_u16] = ACTIONS(1791), [anon_sym_i16] = ACTIONS(1791), [anon_sym_u32] = ACTIONS(1791), [anon_sym_i32] = ACTIONS(1791), [anon_sym_u64] = ACTIONS(1791), [anon_sym_i64] = ACTIONS(1791), [anon_sym_u128] = ACTIONS(1791), [anon_sym_i128] = ACTIONS(1791), [anon_sym_isize] = ACTIONS(1791), [anon_sym_usize] = ACTIONS(1791), [anon_sym_f32] = ACTIONS(1791), [anon_sym_f64] = ACTIONS(1791), [anon_sym_bool] = ACTIONS(1791), [anon_sym_str] = ACTIONS(1791), [anon_sym_char] = ACTIONS(1791), [anon_sym_async] = ACTIONS(1791), [anon_sym_break] = ACTIONS(1791), [anon_sym_const] = ACTIONS(1791), [anon_sym_continue] = ACTIONS(1791), [anon_sym_default] = ACTIONS(1791), [anon_sym_enum] = ACTIONS(1791), [anon_sym_fn] = ACTIONS(1791), [anon_sym_for] = ACTIONS(1791), [anon_sym_if] = ACTIONS(1791), [anon_sym_impl] = ACTIONS(1791), [anon_sym_let] = ACTIONS(1791), [anon_sym_loop] = ACTIONS(1791), [anon_sym_match] = ACTIONS(1791), [anon_sym_mod] = ACTIONS(1791), [anon_sym_pub] = ACTIONS(1791), [anon_sym_return] = ACTIONS(1791), [anon_sym_static] = ACTIONS(1791), [anon_sym_struct] = ACTIONS(1791), [anon_sym_trait] = ACTIONS(1791), [anon_sym_type] = ACTIONS(1791), [anon_sym_union] = ACTIONS(1791), [anon_sym_unsafe] = ACTIONS(1791), [anon_sym_use] = ACTIONS(1791), [anon_sym_while] = ACTIONS(1791), [anon_sym_POUND] = ACTIONS(1789), [anon_sym_BANG] = ACTIONS(1789), [anon_sym_extern] = ACTIONS(1791), [anon_sym_LT] = ACTIONS(1789), [anon_sym_COLON_COLON] = ACTIONS(1789), [anon_sym_AMP] = ACTIONS(1789), [anon_sym_SQUOTE] = ACTIONS(1791), [anon_sym_DOT_DOT] = ACTIONS(1789), [anon_sym_DASH] = ACTIONS(1789), [anon_sym_PIPE] = ACTIONS(1789), [anon_sym_move] = ACTIONS(1791), [sym_integer_literal] = ACTIONS(1789), [aux_sym_string_literal_token1] = ACTIONS(1789), [sym_char_literal] = ACTIONS(1789), [anon_sym_true] = ACTIONS(1791), [anon_sym_false] = ACTIONS(1791), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1791), [sym_super] = ACTIONS(1791), [sym_crate] = ACTIONS(1791), [sym_metavariable] = ACTIONS(1789), [sym_raw_string_literal] = ACTIONS(1789), [sym_float_literal] = ACTIONS(1789), [sym_block_comment] = ACTIONS(3), }, [399] = { [ts_builtin_sym_end] = ACTIONS(1793), [sym_identifier] = ACTIONS(1795), [anon_sym_SEMI] = ACTIONS(1793), [anon_sym_macro_rules_BANG] = ACTIONS(1793), [anon_sym_LPAREN] = ACTIONS(1793), [anon_sym_LBRACE] = ACTIONS(1793), [anon_sym_RBRACE] = ACTIONS(1793), [anon_sym_LBRACK] = ACTIONS(1793), [anon_sym_STAR] = ACTIONS(1793), [anon_sym_u8] = ACTIONS(1795), [anon_sym_i8] = ACTIONS(1795), [anon_sym_u16] = ACTIONS(1795), [anon_sym_i16] = ACTIONS(1795), [anon_sym_u32] = ACTIONS(1795), [anon_sym_i32] = ACTIONS(1795), [anon_sym_u64] = ACTIONS(1795), [anon_sym_i64] = ACTIONS(1795), [anon_sym_u128] = ACTIONS(1795), [anon_sym_i128] = ACTIONS(1795), [anon_sym_isize] = ACTIONS(1795), [anon_sym_usize] = ACTIONS(1795), [anon_sym_f32] = ACTIONS(1795), [anon_sym_f64] = ACTIONS(1795), [anon_sym_bool] = ACTIONS(1795), [anon_sym_str] = ACTIONS(1795), [anon_sym_char] = ACTIONS(1795), [anon_sym_async] = ACTIONS(1795), [anon_sym_break] = ACTIONS(1795), [anon_sym_const] = ACTIONS(1795), [anon_sym_continue] = ACTIONS(1795), [anon_sym_default] = ACTIONS(1795), [anon_sym_enum] = ACTIONS(1795), [anon_sym_fn] = ACTIONS(1795), [anon_sym_for] = ACTIONS(1795), [anon_sym_if] = ACTIONS(1795), [anon_sym_impl] = ACTIONS(1795), [anon_sym_let] = ACTIONS(1795), [anon_sym_loop] = ACTIONS(1795), [anon_sym_match] = ACTIONS(1795), [anon_sym_mod] = ACTIONS(1795), [anon_sym_pub] = ACTIONS(1795), [anon_sym_return] = ACTIONS(1795), [anon_sym_static] = ACTIONS(1795), [anon_sym_struct] = ACTIONS(1795), [anon_sym_trait] = ACTIONS(1795), [anon_sym_type] = ACTIONS(1795), [anon_sym_union] = ACTIONS(1795), [anon_sym_unsafe] = ACTIONS(1795), [anon_sym_use] = ACTIONS(1795), [anon_sym_while] = ACTIONS(1795), [anon_sym_POUND] = ACTIONS(1793), [anon_sym_BANG] = ACTIONS(1793), [anon_sym_extern] = ACTIONS(1795), [anon_sym_LT] = ACTIONS(1793), [anon_sym_COLON_COLON] = ACTIONS(1793), [anon_sym_AMP] = ACTIONS(1793), [anon_sym_SQUOTE] = ACTIONS(1795), [anon_sym_DOT_DOT] = ACTIONS(1793), [anon_sym_DASH] = ACTIONS(1793), [anon_sym_PIPE] = ACTIONS(1793), [anon_sym_move] = ACTIONS(1795), [sym_integer_literal] = ACTIONS(1793), [aux_sym_string_literal_token1] = ACTIONS(1793), [sym_char_literal] = ACTIONS(1793), [anon_sym_true] = ACTIONS(1795), [anon_sym_false] = ACTIONS(1795), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1795), [sym_super] = ACTIONS(1795), [sym_crate] = ACTIONS(1795), [sym_metavariable] = ACTIONS(1793), [sym_raw_string_literal] = ACTIONS(1793), [sym_float_literal] = ACTIONS(1793), [sym_block_comment] = ACTIONS(3), }, [400] = { [ts_builtin_sym_end] = ACTIONS(1797), [sym_identifier] = ACTIONS(1799), [anon_sym_SEMI] = ACTIONS(1797), [anon_sym_macro_rules_BANG] = ACTIONS(1797), [anon_sym_LPAREN] = ACTIONS(1797), [anon_sym_LBRACE] = ACTIONS(1797), [anon_sym_RBRACE] = ACTIONS(1797), [anon_sym_LBRACK] = ACTIONS(1797), [anon_sym_STAR] = ACTIONS(1797), [anon_sym_u8] = ACTIONS(1799), [anon_sym_i8] = ACTIONS(1799), [anon_sym_u16] = ACTIONS(1799), [anon_sym_i16] = ACTIONS(1799), [anon_sym_u32] = ACTIONS(1799), [anon_sym_i32] = ACTIONS(1799), [anon_sym_u64] = ACTIONS(1799), [anon_sym_i64] = ACTIONS(1799), [anon_sym_u128] = ACTIONS(1799), [anon_sym_i128] = ACTIONS(1799), [anon_sym_isize] = ACTIONS(1799), [anon_sym_usize] = ACTIONS(1799), [anon_sym_f32] = ACTIONS(1799), [anon_sym_f64] = ACTIONS(1799), [anon_sym_bool] = ACTIONS(1799), [anon_sym_str] = ACTIONS(1799), [anon_sym_char] = ACTIONS(1799), [anon_sym_async] = ACTIONS(1799), [anon_sym_break] = ACTIONS(1799), [anon_sym_const] = ACTIONS(1799), [anon_sym_continue] = ACTIONS(1799), [anon_sym_default] = ACTIONS(1799), [anon_sym_enum] = ACTIONS(1799), [anon_sym_fn] = ACTIONS(1799), [anon_sym_for] = ACTIONS(1799), [anon_sym_if] = ACTIONS(1799), [anon_sym_impl] = ACTIONS(1799), [anon_sym_let] = ACTIONS(1799), [anon_sym_loop] = ACTIONS(1799), [anon_sym_match] = ACTIONS(1799), [anon_sym_mod] = ACTIONS(1799), [anon_sym_pub] = ACTIONS(1799), [anon_sym_return] = ACTIONS(1799), [anon_sym_static] = ACTIONS(1799), [anon_sym_struct] = ACTIONS(1799), [anon_sym_trait] = ACTIONS(1799), [anon_sym_type] = ACTIONS(1799), [anon_sym_union] = ACTIONS(1799), [anon_sym_unsafe] = ACTIONS(1799), [anon_sym_use] = ACTIONS(1799), [anon_sym_while] = ACTIONS(1799), [anon_sym_POUND] = ACTIONS(1797), [anon_sym_BANG] = ACTIONS(1797), [anon_sym_extern] = ACTIONS(1799), [anon_sym_LT] = ACTIONS(1797), [anon_sym_COLON_COLON] = ACTIONS(1797), [anon_sym_AMP] = ACTIONS(1797), [anon_sym_SQUOTE] = ACTIONS(1799), [anon_sym_DOT_DOT] = ACTIONS(1797), [anon_sym_DASH] = ACTIONS(1797), [anon_sym_PIPE] = ACTIONS(1797), [anon_sym_move] = ACTIONS(1799), [sym_integer_literal] = ACTIONS(1797), [aux_sym_string_literal_token1] = ACTIONS(1797), [sym_char_literal] = ACTIONS(1797), [anon_sym_true] = ACTIONS(1799), [anon_sym_false] = ACTIONS(1799), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1799), [sym_super] = ACTIONS(1799), [sym_crate] = ACTIONS(1799), [sym_metavariable] = ACTIONS(1797), [sym_raw_string_literal] = ACTIONS(1797), [sym_float_literal] = ACTIONS(1797), [sym_block_comment] = ACTIONS(3), }, [401] = { [ts_builtin_sym_end] = ACTIONS(1801), [sym_identifier] = ACTIONS(1803), [anon_sym_SEMI] = ACTIONS(1801), [anon_sym_macro_rules_BANG] = ACTIONS(1801), [anon_sym_LPAREN] = ACTIONS(1801), [anon_sym_LBRACE] = ACTIONS(1801), [anon_sym_RBRACE] = ACTIONS(1801), [anon_sym_LBRACK] = ACTIONS(1801), [anon_sym_STAR] = ACTIONS(1801), [anon_sym_u8] = ACTIONS(1803), [anon_sym_i8] = ACTIONS(1803), [anon_sym_u16] = ACTIONS(1803), [anon_sym_i16] = ACTIONS(1803), [anon_sym_u32] = ACTIONS(1803), [anon_sym_i32] = ACTIONS(1803), [anon_sym_u64] = ACTIONS(1803), [anon_sym_i64] = ACTIONS(1803), [anon_sym_u128] = ACTIONS(1803), [anon_sym_i128] = ACTIONS(1803), [anon_sym_isize] = ACTIONS(1803), [anon_sym_usize] = ACTIONS(1803), [anon_sym_f32] = ACTIONS(1803), [anon_sym_f64] = ACTIONS(1803), [anon_sym_bool] = ACTIONS(1803), [anon_sym_str] = ACTIONS(1803), [anon_sym_char] = ACTIONS(1803), [anon_sym_async] = ACTIONS(1803), [anon_sym_break] = ACTIONS(1803), [anon_sym_const] = ACTIONS(1803), [anon_sym_continue] = ACTIONS(1803), [anon_sym_default] = ACTIONS(1803), [anon_sym_enum] = ACTIONS(1803), [anon_sym_fn] = ACTIONS(1803), [anon_sym_for] = ACTIONS(1803), [anon_sym_if] = ACTIONS(1803), [anon_sym_impl] = ACTIONS(1803), [anon_sym_let] = ACTIONS(1803), [anon_sym_loop] = ACTIONS(1803), [anon_sym_match] = ACTIONS(1803), [anon_sym_mod] = ACTIONS(1803), [anon_sym_pub] = ACTIONS(1803), [anon_sym_return] = ACTIONS(1803), [anon_sym_static] = ACTIONS(1803), [anon_sym_struct] = ACTIONS(1803), [anon_sym_trait] = ACTIONS(1803), [anon_sym_type] = ACTIONS(1803), [anon_sym_union] = ACTIONS(1803), [anon_sym_unsafe] = ACTIONS(1803), [anon_sym_use] = ACTIONS(1803), [anon_sym_while] = ACTIONS(1803), [anon_sym_POUND] = ACTIONS(1801), [anon_sym_BANG] = ACTIONS(1801), [anon_sym_extern] = ACTIONS(1803), [anon_sym_LT] = ACTIONS(1801), [anon_sym_COLON_COLON] = ACTIONS(1801), [anon_sym_AMP] = ACTIONS(1801), [anon_sym_SQUOTE] = ACTIONS(1803), [anon_sym_DOT_DOT] = ACTIONS(1801), [anon_sym_DASH] = ACTIONS(1801), [anon_sym_PIPE] = ACTIONS(1801), [anon_sym_move] = ACTIONS(1803), [sym_integer_literal] = ACTIONS(1801), [aux_sym_string_literal_token1] = ACTIONS(1801), [sym_char_literal] = ACTIONS(1801), [anon_sym_true] = ACTIONS(1803), [anon_sym_false] = ACTIONS(1803), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1803), [sym_super] = ACTIONS(1803), [sym_crate] = ACTIONS(1803), [sym_metavariable] = ACTIONS(1801), [sym_raw_string_literal] = ACTIONS(1801), [sym_float_literal] = ACTIONS(1801), [sym_block_comment] = ACTIONS(3), }, [402] = { [ts_builtin_sym_end] = ACTIONS(1805), [sym_identifier] = ACTIONS(1807), [anon_sym_SEMI] = ACTIONS(1805), [anon_sym_macro_rules_BANG] = ACTIONS(1805), [anon_sym_LPAREN] = ACTIONS(1805), [anon_sym_LBRACE] = ACTIONS(1805), [anon_sym_RBRACE] = ACTIONS(1805), [anon_sym_LBRACK] = ACTIONS(1805), [anon_sym_STAR] = ACTIONS(1805), [anon_sym_u8] = ACTIONS(1807), [anon_sym_i8] = ACTIONS(1807), [anon_sym_u16] = ACTIONS(1807), [anon_sym_i16] = ACTIONS(1807), [anon_sym_u32] = ACTIONS(1807), [anon_sym_i32] = ACTIONS(1807), [anon_sym_u64] = ACTIONS(1807), [anon_sym_i64] = ACTIONS(1807), [anon_sym_u128] = ACTIONS(1807), [anon_sym_i128] = ACTIONS(1807), [anon_sym_isize] = ACTIONS(1807), [anon_sym_usize] = ACTIONS(1807), [anon_sym_f32] = ACTIONS(1807), [anon_sym_f64] = ACTIONS(1807), [anon_sym_bool] = ACTIONS(1807), [anon_sym_str] = ACTIONS(1807), [anon_sym_char] = ACTIONS(1807), [anon_sym_async] = ACTIONS(1807), [anon_sym_break] = ACTIONS(1807), [anon_sym_const] = ACTIONS(1807), [anon_sym_continue] = ACTIONS(1807), [anon_sym_default] = ACTIONS(1807), [anon_sym_enum] = ACTIONS(1807), [anon_sym_fn] = ACTIONS(1807), [anon_sym_for] = ACTIONS(1807), [anon_sym_if] = ACTIONS(1807), [anon_sym_impl] = ACTIONS(1807), [anon_sym_let] = ACTIONS(1807), [anon_sym_loop] = ACTIONS(1807), [anon_sym_match] = ACTIONS(1807), [anon_sym_mod] = ACTIONS(1807), [anon_sym_pub] = ACTIONS(1807), [anon_sym_return] = ACTIONS(1807), [anon_sym_static] = ACTIONS(1807), [anon_sym_struct] = ACTIONS(1807), [anon_sym_trait] = ACTIONS(1807), [anon_sym_type] = ACTIONS(1807), [anon_sym_union] = ACTIONS(1807), [anon_sym_unsafe] = ACTIONS(1807), [anon_sym_use] = ACTIONS(1807), [anon_sym_while] = ACTIONS(1807), [anon_sym_POUND] = ACTIONS(1805), [anon_sym_BANG] = ACTIONS(1805), [anon_sym_extern] = ACTIONS(1807), [anon_sym_LT] = ACTIONS(1805), [anon_sym_COLON_COLON] = ACTIONS(1805), [anon_sym_AMP] = ACTIONS(1805), [anon_sym_SQUOTE] = ACTIONS(1807), [anon_sym_DOT_DOT] = ACTIONS(1805), [anon_sym_DASH] = ACTIONS(1805), [anon_sym_PIPE] = ACTIONS(1805), [anon_sym_move] = ACTIONS(1807), [sym_integer_literal] = ACTIONS(1805), [aux_sym_string_literal_token1] = ACTIONS(1805), [sym_char_literal] = ACTIONS(1805), [anon_sym_true] = ACTIONS(1807), [anon_sym_false] = ACTIONS(1807), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1807), [sym_super] = ACTIONS(1807), [sym_crate] = ACTIONS(1807), [sym_metavariable] = ACTIONS(1805), [sym_raw_string_literal] = ACTIONS(1805), [sym_float_literal] = ACTIONS(1805), [sym_block_comment] = ACTIONS(3), }, [403] = { [ts_builtin_sym_end] = ACTIONS(1809), [sym_identifier] = ACTIONS(1811), [anon_sym_SEMI] = ACTIONS(1809), [anon_sym_macro_rules_BANG] = ACTIONS(1809), [anon_sym_LPAREN] = ACTIONS(1809), [anon_sym_LBRACE] = ACTIONS(1809), [anon_sym_RBRACE] = ACTIONS(1809), [anon_sym_LBRACK] = ACTIONS(1809), [anon_sym_STAR] = ACTIONS(1809), [anon_sym_u8] = ACTIONS(1811), [anon_sym_i8] = ACTIONS(1811), [anon_sym_u16] = ACTIONS(1811), [anon_sym_i16] = ACTIONS(1811), [anon_sym_u32] = ACTIONS(1811), [anon_sym_i32] = ACTIONS(1811), [anon_sym_u64] = ACTIONS(1811), [anon_sym_i64] = ACTIONS(1811), [anon_sym_u128] = ACTIONS(1811), [anon_sym_i128] = ACTIONS(1811), [anon_sym_isize] = ACTIONS(1811), [anon_sym_usize] = ACTIONS(1811), [anon_sym_f32] = ACTIONS(1811), [anon_sym_f64] = ACTIONS(1811), [anon_sym_bool] = ACTIONS(1811), [anon_sym_str] = ACTIONS(1811), [anon_sym_char] = ACTIONS(1811), [anon_sym_async] = ACTIONS(1811), [anon_sym_break] = ACTIONS(1811), [anon_sym_const] = ACTIONS(1811), [anon_sym_continue] = ACTIONS(1811), [anon_sym_default] = ACTIONS(1811), [anon_sym_enum] = ACTIONS(1811), [anon_sym_fn] = ACTIONS(1811), [anon_sym_for] = ACTIONS(1811), [anon_sym_if] = ACTIONS(1811), [anon_sym_impl] = ACTIONS(1811), [anon_sym_let] = ACTIONS(1811), [anon_sym_loop] = ACTIONS(1811), [anon_sym_match] = ACTIONS(1811), [anon_sym_mod] = ACTIONS(1811), [anon_sym_pub] = ACTIONS(1811), [anon_sym_return] = ACTIONS(1811), [anon_sym_static] = ACTIONS(1811), [anon_sym_struct] = ACTIONS(1811), [anon_sym_trait] = ACTIONS(1811), [anon_sym_type] = ACTIONS(1811), [anon_sym_union] = ACTIONS(1811), [anon_sym_unsafe] = ACTIONS(1811), [anon_sym_use] = ACTIONS(1811), [anon_sym_while] = ACTIONS(1811), [anon_sym_POUND] = ACTIONS(1809), [anon_sym_BANG] = ACTIONS(1809), [anon_sym_extern] = ACTIONS(1811), [anon_sym_LT] = ACTIONS(1809), [anon_sym_COLON_COLON] = ACTIONS(1809), [anon_sym_AMP] = ACTIONS(1809), [anon_sym_SQUOTE] = ACTIONS(1811), [anon_sym_DOT_DOT] = ACTIONS(1809), [anon_sym_DASH] = ACTIONS(1809), [anon_sym_PIPE] = ACTIONS(1809), [anon_sym_move] = ACTIONS(1811), [sym_integer_literal] = ACTIONS(1809), [aux_sym_string_literal_token1] = ACTIONS(1809), [sym_char_literal] = ACTIONS(1809), [anon_sym_true] = ACTIONS(1811), [anon_sym_false] = ACTIONS(1811), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1811), [sym_super] = ACTIONS(1811), [sym_crate] = ACTIONS(1811), [sym_metavariable] = ACTIONS(1809), [sym_raw_string_literal] = ACTIONS(1809), [sym_float_literal] = ACTIONS(1809), [sym_block_comment] = ACTIONS(3), }, [404] = { [ts_builtin_sym_end] = ACTIONS(1813), [sym_identifier] = ACTIONS(1815), [anon_sym_SEMI] = ACTIONS(1813), [anon_sym_macro_rules_BANG] = ACTIONS(1813), [anon_sym_LPAREN] = ACTIONS(1813), [anon_sym_LBRACE] = ACTIONS(1813), [anon_sym_RBRACE] = ACTIONS(1813), [anon_sym_LBRACK] = ACTIONS(1813), [anon_sym_STAR] = ACTIONS(1813), [anon_sym_u8] = ACTIONS(1815), [anon_sym_i8] = ACTIONS(1815), [anon_sym_u16] = ACTIONS(1815), [anon_sym_i16] = ACTIONS(1815), [anon_sym_u32] = ACTIONS(1815), [anon_sym_i32] = ACTIONS(1815), [anon_sym_u64] = ACTIONS(1815), [anon_sym_i64] = ACTIONS(1815), [anon_sym_u128] = ACTIONS(1815), [anon_sym_i128] = ACTIONS(1815), [anon_sym_isize] = ACTIONS(1815), [anon_sym_usize] = ACTIONS(1815), [anon_sym_f32] = ACTIONS(1815), [anon_sym_f64] = ACTIONS(1815), [anon_sym_bool] = ACTIONS(1815), [anon_sym_str] = ACTIONS(1815), [anon_sym_char] = ACTIONS(1815), [anon_sym_async] = ACTIONS(1815), [anon_sym_break] = ACTIONS(1815), [anon_sym_const] = ACTIONS(1815), [anon_sym_continue] = ACTIONS(1815), [anon_sym_default] = ACTIONS(1815), [anon_sym_enum] = ACTIONS(1815), [anon_sym_fn] = ACTIONS(1815), [anon_sym_for] = ACTIONS(1815), [anon_sym_if] = ACTIONS(1815), [anon_sym_impl] = ACTIONS(1815), [anon_sym_let] = ACTIONS(1815), [anon_sym_loop] = ACTIONS(1815), [anon_sym_match] = ACTIONS(1815), [anon_sym_mod] = ACTIONS(1815), [anon_sym_pub] = ACTIONS(1815), [anon_sym_return] = ACTIONS(1815), [anon_sym_static] = ACTIONS(1815), [anon_sym_struct] = ACTIONS(1815), [anon_sym_trait] = ACTIONS(1815), [anon_sym_type] = ACTIONS(1815), [anon_sym_union] = ACTIONS(1815), [anon_sym_unsafe] = ACTIONS(1815), [anon_sym_use] = ACTIONS(1815), [anon_sym_while] = ACTIONS(1815), [anon_sym_POUND] = ACTIONS(1813), [anon_sym_BANG] = ACTIONS(1813), [anon_sym_extern] = ACTIONS(1815), [anon_sym_LT] = ACTIONS(1813), [anon_sym_COLON_COLON] = ACTIONS(1813), [anon_sym_AMP] = ACTIONS(1813), [anon_sym_SQUOTE] = ACTIONS(1815), [anon_sym_DOT_DOT] = ACTIONS(1813), [anon_sym_DASH] = ACTIONS(1813), [anon_sym_PIPE] = ACTIONS(1813), [anon_sym_move] = ACTIONS(1815), [sym_integer_literal] = ACTIONS(1813), [aux_sym_string_literal_token1] = ACTIONS(1813), [sym_char_literal] = ACTIONS(1813), [anon_sym_true] = ACTIONS(1815), [anon_sym_false] = ACTIONS(1815), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1815), [sym_super] = ACTIONS(1815), [sym_crate] = ACTIONS(1815), [sym_metavariable] = ACTIONS(1813), [sym_raw_string_literal] = ACTIONS(1813), [sym_float_literal] = ACTIONS(1813), [sym_block_comment] = ACTIONS(3), }, [405] = { [ts_builtin_sym_end] = ACTIONS(1817), [sym_identifier] = ACTIONS(1819), [anon_sym_SEMI] = ACTIONS(1817), [anon_sym_macro_rules_BANG] = ACTIONS(1817), [anon_sym_LPAREN] = ACTIONS(1817), [anon_sym_LBRACE] = ACTIONS(1817), [anon_sym_RBRACE] = ACTIONS(1817), [anon_sym_LBRACK] = ACTIONS(1817), [anon_sym_STAR] = ACTIONS(1817), [anon_sym_u8] = ACTIONS(1819), [anon_sym_i8] = ACTIONS(1819), [anon_sym_u16] = ACTIONS(1819), [anon_sym_i16] = ACTIONS(1819), [anon_sym_u32] = ACTIONS(1819), [anon_sym_i32] = ACTIONS(1819), [anon_sym_u64] = ACTIONS(1819), [anon_sym_i64] = ACTIONS(1819), [anon_sym_u128] = ACTIONS(1819), [anon_sym_i128] = ACTIONS(1819), [anon_sym_isize] = ACTIONS(1819), [anon_sym_usize] = ACTIONS(1819), [anon_sym_f32] = ACTIONS(1819), [anon_sym_f64] = ACTIONS(1819), [anon_sym_bool] = ACTIONS(1819), [anon_sym_str] = ACTIONS(1819), [anon_sym_char] = ACTIONS(1819), [anon_sym_async] = ACTIONS(1819), [anon_sym_break] = ACTIONS(1819), [anon_sym_const] = ACTIONS(1819), [anon_sym_continue] = ACTIONS(1819), [anon_sym_default] = ACTIONS(1819), [anon_sym_enum] = ACTIONS(1819), [anon_sym_fn] = ACTIONS(1819), [anon_sym_for] = ACTIONS(1819), [anon_sym_if] = ACTIONS(1819), [anon_sym_impl] = ACTIONS(1819), [anon_sym_let] = ACTIONS(1819), [anon_sym_loop] = ACTIONS(1819), [anon_sym_match] = ACTIONS(1819), [anon_sym_mod] = ACTIONS(1819), [anon_sym_pub] = ACTIONS(1819), [anon_sym_return] = ACTIONS(1819), [anon_sym_static] = ACTIONS(1819), [anon_sym_struct] = ACTIONS(1819), [anon_sym_trait] = ACTIONS(1819), [anon_sym_type] = ACTIONS(1819), [anon_sym_union] = ACTIONS(1819), [anon_sym_unsafe] = ACTIONS(1819), [anon_sym_use] = ACTIONS(1819), [anon_sym_while] = ACTIONS(1819), [anon_sym_POUND] = ACTIONS(1817), [anon_sym_BANG] = ACTIONS(1817), [anon_sym_extern] = ACTIONS(1819), [anon_sym_LT] = ACTIONS(1817), [anon_sym_COLON_COLON] = ACTIONS(1817), [anon_sym_AMP] = ACTIONS(1817), [anon_sym_SQUOTE] = ACTIONS(1819), [anon_sym_DOT_DOT] = ACTIONS(1817), [anon_sym_DASH] = ACTIONS(1817), [anon_sym_PIPE] = ACTIONS(1817), [anon_sym_move] = ACTIONS(1819), [sym_integer_literal] = ACTIONS(1817), [aux_sym_string_literal_token1] = ACTIONS(1817), [sym_char_literal] = ACTIONS(1817), [anon_sym_true] = ACTIONS(1819), [anon_sym_false] = ACTIONS(1819), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1819), [sym_super] = ACTIONS(1819), [sym_crate] = ACTIONS(1819), [sym_metavariable] = ACTIONS(1817), [sym_raw_string_literal] = ACTIONS(1817), [sym_float_literal] = ACTIONS(1817), [sym_block_comment] = ACTIONS(3), }, [406] = { [ts_builtin_sym_end] = ACTIONS(1821), [sym_identifier] = ACTIONS(1823), [anon_sym_SEMI] = ACTIONS(1821), [anon_sym_macro_rules_BANG] = ACTIONS(1821), [anon_sym_LPAREN] = ACTIONS(1821), [anon_sym_LBRACE] = ACTIONS(1821), [anon_sym_RBRACE] = ACTIONS(1821), [anon_sym_LBRACK] = ACTIONS(1821), [anon_sym_STAR] = ACTIONS(1821), [anon_sym_u8] = ACTIONS(1823), [anon_sym_i8] = ACTIONS(1823), [anon_sym_u16] = ACTIONS(1823), [anon_sym_i16] = ACTIONS(1823), [anon_sym_u32] = ACTIONS(1823), [anon_sym_i32] = ACTIONS(1823), [anon_sym_u64] = ACTIONS(1823), [anon_sym_i64] = ACTIONS(1823), [anon_sym_u128] = ACTIONS(1823), [anon_sym_i128] = ACTIONS(1823), [anon_sym_isize] = ACTIONS(1823), [anon_sym_usize] = ACTIONS(1823), [anon_sym_f32] = ACTIONS(1823), [anon_sym_f64] = ACTIONS(1823), [anon_sym_bool] = ACTIONS(1823), [anon_sym_str] = ACTIONS(1823), [anon_sym_char] = ACTIONS(1823), [anon_sym_async] = ACTIONS(1823), [anon_sym_break] = ACTIONS(1823), [anon_sym_const] = ACTIONS(1823), [anon_sym_continue] = ACTIONS(1823), [anon_sym_default] = ACTIONS(1823), [anon_sym_enum] = ACTIONS(1823), [anon_sym_fn] = ACTIONS(1823), [anon_sym_for] = ACTIONS(1823), [anon_sym_if] = ACTIONS(1823), [anon_sym_impl] = ACTIONS(1823), [anon_sym_let] = ACTIONS(1823), [anon_sym_loop] = ACTIONS(1823), [anon_sym_match] = ACTIONS(1823), [anon_sym_mod] = ACTIONS(1823), [anon_sym_pub] = ACTIONS(1823), [anon_sym_return] = ACTIONS(1823), [anon_sym_static] = ACTIONS(1823), [anon_sym_struct] = ACTIONS(1823), [anon_sym_trait] = ACTIONS(1823), [anon_sym_type] = ACTIONS(1823), [anon_sym_union] = ACTIONS(1823), [anon_sym_unsafe] = ACTIONS(1823), [anon_sym_use] = ACTIONS(1823), [anon_sym_while] = ACTIONS(1823), [anon_sym_POUND] = ACTIONS(1821), [anon_sym_BANG] = ACTIONS(1821), [anon_sym_extern] = ACTIONS(1823), [anon_sym_LT] = ACTIONS(1821), [anon_sym_COLON_COLON] = ACTIONS(1821), [anon_sym_AMP] = ACTIONS(1821), [anon_sym_SQUOTE] = ACTIONS(1823), [anon_sym_DOT_DOT] = ACTIONS(1821), [anon_sym_DASH] = ACTIONS(1821), [anon_sym_PIPE] = ACTIONS(1821), [anon_sym_move] = ACTIONS(1823), [sym_integer_literal] = ACTIONS(1821), [aux_sym_string_literal_token1] = ACTIONS(1821), [sym_char_literal] = ACTIONS(1821), [anon_sym_true] = ACTIONS(1823), [anon_sym_false] = ACTIONS(1823), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1823), [sym_super] = ACTIONS(1823), [sym_crate] = ACTIONS(1823), [sym_metavariable] = ACTIONS(1821), [sym_raw_string_literal] = ACTIONS(1821), [sym_float_literal] = ACTIONS(1821), [sym_block_comment] = ACTIONS(3), }, [407] = { [ts_builtin_sym_end] = ACTIONS(1825), [sym_identifier] = ACTIONS(1827), [anon_sym_SEMI] = ACTIONS(1825), [anon_sym_macro_rules_BANG] = ACTIONS(1825), [anon_sym_LPAREN] = ACTIONS(1825), [anon_sym_LBRACE] = ACTIONS(1825), [anon_sym_RBRACE] = ACTIONS(1825), [anon_sym_LBRACK] = ACTIONS(1825), [anon_sym_STAR] = ACTIONS(1825), [anon_sym_u8] = ACTIONS(1827), [anon_sym_i8] = ACTIONS(1827), [anon_sym_u16] = ACTIONS(1827), [anon_sym_i16] = ACTIONS(1827), [anon_sym_u32] = ACTIONS(1827), [anon_sym_i32] = ACTIONS(1827), [anon_sym_u64] = ACTIONS(1827), [anon_sym_i64] = ACTIONS(1827), [anon_sym_u128] = ACTIONS(1827), [anon_sym_i128] = ACTIONS(1827), [anon_sym_isize] = ACTIONS(1827), [anon_sym_usize] = ACTIONS(1827), [anon_sym_f32] = ACTIONS(1827), [anon_sym_f64] = ACTIONS(1827), [anon_sym_bool] = ACTIONS(1827), [anon_sym_str] = ACTIONS(1827), [anon_sym_char] = ACTIONS(1827), [anon_sym_async] = ACTIONS(1827), [anon_sym_break] = ACTIONS(1827), [anon_sym_const] = ACTIONS(1827), [anon_sym_continue] = ACTIONS(1827), [anon_sym_default] = ACTIONS(1827), [anon_sym_enum] = ACTIONS(1827), [anon_sym_fn] = ACTIONS(1827), [anon_sym_for] = ACTIONS(1827), [anon_sym_if] = ACTIONS(1827), [anon_sym_impl] = ACTIONS(1827), [anon_sym_let] = ACTIONS(1827), [anon_sym_loop] = ACTIONS(1827), [anon_sym_match] = ACTIONS(1827), [anon_sym_mod] = ACTIONS(1827), [anon_sym_pub] = ACTIONS(1827), [anon_sym_return] = ACTIONS(1827), [anon_sym_static] = ACTIONS(1827), [anon_sym_struct] = ACTIONS(1827), [anon_sym_trait] = ACTIONS(1827), [anon_sym_type] = ACTIONS(1827), [anon_sym_union] = ACTIONS(1827), [anon_sym_unsafe] = ACTIONS(1827), [anon_sym_use] = ACTIONS(1827), [anon_sym_while] = ACTIONS(1827), [anon_sym_POUND] = ACTIONS(1825), [anon_sym_BANG] = ACTIONS(1825), [anon_sym_extern] = ACTIONS(1827), [anon_sym_LT] = ACTIONS(1825), [anon_sym_COLON_COLON] = ACTIONS(1825), [anon_sym_AMP] = ACTIONS(1825), [anon_sym_SQUOTE] = ACTIONS(1827), [anon_sym_DOT_DOT] = ACTIONS(1825), [anon_sym_DASH] = ACTIONS(1825), [anon_sym_PIPE] = ACTIONS(1825), [anon_sym_move] = ACTIONS(1827), [sym_integer_literal] = ACTIONS(1825), [aux_sym_string_literal_token1] = ACTIONS(1825), [sym_char_literal] = ACTIONS(1825), [anon_sym_true] = ACTIONS(1827), [anon_sym_false] = ACTIONS(1827), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1827), [sym_super] = ACTIONS(1827), [sym_crate] = ACTIONS(1827), [sym_metavariable] = ACTIONS(1825), [sym_raw_string_literal] = ACTIONS(1825), [sym_float_literal] = ACTIONS(1825), [sym_block_comment] = ACTIONS(3), }, [408] = { [ts_builtin_sym_end] = ACTIONS(1829), [sym_identifier] = ACTIONS(1831), [anon_sym_SEMI] = ACTIONS(1829), [anon_sym_macro_rules_BANG] = ACTIONS(1829), [anon_sym_LPAREN] = ACTIONS(1829), [anon_sym_LBRACE] = ACTIONS(1829), [anon_sym_RBRACE] = ACTIONS(1829), [anon_sym_LBRACK] = ACTIONS(1829), [anon_sym_STAR] = ACTIONS(1829), [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_async] = ACTIONS(1831), [anon_sym_break] = ACTIONS(1831), [anon_sym_const] = ACTIONS(1831), [anon_sym_continue] = ACTIONS(1831), [anon_sym_default] = ACTIONS(1831), [anon_sym_enum] = ACTIONS(1831), [anon_sym_fn] = ACTIONS(1831), [anon_sym_for] = ACTIONS(1831), [anon_sym_if] = ACTIONS(1831), [anon_sym_impl] = ACTIONS(1831), [anon_sym_let] = ACTIONS(1831), [anon_sym_loop] = ACTIONS(1831), [anon_sym_match] = ACTIONS(1831), [anon_sym_mod] = ACTIONS(1831), [anon_sym_pub] = ACTIONS(1831), [anon_sym_return] = ACTIONS(1831), [anon_sym_static] = ACTIONS(1831), [anon_sym_struct] = ACTIONS(1831), [anon_sym_trait] = ACTIONS(1831), [anon_sym_type] = ACTIONS(1831), [anon_sym_union] = ACTIONS(1831), [anon_sym_unsafe] = ACTIONS(1831), [anon_sym_use] = ACTIONS(1831), [anon_sym_while] = ACTIONS(1831), [anon_sym_POUND] = ACTIONS(1829), [anon_sym_BANG] = ACTIONS(1829), [anon_sym_extern] = ACTIONS(1831), [anon_sym_LT] = ACTIONS(1829), [anon_sym_COLON_COLON] = ACTIONS(1829), [anon_sym_AMP] = ACTIONS(1829), [anon_sym_SQUOTE] = ACTIONS(1831), [anon_sym_DOT_DOT] = ACTIONS(1829), [anon_sym_DASH] = ACTIONS(1829), [anon_sym_PIPE] = ACTIONS(1829), [anon_sym_move] = ACTIONS(1831), [sym_integer_literal] = ACTIONS(1829), [aux_sym_string_literal_token1] = ACTIONS(1829), [sym_char_literal] = ACTIONS(1829), [anon_sym_true] = ACTIONS(1831), [anon_sym_false] = ACTIONS(1831), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1831), [sym_super] = ACTIONS(1831), [sym_crate] = ACTIONS(1831), [sym_metavariable] = ACTIONS(1829), [sym_raw_string_literal] = ACTIONS(1829), [sym_float_literal] = ACTIONS(1829), [sym_block_comment] = ACTIONS(3), }, [409] = { [ts_builtin_sym_end] = ACTIONS(1833), [sym_identifier] = ACTIONS(1835), [anon_sym_SEMI] = ACTIONS(1833), [anon_sym_macro_rules_BANG] = ACTIONS(1833), [anon_sym_LPAREN] = ACTIONS(1833), [anon_sym_LBRACE] = ACTIONS(1833), [anon_sym_RBRACE] = ACTIONS(1833), [anon_sym_LBRACK] = ACTIONS(1833), [anon_sym_STAR] = ACTIONS(1833), [anon_sym_u8] = ACTIONS(1835), [anon_sym_i8] = ACTIONS(1835), [anon_sym_u16] = ACTIONS(1835), [anon_sym_i16] = ACTIONS(1835), [anon_sym_u32] = ACTIONS(1835), [anon_sym_i32] = ACTIONS(1835), [anon_sym_u64] = ACTIONS(1835), [anon_sym_i64] = ACTIONS(1835), [anon_sym_u128] = ACTIONS(1835), [anon_sym_i128] = ACTIONS(1835), [anon_sym_isize] = ACTIONS(1835), [anon_sym_usize] = ACTIONS(1835), [anon_sym_f32] = ACTIONS(1835), [anon_sym_f64] = ACTIONS(1835), [anon_sym_bool] = ACTIONS(1835), [anon_sym_str] = ACTIONS(1835), [anon_sym_char] = ACTIONS(1835), [anon_sym_async] = ACTIONS(1835), [anon_sym_break] = ACTIONS(1835), [anon_sym_const] = ACTIONS(1835), [anon_sym_continue] = ACTIONS(1835), [anon_sym_default] = ACTIONS(1835), [anon_sym_enum] = ACTIONS(1835), [anon_sym_fn] = ACTIONS(1835), [anon_sym_for] = ACTIONS(1835), [anon_sym_if] = ACTIONS(1835), [anon_sym_impl] = ACTIONS(1835), [anon_sym_let] = ACTIONS(1835), [anon_sym_loop] = ACTIONS(1835), [anon_sym_match] = ACTIONS(1835), [anon_sym_mod] = ACTIONS(1835), [anon_sym_pub] = ACTIONS(1835), [anon_sym_return] = ACTIONS(1835), [anon_sym_static] = ACTIONS(1835), [anon_sym_struct] = ACTIONS(1835), [anon_sym_trait] = ACTIONS(1835), [anon_sym_type] = ACTIONS(1835), [anon_sym_union] = ACTIONS(1835), [anon_sym_unsafe] = ACTIONS(1835), [anon_sym_use] = ACTIONS(1835), [anon_sym_while] = ACTIONS(1835), [anon_sym_POUND] = ACTIONS(1833), [anon_sym_BANG] = ACTIONS(1833), [anon_sym_extern] = ACTIONS(1835), [anon_sym_LT] = ACTIONS(1833), [anon_sym_COLON_COLON] = ACTIONS(1833), [anon_sym_AMP] = ACTIONS(1833), [anon_sym_SQUOTE] = ACTIONS(1835), [anon_sym_DOT_DOT] = ACTIONS(1833), [anon_sym_DASH] = ACTIONS(1833), [anon_sym_PIPE] = ACTIONS(1833), [anon_sym_move] = ACTIONS(1835), [sym_integer_literal] = ACTIONS(1833), [aux_sym_string_literal_token1] = ACTIONS(1833), [sym_char_literal] = ACTIONS(1833), [anon_sym_true] = ACTIONS(1835), [anon_sym_false] = ACTIONS(1835), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1835), [sym_super] = ACTIONS(1835), [sym_crate] = ACTIONS(1835), [sym_metavariable] = ACTIONS(1833), [sym_raw_string_literal] = ACTIONS(1833), [sym_float_literal] = ACTIONS(1833), [sym_block_comment] = ACTIONS(3), }, [410] = { [ts_builtin_sym_end] = ACTIONS(1837), [sym_identifier] = ACTIONS(1839), [anon_sym_SEMI] = ACTIONS(1837), [anon_sym_macro_rules_BANG] = ACTIONS(1837), [anon_sym_LPAREN] = ACTIONS(1837), [anon_sym_LBRACE] = ACTIONS(1837), [anon_sym_RBRACE] = ACTIONS(1837), [anon_sym_LBRACK] = ACTIONS(1837), [anon_sym_STAR] = ACTIONS(1837), [anon_sym_u8] = ACTIONS(1839), [anon_sym_i8] = ACTIONS(1839), [anon_sym_u16] = ACTIONS(1839), [anon_sym_i16] = ACTIONS(1839), [anon_sym_u32] = ACTIONS(1839), [anon_sym_i32] = ACTIONS(1839), [anon_sym_u64] = ACTIONS(1839), [anon_sym_i64] = ACTIONS(1839), [anon_sym_u128] = ACTIONS(1839), [anon_sym_i128] = ACTIONS(1839), [anon_sym_isize] = ACTIONS(1839), [anon_sym_usize] = ACTIONS(1839), [anon_sym_f32] = ACTIONS(1839), [anon_sym_f64] = ACTIONS(1839), [anon_sym_bool] = ACTIONS(1839), [anon_sym_str] = ACTIONS(1839), [anon_sym_char] = ACTIONS(1839), [anon_sym_async] = ACTIONS(1839), [anon_sym_break] = ACTIONS(1839), [anon_sym_const] = ACTIONS(1839), [anon_sym_continue] = ACTIONS(1839), [anon_sym_default] = ACTIONS(1839), [anon_sym_enum] = ACTIONS(1839), [anon_sym_fn] = ACTIONS(1839), [anon_sym_for] = ACTIONS(1839), [anon_sym_if] = ACTIONS(1839), [anon_sym_impl] = ACTIONS(1839), [anon_sym_let] = ACTIONS(1839), [anon_sym_loop] = ACTIONS(1839), [anon_sym_match] = ACTIONS(1839), [anon_sym_mod] = ACTIONS(1839), [anon_sym_pub] = ACTIONS(1839), [anon_sym_return] = ACTIONS(1839), [anon_sym_static] = ACTIONS(1839), [anon_sym_struct] = ACTIONS(1839), [anon_sym_trait] = ACTIONS(1839), [anon_sym_type] = ACTIONS(1839), [anon_sym_union] = ACTIONS(1839), [anon_sym_unsafe] = ACTIONS(1839), [anon_sym_use] = ACTIONS(1839), [anon_sym_while] = ACTIONS(1839), [anon_sym_POUND] = ACTIONS(1837), [anon_sym_BANG] = ACTIONS(1837), [anon_sym_extern] = ACTIONS(1839), [anon_sym_LT] = ACTIONS(1837), [anon_sym_COLON_COLON] = ACTIONS(1837), [anon_sym_AMP] = ACTIONS(1837), [anon_sym_SQUOTE] = ACTIONS(1839), [anon_sym_DOT_DOT] = ACTIONS(1837), [anon_sym_DASH] = ACTIONS(1837), [anon_sym_PIPE] = ACTIONS(1837), [anon_sym_move] = ACTIONS(1839), [sym_integer_literal] = ACTIONS(1837), [aux_sym_string_literal_token1] = ACTIONS(1837), [sym_char_literal] = ACTIONS(1837), [anon_sym_true] = ACTIONS(1839), [anon_sym_false] = ACTIONS(1839), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1839), [sym_super] = ACTIONS(1839), [sym_crate] = ACTIONS(1839), [sym_metavariable] = ACTIONS(1837), [sym_raw_string_literal] = ACTIONS(1837), [sym_float_literal] = ACTIONS(1837), [sym_block_comment] = ACTIONS(3), }, [411] = { [ts_builtin_sym_end] = ACTIONS(1841), [sym_identifier] = ACTIONS(1843), [anon_sym_SEMI] = ACTIONS(1841), [anon_sym_macro_rules_BANG] = ACTIONS(1841), [anon_sym_LPAREN] = ACTIONS(1841), [anon_sym_LBRACE] = ACTIONS(1841), [anon_sym_RBRACE] = ACTIONS(1841), [anon_sym_LBRACK] = ACTIONS(1841), [anon_sym_STAR] = 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_async] = ACTIONS(1843), [anon_sym_break] = ACTIONS(1843), [anon_sym_const] = ACTIONS(1843), [anon_sym_continue] = ACTIONS(1843), [anon_sym_default] = ACTIONS(1843), [anon_sym_enum] = ACTIONS(1843), [anon_sym_fn] = ACTIONS(1843), [anon_sym_for] = ACTIONS(1843), [anon_sym_if] = ACTIONS(1843), [anon_sym_impl] = ACTIONS(1843), [anon_sym_let] = ACTIONS(1843), [anon_sym_loop] = ACTIONS(1843), [anon_sym_match] = ACTIONS(1843), [anon_sym_mod] = ACTIONS(1843), [anon_sym_pub] = ACTIONS(1843), [anon_sym_return] = ACTIONS(1843), [anon_sym_static] = ACTIONS(1843), [anon_sym_struct] = ACTIONS(1843), [anon_sym_trait] = ACTIONS(1843), [anon_sym_type] = ACTIONS(1843), [anon_sym_union] = ACTIONS(1843), [anon_sym_unsafe] = ACTIONS(1843), [anon_sym_use] = ACTIONS(1843), [anon_sym_while] = ACTIONS(1843), [anon_sym_POUND] = ACTIONS(1841), [anon_sym_BANG] = ACTIONS(1841), [anon_sym_extern] = ACTIONS(1843), [anon_sym_LT] = ACTIONS(1841), [anon_sym_COLON_COLON] = ACTIONS(1841), [anon_sym_AMP] = ACTIONS(1841), [anon_sym_SQUOTE] = ACTIONS(1843), [anon_sym_DOT_DOT] = ACTIONS(1841), [anon_sym_DASH] = ACTIONS(1841), [anon_sym_PIPE] = ACTIONS(1841), [anon_sym_move] = ACTIONS(1843), [sym_integer_literal] = ACTIONS(1841), [aux_sym_string_literal_token1] = ACTIONS(1841), [sym_char_literal] = ACTIONS(1841), [anon_sym_true] = ACTIONS(1843), [anon_sym_false] = ACTIONS(1843), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1843), [sym_super] = ACTIONS(1843), [sym_crate] = ACTIONS(1843), [sym_metavariable] = ACTIONS(1841), [sym_raw_string_literal] = ACTIONS(1841), [sym_float_literal] = ACTIONS(1841), [sym_block_comment] = ACTIONS(3), }, [412] = { [ts_builtin_sym_end] = ACTIONS(1845), [sym_identifier] = ACTIONS(1847), [anon_sym_SEMI] = ACTIONS(1845), [anon_sym_macro_rules_BANG] = ACTIONS(1845), [anon_sym_LPAREN] = ACTIONS(1845), [anon_sym_LBRACE] = ACTIONS(1845), [anon_sym_RBRACE] = ACTIONS(1845), [anon_sym_LBRACK] = ACTIONS(1845), [anon_sym_STAR] = ACTIONS(1845), [anon_sym_u8] = ACTIONS(1847), [anon_sym_i8] = ACTIONS(1847), [anon_sym_u16] = ACTIONS(1847), [anon_sym_i16] = ACTIONS(1847), [anon_sym_u32] = ACTIONS(1847), [anon_sym_i32] = ACTIONS(1847), [anon_sym_u64] = ACTIONS(1847), [anon_sym_i64] = ACTIONS(1847), [anon_sym_u128] = ACTIONS(1847), [anon_sym_i128] = ACTIONS(1847), [anon_sym_isize] = ACTIONS(1847), [anon_sym_usize] = ACTIONS(1847), [anon_sym_f32] = ACTIONS(1847), [anon_sym_f64] = ACTIONS(1847), [anon_sym_bool] = ACTIONS(1847), [anon_sym_str] = ACTIONS(1847), [anon_sym_char] = ACTIONS(1847), [anon_sym_async] = ACTIONS(1847), [anon_sym_break] = ACTIONS(1847), [anon_sym_const] = ACTIONS(1847), [anon_sym_continue] = ACTIONS(1847), [anon_sym_default] = ACTIONS(1847), [anon_sym_enum] = ACTIONS(1847), [anon_sym_fn] = ACTIONS(1847), [anon_sym_for] = ACTIONS(1847), [anon_sym_if] = ACTIONS(1847), [anon_sym_impl] = ACTIONS(1847), [anon_sym_let] = ACTIONS(1847), [anon_sym_loop] = ACTIONS(1847), [anon_sym_match] = ACTIONS(1847), [anon_sym_mod] = ACTIONS(1847), [anon_sym_pub] = ACTIONS(1847), [anon_sym_return] = ACTIONS(1847), [anon_sym_static] = ACTIONS(1847), [anon_sym_struct] = ACTIONS(1847), [anon_sym_trait] = ACTIONS(1847), [anon_sym_type] = ACTIONS(1847), [anon_sym_union] = ACTIONS(1847), [anon_sym_unsafe] = ACTIONS(1847), [anon_sym_use] = ACTIONS(1847), [anon_sym_while] = ACTIONS(1847), [anon_sym_POUND] = ACTIONS(1845), [anon_sym_BANG] = ACTIONS(1845), [anon_sym_extern] = ACTIONS(1847), [anon_sym_LT] = ACTIONS(1845), [anon_sym_COLON_COLON] = ACTIONS(1845), [anon_sym_AMP] = ACTIONS(1845), [anon_sym_SQUOTE] = ACTIONS(1847), [anon_sym_DOT_DOT] = ACTIONS(1845), [anon_sym_DASH] = ACTIONS(1845), [anon_sym_PIPE] = ACTIONS(1845), [anon_sym_move] = ACTIONS(1847), [sym_integer_literal] = ACTIONS(1845), [aux_sym_string_literal_token1] = ACTIONS(1845), [sym_char_literal] = ACTIONS(1845), [anon_sym_true] = ACTIONS(1847), [anon_sym_false] = ACTIONS(1847), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1847), [sym_super] = ACTIONS(1847), [sym_crate] = ACTIONS(1847), [sym_metavariable] = ACTIONS(1845), [sym_raw_string_literal] = ACTIONS(1845), [sym_float_literal] = ACTIONS(1845), [sym_block_comment] = ACTIONS(3), }, [413] = { [ts_builtin_sym_end] = ACTIONS(1849), [sym_identifier] = ACTIONS(1851), [anon_sym_SEMI] = ACTIONS(1849), [anon_sym_macro_rules_BANG] = ACTIONS(1849), [anon_sym_LPAREN] = ACTIONS(1849), [anon_sym_LBRACE] = ACTIONS(1849), [anon_sym_RBRACE] = ACTIONS(1849), [anon_sym_LBRACK] = ACTIONS(1849), [anon_sym_STAR] = ACTIONS(1849), [anon_sym_u8] = ACTIONS(1851), [anon_sym_i8] = ACTIONS(1851), [anon_sym_u16] = ACTIONS(1851), [anon_sym_i16] = ACTIONS(1851), [anon_sym_u32] = ACTIONS(1851), [anon_sym_i32] = ACTIONS(1851), [anon_sym_u64] = ACTIONS(1851), [anon_sym_i64] = ACTIONS(1851), [anon_sym_u128] = ACTIONS(1851), [anon_sym_i128] = ACTIONS(1851), [anon_sym_isize] = ACTIONS(1851), [anon_sym_usize] = ACTIONS(1851), [anon_sym_f32] = ACTIONS(1851), [anon_sym_f64] = ACTIONS(1851), [anon_sym_bool] = ACTIONS(1851), [anon_sym_str] = ACTIONS(1851), [anon_sym_char] = ACTIONS(1851), [anon_sym_async] = ACTIONS(1851), [anon_sym_break] = ACTIONS(1851), [anon_sym_const] = ACTIONS(1851), [anon_sym_continue] = ACTIONS(1851), [anon_sym_default] = ACTIONS(1851), [anon_sym_enum] = ACTIONS(1851), [anon_sym_fn] = ACTIONS(1851), [anon_sym_for] = ACTIONS(1851), [anon_sym_if] = ACTIONS(1851), [anon_sym_impl] = ACTIONS(1851), [anon_sym_let] = ACTIONS(1851), [anon_sym_loop] = ACTIONS(1851), [anon_sym_match] = ACTIONS(1851), [anon_sym_mod] = ACTIONS(1851), [anon_sym_pub] = ACTIONS(1851), [anon_sym_return] = ACTIONS(1851), [anon_sym_static] = ACTIONS(1851), [anon_sym_struct] = ACTIONS(1851), [anon_sym_trait] = ACTIONS(1851), [anon_sym_type] = ACTIONS(1851), [anon_sym_union] = ACTIONS(1851), [anon_sym_unsafe] = ACTIONS(1851), [anon_sym_use] = ACTIONS(1851), [anon_sym_while] = ACTIONS(1851), [anon_sym_POUND] = ACTIONS(1849), [anon_sym_BANG] = ACTIONS(1849), [anon_sym_extern] = ACTIONS(1851), [anon_sym_LT] = ACTIONS(1849), [anon_sym_COLON_COLON] = ACTIONS(1849), [anon_sym_AMP] = ACTIONS(1849), [anon_sym_SQUOTE] = ACTIONS(1851), [anon_sym_DOT_DOT] = ACTIONS(1849), [anon_sym_DASH] = ACTIONS(1849), [anon_sym_PIPE] = ACTIONS(1849), [anon_sym_move] = ACTIONS(1851), [sym_integer_literal] = ACTIONS(1849), [aux_sym_string_literal_token1] = ACTIONS(1849), [sym_char_literal] = ACTIONS(1849), [anon_sym_true] = ACTIONS(1851), [anon_sym_false] = ACTIONS(1851), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1851), [sym_super] = ACTIONS(1851), [sym_crate] = ACTIONS(1851), [sym_metavariable] = ACTIONS(1849), [sym_raw_string_literal] = ACTIONS(1849), [sym_float_literal] = ACTIONS(1849), [sym_block_comment] = ACTIONS(3), }, [414] = { [ts_builtin_sym_end] = ACTIONS(1853), [sym_identifier] = ACTIONS(1855), [anon_sym_SEMI] = ACTIONS(1853), [anon_sym_macro_rules_BANG] = ACTIONS(1853), [anon_sym_LPAREN] = ACTIONS(1853), [anon_sym_LBRACE] = ACTIONS(1853), [anon_sym_RBRACE] = ACTIONS(1853), [anon_sym_LBRACK] = ACTIONS(1853), [anon_sym_STAR] = ACTIONS(1853), [anon_sym_u8] = ACTIONS(1855), [anon_sym_i8] = ACTIONS(1855), [anon_sym_u16] = ACTIONS(1855), [anon_sym_i16] = ACTIONS(1855), [anon_sym_u32] = ACTIONS(1855), [anon_sym_i32] = ACTIONS(1855), [anon_sym_u64] = ACTIONS(1855), [anon_sym_i64] = ACTIONS(1855), [anon_sym_u128] = ACTIONS(1855), [anon_sym_i128] = ACTIONS(1855), [anon_sym_isize] = ACTIONS(1855), [anon_sym_usize] = ACTIONS(1855), [anon_sym_f32] = ACTIONS(1855), [anon_sym_f64] = ACTIONS(1855), [anon_sym_bool] = ACTIONS(1855), [anon_sym_str] = ACTIONS(1855), [anon_sym_char] = ACTIONS(1855), [anon_sym_async] = ACTIONS(1855), [anon_sym_break] = ACTIONS(1855), [anon_sym_const] = ACTIONS(1855), [anon_sym_continue] = ACTIONS(1855), [anon_sym_default] = ACTIONS(1855), [anon_sym_enum] = ACTIONS(1855), [anon_sym_fn] = ACTIONS(1855), [anon_sym_for] = ACTIONS(1855), [anon_sym_if] = ACTIONS(1855), [anon_sym_impl] = ACTIONS(1855), [anon_sym_let] = ACTIONS(1855), [anon_sym_loop] = ACTIONS(1855), [anon_sym_match] = ACTIONS(1855), [anon_sym_mod] = ACTIONS(1855), [anon_sym_pub] = ACTIONS(1855), [anon_sym_return] = ACTIONS(1855), [anon_sym_static] = ACTIONS(1855), [anon_sym_struct] = ACTIONS(1855), [anon_sym_trait] = ACTIONS(1855), [anon_sym_type] = ACTIONS(1855), [anon_sym_union] = ACTIONS(1855), [anon_sym_unsafe] = ACTIONS(1855), [anon_sym_use] = ACTIONS(1855), [anon_sym_while] = ACTIONS(1855), [anon_sym_POUND] = ACTIONS(1853), [anon_sym_BANG] = ACTIONS(1853), [anon_sym_extern] = ACTIONS(1855), [anon_sym_LT] = ACTIONS(1853), [anon_sym_COLON_COLON] = ACTIONS(1853), [anon_sym_AMP] = ACTIONS(1853), [anon_sym_SQUOTE] = ACTIONS(1855), [anon_sym_DOT_DOT] = ACTIONS(1853), [anon_sym_DASH] = ACTIONS(1853), [anon_sym_PIPE] = ACTIONS(1853), [anon_sym_move] = ACTIONS(1855), [sym_integer_literal] = ACTIONS(1853), [aux_sym_string_literal_token1] = ACTIONS(1853), [sym_char_literal] = ACTIONS(1853), [anon_sym_true] = ACTIONS(1855), [anon_sym_false] = ACTIONS(1855), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1855), [sym_super] = ACTIONS(1855), [sym_crate] = ACTIONS(1855), [sym_metavariable] = ACTIONS(1853), [sym_raw_string_literal] = ACTIONS(1853), [sym_float_literal] = ACTIONS(1853), [sym_block_comment] = ACTIONS(3), }, [415] = { [ts_builtin_sym_end] = ACTIONS(1857), [sym_identifier] = ACTIONS(1859), [anon_sym_SEMI] = ACTIONS(1857), [anon_sym_macro_rules_BANG] = ACTIONS(1857), [anon_sym_LPAREN] = ACTIONS(1857), [anon_sym_LBRACE] = ACTIONS(1857), [anon_sym_RBRACE] = ACTIONS(1857), [anon_sym_LBRACK] = ACTIONS(1857), [anon_sym_STAR] = ACTIONS(1857), [anon_sym_u8] = ACTIONS(1859), [anon_sym_i8] = ACTIONS(1859), [anon_sym_u16] = ACTIONS(1859), [anon_sym_i16] = ACTIONS(1859), [anon_sym_u32] = ACTIONS(1859), [anon_sym_i32] = ACTIONS(1859), [anon_sym_u64] = ACTIONS(1859), [anon_sym_i64] = ACTIONS(1859), [anon_sym_u128] = ACTIONS(1859), [anon_sym_i128] = ACTIONS(1859), [anon_sym_isize] = ACTIONS(1859), [anon_sym_usize] = ACTIONS(1859), [anon_sym_f32] = ACTIONS(1859), [anon_sym_f64] = ACTIONS(1859), [anon_sym_bool] = ACTIONS(1859), [anon_sym_str] = ACTIONS(1859), [anon_sym_char] = ACTIONS(1859), [anon_sym_async] = ACTIONS(1859), [anon_sym_break] = ACTIONS(1859), [anon_sym_const] = ACTIONS(1859), [anon_sym_continue] = ACTIONS(1859), [anon_sym_default] = ACTIONS(1859), [anon_sym_enum] = ACTIONS(1859), [anon_sym_fn] = ACTIONS(1859), [anon_sym_for] = ACTIONS(1859), [anon_sym_if] = ACTIONS(1859), [anon_sym_impl] = ACTIONS(1859), [anon_sym_let] = ACTIONS(1859), [anon_sym_loop] = ACTIONS(1859), [anon_sym_match] = ACTIONS(1859), [anon_sym_mod] = ACTIONS(1859), [anon_sym_pub] = ACTIONS(1859), [anon_sym_return] = ACTIONS(1859), [anon_sym_static] = ACTIONS(1859), [anon_sym_struct] = ACTIONS(1859), [anon_sym_trait] = ACTIONS(1859), [anon_sym_type] = ACTIONS(1859), [anon_sym_union] = ACTIONS(1859), [anon_sym_unsafe] = ACTIONS(1859), [anon_sym_use] = ACTIONS(1859), [anon_sym_while] = ACTIONS(1859), [anon_sym_POUND] = ACTIONS(1857), [anon_sym_BANG] = ACTIONS(1857), [anon_sym_extern] = ACTIONS(1859), [anon_sym_LT] = ACTIONS(1857), [anon_sym_COLON_COLON] = ACTIONS(1857), [anon_sym_AMP] = ACTIONS(1857), [anon_sym_SQUOTE] = ACTIONS(1859), [anon_sym_DOT_DOT] = ACTIONS(1857), [anon_sym_DASH] = ACTIONS(1857), [anon_sym_PIPE] = ACTIONS(1857), [anon_sym_move] = ACTIONS(1859), [sym_integer_literal] = ACTIONS(1857), [aux_sym_string_literal_token1] = ACTIONS(1857), [sym_char_literal] = ACTIONS(1857), [anon_sym_true] = ACTIONS(1859), [anon_sym_false] = ACTIONS(1859), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1859), [sym_super] = ACTIONS(1859), [sym_crate] = ACTIONS(1859), [sym_metavariable] = ACTIONS(1857), [sym_raw_string_literal] = ACTIONS(1857), [sym_float_literal] = ACTIONS(1857), [sym_block_comment] = ACTIONS(3), }, [416] = { [ts_builtin_sym_end] = ACTIONS(1861), [sym_identifier] = ACTIONS(1863), [anon_sym_SEMI] = ACTIONS(1861), [anon_sym_macro_rules_BANG] = ACTIONS(1861), [anon_sym_LPAREN] = ACTIONS(1861), [anon_sym_LBRACE] = ACTIONS(1861), [anon_sym_RBRACE] = ACTIONS(1861), [anon_sym_LBRACK] = ACTIONS(1861), [anon_sym_STAR] = ACTIONS(1861), [anon_sym_u8] = ACTIONS(1863), [anon_sym_i8] = ACTIONS(1863), [anon_sym_u16] = ACTIONS(1863), [anon_sym_i16] = ACTIONS(1863), [anon_sym_u32] = ACTIONS(1863), [anon_sym_i32] = ACTIONS(1863), [anon_sym_u64] = ACTIONS(1863), [anon_sym_i64] = ACTIONS(1863), [anon_sym_u128] = ACTIONS(1863), [anon_sym_i128] = ACTIONS(1863), [anon_sym_isize] = ACTIONS(1863), [anon_sym_usize] = ACTIONS(1863), [anon_sym_f32] = ACTIONS(1863), [anon_sym_f64] = ACTIONS(1863), [anon_sym_bool] = ACTIONS(1863), [anon_sym_str] = ACTIONS(1863), [anon_sym_char] = ACTIONS(1863), [anon_sym_async] = ACTIONS(1863), [anon_sym_break] = ACTIONS(1863), [anon_sym_const] = ACTIONS(1863), [anon_sym_continue] = ACTIONS(1863), [anon_sym_default] = ACTIONS(1863), [anon_sym_enum] = ACTIONS(1863), [anon_sym_fn] = ACTIONS(1863), [anon_sym_for] = ACTIONS(1863), [anon_sym_if] = ACTIONS(1863), [anon_sym_impl] = ACTIONS(1863), [anon_sym_let] = ACTIONS(1863), [anon_sym_loop] = ACTIONS(1863), [anon_sym_match] = ACTIONS(1863), [anon_sym_mod] = ACTIONS(1863), [anon_sym_pub] = ACTIONS(1863), [anon_sym_return] = ACTIONS(1863), [anon_sym_static] = ACTIONS(1863), [anon_sym_struct] = ACTIONS(1863), [anon_sym_trait] = ACTIONS(1863), [anon_sym_type] = ACTIONS(1863), [anon_sym_union] = ACTIONS(1863), [anon_sym_unsafe] = ACTIONS(1863), [anon_sym_use] = ACTIONS(1863), [anon_sym_while] = ACTIONS(1863), [anon_sym_POUND] = ACTIONS(1861), [anon_sym_BANG] = ACTIONS(1861), [anon_sym_extern] = ACTIONS(1863), [anon_sym_LT] = ACTIONS(1861), [anon_sym_COLON_COLON] = ACTIONS(1861), [anon_sym_AMP] = ACTIONS(1861), [anon_sym_SQUOTE] = ACTIONS(1863), [anon_sym_DOT_DOT] = ACTIONS(1861), [anon_sym_DASH] = ACTIONS(1861), [anon_sym_PIPE] = ACTIONS(1861), [anon_sym_move] = ACTIONS(1863), [sym_integer_literal] = ACTIONS(1861), [aux_sym_string_literal_token1] = ACTIONS(1861), [sym_char_literal] = ACTIONS(1861), [anon_sym_true] = ACTIONS(1863), [anon_sym_false] = ACTIONS(1863), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1863), [sym_super] = ACTIONS(1863), [sym_crate] = ACTIONS(1863), [sym_metavariable] = ACTIONS(1861), [sym_raw_string_literal] = ACTIONS(1861), [sym_float_literal] = ACTIONS(1861), [sym_block_comment] = ACTIONS(3), }, [417] = { [ts_builtin_sym_end] = ACTIONS(1865), [sym_identifier] = ACTIONS(1867), [anon_sym_SEMI] = ACTIONS(1865), [anon_sym_macro_rules_BANG] = ACTIONS(1865), [anon_sym_LPAREN] = ACTIONS(1865), [anon_sym_LBRACE] = ACTIONS(1865), [anon_sym_RBRACE] = ACTIONS(1865), [anon_sym_LBRACK] = ACTIONS(1865), [anon_sym_STAR] = ACTIONS(1865), [anon_sym_u8] = ACTIONS(1867), [anon_sym_i8] = ACTIONS(1867), [anon_sym_u16] = ACTIONS(1867), [anon_sym_i16] = ACTIONS(1867), [anon_sym_u32] = ACTIONS(1867), [anon_sym_i32] = ACTIONS(1867), [anon_sym_u64] = ACTIONS(1867), [anon_sym_i64] = ACTIONS(1867), [anon_sym_u128] = ACTIONS(1867), [anon_sym_i128] = ACTIONS(1867), [anon_sym_isize] = ACTIONS(1867), [anon_sym_usize] = ACTIONS(1867), [anon_sym_f32] = ACTIONS(1867), [anon_sym_f64] = ACTIONS(1867), [anon_sym_bool] = ACTIONS(1867), [anon_sym_str] = ACTIONS(1867), [anon_sym_char] = ACTIONS(1867), [anon_sym_async] = ACTIONS(1867), [anon_sym_break] = ACTIONS(1867), [anon_sym_const] = ACTIONS(1867), [anon_sym_continue] = ACTIONS(1867), [anon_sym_default] = ACTIONS(1867), [anon_sym_enum] = ACTIONS(1867), [anon_sym_fn] = ACTIONS(1867), [anon_sym_for] = ACTIONS(1867), [anon_sym_if] = ACTIONS(1867), [anon_sym_impl] = ACTIONS(1867), [anon_sym_let] = ACTIONS(1867), [anon_sym_loop] = ACTIONS(1867), [anon_sym_match] = ACTIONS(1867), [anon_sym_mod] = ACTIONS(1867), [anon_sym_pub] = ACTIONS(1867), [anon_sym_return] = ACTIONS(1867), [anon_sym_static] = ACTIONS(1867), [anon_sym_struct] = ACTIONS(1867), [anon_sym_trait] = ACTIONS(1867), [anon_sym_type] = ACTIONS(1867), [anon_sym_union] = ACTIONS(1867), [anon_sym_unsafe] = ACTIONS(1867), [anon_sym_use] = ACTIONS(1867), [anon_sym_while] = ACTIONS(1867), [anon_sym_POUND] = ACTIONS(1865), [anon_sym_BANG] = ACTIONS(1865), [anon_sym_extern] = ACTIONS(1867), [anon_sym_LT] = ACTIONS(1865), [anon_sym_COLON_COLON] = ACTIONS(1865), [anon_sym_AMP] = ACTIONS(1865), [anon_sym_SQUOTE] = ACTIONS(1867), [anon_sym_DOT_DOT] = ACTIONS(1865), [anon_sym_DASH] = ACTIONS(1865), [anon_sym_PIPE] = ACTIONS(1865), [anon_sym_move] = ACTIONS(1867), [sym_integer_literal] = ACTIONS(1865), [aux_sym_string_literal_token1] = ACTIONS(1865), [sym_char_literal] = ACTIONS(1865), [anon_sym_true] = ACTIONS(1867), [anon_sym_false] = ACTIONS(1867), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1867), [sym_super] = ACTIONS(1867), [sym_crate] = ACTIONS(1867), [sym_metavariable] = ACTIONS(1865), [sym_raw_string_literal] = ACTIONS(1865), [sym_float_literal] = ACTIONS(1865), [sym_block_comment] = ACTIONS(3), }, [418] = { [ts_builtin_sym_end] = ACTIONS(1869), [sym_identifier] = ACTIONS(1871), [anon_sym_SEMI] = ACTIONS(1869), [anon_sym_macro_rules_BANG] = ACTIONS(1869), [anon_sym_LPAREN] = ACTIONS(1869), [anon_sym_LBRACE] = ACTIONS(1869), [anon_sym_RBRACE] = ACTIONS(1869), [anon_sym_LBRACK] = ACTIONS(1869), [anon_sym_STAR] = ACTIONS(1869), [anon_sym_u8] = ACTIONS(1871), [anon_sym_i8] = ACTIONS(1871), [anon_sym_u16] = ACTIONS(1871), [anon_sym_i16] = ACTIONS(1871), [anon_sym_u32] = ACTIONS(1871), [anon_sym_i32] = ACTIONS(1871), [anon_sym_u64] = ACTIONS(1871), [anon_sym_i64] = ACTIONS(1871), [anon_sym_u128] = ACTIONS(1871), [anon_sym_i128] = ACTIONS(1871), [anon_sym_isize] = ACTIONS(1871), [anon_sym_usize] = ACTIONS(1871), [anon_sym_f32] = ACTIONS(1871), [anon_sym_f64] = ACTIONS(1871), [anon_sym_bool] = ACTIONS(1871), [anon_sym_str] = ACTIONS(1871), [anon_sym_char] = ACTIONS(1871), [anon_sym_async] = ACTIONS(1871), [anon_sym_break] = ACTIONS(1871), [anon_sym_const] = ACTIONS(1871), [anon_sym_continue] = ACTIONS(1871), [anon_sym_default] = ACTIONS(1871), [anon_sym_enum] = ACTIONS(1871), [anon_sym_fn] = ACTIONS(1871), [anon_sym_for] = ACTIONS(1871), [anon_sym_if] = ACTIONS(1871), [anon_sym_impl] = ACTIONS(1871), [anon_sym_let] = ACTIONS(1871), [anon_sym_loop] = ACTIONS(1871), [anon_sym_match] = ACTIONS(1871), [anon_sym_mod] = ACTIONS(1871), [anon_sym_pub] = ACTIONS(1871), [anon_sym_return] = ACTIONS(1871), [anon_sym_static] = ACTIONS(1871), [anon_sym_struct] = ACTIONS(1871), [anon_sym_trait] = ACTIONS(1871), [anon_sym_type] = ACTIONS(1871), [anon_sym_union] = ACTIONS(1871), [anon_sym_unsafe] = ACTIONS(1871), [anon_sym_use] = ACTIONS(1871), [anon_sym_while] = ACTIONS(1871), [anon_sym_POUND] = ACTIONS(1869), [anon_sym_BANG] = ACTIONS(1869), [anon_sym_extern] = ACTIONS(1871), [anon_sym_LT] = ACTIONS(1869), [anon_sym_COLON_COLON] = ACTIONS(1869), [anon_sym_AMP] = ACTIONS(1869), [anon_sym_SQUOTE] = ACTIONS(1871), [anon_sym_DOT_DOT] = ACTIONS(1869), [anon_sym_DASH] = ACTIONS(1869), [anon_sym_PIPE] = ACTIONS(1869), [anon_sym_move] = ACTIONS(1871), [sym_integer_literal] = ACTIONS(1869), [aux_sym_string_literal_token1] = ACTIONS(1869), [sym_char_literal] = ACTIONS(1869), [anon_sym_true] = ACTIONS(1871), [anon_sym_false] = ACTIONS(1871), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1871), [sym_super] = ACTIONS(1871), [sym_crate] = ACTIONS(1871), [sym_metavariable] = ACTIONS(1869), [sym_raw_string_literal] = ACTIONS(1869), [sym_float_literal] = ACTIONS(1869), [sym_block_comment] = ACTIONS(3), }, [419] = { [ts_builtin_sym_end] = ACTIONS(1873), [sym_identifier] = ACTIONS(1875), [anon_sym_SEMI] = ACTIONS(1873), [anon_sym_macro_rules_BANG] = ACTIONS(1873), [anon_sym_LPAREN] = ACTIONS(1873), [anon_sym_LBRACE] = ACTIONS(1873), [anon_sym_RBRACE] = ACTIONS(1873), [anon_sym_LBRACK] = ACTIONS(1873), [anon_sym_STAR] = ACTIONS(1873), [anon_sym_u8] = ACTIONS(1875), [anon_sym_i8] = ACTIONS(1875), [anon_sym_u16] = ACTIONS(1875), [anon_sym_i16] = ACTIONS(1875), [anon_sym_u32] = ACTIONS(1875), [anon_sym_i32] = ACTIONS(1875), [anon_sym_u64] = ACTIONS(1875), [anon_sym_i64] = ACTIONS(1875), [anon_sym_u128] = ACTIONS(1875), [anon_sym_i128] = ACTIONS(1875), [anon_sym_isize] = ACTIONS(1875), [anon_sym_usize] = ACTIONS(1875), [anon_sym_f32] = ACTIONS(1875), [anon_sym_f64] = ACTIONS(1875), [anon_sym_bool] = ACTIONS(1875), [anon_sym_str] = ACTIONS(1875), [anon_sym_char] = ACTIONS(1875), [anon_sym_async] = ACTIONS(1875), [anon_sym_break] = ACTIONS(1875), [anon_sym_const] = ACTIONS(1875), [anon_sym_continue] = ACTIONS(1875), [anon_sym_default] = ACTIONS(1875), [anon_sym_enum] = ACTIONS(1875), [anon_sym_fn] = ACTIONS(1875), [anon_sym_for] = ACTIONS(1875), [anon_sym_if] = ACTIONS(1875), [anon_sym_impl] = ACTIONS(1875), [anon_sym_let] = ACTIONS(1875), [anon_sym_loop] = ACTIONS(1875), [anon_sym_match] = ACTIONS(1875), [anon_sym_mod] = ACTIONS(1875), [anon_sym_pub] = ACTIONS(1875), [anon_sym_return] = ACTIONS(1875), [anon_sym_static] = ACTIONS(1875), [anon_sym_struct] = ACTIONS(1875), [anon_sym_trait] = ACTIONS(1875), [anon_sym_type] = ACTIONS(1875), [anon_sym_union] = ACTIONS(1875), [anon_sym_unsafe] = ACTIONS(1875), [anon_sym_use] = ACTIONS(1875), [anon_sym_while] = ACTIONS(1875), [anon_sym_POUND] = ACTIONS(1873), [anon_sym_BANG] = ACTIONS(1873), [anon_sym_extern] = ACTIONS(1875), [anon_sym_LT] = ACTIONS(1873), [anon_sym_COLON_COLON] = ACTIONS(1873), [anon_sym_AMP] = ACTIONS(1873), [anon_sym_SQUOTE] = ACTIONS(1875), [anon_sym_DOT_DOT] = ACTIONS(1873), [anon_sym_DASH] = ACTIONS(1873), [anon_sym_PIPE] = ACTIONS(1873), [anon_sym_move] = ACTIONS(1875), [sym_integer_literal] = ACTIONS(1873), [aux_sym_string_literal_token1] = ACTIONS(1873), [sym_char_literal] = ACTIONS(1873), [anon_sym_true] = ACTIONS(1875), [anon_sym_false] = ACTIONS(1875), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1875), [sym_super] = ACTIONS(1875), [sym_crate] = ACTIONS(1875), [sym_metavariable] = ACTIONS(1873), [sym_raw_string_literal] = ACTIONS(1873), [sym_float_literal] = ACTIONS(1873), [sym_block_comment] = ACTIONS(3), }, [420] = { [ts_builtin_sym_end] = ACTIONS(1877), [sym_identifier] = ACTIONS(1879), [anon_sym_SEMI] = ACTIONS(1877), [anon_sym_macro_rules_BANG] = ACTIONS(1877), [anon_sym_LPAREN] = ACTIONS(1877), [anon_sym_LBRACE] = ACTIONS(1877), [anon_sym_RBRACE] = ACTIONS(1877), [anon_sym_LBRACK] = ACTIONS(1877), [anon_sym_STAR] = ACTIONS(1877), [anon_sym_u8] = ACTIONS(1879), [anon_sym_i8] = ACTIONS(1879), [anon_sym_u16] = ACTIONS(1879), [anon_sym_i16] = ACTIONS(1879), [anon_sym_u32] = ACTIONS(1879), [anon_sym_i32] = ACTIONS(1879), [anon_sym_u64] = ACTIONS(1879), [anon_sym_i64] = ACTIONS(1879), [anon_sym_u128] = ACTIONS(1879), [anon_sym_i128] = ACTIONS(1879), [anon_sym_isize] = ACTIONS(1879), [anon_sym_usize] = ACTIONS(1879), [anon_sym_f32] = ACTIONS(1879), [anon_sym_f64] = ACTIONS(1879), [anon_sym_bool] = ACTIONS(1879), [anon_sym_str] = ACTIONS(1879), [anon_sym_char] = ACTIONS(1879), [anon_sym_async] = ACTIONS(1879), [anon_sym_break] = ACTIONS(1879), [anon_sym_const] = ACTIONS(1879), [anon_sym_continue] = ACTIONS(1879), [anon_sym_default] = ACTIONS(1879), [anon_sym_enum] = ACTIONS(1879), [anon_sym_fn] = ACTIONS(1879), [anon_sym_for] = ACTIONS(1879), [anon_sym_if] = ACTIONS(1879), [anon_sym_impl] = ACTIONS(1879), [anon_sym_let] = ACTIONS(1879), [anon_sym_loop] = ACTIONS(1879), [anon_sym_match] = ACTIONS(1879), [anon_sym_mod] = ACTIONS(1879), [anon_sym_pub] = ACTIONS(1879), [anon_sym_return] = ACTIONS(1879), [anon_sym_static] = ACTIONS(1879), [anon_sym_struct] = ACTIONS(1879), [anon_sym_trait] = ACTIONS(1879), [anon_sym_type] = ACTIONS(1879), [anon_sym_union] = ACTIONS(1879), [anon_sym_unsafe] = ACTIONS(1879), [anon_sym_use] = ACTIONS(1879), [anon_sym_while] = ACTIONS(1879), [anon_sym_POUND] = ACTIONS(1877), [anon_sym_BANG] = ACTIONS(1877), [anon_sym_extern] = ACTIONS(1879), [anon_sym_LT] = ACTIONS(1877), [anon_sym_COLON_COLON] = ACTIONS(1877), [anon_sym_AMP] = ACTIONS(1877), [anon_sym_SQUOTE] = ACTIONS(1879), [anon_sym_DOT_DOT] = ACTIONS(1877), [anon_sym_DASH] = ACTIONS(1877), [anon_sym_PIPE] = ACTIONS(1877), [anon_sym_move] = ACTIONS(1879), [sym_integer_literal] = ACTIONS(1877), [aux_sym_string_literal_token1] = ACTIONS(1877), [sym_char_literal] = ACTIONS(1877), [anon_sym_true] = ACTIONS(1879), [anon_sym_false] = ACTIONS(1879), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1879), [sym_super] = ACTIONS(1879), [sym_crate] = ACTIONS(1879), [sym_metavariable] = ACTIONS(1877), [sym_raw_string_literal] = ACTIONS(1877), [sym_float_literal] = ACTIONS(1877), [sym_block_comment] = ACTIONS(3), }, [421] = { [ts_builtin_sym_end] = ACTIONS(1881), [sym_identifier] = ACTIONS(1883), [anon_sym_SEMI] = ACTIONS(1881), [anon_sym_macro_rules_BANG] = ACTIONS(1881), [anon_sym_LPAREN] = ACTIONS(1881), [anon_sym_LBRACE] = ACTIONS(1881), [anon_sym_RBRACE] = ACTIONS(1881), [anon_sym_LBRACK] = ACTIONS(1881), [anon_sym_STAR] = ACTIONS(1881), [anon_sym_u8] = ACTIONS(1883), [anon_sym_i8] = ACTIONS(1883), [anon_sym_u16] = ACTIONS(1883), [anon_sym_i16] = ACTIONS(1883), [anon_sym_u32] = ACTIONS(1883), [anon_sym_i32] = ACTIONS(1883), [anon_sym_u64] = ACTIONS(1883), [anon_sym_i64] = ACTIONS(1883), [anon_sym_u128] = ACTIONS(1883), [anon_sym_i128] = ACTIONS(1883), [anon_sym_isize] = ACTIONS(1883), [anon_sym_usize] = ACTIONS(1883), [anon_sym_f32] = ACTIONS(1883), [anon_sym_f64] = ACTIONS(1883), [anon_sym_bool] = ACTIONS(1883), [anon_sym_str] = ACTIONS(1883), [anon_sym_char] = ACTIONS(1883), [anon_sym_async] = ACTIONS(1883), [anon_sym_break] = ACTIONS(1883), [anon_sym_const] = ACTIONS(1883), [anon_sym_continue] = ACTIONS(1883), [anon_sym_default] = ACTIONS(1883), [anon_sym_enum] = ACTIONS(1883), [anon_sym_fn] = ACTIONS(1883), [anon_sym_for] = ACTIONS(1883), [anon_sym_if] = ACTIONS(1883), [anon_sym_impl] = ACTIONS(1883), [anon_sym_let] = ACTIONS(1883), [anon_sym_loop] = ACTIONS(1883), [anon_sym_match] = ACTIONS(1883), [anon_sym_mod] = ACTIONS(1883), [anon_sym_pub] = ACTIONS(1883), [anon_sym_return] = ACTIONS(1883), [anon_sym_static] = ACTIONS(1883), [anon_sym_struct] = ACTIONS(1883), [anon_sym_trait] = ACTIONS(1883), [anon_sym_type] = ACTIONS(1883), [anon_sym_union] = ACTIONS(1883), [anon_sym_unsafe] = ACTIONS(1883), [anon_sym_use] = ACTIONS(1883), [anon_sym_while] = ACTIONS(1883), [anon_sym_POUND] = ACTIONS(1881), [anon_sym_BANG] = ACTIONS(1881), [anon_sym_extern] = ACTIONS(1883), [anon_sym_LT] = ACTIONS(1881), [anon_sym_COLON_COLON] = ACTIONS(1881), [anon_sym_AMP] = ACTIONS(1881), [anon_sym_SQUOTE] = ACTIONS(1883), [anon_sym_DOT_DOT] = ACTIONS(1881), [anon_sym_DASH] = ACTIONS(1881), [anon_sym_PIPE] = ACTIONS(1881), [anon_sym_move] = ACTIONS(1883), [sym_integer_literal] = ACTIONS(1881), [aux_sym_string_literal_token1] = ACTIONS(1881), [sym_char_literal] = ACTIONS(1881), [anon_sym_true] = ACTIONS(1883), [anon_sym_false] = ACTIONS(1883), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1883), [sym_super] = ACTIONS(1883), [sym_crate] = ACTIONS(1883), [sym_metavariable] = ACTIONS(1881), [sym_raw_string_literal] = ACTIONS(1881), [sym_float_literal] = ACTIONS(1881), [sym_block_comment] = ACTIONS(3), }, [422] = { [ts_builtin_sym_end] = ACTIONS(1885), [sym_identifier] = ACTIONS(1887), [anon_sym_SEMI] = ACTIONS(1885), [anon_sym_macro_rules_BANG] = ACTIONS(1885), [anon_sym_LPAREN] = ACTIONS(1885), [anon_sym_LBRACE] = ACTIONS(1885), [anon_sym_RBRACE] = ACTIONS(1885), [anon_sym_LBRACK] = ACTIONS(1885), [anon_sym_STAR] = ACTIONS(1885), [anon_sym_u8] = ACTIONS(1887), [anon_sym_i8] = ACTIONS(1887), [anon_sym_u16] = ACTIONS(1887), [anon_sym_i16] = ACTIONS(1887), [anon_sym_u32] = ACTIONS(1887), [anon_sym_i32] = ACTIONS(1887), [anon_sym_u64] = ACTIONS(1887), [anon_sym_i64] = ACTIONS(1887), [anon_sym_u128] = ACTIONS(1887), [anon_sym_i128] = ACTIONS(1887), [anon_sym_isize] = ACTIONS(1887), [anon_sym_usize] = ACTIONS(1887), [anon_sym_f32] = ACTIONS(1887), [anon_sym_f64] = ACTIONS(1887), [anon_sym_bool] = ACTIONS(1887), [anon_sym_str] = ACTIONS(1887), [anon_sym_char] = ACTIONS(1887), [anon_sym_async] = ACTIONS(1887), [anon_sym_break] = ACTIONS(1887), [anon_sym_const] = ACTIONS(1887), [anon_sym_continue] = ACTIONS(1887), [anon_sym_default] = ACTIONS(1887), [anon_sym_enum] = ACTIONS(1887), [anon_sym_fn] = ACTIONS(1887), [anon_sym_for] = ACTIONS(1887), [anon_sym_if] = ACTIONS(1887), [anon_sym_impl] = ACTIONS(1887), [anon_sym_let] = ACTIONS(1887), [anon_sym_loop] = ACTIONS(1887), [anon_sym_match] = ACTIONS(1887), [anon_sym_mod] = ACTIONS(1887), [anon_sym_pub] = ACTIONS(1887), [anon_sym_return] = ACTIONS(1887), [anon_sym_static] = ACTIONS(1887), [anon_sym_struct] = ACTIONS(1887), [anon_sym_trait] = ACTIONS(1887), [anon_sym_type] = ACTIONS(1887), [anon_sym_union] = ACTIONS(1887), [anon_sym_unsafe] = ACTIONS(1887), [anon_sym_use] = ACTIONS(1887), [anon_sym_while] = ACTIONS(1887), [anon_sym_POUND] = ACTIONS(1885), [anon_sym_BANG] = ACTIONS(1885), [anon_sym_extern] = ACTIONS(1887), [anon_sym_LT] = ACTIONS(1885), [anon_sym_COLON_COLON] = ACTIONS(1885), [anon_sym_AMP] = ACTIONS(1885), [anon_sym_SQUOTE] = ACTIONS(1887), [anon_sym_DOT_DOT] = ACTIONS(1885), [anon_sym_DASH] = ACTIONS(1885), [anon_sym_PIPE] = ACTIONS(1885), [anon_sym_move] = ACTIONS(1887), [sym_integer_literal] = ACTIONS(1885), [aux_sym_string_literal_token1] = ACTIONS(1885), [sym_char_literal] = ACTIONS(1885), [anon_sym_true] = ACTIONS(1887), [anon_sym_false] = ACTIONS(1887), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1887), [sym_super] = ACTIONS(1887), [sym_crate] = ACTIONS(1887), [sym_metavariable] = ACTIONS(1885), [sym_raw_string_literal] = ACTIONS(1885), [sym_float_literal] = ACTIONS(1885), [sym_block_comment] = ACTIONS(3), }, [423] = { [ts_builtin_sym_end] = ACTIONS(1889), [sym_identifier] = ACTIONS(1891), [anon_sym_SEMI] = ACTIONS(1889), [anon_sym_macro_rules_BANG] = ACTIONS(1889), [anon_sym_LPAREN] = ACTIONS(1889), [anon_sym_LBRACE] = ACTIONS(1889), [anon_sym_RBRACE] = ACTIONS(1889), [anon_sym_LBRACK] = ACTIONS(1889), [anon_sym_STAR] = ACTIONS(1889), [anon_sym_u8] = ACTIONS(1891), [anon_sym_i8] = ACTIONS(1891), [anon_sym_u16] = ACTIONS(1891), [anon_sym_i16] = ACTIONS(1891), [anon_sym_u32] = ACTIONS(1891), [anon_sym_i32] = ACTIONS(1891), [anon_sym_u64] = ACTIONS(1891), [anon_sym_i64] = ACTIONS(1891), [anon_sym_u128] = ACTIONS(1891), [anon_sym_i128] = ACTIONS(1891), [anon_sym_isize] = ACTIONS(1891), [anon_sym_usize] = ACTIONS(1891), [anon_sym_f32] = ACTIONS(1891), [anon_sym_f64] = ACTIONS(1891), [anon_sym_bool] = ACTIONS(1891), [anon_sym_str] = ACTIONS(1891), [anon_sym_char] = ACTIONS(1891), [anon_sym_async] = ACTIONS(1891), [anon_sym_break] = ACTIONS(1891), [anon_sym_const] = ACTIONS(1891), [anon_sym_continue] = ACTIONS(1891), [anon_sym_default] = ACTIONS(1891), [anon_sym_enum] = ACTIONS(1891), [anon_sym_fn] = ACTIONS(1891), [anon_sym_for] = ACTIONS(1891), [anon_sym_if] = ACTIONS(1891), [anon_sym_impl] = ACTIONS(1891), [anon_sym_let] = ACTIONS(1891), [anon_sym_loop] = ACTIONS(1891), [anon_sym_match] = ACTIONS(1891), [anon_sym_mod] = ACTIONS(1891), [anon_sym_pub] = ACTIONS(1891), [anon_sym_return] = ACTIONS(1891), [anon_sym_static] = ACTIONS(1891), [anon_sym_struct] = ACTIONS(1891), [anon_sym_trait] = ACTIONS(1891), [anon_sym_type] = ACTIONS(1891), [anon_sym_union] = ACTIONS(1891), [anon_sym_unsafe] = ACTIONS(1891), [anon_sym_use] = ACTIONS(1891), [anon_sym_while] = ACTIONS(1891), [anon_sym_POUND] = ACTIONS(1889), [anon_sym_BANG] = ACTIONS(1889), [anon_sym_extern] = ACTIONS(1891), [anon_sym_LT] = ACTIONS(1889), [anon_sym_COLON_COLON] = ACTIONS(1889), [anon_sym_AMP] = ACTIONS(1889), [anon_sym_SQUOTE] = ACTIONS(1891), [anon_sym_DOT_DOT] = ACTIONS(1889), [anon_sym_DASH] = ACTIONS(1889), [anon_sym_PIPE] = ACTIONS(1889), [anon_sym_move] = ACTIONS(1891), [sym_integer_literal] = ACTIONS(1889), [aux_sym_string_literal_token1] = ACTIONS(1889), [sym_char_literal] = ACTIONS(1889), [anon_sym_true] = ACTIONS(1891), [anon_sym_false] = ACTIONS(1891), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1891), [sym_super] = ACTIONS(1891), [sym_crate] = ACTIONS(1891), [sym_metavariable] = ACTIONS(1889), [sym_raw_string_literal] = ACTIONS(1889), [sym_float_literal] = ACTIONS(1889), [sym_block_comment] = ACTIONS(3), }, [424] = { [ts_builtin_sym_end] = ACTIONS(1893), [sym_identifier] = ACTIONS(1895), [anon_sym_SEMI] = ACTIONS(1893), [anon_sym_macro_rules_BANG] = ACTIONS(1893), [anon_sym_LPAREN] = ACTIONS(1893), [anon_sym_LBRACE] = ACTIONS(1893), [anon_sym_RBRACE] = ACTIONS(1893), [anon_sym_LBRACK] = ACTIONS(1893), [anon_sym_STAR] = ACTIONS(1893), [anon_sym_u8] = ACTIONS(1895), [anon_sym_i8] = ACTIONS(1895), [anon_sym_u16] = ACTIONS(1895), [anon_sym_i16] = ACTIONS(1895), [anon_sym_u32] = ACTIONS(1895), [anon_sym_i32] = ACTIONS(1895), [anon_sym_u64] = ACTIONS(1895), [anon_sym_i64] = ACTIONS(1895), [anon_sym_u128] = ACTIONS(1895), [anon_sym_i128] = ACTIONS(1895), [anon_sym_isize] = ACTIONS(1895), [anon_sym_usize] = ACTIONS(1895), [anon_sym_f32] = ACTIONS(1895), [anon_sym_f64] = ACTIONS(1895), [anon_sym_bool] = ACTIONS(1895), [anon_sym_str] = ACTIONS(1895), [anon_sym_char] = ACTIONS(1895), [anon_sym_async] = ACTIONS(1895), [anon_sym_break] = ACTIONS(1895), [anon_sym_const] = ACTIONS(1895), [anon_sym_continue] = ACTIONS(1895), [anon_sym_default] = ACTIONS(1895), [anon_sym_enum] = ACTIONS(1895), [anon_sym_fn] = ACTIONS(1895), [anon_sym_for] = ACTIONS(1895), [anon_sym_if] = ACTIONS(1895), [anon_sym_impl] = ACTIONS(1895), [anon_sym_let] = ACTIONS(1895), [anon_sym_loop] = ACTIONS(1895), [anon_sym_match] = ACTIONS(1895), [anon_sym_mod] = ACTIONS(1895), [anon_sym_pub] = ACTIONS(1895), [anon_sym_return] = ACTIONS(1895), [anon_sym_static] = ACTIONS(1895), [anon_sym_struct] = ACTIONS(1895), [anon_sym_trait] = ACTIONS(1895), [anon_sym_type] = ACTIONS(1895), [anon_sym_union] = ACTIONS(1895), [anon_sym_unsafe] = ACTIONS(1895), [anon_sym_use] = ACTIONS(1895), [anon_sym_while] = ACTIONS(1895), [anon_sym_POUND] = ACTIONS(1893), [anon_sym_BANG] = ACTIONS(1893), [anon_sym_extern] = ACTIONS(1895), [anon_sym_LT] = ACTIONS(1893), [anon_sym_COLON_COLON] = ACTIONS(1893), [anon_sym_AMP] = ACTIONS(1893), [anon_sym_SQUOTE] = ACTIONS(1895), [anon_sym_DOT_DOT] = ACTIONS(1893), [anon_sym_DASH] = ACTIONS(1893), [anon_sym_PIPE] = ACTIONS(1893), [anon_sym_move] = ACTIONS(1895), [sym_integer_literal] = ACTIONS(1893), [aux_sym_string_literal_token1] = ACTIONS(1893), [sym_char_literal] = ACTIONS(1893), [anon_sym_true] = ACTIONS(1895), [anon_sym_false] = ACTIONS(1895), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1895), [sym_super] = ACTIONS(1895), [sym_crate] = ACTIONS(1895), [sym_metavariable] = ACTIONS(1893), [sym_raw_string_literal] = ACTIONS(1893), [sym_float_literal] = ACTIONS(1893), [sym_block_comment] = ACTIONS(3), }, [425] = { [ts_builtin_sym_end] = ACTIONS(1897), [sym_identifier] = ACTIONS(1899), [anon_sym_SEMI] = ACTIONS(1897), [anon_sym_macro_rules_BANG] = ACTIONS(1897), [anon_sym_LPAREN] = ACTIONS(1897), [anon_sym_LBRACE] = ACTIONS(1897), [anon_sym_RBRACE] = ACTIONS(1897), [anon_sym_LBRACK] = ACTIONS(1897), [anon_sym_STAR] = ACTIONS(1897), [anon_sym_u8] = ACTIONS(1899), [anon_sym_i8] = ACTIONS(1899), [anon_sym_u16] = ACTIONS(1899), [anon_sym_i16] = ACTIONS(1899), [anon_sym_u32] = ACTIONS(1899), [anon_sym_i32] = ACTIONS(1899), [anon_sym_u64] = ACTIONS(1899), [anon_sym_i64] = ACTIONS(1899), [anon_sym_u128] = ACTIONS(1899), [anon_sym_i128] = ACTIONS(1899), [anon_sym_isize] = ACTIONS(1899), [anon_sym_usize] = ACTIONS(1899), [anon_sym_f32] = ACTIONS(1899), [anon_sym_f64] = ACTIONS(1899), [anon_sym_bool] = ACTIONS(1899), [anon_sym_str] = ACTIONS(1899), [anon_sym_char] = ACTIONS(1899), [anon_sym_async] = ACTIONS(1899), [anon_sym_break] = ACTIONS(1899), [anon_sym_const] = ACTIONS(1899), [anon_sym_continue] = ACTIONS(1899), [anon_sym_default] = ACTIONS(1899), [anon_sym_enum] = ACTIONS(1899), [anon_sym_fn] = ACTIONS(1899), [anon_sym_for] = ACTIONS(1899), [anon_sym_if] = ACTIONS(1899), [anon_sym_impl] = ACTIONS(1899), [anon_sym_let] = ACTIONS(1899), [anon_sym_loop] = ACTIONS(1899), [anon_sym_match] = ACTIONS(1899), [anon_sym_mod] = ACTIONS(1899), [anon_sym_pub] = ACTIONS(1899), [anon_sym_return] = ACTIONS(1899), [anon_sym_static] = ACTIONS(1899), [anon_sym_struct] = ACTIONS(1899), [anon_sym_trait] = ACTIONS(1899), [anon_sym_type] = ACTIONS(1899), [anon_sym_union] = ACTIONS(1899), [anon_sym_unsafe] = ACTIONS(1899), [anon_sym_use] = ACTIONS(1899), [anon_sym_while] = ACTIONS(1899), [anon_sym_POUND] = ACTIONS(1897), [anon_sym_BANG] = ACTIONS(1897), [anon_sym_extern] = ACTIONS(1899), [anon_sym_LT] = ACTIONS(1897), [anon_sym_COLON_COLON] = ACTIONS(1897), [anon_sym_AMP] = ACTIONS(1897), [anon_sym_SQUOTE] = ACTIONS(1899), [anon_sym_DOT_DOT] = ACTIONS(1897), [anon_sym_DASH] = ACTIONS(1897), [anon_sym_PIPE] = ACTIONS(1897), [anon_sym_move] = ACTIONS(1899), [sym_integer_literal] = ACTIONS(1897), [aux_sym_string_literal_token1] = ACTIONS(1897), [sym_char_literal] = ACTIONS(1897), [anon_sym_true] = ACTIONS(1899), [anon_sym_false] = ACTIONS(1899), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1899), [sym_super] = ACTIONS(1899), [sym_crate] = ACTIONS(1899), [sym_metavariable] = ACTIONS(1897), [sym_raw_string_literal] = ACTIONS(1897), [sym_float_literal] = ACTIONS(1897), [sym_block_comment] = ACTIONS(3), }, [426] = { [ts_builtin_sym_end] = ACTIONS(1901), [sym_identifier] = ACTIONS(1903), [anon_sym_SEMI] = ACTIONS(1901), [anon_sym_macro_rules_BANG] = ACTIONS(1901), [anon_sym_LPAREN] = ACTIONS(1901), [anon_sym_LBRACE] = ACTIONS(1901), [anon_sym_RBRACE] = ACTIONS(1901), [anon_sym_LBRACK] = ACTIONS(1901), [anon_sym_STAR] = ACTIONS(1901), [anon_sym_u8] = ACTIONS(1903), [anon_sym_i8] = ACTIONS(1903), [anon_sym_u16] = ACTIONS(1903), [anon_sym_i16] = ACTIONS(1903), [anon_sym_u32] = ACTIONS(1903), [anon_sym_i32] = ACTIONS(1903), [anon_sym_u64] = ACTIONS(1903), [anon_sym_i64] = ACTIONS(1903), [anon_sym_u128] = ACTIONS(1903), [anon_sym_i128] = ACTIONS(1903), [anon_sym_isize] = ACTIONS(1903), [anon_sym_usize] = ACTIONS(1903), [anon_sym_f32] = ACTIONS(1903), [anon_sym_f64] = ACTIONS(1903), [anon_sym_bool] = ACTIONS(1903), [anon_sym_str] = ACTIONS(1903), [anon_sym_char] = ACTIONS(1903), [anon_sym_async] = ACTIONS(1903), [anon_sym_break] = ACTIONS(1903), [anon_sym_const] = ACTIONS(1903), [anon_sym_continue] = ACTIONS(1903), [anon_sym_default] = ACTIONS(1903), [anon_sym_enum] = ACTIONS(1903), [anon_sym_fn] = ACTIONS(1903), [anon_sym_for] = ACTIONS(1903), [anon_sym_if] = ACTIONS(1903), [anon_sym_impl] = ACTIONS(1903), [anon_sym_let] = ACTIONS(1903), [anon_sym_loop] = ACTIONS(1903), [anon_sym_match] = ACTIONS(1903), [anon_sym_mod] = ACTIONS(1903), [anon_sym_pub] = ACTIONS(1903), [anon_sym_return] = ACTIONS(1903), [anon_sym_static] = ACTIONS(1903), [anon_sym_struct] = ACTIONS(1903), [anon_sym_trait] = ACTIONS(1903), [anon_sym_type] = ACTIONS(1903), [anon_sym_union] = ACTIONS(1903), [anon_sym_unsafe] = ACTIONS(1903), [anon_sym_use] = ACTIONS(1903), [anon_sym_while] = ACTIONS(1903), [anon_sym_POUND] = ACTIONS(1901), [anon_sym_BANG] = ACTIONS(1901), [anon_sym_extern] = ACTIONS(1903), [anon_sym_LT] = ACTIONS(1901), [anon_sym_COLON_COLON] = ACTIONS(1901), [anon_sym_AMP] = ACTIONS(1901), [anon_sym_SQUOTE] = ACTIONS(1903), [anon_sym_DOT_DOT] = ACTIONS(1901), [anon_sym_DASH] = ACTIONS(1901), [anon_sym_PIPE] = ACTIONS(1901), [anon_sym_move] = ACTIONS(1903), [sym_integer_literal] = ACTIONS(1901), [aux_sym_string_literal_token1] = ACTIONS(1901), [sym_char_literal] = ACTIONS(1901), [anon_sym_true] = ACTIONS(1903), [anon_sym_false] = ACTIONS(1903), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1903), [sym_super] = ACTIONS(1903), [sym_crate] = ACTIONS(1903), [sym_metavariable] = ACTIONS(1901), [sym_raw_string_literal] = ACTIONS(1901), [sym_float_literal] = ACTIONS(1901), [sym_block_comment] = ACTIONS(3), }, [427] = { [ts_builtin_sym_end] = ACTIONS(1905), [sym_identifier] = ACTIONS(1907), [anon_sym_SEMI] = ACTIONS(1905), [anon_sym_macro_rules_BANG] = ACTIONS(1905), [anon_sym_LPAREN] = ACTIONS(1905), [anon_sym_LBRACE] = ACTIONS(1905), [anon_sym_RBRACE] = ACTIONS(1905), [anon_sym_LBRACK] = ACTIONS(1905), [anon_sym_STAR] = ACTIONS(1905), [anon_sym_u8] = ACTIONS(1907), [anon_sym_i8] = ACTIONS(1907), [anon_sym_u16] = ACTIONS(1907), [anon_sym_i16] = ACTIONS(1907), [anon_sym_u32] = ACTIONS(1907), [anon_sym_i32] = ACTIONS(1907), [anon_sym_u64] = ACTIONS(1907), [anon_sym_i64] = ACTIONS(1907), [anon_sym_u128] = ACTIONS(1907), [anon_sym_i128] = ACTIONS(1907), [anon_sym_isize] = ACTIONS(1907), [anon_sym_usize] = ACTIONS(1907), [anon_sym_f32] = ACTIONS(1907), [anon_sym_f64] = ACTIONS(1907), [anon_sym_bool] = ACTIONS(1907), [anon_sym_str] = ACTIONS(1907), [anon_sym_char] = ACTIONS(1907), [anon_sym_async] = ACTIONS(1907), [anon_sym_break] = ACTIONS(1907), [anon_sym_const] = ACTIONS(1907), [anon_sym_continue] = ACTIONS(1907), [anon_sym_default] = ACTIONS(1907), [anon_sym_enum] = ACTIONS(1907), [anon_sym_fn] = ACTIONS(1907), [anon_sym_for] = ACTIONS(1907), [anon_sym_if] = ACTIONS(1907), [anon_sym_impl] = ACTIONS(1907), [anon_sym_let] = ACTIONS(1907), [anon_sym_loop] = ACTIONS(1907), [anon_sym_match] = ACTIONS(1907), [anon_sym_mod] = ACTIONS(1907), [anon_sym_pub] = ACTIONS(1907), [anon_sym_return] = ACTIONS(1907), [anon_sym_static] = ACTIONS(1907), [anon_sym_struct] = ACTIONS(1907), [anon_sym_trait] = ACTIONS(1907), [anon_sym_type] = ACTIONS(1907), [anon_sym_union] = ACTIONS(1907), [anon_sym_unsafe] = ACTIONS(1907), [anon_sym_use] = ACTIONS(1907), [anon_sym_while] = ACTIONS(1907), [anon_sym_POUND] = ACTIONS(1905), [anon_sym_BANG] = ACTIONS(1905), [anon_sym_extern] = ACTIONS(1907), [anon_sym_LT] = ACTIONS(1905), [anon_sym_COLON_COLON] = ACTIONS(1905), [anon_sym_AMP] = ACTIONS(1905), [anon_sym_SQUOTE] = ACTIONS(1907), [anon_sym_DOT_DOT] = ACTIONS(1905), [anon_sym_DASH] = ACTIONS(1905), [anon_sym_PIPE] = ACTIONS(1905), [anon_sym_move] = ACTIONS(1907), [sym_integer_literal] = ACTIONS(1905), [aux_sym_string_literal_token1] = ACTIONS(1905), [sym_char_literal] = ACTIONS(1905), [anon_sym_true] = ACTIONS(1907), [anon_sym_false] = ACTIONS(1907), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1907), [sym_super] = ACTIONS(1907), [sym_crate] = ACTIONS(1907), [sym_metavariable] = ACTIONS(1905), [sym_raw_string_literal] = ACTIONS(1905), [sym_float_literal] = ACTIONS(1905), [sym_block_comment] = ACTIONS(3), }, [428] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1714), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(1717), [sym_array_type] = STATE(1714), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1714), [sym_tuple_type] = STATE(1714), [sym_unit_type] = STATE(1714), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1714), [sym_type_binding] = STATE(1963), [sym_reference_type] = STATE(1714), [sym_pointer_type] = STATE(1714), [sym_empty_type] = STATE(1714), [sym_abstract_type] = STATE(1714), [sym_dynamic_type] = STATE(1714), [sym_macro_invocation] = STATE(1714), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [sym__literal] = STATE(1963), [sym_string_literal] = STATE(1963), [sym_boolean_literal] = STATE(1963), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(1075), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(781), [anon_sym_dyn] = ACTIONS(783), [sym_integer_literal] = ACTIONS(1909), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(1909), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_raw_string_literal] = ACTIONS(1909), [sym_float_literal] = ACTIONS(1909), [sym_block_comment] = ACTIONS(3), }, [429] = { [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_LBRACE] = ACTIONS(1911), [anon_sym_RBRACE] = ACTIONS(1911), [anon_sym_LBRACK] = 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_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_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_POUND] = ACTIONS(1911), [anon_sym_BANG] = ACTIONS(1911), [anon_sym_extern] = ACTIONS(1913), [anon_sym_LT] = ACTIONS(1911), [anon_sym_COLON_COLON] = ACTIONS(1911), [anon_sym_AMP] = ACTIONS(1911), [anon_sym_SQUOTE] = ACTIONS(1913), [anon_sym_DOT_DOT] = ACTIONS(1911), [anon_sym_DASH] = ACTIONS(1911), [anon_sym_PIPE] = ACTIONS(1911), [anon_sym_move] = 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), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1913), [sym_super] = ACTIONS(1913), [sym_crate] = ACTIONS(1913), [sym_metavariable] = ACTIONS(1911), [sym_raw_string_literal] = ACTIONS(1911), [sym_float_literal] = ACTIONS(1911), [sym_block_comment] = ACTIONS(3), }, [430] = { [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_LBRACE] = ACTIONS(1915), [anon_sym_RBRACE] = ACTIONS(1915), [anon_sym_LBRACK] = 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_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_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_POUND] = ACTIONS(1915), [anon_sym_BANG] = ACTIONS(1915), [anon_sym_extern] = ACTIONS(1917), [anon_sym_LT] = ACTIONS(1915), [anon_sym_COLON_COLON] = ACTIONS(1915), [anon_sym_AMP] = ACTIONS(1915), [anon_sym_SQUOTE] = ACTIONS(1917), [anon_sym_DOT_DOT] = ACTIONS(1915), [anon_sym_DASH] = ACTIONS(1915), [anon_sym_PIPE] = ACTIONS(1915), [anon_sym_move] = 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), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1917), [sym_super] = ACTIONS(1917), [sym_crate] = ACTIONS(1917), [sym_metavariable] = ACTIONS(1915), [sym_raw_string_literal] = ACTIONS(1915), [sym_float_literal] = ACTIONS(1915), [sym_block_comment] = ACTIONS(3), }, [431] = { [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_LBRACE] = ACTIONS(1919), [anon_sym_RBRACE] = ACTIONS(1919), [anon_sym_LBRACK] = 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_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_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_POUND] = ACTIONS(1919), [anon_sym_BANG] = ACTIONS(1919), [anon_sym_extern] = ACTIONS(1921), [anon_sym_LT] = ACTIONS(1919), [anon_sym_COLON_COLON] = ACTIONS(1919), [anon_sym_AMP] = ACTIONS(1919), [anon_sym_SQUOTE] = ACTIONS(1921), [anon_sym_DOT_DOT] = ACTIONS(1919), [anon_sym_DASH] = ACTIONS(1919), [anon_sym_PIPE] = ACTIONS(1919), [anon_sym_move] = 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), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1921), [sym_super] = ACTIONS(1921), [sym_crate] = ACTIONS(1921), [sym_metavariable] = ACTIONS(1919), [sym_raw_string_literal] = ACTIONS(1919), [sym_float_literal] = ACTIONS(1919), [sym_block_comment] = ACTIONS(3), }, [432] = { [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_LBRACE] = ACTIONS(1923), [anon_sym_RBRACE] = ACTIONS(1923), [anon_sym_LBRACK] = 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_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_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_POUND] = ACTIONS(1923), [anon_sym_BANG] = ACTIONS(1923), [anon_sym_extern] = ACTIONS(1925), [anon_sym_LT] = ACTIONS(1923), [anon_sym_COLON_COLON] = ACTIONS(1923), [anon_sym_AMP] = ACTIONS(1923), [anon_sym_SQUOTE] = ACTIONS(1925), [anon_sym_DOT_DOT] = ACTIONS(1923), [anon_sym_DASH] = ACTIONS(1923), [anon_sym_PIPE] = ACTIONS(1923), [anon_sym_move] = 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), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1925), [sym_super] = ACTIONS(1925), [sym_crate] = ACTIONS(1925), [sym_metavariable] = ACTIONS(1923), [sym_raw_string_literal] = ACTIONS(1923), [sym_float_literal] = ACTIONS(1923), [sym_block_comment] = ACTIONS(3), }, [433] = { [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_LBRACE] = ACTIONS(1927), [anon_sym_RBRACE] = ACTIONS(1927), [anon_sym_LBRACK] = 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_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_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_POUND] = ACTIONS(1927), [anon_sym_BANG] = ACTIONS(1927), [anon_sym_extern] = ACTIONS(1929), [anon_sym_LT] = ACTIONS(1927), [anon_sym_COLON_COLON] = ACTIONS(1927), [anon_sym_AMP] = ACTIONS(1927), [anon_sym_SQUOTE] = ACTIONS(1929), [anon_sym_DOT_DOT] = ACTIONS(1927), [anon_sym_DASH] = ACTIONS(1927), [anon_sym_PIPE] = ACTIONS(1927), [anon_sym_move] = 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), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1929), [sym_super] = ACTIONS(1929), [sym_crate] = ACTIONS(1929), [sym_metavariable] = ACTIONS(1927), [sym_raw_string_literal] = ACTIONS(1927), [sym_float_literal] = ACTIONS(1927), [sym_block_comment] = ACTIONS(3), }, [434] = { [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_LBRACE] = ACTIONS(1931), [anon_sym_RBRACE] = ACTIONS(1931), [anon_sym_LBRACK] = 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_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_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_POUND] = ACTIONS(1931), [anon_sym_BANG] = ACTIONS(1931), [anon_sym_extern] = ACTIONS(1933), [anon_sym_LT] = ACTIONS(1931), [anon_sym_COLON_COLON] = ACTIONS(1931), [anon_sym_AMP] = ACTIONS(1931), [anon_sym_SQUOTE] = ACTIONS(1933), [anon_sym_DOT_DOT] = ACTIONS(1931), [anon_sym_DASH] = ACTIONS(1931), [anon_sym_PIPE] = ACTIONS(1931), [anon_sym_move] = 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), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1933), [sym_super] = ACTIONS(1933), [sym_crate] = ACTIONS(1933), [sym_metavariable] = ACTIONS(1931), [sym_raw_string_literal] = ACTIONS(1931), [sym_float_literal] = ACTIONS(1931), [sym_block_comment] = ACTIONS(3), }, [435] = { [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_LBRACE] = ACTIONS(1935), [anon_sym_RBRACE] = ACTIONS(1935), [anon_sym_LBRACK] = 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_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_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_POUND] = ACTIONS(1935), [anon_sym_BANG] = ACTIONS(1935), [anon_sym_extern] = ACTIONS(1937), [anon_sym_LT] = ACTIONS(1935), [anon_sym_COLON_COLON] = ACTIONS(1935), [anon_sym_AMP] = ACTIONS(1935), [anon_sym_SQUOTE] = ACTIONS(1937), [anon_sym_DOT_DOT] = ACTIONS(1935), [anon_sym_DASH] = ACTIONS(1935), [anon_sym_PIPE] = ACTIONS(1935), [anon_sym_move] = 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), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1937), [sym_super] = ACTIONS(1937), [sym_crate] = ACTIONS(1937), [sym_metavariable] = ACTIONS(1935), [sym_raw_string_literal] = ACTIONS(1935), [sym_float_literal] = ACTIONS(1935), [sym_block_comment] = ACTIONS(3), }, [436] = { [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_LBRACE] = ACTIONS(1939), [anon_sym_RBRACE] = ACTIONS(1939), [anon_sym_LBRACK] = 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_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_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_POUND] = ACTIONS(1939), [anon_sym_BANG] = ACTIONS(1939), [anon_sym_extern] = ACTIONS(1941), [anon_sym_LT] = ACTIONS(1939), [anon_sym_COLON_COLON] = ACTIONS(1939), [anon_sym_AMP] = ACTIONS(1939), [anon_sym_SQUOTE] = ACTIONS(1941), [anon_sym_DOT_DOT] = ACTIONS(1939), [anon_sym_DASH] = ACTIONS(1939), [anon_sym_PIPE] = ACTIONS(1939), [anon_sym_move] = 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), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1941), [sym_super] = ACTIONS(1941), [sym_crate] = ACTIONS(1941), [sym_metavariable] = ACTIONS(1939), [sym_raw_string_literal] = ACTIONS(1939), [sym_float_literal] = ACTIONS(1939), [sym_block_comment] = ACTIONS(3), }, [437] = { [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_LBRACE] = ACTIONS(1943), [anon_sym_RBRACE] = ACTIONS(1943), [anon_sym_LBRACK] = 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_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_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_POUND] = ACTIONS(1943), [anon_sym_BANG] = ACTIONS(1943), [anon_sym_extern] = ACTIONS(1945), [anon_sym_LT] = ACTIONS(1943), [anon_sym_COLON_COLON] = ACTIONS(1943), [anon_sym_AMP] = ACTIONS(1943), [anon_sym_SQUOTE] = ACTIONS(1945), [anon_sym_DOT_DOT] = ACTIONS(1943), [anon_sym_DASH] = ACTIONS(1943), [anon_sym_PIPE] = ACTIONS(1943), [anon_sym_move] = 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), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1945), [sym_super] = ACTIONS(1945), [sym_crate] = ACTIONS(1945), [sym_metavariable] = ACTIONS(1943), [sym_raw_string_literal] = ACTIONS(1943), [sym_float_literal] = ACTIONS(1943), [sym_block_comment] = ACTIONS(3), }, [438] = { [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_LBRACE] = ACTIONS(1947), [anon_sym_RBRACE] = ACTIONS(1947), [anon_sym_LBRACK] = 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_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_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_POUND] = ACTIONS(1947), [anon_sym_BANG] = ACTIONS(1947), [anon_sym_extern] = ACTIONS(1949), [anon_sym_LT] = ACTIONS(1947), [anon_sym_COLON_COLON] = ACTIONS(1947), [anon_sym_AMP] = ACTIONS(1947), [anon_sym_SQUOTE] = ACTIONS(1949), [anon_sym_DOT_DOT] = ACTIONS(1947), [anon_sym_DASH] = ACTIONS(1947), [anon_sym_PIPE] = ACTIONS(1947), [anon_sym_move] = 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), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1949), [sym_super] = ACTIONS(1949), [sym_crate] = ACTIONS(1949), [sym_metavariable] = ACTIONS(1947), [sym_raw_string_literal] = ACTIONS(1947), [sym_float_literal] = ACTIONS(1947), [sym_block_comment] = ACTIONS(3), }, [439] = { [sym__token_pattern] = STATE(450), [sym_token_tree_pattern] = STATE(450), [sym_token_binding_pattern] = STATE(450), [sym_token_repetition_pattern] = STATE(450), [sym__literal] = STATE(450), [sym_string_literal] = STATE(450), [sym_boolean_literal] = STATE(450), [aux_sym_token_tree_pattern_repeat1] = STATE(450), [sym_identifier] = ACTIONS(1951), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_RBRACE] = ACTIONS(1957), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(1951), [anon_sym_as] = ACTIONS(1951), [anon_sym_async] = ACTIONS(1951), [anon_sym_await] = ACTIONS(1951), [anon_sym_break] = ACTIONS(1951), [anon_sym_const] = ACTIONS(1951), [anon_sym_continue] = ACTIONS(1951), [anon_sym_default] = ACTIONS(1951), [anon_sym_enum] = ACTIONS(1951), [anon_sym_fn] = ACTIONS(1951), [anon_sym_for] = ACTIONS(1951), [anon_sym_if] = ACTIONS(1951), [anon_sym_impl] = ACTIONS(1951), [anon_sym_let] = ACTIONS(1951), [anon_sym_loop] = ACTIONS(1951), [anon_sym_match] = ACTIONS(1951), [anon_sym_mod] = ACTIONS(1951), [anon_sym_pub] = ACTIONS(1951), [anon_sym_return] = ACTIONS(1951), [anon_sym_static] = ACTIONS(1951), [anon_sym_struct] = ACTIONS(1951), [anon_sym_trait] = ACTIONS(1951), [anon_sym_type] = ACTIONS(1951), [anon_sym_union] = ACTIONS(1951), [anon_sym_unsafe] = ACTIONS(1951), [anon_sym_use] = ACTIONS(1951), [anon_sym_where] = ACTIONS(1951), [anon_sym_while] = ACTIONS(1951), [sym_mutable_specifier] = ACTIONS(1951), [sym_integer_literal] = ACTIONS(1965), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(1951), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(1951), [sym_super] = ACTIONS(1951), [sym_crate] = ACTIONS(1951), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(1965), [sym_float_literal] = ACTIONS(1965), [sym_block_comment] = ACTIONS(3), }, [440] = { [sym__token_pattern] = STATE(226), [sym_token_tree_pattern] = STATE(226), [sym_token_binding_pattern] = STATE(226), [sym_token_repetition_pattern] = STATE(226), [sym__literal] = STATE(226), [sym_string_literal] = STATE(226), [sym_boolean_literal] = STATE(226), [aux_sym_token_tree_pattern_repeat1] = STATE(226), [sym_identifier] = ACTIONS(1973), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_RPAREN] = ACTIONS(1975), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(1973), [anon_sym_as] = ACTIONS(1973), [anon_sym_async] = ACTIONS(1973), [anon_sym_await] = 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_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_where] = ACTIONS(1973), [anon_sym_while] = ACTIONS(1973), [sym_mutable_specifier] = ACTIONS(1973), [sym_integer_literal] = ACTIONS(1977), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(1973), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(1973), [sym_super] = ACTIONS(1973), [sym_crate] = ACTIONS(1973), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(1977), [sym_float_literal] = ACTIONS(1977), [sym_block_comment] = ACTIONS(3), }, [441] = { [sym__token_pattern] = STATE(440), [sym_token_tree_pattern] = STATE(440), [sym_token_binding_pattern] = STATE(440), [sym_token_repetition_pattern] = STATE(440), [sym__literal] = STATE(440), [sym_string_literal] = STATE(440), [sym_boolean_literal] = STATE(440), [aux_sym_token_tree_pattern_repeat1] = STATE(440), [sym_identifier] = ACTIONS(1979), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_RPAREN] = ACTIONS(1981), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(1979), [anon_sym_as] = ACTIONS(1979), [anon_sym_async] = ACTIONS(1979), [anon_sym_await] = ACTIONS(1979), [anon_sym_break] = ACTIONS(1979), [anon_sym_const] = ACTIONS(1979), [anon_sym_continue] = ACTIONS(1979), [anon_sym_default] = ACTIONS(1979), [anon_sym_enum] = ACTIONS(1979), [anon_sym_fn] = ACTIONS(1979), [anon_sym_for] = ACTIONS(1979), [anon_sym_if] = ACTIONS(1979), [anon_sym_impl] = ACTIONS(1979), [anon_sym_let] = ACTIONS(1979), [anon_sym_loop] = ACTIONS(1979), [anon_sym_match] = ACTIONS(1979), [anon_sym_mod] = ACTIONS(1979), [anon_sym_pub] = ACTIONS(1979), [anon_sym_return] = ACTIONS(1979), [anon_sym_static] = ACTIONS(1979), [anon_sym_struct] = ACTIONS(1979), [anon_sym_trait] = ACTIONS(1979), [anon_sym_type] = ACTIONS(1979), [anon_sym_union] = ACTIONS(1979), [anon_sym_unsafe] = ACTIONS(1979), [anon_sym_use] = ACTIONS(1979), [anon_sym_where] = ACTIONS(1979), [anon_sym_while] = ACTIONS(1979), [sym_mutable_specifier] = ACTIONS(1979), [sym_integer_literal] = ACTIONS(1983), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(1979), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(1979), [sym_super] = ACTIONS(1979), [sym_crate] = ACTIONS(1979), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(1983), [sym_float_literal] = ACTIONS(1983), [sym_block_comment] = ACTIONS(3), }, [442] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(1985), [anon_sym_LPAREN] = ACTIONS(1988), [anon_sym_RPAREN] = ACTIONS(1991), [anon_sym_LBRACE] = ACTIONS(1993), [anon_sym_RBRACE] = ACTIONS(1991), [anon_sym_LBRACK] = ACTIONS(1996), [anon_sym_RBRACK] = ACTIONS(1991), [anon_sym_DOLLAR] = ACTIONS(1999), [anon_sym_u8] = ACTIONS(2002), [anon_sym_i8] = ACTIONS(2002), [anon_sym_u16] = ACTIONS(2002), [anon_sym_i16] = ACTIONS(2002), [anon_sym_u32] = ACTIONS(2002), [anon_sym_i32] = ACTIONS(2002), [anon_sym_u64] = ACTIONS(2002), [anon_sym_i64] = ACTIONS(2002), [anon_sym_u128] = ACTIONS(2002), [anon_sym_i128] = ACTIONS(2002), [anon_sym_isize] = ACTIONS(2002), [anon_sym_usize] = ACTIONS(2002), [anon_sym_f32] = ACTIONS(2002), [anon_sym_f64] = ACTIONS(2002), [anon_sym_bool] = ACTIONS(2002), [anon_sym_str] = ACTIONS(2002), [anon_sym_char] = ACTIONS(2002), [aux_sym__non_special_token_token1] = ACTIONS(1985), [anon_sym_as] = ACTIONS(1985), [anon_sym_async] = ACTIONS(1985), [anon_sym_await] = 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_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_where] = ACTIONS(1985), [anon_sym_while] = ACTIONS(1985), [sym_mutable_specifier] = ACTIONS(1985), [sym_integer_literal] = ACTIONS(2005), [aux_sym_string_literal_token1] = ACTIONS(2008), [sym_char_literal] = ACTIONS(1985), [anon_sym_true] = ACTIONS(2011), [anon_sym_false] = ACTIONS(2011), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(1985), [sym_super] = ACTIONS(1985), [sym_crate] = ACTIONS(1985), [sym_metavariable] = ACTIONS(2005), [sym_raw_string_literal] = ACTIONS(2005), [sym_float_literal] = ACTIONS(2005), [sym_block_comment] = ACTIONS(3), }, [443] = { [sym__token_pattern] = STATE(226), [sym_token_tree_pattern] = STATE(226), [sym_token_binding_pattern] = STATE(226), [sym_token_repetition_pattern] = STATE(226), [sym__literal] = STATE(226), [sym_string_literal] = STATE(226), [sym_boolean_literal] = STATE(226), [aux_sym_token_tree_pattern_repeat1] = STATE(226), [sym_identifier] = ACTIONS(1973), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_RBRACK] = ACTIONS(2014), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(1973), [anon_sym_as] = ACTIONS(1973), [anon_sym_async] = ACTIONS(1973), [anon_sym_await] = 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_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_where] = ACTIONS(1973), [anon_sym_while] = ACTIONS(1973), [sym_mutable_specifier] = ACTIONS(1973), [sym_integer_literal] = ACTIONS(1977), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(1973), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(1973), [sym_super] = ACTIONS(1973), [sym_crate] = ACTIONS(1973), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(1977), [sym_float_literal] = ACTIONS(1977), [sym_block_comment] = ACTIONS(3), }, [444] = { [sym__token_pattern] = STATE(226), [sym_token_tree_pattern] = STATE(226), [sym_token_binding_pattern] = STATE(226), [sym_token_repetition_pattern] = STATE(226), [sym__literal] = STATE(226), [sym_string_literal] = STATE(226), [sym_boolean_literal] = STATE(226), [aux_sym_token_tree_pattern_repeat1] = STATE(226), [sym_identifier] = ACTIONS(1973), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_RBRACE] = ACTIONS(2014), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(1973), [anon_sym_as] = ACTIONS(1973), [anon_sym_async] = ACTIONS(1973), [anon_sym_await] = 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_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_where] = ACTIONS(1973), [anon_sym_while] = ACTIONS(1973), [sym_mutable_specifier] = ACTIONS(1973), [sym_integer_literal] = ACTIONS(1977), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(1973), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(1973), [sym_super] = ACTIONS(1973), [sym_crate] = ACTIONS(1973), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(1977), [sym_float_literal] = ACTIONS(1977), [sym_block_comment] = ACTIONS(3), }, [445] = { [sym__token_pattern] = STATE(226), [sym_token_tree_pattern] = STATE(226), [sym_token_binding_pattern] = STATE(226), [sym_token_repetition_pattern] = STATE(226), [sym__literal] = STATE(226), [sym_string_literal] = STATE(226), [sym_boolean_literal] = STATE(226), [aux_sym_token_tree_pattern_repeat1] = STATE(226), [sym_identifier] = ACTIONS(1973), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_RPAREN] = ACTIONS(2014), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(1973), [anon_sym_as] = ACTIONS(1973), [anon_sym_async] = ACTIONS(1973), [anon_sym_await] = 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_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_where] = ACTIONS(1973), [anon_sym_while] = ACTIONS(1973), [sym_mutable_specifier] = ACTIONS(1973), [sym_integer_literal] = ACTIONS(1977), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(1973), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(1973), [sym_super] = ACTIONS(1973), [sym_crate] = ACTIONS(1973), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(1977), [sym_float_literal] = ACTIONS(1977), [sym_block_comment] = ACTIONS(3), }, [446] = { [sym__token_pattern] = STATE(443), [sym_token_tree_pattern] = STATE(443), [sym_token_binding_pattern] = STATE(443), [sym_token_repetition_pattern] = STATE(443), [sym__literal] = STATE(443), [sym_string_literal] = STATE(443), [sym_boolean_literal] = STATE(443), [aux_sym_token_tree_pattern_repeat1] = STATE(443), [sym_identifier] = ACTIONS(2016), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_RBRACK] = ACTIONS(2018), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(2016), [anon_sym_as] = ACTIONS(2016), [anon_sym_async] = ACTIONS(2016), [anon_sym_await] = ACTIONS(2016), [anon_sym_break] = ACTIONS(2016), [anon_sym_const] = ACTIONS(2016), [anon_sym_continue] = ACTIONS(2016), [anon_sym_default] = ACTIONS(2016), [anon_sym_enum] = ACTIONS(2016), [anon_sym_fn] = ACTIONS(2016), [anon_sym_for] = ACTIONS(2016), [anon_sym_if] = ACTIONS(2016), [anon_sym_impl] = ACTIONS(2016), [anon_sym_let] = ACTIONS(2016), [anon_sym_loop] = ACTIONS(2016), [anon_sym_match] = ACTIONS(2016), [anon_sym_mod] = ACTIONS(2016), [anon_sym_pub] = ACTIONS(2016), [anon_sym_return] = ACTIONS(2016), [anon_sym_static] = ACTIONS(2016), [anon_sym_struct] = ACTIONS(2016), [anon_sym_trait] = ACTIONS(2016), [anon_sym_type] = ACTIONS(2016), [anon_sym_union] = ACTIONS(2016), [anon_sym_unsafe] = ACTIONS(2016), [anon_sym_use] = ACTIONS(2016), [anon_sym_where] = ACTIONS(2016), [anon_sym_while] = ACTIONS(2016), [sym_mutable_specifier] = ACTIONS(2016), [sym_integer_literal] = ACTIONS(2020), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2016), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2016), [sym_super] = ACTIONS(2016), [sym_crate] = ACTIONS(2016), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(2020), [sym_float_literal] = ACTIONS(2020), [sym_block_comment] = ACTIONS(3), }, [447] = { [sym__token_pattern] = STATE(444), [sym_token_tree_pattern] = STATE(444), [sym_token_binding_pattern] = STATE(444), [sym_token_repetition_pattern] = STATE(444), [sym__literal] = STATE(444), [sym_string_literal] = STATE(444), [sym_boolean_literal] = STATE(444), [aux_sym_token_tree_pattern_repeat1] = STATE(444), [sym_identifier] = ACTIONS(2022), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_RBRACE] = ACTIONS(2018), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(2022), [anon_sym_as] = ACTIONS(2022), [anon_sym_async] = ACTIONS(2022), [anon_sym_await] = ACTIONS(2022), [anon_sym_break] = ACTIONS(2022), [anon_sym_const] = ACTIONS(2022), [anon_sym_continue] = ACTIONS(2022), [anon_sym_default] = ACTIONS(2022), [anon_sym_enum] = ACTIONS(2022), [anon_sym_fn] = ACTIONS(2022), [anon_sym_for] = ACTIONS(2022), [anon_sym_if] = ACTIONS(2022), [anon_sym_impl] = ACTIONS(2022), [anon_sym_let] = ACTIONS(2022), [anon_sym_loop] = ACTIONS(2022), [anon_sym_match] = ACTIONS(2022), [anon_sym_mod] = ACTIONS(2022), [anon_sym_pub] = ACTIONS(2022), [anon_sym_return] = ACTIONS(2022), [anon_sym_static] = ACTIONS(2022), [anon_sym_struct] = ACTIONS(2022), [anon_sym_trait] = ACTIONS(2022), [anon_sym_type] = ACTIONS(2022), [anon_sym_union] = ACTIONS(2022), [anon_sym_unsafe] = ACTIONS(2022), [anon_sym_use] = ACTIONS(2022), [anon_sym_where] = ACTIONS(2022), [anon_sym_while] = ACTIONS(2022), [sym_mutable_specifier] = ACTIONS(2022), [sym_integer_literal] = ACTIONS(2024), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2022), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2022), [sym_super] = ACTIONS(2022), [sym_crate] = ACTIONS(2022), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(2024), [sym_float_literal] = ACTIONS(2024), [sym_block_comment] = ACTIONS(3), }, [448] = { [sym__token_pattern] = STATE(445), [sym_token_tree_pattern] = STATE(445), [sym_token_binding_pattern] = STATE(445), [sym_token_repetition_pattern] = STATE(445), [sym__literal] = STATE(445), [sym_string_literal] = STATE(445), [sym_boolean_literal] = STATE(445), [aux_sym_token_tree_pattern_repeat1] = STATE(445), [sym_identifier] = ACTIONS(2026), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_RPAREN] = ACTIONS(2018), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(2026), [anon_sym_as] = ACTIONS(2026), [anon_sym_async] = ACTIONS(2026), [anon_sym_await] = ACTIONS(2026), [anon_sym_break] = ACTIONS(2026), [anon_sym_const] = ACTIONS(2026), [anon_sym_continue] = ACTIONS(2026), [anon_sym_default] = ACTIONS(2026), [anon_sym_enum] = ACTIONS(2026), [anon_sym_fn] = ACTIONS(2026), [anon_sym_for] = ACTIONS(2026), [anon_sym_if] = ACTIONS(2026), [anon_sym_impl] = ACTIONS(2026), [anon_sym_let] = ACTIONS(2026), [anon_sym_loop] = ACTIONS(2026), [anon_sym_match] = ACTIONS(2026), [anon_sym_mod] = ACTIONS(2026), [anon_sym_pub] = ACTIONS(2026), [anon_sym_return] = ACTIONS(2026), [anon_sym_static] = ACTIONS(2026), [anon_sym_struct] = ACTIONS(2026), [anon_sym_trait] = ACTIONS(2026), [anon_sym_type] = ACTIONS(2026), [anon_sym_union] = ACTIONS(2026), [anon_sym_unsafe] = ACTIONS(2026), [anon_sym_use] = ACTIONS(2026), [anon_sym_where] = ACTIONS(2026), [anon_sym_while] = ACTIONS(2026), [sym_mutable_specifier] = ACTIONS(2026), [sym_integer_literal] = ACTIONS(2028), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2026), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2026), [sym_super] = ACTIONS(2026), [sym_crate] = ACTIONS(2026), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(2028), [sym_float_literal] = ACTIONS(2028), [sym_block_comment] = ACTIONS(3), }, [449] = { [sym__token_pattern] = STATE(226), [sym_token_tree_pattern] = STATE(226), [sym_token_binding_pattern] = STATE(226), [sym_token_repetition_pattern] = STATE(226), [sym__literal] = STATE(226), [sym_string_literal] = STATE(226), [sym_boolean_literal] = STATE(226), [aux_sym_token_tree_pattern_repeat1] = STATE(226), [sym_identifier] = ACTIONS(1973), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_RBRACK] = ACTIONS(2030), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(1973), [anon_sym_as] = ACTIONS(1973), [anon_sym_async] = ACTIONS(1973), [anon_sym_await] = 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_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_where] = ACTIONS(1973), [anon_sym_while] = ACTIONS(1973), [sym_mutable_specifier] = ACTIONS(1973), [sym_integer_literal] = ACTIONS(1977), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(1973), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(1973), [sym_super] = ACTIONS(1973), [sym_crate] = ACTIONS(1973), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(1977), [sym_float_literal] = ACTIONS(1977), [sym_block_comment] = ACTIONS(3), }, [450] = { [sym__token_pattern] = STATE(226), [sym_token_tree_pattern] = STATE(226), [sym_token_binding_pattern] = STATE(226), [sym_token_repetition_pattern] = STATE(226), [sym__literal] = STATE(226), [sym_string_literal] = STATE(226), [sym_boolean_literal] = STATE(226), [aux_sym_token_tree_pattern_repeat1] = STATE(226), [sym_identifier] = ACTIONS(1973), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_RBRACE] = ACTIONS(2030), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(1973), [anon_sym_as] = ACTIONS(1973), [anon_sym_async] = ACTIONS(1973), [anon_sym_await] = 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_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_where] = ACTIONS(1973), [anon_sym_while] = ACTIONS(1973), [sym_mutable_specifier] = ACTIONS(1973), [sym_integer_literal] = ACTIONS(1977), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(1973), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(1973), [sym_super] = ACTIONS(1973), [sym_crate] = ACTIONS(1973), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(1977), [sym_float_literal] = ACTIONS(1977), [sym_block_comment] = ACTIONS(3), }, [451] = { [sym__token_pattern] = STATE(452), [sym_token_tree_pattern] = STATE(452), [sym_token_binding_pattern] = STATE(452), [sym_token_repetition_pattern] = STATE(452), [sym__literal] = STATE(452), [sym_string_literal] = STATE(452), [sym_boolean_literal] = STATE(452), [aux_sym_token_tree_pattern_repeat1] = STATE(452), [sym_identifier] = ACTIONS(2032), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_RPAREN] = ACTIONS(1957), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(2032), [anon_sym_as] = ACTIONS(2032), [anon_sym_async] = ACTIONS(2032), [anon_sym_await] = ACTIONS(2032), [anon_sym_break] = ACTIONS(2032), [anon_sym_const] = ACTIONS(2032), [anon_sym_continue] = ACTIONS(2032), [anon_sym_default] = ACTIONS(2032), [anon_sym_enum] = ACTIONS(2032), [anon_sym_fn] = ACTIONS(2032), [anon_sym_for] = ACTIONS(2032), [anon_sym_if] = ACTIONS(2032), [anon_sym_impl] = ACTIONS(2032), [anon_sym_let] = ACTIONS(2032), [anon_sym_loop] = ACTIONS(2032), [anon_sym_match] = ACTIONS(2032), [anon_sym_mod] = ACTIONS(2032), [anon_sym_pub] = ACTIONS(2032), [anon_sym_return] = ACTIONS(2032), [anon_sym_static] = ACTIONS(2032), [anon_sym_struct] = ACTIONS(2032), [anon_sym_trait] = ACTIONS(2032), [anon_sym_type] = ACTIONS(2032), [anon_sym_union] = ACTIONS(2032), [anon_sym_unsafe] = ACTIONS(2032), [anon_sym_use] = ACTIONS(2032), [anon_sym_where] = ACTIONS(2032), [anon_sym_while] = ACTIONS(2032), [sym_mutable_specifier] = ACTIONS(2032), [sym_integer_literal] = ACTIONS(2034), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2032), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2032), [sym_super] = ACTIONS(2032), [sym_crate] = ACTIONS(2032), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(2034), [sym_float_literal] = ACTIONS(2034), [sym_block_comment] = ACTIONS(3), }, [452] = { [sym__token_pattern] = STATE(226), [sym_token_tree_pattern] = STATE(226), [sym_token_binding_pattern] = STATE(226), [sym_token_repetition_pattern] = STATE(226), [sym__literal] = STATE(226), [sym_string_literal] = STATE(226), [sym_boolean_literal] = STATE(226), [aux_sym_token_tree_pattern_repeat1] = STATE(226), [sym_identifier] = ACTIONS(1973), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_RPAREN] = ACTIONS(2030), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(1973), [anon_sym_as] = ACTIONS(1973), [anon_sym_async] = ACTIONS(1973), [anon_sym_await] = 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_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_where] = ACTIONS(1973), [anon_sym_while] = ACTIONS(1973), [sym_mutable_specifier] = ACTIONS(1973), [sym_integer_literal] = ACTIONS(1977), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(1973), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(1973), [sym_super] = ACTIONS(1973), [sym_crate] = ACTIONS(1973), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(1977), [sym_float_literal] = ACTIONS(1977), [sym_block_comment] = ACTIONS(3), }, [453] = { [sym__token_pattern] = STATE(449), [sym_token_tree_pattern] = STATE(449), [sym_token_binding_pattern] = STATE(449), [sym_token_repetition_pattern] = STATE(449), [sym__literal] = STATE(449), [sym_string_literal] = STATE(449), [sym_boolean_literal] = STATE(449), [aux_sym_token_tree_pattern_repeat1] = STATE(449), [sym_identifier] = ACTIONS(2036), [anon_sym_LPAREN] = ACTIONS(1953), [anon_sym_LBRACE] = ACTIONS(1955), [anon_sym_LBRACK] = ACTIONS(1959), [anon_sym_RBRACK] = ACTIONS(1957), [anon_sym_DOLLAR] = ACTIONS(1961), [anon_sym_u8] = ACTIONS(1963), [anon_sym_i8] = ACTIONS(1963), [anon_sym_u16] = ACTIONS(1963), [anon_sym_i16] = ACTIONS(1963), [anon_sym_u32] = ACTIONS(1963), [anon_sym_i32] = ACTIONS(1963), [anon_sym_u64] = ACTIONS(1963), [anon_sym_i64] = ACTIONS(1963), [anon_sym_u128] = ACTIONS(1963), [anon_sym_i128] = ACTIONS(1963), [anon_sym_isize] = ACTIONS(1963), [anon_sym_usize] = ACTIONS(1963), [anon_sym_f32] = ACTIONS(1963), [anon_sym_f64] = ACTIONS(1963), [anon_sym_bool] = ACTIONS(1963), [anon_sym_str] = ACTIONS(1963), [anon_sym_char] = ACTIONS(1963), [aux_sym__non_special_token_token1] = ACTIONS(2036), [anon_sym_as] = ACTIONS(2036), [anon_sym_async] = ACTIONS(2036), [anon_sym_await] = ACTIONS(2036), [anon_sym_break] = ACTIONS(2036), [anon_sym_const] = ACTIONS(2036), [anon_sym_continue] = ACTIONS(2036), [anon_sym_default] = ACTIONS(2036), [anon_sym_enum] = ACTIONS(2036), [anon_sym_fn] = ACTIONS(2036), [anon_sym_for] = ACTIONS(2036), [anon_sym_if] = ACTIONS(2036), [anon_sym_impl] = ACTIONS(2036), [anon_sym_let] = ACTIONS(2036), [anon_sym_loop] = ACTIONS(2036), [anon_sym_match] = ACTIONS(2036), [anon_sym_mod] = ACTIONS(2036), [anon_sym_pub] = ACTIONS(2036), [anon_sym_return] = ACTIONS(2036), [anon_sym_static] = ACTIONS(2036), [anon_sym_struct] = ACTIONS(2036), [anon_sym_trait] = ACTIONS(2036), [anon_sym_type] = ACTIONS(2036), [anon_sym_union] = ACTIONS(2036), [anon_sym_unsafe] = ACTIONS(2036), [anon_sym_use] = ACTIONS(2036), [anon_sym_where] = ACTIONS(2036), [anon_sym_while] = ACTIONS(2036), [sym_mutable_specifier] = ACTIONS(2036), [sym_integer_literal] = ACTIONS(2038), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2036), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2036), [sym_super] = ACTIONS(2036), [sym_crate] = ACTIONS(2036), [sym_metavariable] = ACTIONS(1971), [sym_raw_string_literal] = ACTIONS(2038), [sym_float_literal] = ACTIONS(2038), [sym_block_comment] = ACTIONS(3), }, [454] = { [sym_token_tree] = STATE(464), [sym_token_repetition] = STATE(464), [sym__literal] = STATE(464), [sym_string_literal] = STATE(464), [sym_boolean_literal] = STATE(464), [aux_sym_token_tree_repeat1] = STATE(464), [sym_identifier] = ACTIONS(2040), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_RBRACK] = ACTIONS(2048), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2040), [anon_sym_as] = ACTIONS(2040), [anon_sym_async] = ACTIONS(2040), [anon_sym_await] = ACTIONS(2040), [anon_sym_break] = ACTIONS(2040), [anon_sym_const] = ACTIONS(2040), [anon_sym_continue] = ACTIONS(2040), [anon_sym_default] = ACTIONS(2040), [anon_sym_enum] = ACTIONS(2040), [anon_sym_fn] = ACTIONS(2040), [anon_sym_for] = ACTIONS(2040), [anon_sym_if] = ACTIONS(2040), [anon_sym_impl] = ACTIONS(2040), [anon_sym_let] = ACTIONS(2040), [anon_sym_loop] = ACTIONS(2040), [anon_sym_match] = ACTIONS(2040), [anon_sym_mod] = ACTIONS(2040), [anon_sym_pub] = ACTIONS(2040), [anon_sym_return] = ACTIONS(2040), [anon_sym_static] = ACTIONS(2040), [anon_sym_struct] = ACTIONS(2040), [anon_sym_trait] = ACTIONS(2040), [anon_sym_type] = ACTIONS(2040), [anon_sym_union] = ACTIONS(2040), [anon_sym_unsafe] = ACTIONS(2040), [anon_sym_use] = ACTIONS(2040), [anon_sym_where] = ACTIONS(2040), [anon_sym_while] = ACTIONS(2040), [sym_mutable_specifier] = ACTIONS(2040), [sym_integer_literal] = ACTIONS(2054), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2040), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2040), [sym_super] = ACTIONS(2040), [sym_crate] = ACTIONS(2040), [sym_metavariable] = ACTIONS(2054), [sym_raw_string_literal] = ACTIONS(2054), [sym_float_literal] = ACTIONS(2054), [sym_block_comment] = ACTIONS(3), }, [455] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_RBRACE] = ACTIONS(2058), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [456] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_RPAREN] = ACTIONS(2062), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [457] = { [sym_token_tree] = STATE(462), [sym_token_repetition] = STATE(462), [sym__literal] = STATE(462), [sym_string_literal] = STATE(462), [sym_boolean_literal] = STATE(462), [aux_sym_token_tree_repeat1] = STATE(462), [sym_identifier] = ACTIONS(2064), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_RBRACK] = ACTIONS(2066), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2064), [anon_sym_as] = ACTIONS(2064), [anon_sym_async] = ACTIONS(2064), [anon_sym_await] = ACTIONS(2064), [anon_sym_break] = ACTIONS(2064), [anon_sym_const] = ACTIONS(2064), [anon_sym_continue] = ACTIONS(2064), [anon_sym_default] = ACTIONS(2064), [anon_sym_enum] = ACTIONS(2064), [anon_sym_fn] = ACTIONS(2064), [anon_sym_for] = ACTIONS(2064), [anon_sym_if] = ACTIONS(2064), [anon_sym_impl] = ACTIONS(2064), [anon_sym_let] = ACTIONS(2064), [anon_sym_loop] = ACTIONS(2064), [anon_sym_match] = ACTIONS(2064), [anon_sym_mod] = ACTIONS(2064), [anon_sym_pub] = ACTIONS(2064), [anon_sym_return] = ACTIONS(2064), [anon_sym_static] = ACTIONS(2064), [anon_sym_struct] = ACTIONS(2064), [anon_sym_trait] = ACTIONS(2064), [anon_sym_type] = ACTIONS(2064), [anon_sym_union] = ACTIONS(2064), [anon_sym_unsafe] = ACTIONS(2064), [anon_sym_use] = ACTIONS(2064), [anon_sym_where] = ACTIONS(2064), [anon_sym_while] = ACTIONS(2064), [sym_mutable_specifier] = ACTIONS(2064), [sym_integer_literal] = ACTIONS(2068), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2064), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2064), [sym_super] = ACTIONS(2064), [sym_crate] = ACTIONS(2064), [sym_metavariable] = ACTIONS(2068), [sym_raw_string_literal] = ACTIONS(2068), [sym_float_literal] = ACTIONS(2068), [sym_block_comment] = ACTIONS(3), }, [458] = { [sym_token_tree] = STATE(472), [sym_token_repetition] = STATE(472), [sym__literal] = STATE(472), [sym_string_literal] = STATE(472), [sym_boolean_literal] = STATE(472), [aux_sym_token_tree_repeat1] = STATE(472), [sym_identifier] = ACTIONS(2070), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_RBRACE] = ACTIONS(2066), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2070), [anon_sym_as] = ACTIONS(2070), [anon_sym_async] = ACTIONS(2070), [anon_sym_await] = ACTIONS(2070), [anon_sym_break] = ACTIONS(2070), [anon_sym_const] = ACTIONS(2070), [anon_sym_continue] = ACTIONS(2070), [anon_sym_default] = ACTIONS(2070), [anon_sym_enum] = ACTIONS(2070), [anon_sym_fn] = ACTIONS(2070), [anon_sym_for] = ACTIONS(2070), [anon_sym_if] = ACTIONS(2070), [anon_sym_impl] = ACTIONS(2070), [anon_sym_let] = ACTIONS(2070), [anon_sym_loop] = ACTIONS(2070), [anon_sym_match] = ACTIONS(2070), [anon_sym_mod] = ACTIONS(2070), [anon_sym_pub] = ACTIONS(2070), [anon_sym_return] = ACTIONS(2070), [anon_sym_static] = ACTIONS(2070), [anon_sym_struct] = ACTIONS(2070), [anon_sym_trait] = ACTIONS(2070), [anon_sym_type] = ACTIONS(2070), [anon_sym_union] = ACTIONS(2070), [anon_sym_unsafe] = ACTIONS(2070), [anon_sym_use] = ACTIONS(2070), [anon_sym_where] = ACTIONS(2070), [anon_sym_while] = ACTIONS(2070), [sym_mutable_specifier] = ACTIONS(2070), [sym_integer_literal] = ACTIONS(2072), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2070), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2070), [sym_super] = ACTIONS(2070), [sym_crate] = ACTIONS(2070), [sym_metavariable] = ACTIONS(2072), [sym_raw_string_literal] = ACTIONS(2072), [sym_float_literal] = ACTIONS(2072), [sym_block_comment] = ACTIONS(3), }, [459] = { [sym_token_tree] = STATE(480), [sym_token_repetition] = STATE(480), [sym__literal] = STATE(480), [sym_string_literal] = STATE(480), [sym_boolean_literal] = STATE(480), [aux_sym_token_tree_repeat1] = STATE(480), [sym_identifier] = ACTIONS(2074), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_RBRACK] = ACTIONS(2076), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2074), [anon_sym_as] = ACTIONS(2074), [anon_sym_async] = ACTIONS(2074), [anon_sym_await] = ACTIONS(2074), [anon_sym_break] = ACTIONS(2074), [anon_sym_const] = ACTIONS(2074), [anon_sym_continue] = ACTIONS(2074), [anon_sym_default] = ACTIONS(2074), [anon_sym_enum] = ACTIONS(2074), [anon_sym_fn] = ACTIONS(2074), [anon_sym_for] = ACTIONS(2074), [anon_sym_if] = ACTIONS(2074), [anon_sym_impl] = ACTIONS(2074), [anon_sym_let] = ACTIONS(2074), [anon_sym_loop] = ACTIONS(2074), [anon_sym_match] = ACTIONS(2074), [anon_sym_mod] = ACTIONS(2074), [anon_sym_pub] = ACTIONS(2074), [anon_sym_return] = ACTIONS(2074), [anon_sym_static] = ACTIONS(2074), [anon_sym_struct] = ACTIONS(2074), [anon_sym_trait] = ACTIONS(2074), [anon_sym_type] = ACTIONS(2074), [anon_sym_union] = ACTIONS(2074), [anon_sym_unsafe] = ACTIONS(2074), [anon_sym_use] = ACTIONS(2074), [anon_sym_where] = ACTIONS(2074), [anon_sym_while] = ACTIONS(2074), [sym_mutable_specifier] = ACTIONS(2074), [sym_integer_literal] = ACTIONS(2078), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2074), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2074), [sym_super] = ACTIONS(2074), [sym_crate] = ACTIONS(2074), [sym_metavariable] = ACTIONS(2078), [sym_raw_string_literal] = ACTIONS(2078), [sym_float_literal] = ACTIONS(2078), [sym_block_comment] = ACTIONS(3), }, [460] = { [sym_token_tree] = STATE(456), [sym_token_repetition] = STATE(456), [sym__literal] = STATE(456), [sym_string_literal] = STATE(456), [sym_boolean_literal] = STATE(456), [aux_sym_token_tree_repeat1] = STATE(456), [sym_identifier] = ACTIONS(2080), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_RPAREN] = ACTIONS(2066), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2080), [anon_sym_as] = ACTIONS(2080), [anon_sym_async] = ACTIONS(2080), [anon_sym_await] = ACTIONS(2080), [anon_sym_break] = ACTIONS(2080), [anon_sym_const] = ACTIONS(2080), [anon_sym_continue] = ACTIONS(2080), [anon_sym_default] = ACTIONS(2080), [anon_sym_enum] = ACTIONS(2080), [anon_sym_fn] = ACTIONS(2080), [anon_sym_for] = ACTIONS(2080), [anon_sym_if] = ACTIONS(2080), [anon_sym_impl] = ACTIONS(2080), [anon_sym_let] = ACTIONS(2080), [anon_sym_loop] = ACTIONS(2080), [anon_sym_match] = ACTIONS(2080), [anon_sym_mod] = ACTIONS(2080), [anon_sym_pub] = ACTIONS(2080), [anon_sym_return] = ACTIONS(2080), [anon_sym_static] = ACTIONS(2080), [anon_sym_struct] = ACTIONS(2080), [anon_sym_trait] = ACTIONS(2080), [anon_sym_type] = ACTIONS(2080), [anon_sym_union] = ACTIONS(2080), [anon_sym_unsafe] = ACTIONS(2080), [anon_sym_use] = ACTIONS(2080), [anon_sym_where] = ACTIONS(2080), [anon_sym_while] = ACTIONS(2080), [sym_mutable_specifier] = ACTIONS(2080), [sym_integer_literal] = ACTIONS(2082), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2080), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2080), [sym_super] = ACTIONS(2080), [sym_crate] = ACTIONS(2080), [sym_metavariable] = ACTIONS(2082), [sym_raw_string_literal] = ACTIONS(2082), [sym_float_literal] = ACTIONS(2082), [sym_block_comment] = ACTIONS(3), }, [461] = { [sym_token_tree] = STATE(481), [sym_token_repetition] = STATE(481), [sym__literal] = STATE(481), [sym_string_literal] = STATE(481), [sym_boolean_literal] = STATE(481), [aux_sym_token_tree_repeat1] = STATE(481), [sym_identifier] = ACTIONS(2084), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_RBRACE] = ACTIONS(2076), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2084), [anon_sym_as] = ACTIONS(2084), [anon_sym_async] = ACTIONS(2084), [anon_sym_await] = ACTIONS(2084), [anon_sym_break] = ACTIONS(2084), [anon_sym_const] = ACTIONS(2084), [anon_sym_continue] = ACTIONS(2084), [anon_sym_default] = ACTIONS(2084), [anon_sym_enum] = ACTIONS(2084), [anon_sym_fn] = ACTIONS(2084), [anon_sym_for] = ACTIONS(2084), [anon_sym_if] = ACTIONS(2084), [anon_sym_impl] = ACTIONS(2084), [anon_sym_let] = ACTIONS(2084), [anon_sym_loop] = ACTIONS(2084), [anon_sym_match] = ACTIONS(2084), [anon_sym_mod] = ACTIONS(2084), [anon_sym_pub] = ACTIONS(2084), [anon_sym_return] = ACTIONS(2084), [anon_sym_static] = ACTIONS(2084), [anon_sym_struct] = ACTIONS(2084), [anon_sym_trait] = ACTIONS(2084), [anon_sym_type] = ACTIONS(2084), [anon_sym_union] = ACTIONS(2084), [anon_sym_unsafe] = ACTIONS(2084), [anon_sym_use] = ACTIONS(2084), [anon_sym_where] = ACTIONS(2084), [anon_sym_while] = ACTIONS(2084), [sym_mutable_specifier] = ACTIONS(2084), [sym_integer_literal] = ACTIONS(2086), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2084), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2084), [sym_super] = ACTIONS(2084), [sym_crate] = ACTIONS(2084), [sym_metavariable] = ACTIONS(2086), [sym_raw_string_literal] = ACTIONS(2086), [sym_float_literal] = ACTIONS(2086), [sym_block_comment] = ACTIONS(3), }, [462] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_RBRACK] = ACTIONS(2062), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [463] = { [sym_token_tree] = STATE(485), [sym_token_repetition] = STATE(485), [sym__literal] = STATE(485), [sym_string_literal] = STATE(485), [sym_boolean_literal] = STATE(485), [aux_sym_token_tree_repeat1] = STATE(485), [sym_identifier] = ACTIONS(2088), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_RPAREN] = ACTIONS(2076), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2088), [anon_sym_as] = ACTIONS(2088), [anon_sym_async] = ACTIONS(2088), [anon_sym_await] = ACTIONS(2088), [anon_sym_break] = ACTIONS(2088), [anon_sym_const] = ACTIONS(2088), [anon_sym_continue] = ACTIONS(2088), [anon_sym_default] = ACTIONS(2088), [anon_sym_enum] = ACTIONS(2088), [anon_sym_fn] = ACTIONS(2088), [anon_sym_for] = ACTIONS(2088), [anon_sym_if] = ACTIONS(2088), [anon_sym_impl] = ACTIONS(2088), [anon_sym_let] = ACTIONS(2088), [anon_sym_loop] = ACTIONS(2088), [anon_sym_match] = ACTIONS(2088), [anon_sym_mod] = ACTIONS(2088), [anon_sym_pub] = ACTIONS(2088), [anon_sym_return] = ACTIONS(2088), [anon_sym_static] = ACTIONS(2088), [anon_sym_struct] = ACTIONS(2088), [anon_sym_trait] = ACTIONS(2088), [anon_sym_type] = ACTIONS(2088), [anon_sym_union] = ACTIONS(2088), [anon_sym_unsafe] = ACTIONS(2088), [anon_sym_use] = ACTIONS(2088), [anon_sym_where] = ACTIONS(2088), [anon_sym_while] = ACTIONS(2088), [sym_mutable_specifier] = ACTIONS(2088), [sym_integer_literal] = ACTIONS(2090), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2088), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2088), [sym_super] = ACTIONS(2088), [sym_crate] = ACTIONS(2088), [sym_metavariable] = ACTIONS(2090), [sym_raw_string_literal] = ACTIONS(2090), [sym_float_literal] = ACTIONS(2090), [sym_block_comment] = ACTIONS(3), }, [464] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_RBRACK] = ACTIONS(2058), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [465] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_RPAREN] = ACTIONS(2092), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [466] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_RPAREN] = ACTIONS(2058), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [467] = { [sym_token_tree] = STATE(455), [sym_token_repetition] = STATE(455), [sym__literal] = STATE(455), [sym_string_literal] = STATE(455), [sym_boolean_literal] = STATE(455), [aux_sym_token_tree_repeat1] = STATE(455), [sym_identifier] = ACTIONS(2094), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_RBRACE] = ACTIONS(2048), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2094), [anon_sym_as] = ACTIONS(2094), [anon_sym_async] = ACTIONS(2094), [anon_sym_await] = ACTIONS(2094), [anon_sym_break] = ACTIONS(2094), [anon_sym_const] = ACTIONS(2094), [anon_sym_continue] = ACTIONS(2094), [anon_sym_default] = ACTIONS(2094), [anon_sym_enum] = ACTIONS(2094), [anon_sym_fn] = ACTIONS(2094), [anon_sym_for] = ACTIONS(2094), [anon_sym_if] = ACTIONS(2094), [anon_sym_impl] = ACTIONS(2094), [anon_sym_let] = ACTIONS(2094), [anon_sym_loop] = ACTIONS(2094), [anon_sym_match] = ACTIONS(2094), [anon_sym_mod] = ACTIONS(2094), [anon_sym_pub] = ACTIONS(2094), [anon_sym_return] = ACTIONS(2094), [anon_sym_static] = ACTIONS(2094), [anon_sym_struct] = ACTIONS(2094), [anon_sym_trait] = ACTIONS(2094), [anon_sym_type] = ACTIONS(2094), [anon_sym_union] = ACTIONS(2094), [anon_sym_unsafe] = ACTIONS(2094), [anon_sym_use] = ACTIONS(2094), [anon_sym_where] = ACTIONS(2094), [anon_sym_while] = ACTIONS(2094), [sym_mutable_specifier] = ACTIONS(2094), [sym_integer_literal] = ACTIONS(2096), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2094), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2094), [sym_super] = ACTIONS(2094), [sym_crate] = ACTIONS(2094), [sym_metavariable] = ACTIONS(2096), [sym_raw_string_literal] = ACTIONS(2096), [sym_float_literal] = ACTIONS(2096), [sym_block_comment] = ACTIONS(3), }, [468] = { [sym_token_tree] = STATE(466), [sym_token_repetition] = STATE(466), [sym__literal] = STATE(466), [sym_string_literal] = STATE(466), [sym_boolean_literal] = STATE(466), [aux_sym_token_tree_repeat1] = STATE(466), [sym_identifier] = ACTIONS(2098), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_RPAREN] = ACTIONS(2048), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2098), [anon_sym_as] = ACTIONS(2098), [anon_sym_async] = ACTIONS(2098), [anon_sym_await] = ACTIONS(2098), [anon_sym_break] = ACTIONS(2098), [anon_sym_const] = ACTIONS(2098), [anon_sym_continue] = ACTIONS(2098), [anon_sym_default] = ACTIONS(2098), [anon_sym_enum] = ACTIONS(2098), [anon_sym_fn] = ACTIONS(2098), [anon_sym_for] = ACTIONS(2098), [anon_sym_if] = ACTIONS(2098), [anon_sym_impl] = ACTIONS(2098), [anon_sym_let] = ACTIONS(2098), [anon_sym_loop] = ACTIONS(2098), [anon_sym_match] = ACTIONS(2098), [anon_sym_mod] = ACTIONS(2098), [anon_sym_pub] = ACTIONS(2098), [anon_sym_return] = ACTIONS(2098), [anon_sym_static] = ACTIONS(2098), [anon_sym_struct] = ACTIONS(2098), [anon_sym_trait] = ACTIONS(2098), [anon_sym_type] = ACTIONS(2098), [anon_sym_union] = ACTIONS(2098), [anon_sym_unsafe] = ACTIONS(2098), [anon_sym_use] = ACTIONS(2098), [anon_sym_where] = ACTIONS(2098), [anon_sym_while] = ACTIONS(2098), [sym_mutable_specifier] = ACTIONS(2098), [sym_integer_literal] = ACTIONS(2100), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2098), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2098), [sym_super] = ACTIONS(2098), [sym_crate] = ACTIONS(2098), [sym_metavariable] = ACTIONS(2100), [sym_raw_string_literal] = ACTIONS(2100), [sym_float_literal] = ACTIONS(2100), [sym_block_comment] = ACTIONS(3), }, [469] = { [sym_token_tree] = STATE(465), [sym_token_repetition] = STATE(465), [sym__literal] = STATE(465), [sym_string_literal] = STATE(465), [sym_boolean_literal] = STATE(465), [aux_sym_token_tree_repeat1] = STATE(465), [sym_identifier] = ACTIONS(2102), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_RPAREN] = ACTIONS(2104), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2102), [anon_sym_as] = ACTIONS(2102), [anon_sym_async] = ACTIONS(2102), [anon_sym_await] = ACTIONS(2102), [anon_sym_break] = ACTIONS(2102), [anon_sym_const] = ACTIONS(2102), [anon_sym_continue] = ACTIONS(2102), [anon_sym_default] = ACTIONS(2102), [anon_sym_enum] = ACTIONS(2102), [anon_sym_fn] = ACTIONS(2102), [anon_sym_for] = ACTIONS(2102), [anon_sym_if] = ACTIONS(2102), [anon_sym_impl] = ACTIONS(2102), [anon_sym_let] = ACTIONS(2102), [anon_sym_loop] = ACTIONS(2102), [anon_sym_match] = ACTIONS(2102), [anon_sym_mod] = ACTIONS(2102), [anon_sym_pub] = ACTIONS(2102), [anon_sym_return] = ACTIONS(2102), [anon_sym_static] = ACTIONS(2102), [anon_sym_struct] = ACTIONS(2102), [anon_sym_trait] = ACTIONS(2102), [anon_sym_type] = ACTIONS(2102), [anon_sym_union] = ACTIONS(2102), [anon_sym_unsafe] = ACTIONS(2102), [anon_sym_use] = ACTIONS(2102), [anon_sym_where] = ACTIONS(2102), [anon_sym_while] = ACTIONS(2102), [sym_mutable_specifier] = ACTIONS(2102), [sym_integer_literal] = ACTIONS(2106), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2102), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2102), [sym_super] = ACTIONS(2102), [sym_crate] = ACTIONS(2102), [sym_metavariable] = ACTIONS(2106), [sym_raw_string_literal] = ACTIONS(2106), [sym_float_literal] = ACTIONS(2106), [sym_block_comment] = ACTIONS(3), }, [470] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_RBRACK] = ACTIONS(2108), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [471] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_RBRACE] = ACTIONS(2108), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [472] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_RBRACE] = ACTIONS(2062), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [473] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_RPAREN] = ACTIONS(2108), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [474] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_RBRACK] = ACTIONS(2110), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [475] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_RBRACE] = ACTIONS(2110), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [476] = { [sym_token_tree] = STATE(473), [sym_token_repetition] = STATE(473), [sym__literal] = STATE(473), [sym_string_literal] = STATE(473), [sym_boolean_literal] = STATE(473), [aux_sym_token_tree_repeat1] = STATE(473), [sym_identifier] = ACTIONS(2112), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_RPAREN] = ACTIONS(2114), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2112), [anon_sym_as] = ACTIONS(2112), [anon_sym_async] = ACTIONS(2112), [anon_sym_await] = ACTIONS(2112), [anon_sym_break] = ACTIONS(2112), [anon_sym_const] = ACTIONS(2112), [anon_sym_continue] = ACTIONS(2112), [anon_sym_default] = ACTIONS(2112), [anon_sym_enum] = ACTIONS(2112), [anon_sym_fn] = ACTIONS(2112), [anon_sym_for] = ACTIONS(2112), [anon_sym_if] = ACTIONS(2112), [anon_sym_impl] = ACTIONS(2112), [anon_sym_let] = ACTIONS(2112), [anon_sym_loop] = ACTIONS(2112), [anon_sym_match] = ACTIONS(2112), [anon_sym_mod] = ACTIONS(2112), [anon_sym_pub] = ACTIONS(2112), [anon_sym_return] = ACTIONS(2112), [anon_sym_static] = ACTIONS(2112), [anon_sym_struct] = ACTIONS(2112), [anon_sym_trait] = ACTIONS(2112), [anon_sym_type] = ACTIONS(2112), [anon_sym_union] = ACTIONS(2112), [anon_sym_unsafe] = ACTIONS(2112), [anon_sym_use] = ACTIONS(2112), [anon_sym_where] = ACTIONS(2112), [anon_sym_while] = ACTIONS(2112), [sym_mutable_specifier] = ACTIONS(2112), [sym_integer_literal] = ACTIONS(2116), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2112), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2112), [sym_super] = ACTIONS(2112), [sym_crate] = ACTIONS(2112), [sym_metavariable] = ACTIONS(2116), [sym_raw_string_literal] = ACTIONS(2116), [sym_float_literal] = ACTIONS(2116), [sym_block_comment] = ACTIONS(3), }, [477] = { [sym_token_tree] = STATE(471), [sym_token_repetition] = STATE(471), [sym__literal] = STATE(471), [sym_string_literal] = STATE(471), [sym_boolean_literal] = STATE(471), [aux_sym_token_tree_repeat1] = STATE(471), [sym_identifier] = ACTIONS(2118), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_RBRACE] = ACTIONS(2114), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2118), [anon_sym_as] = ACTIONS(2118), [anon_sym_async] = ACTIONS(2118), [anon_sym_await] = ACTIONS(2118), [anon_sym_break] = ACTIONS(2118), [anon_sym_const] = ACTIONS(2118), [anon_sym_continue] = ACTIONS(2118), [anon_sym_default] = ACTIONS(2118), [anon_sym_enum] = ACTIONS(2118), [anon_sym_fn] = ACTIONS(2118), [anon_sym_for] = ACTIONS(2118), [anon_sym_if] = ACTIONS(2118), [anon_sym_impl] = ACTIONS(2118), [anon_sym_let] = ACTIONS(2118), [anon_sym_loop] = ACTIONS(2118), [anon_sym_match] = ACTIONS(2118), [anon_sym_mod] = ACTIONS(2118), [anon_sym_pub] = ACTIONS(2118), [anon_sym_return] = ACTIONS(2118), [anon_sym_static] = ACTIONS(2118), [anon_sym_struct] = ACTIONS(2118), [anon_sym_trait] = ACTIONS(2118), [anon_sym_type] = ACTIONS(2118), [anon_sym_union] = ACTIONS(2118), [anon_sym_unsafe] = ACTIONS(2118), [anon_sym_use] = ACTIONS(2118), [anon_sym_where] = ACTIONS(2118), [anon_sym_while] = ACTIONS(2118), [sym_mutable_specifier] = ACTIONS(2118), [sym_integer_literal] = ACTIONS(2120), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2118), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2118), [sym_super] = ACTIONS(2118), [sym_crate] = ACTIONS(2118), [sym_metavariable] = ACTIONS(2120), [sym_raw_string_literal] = ACTIONS(2120), [sym_float_literal] = ACTIONS(2120), [sym_block_comment] = ACTIONS(3), }, [478] = { [sym_token_tree] = STATE(482), [sym_token_repetition] = STATE(482), [sym__literal] = STATE(482), [sym_string_literal] = STATE(482), [sym_boolean_literal] = STATE(482), [aux_sym_token_tree_repeat1] = STATE(482), [sym_identifier] = ACTIONS(2122), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_RPAREN] = ACTIONS(2124), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2122), [anon_sym_as] = ACTIONS(2122), [anon_sym_async] = ACTIONS(2122), [anon_sym_await] = ACTIONS(2122), [anon_sym_break] = ACTIONS(2122), [anon_sym_const] = ACTIONS(2122), [anon_sym_continue] = ACTIONS(2122), [anon_sym_default] = ACTIONS(2122), [anon_sym_enum] = ACTIONS(2122), [anon_sym_fn] = ACTIONS(2122), [anon_sym_for] = ACTIONS(2122), [anon_sym_if] = ACTIONS(2122), [anon_sym_impl] = ACTIONS(2122), [anon_sym_let] = ACTIONS(2122), [anon_sym_loop] = ACTIONS(2122), [anon_sym_match] = ACTIONS(2122), [anon_sym_mod] = ACTIONS(2122), [anon_sym_pub] = ACTIONS(2122), [anon_sym_return] = ACTIONS(2122), [anon_sym_static] = ACTIONS(2122), [anon_sym_struct] = ACTIONS(2122), [anon_sym_trait] = ACTIONS(2122), [anon_sym_type] = ACTIONS(2122), [anon_sym_union] = ACTIONS(2122), [anon_sym_unsafe] = ACTIONS(2122), [anon_sym_use] = ACTIONS(2122), [anon_sym_where] = ACTIONS(2122), [anon_sym_while] = ACTIONS(2122), [sym_mutable_specifier] = ACTIONS(2122), [sym_integer_literal] = ACTIONS(2126), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2122), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2122), [sym_super] = ACTIONS(2122), [sym_crate] = ACTIONS(2122), [sym_metavariable] = ACTIONS(2126), [sym_raw_string_literal] = ACTIONS(2126), [sym_float_literal] = ACTIONS(2126), [sym_block_comment] = ACTIONS(3), }, [479] = { [sym_token_tree] = STATE(470), [sym_token_repetition] = STATE(470), [sym__literal] = STATE(470), [sym_string_literal] = STATE(470), [sym_boolean_literal] = STATE(470), [aux_sym_token_tree_repeat1] = STATE(470), [sym_identifier] = ACTIONS(2128), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_RBRACK] = ACTIONS(2114), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2128), [anon_sym_as] = ACTIONS(2128), [anon_sym_async] = ACTIONS(2128), [anon_sym_await] = ACTIONS(2128), [anon_sym_break] = ACTIONS(2128), [anon_sym_const] = ACTIONS(2128), [anon_sym_continue] = ACTIONS(2128), [anon_sym_default] = ACTIONS(2128), [anon_sym_enum] = ACTIONS(2128), [anon_sym_fn] = ACTIONS(2128), [anon_sym_for] = ACTIONS(2128), [anon_sym_if] = ACTIONS(2128), [anon_sym_impl] = ACTIONS(2128), [anon_sym_let] = ACTIONS(2128), [anon_sym_loop] = ACTIONS(2128), [anon_sym_match] = ACTIONS(2128), [anon_sym_mod] = ACTIONS(2128), [anon_sym_pub] = ACTIONS(2128), [anon_sym_return] = ACTIONS(2128), [anon_sym_static] = ACTIONS(2128), [anon_sym_struct] = ACTIONS(2128), [anon_sym_trait] = ACTIONS(2128), [anon_sym_type] = ACTIONS(2128), [anon_sym_union] = ACTIONS(2128), [anon_sym_unsafe] = ACTIONS(2128), [anon_sym_use] = ACTIONS(2128), [anon_sym_where] = ACTIONS(2128), [anon_sym_while] = ACTIONS(2128), [sym_mutable_specifier] = ACTIONS(2128), [sym_integer_literal] = ACTIONS(2130), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2128), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2128), [sym_super] = ACTIONS(2128), [sym_crate] = ACTIONS(2128), [sym_metavariable] = ACTIONS(2130), [sym_raw_string_literal] = ACTIONS(2130), [sym_float_literal] = ACTIONS(2130), [sym_block_comment] = ACTIONS(3), }, [480] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_RBRACK] = ACTIONS(2132), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [481] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_RBRACE] = ACTIONS(2132), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [482] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_RPAREN] = ACTIONS(2110), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [483] = { [sym_token_tree] = STATE(474), [sym_token_repetition] = STATE(474), [sym__literal] = STATE(474), [sym_string_literal] = STATE(474), [sym_boolean_literal] = STATE(474), [aux_sym_token_tree_repeat1] = STATE(474), [sym_identifier] = ACTIONS(2134), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_RBRACK] = ACTIONS(2124), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2134), [anon_sym_as] = ACTIONS(2134), [anon_sym_async] = ACTIONS(2134), [anon_sym_await] = ACTIONS(2134), [anon_sym_break] = ACTIONS(2134), [anon_sym_const] = ACTIONS(2134), [anon_sym_continue] = ACTIONS(2134), [anon_sym_default] = ACTIONS(2134), [anon_sym_enum] = ACTIONS(2134), [anon_sym_fn] = ACTIONS(2134), [anon_sym_for] = ACTIONS(2134), [anon_sym_if] = ACTIONS(2134), [anon_sym_impl] = ACTIONS(2134), [anon_sym_let] = ACTIONS(2134), [anon_sym_loop] = ACTIONS(2134), [anon_sym_match] = ACTIONS(2134), [anon_sym_mod] = ACTIONS(2134), [anon_sym_pub] = ACTIONS(2134), [anon_sym_return] = ACTIONS(2134), [anon_sym_static] = ACTIONS(2134), [anon_sym_struct] = ACTIONS(2134), [anon_sym_trait] = ACTIONS(2134), [anon_sym_type] = ACTIONS(2134), [anon_sym_union] = ACTIONS(2134), [anon_sym_unsafe] = ACTIONS(2134), [anon_sym_use] = ACTIONS(2134), [anon_sym_where] = ACTIONS(2134), [anon_sym_while] = ACTIONS(2134), [sym_mutable_specifier] = ACTIONS(2134), [sym_integer_literal] = ACTIONS(2136), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2134), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2134), [sym_super] = ACTIONS(2134), [sym_crate] = ACTIONS(2134), [sym_metavariable] = ACTIONS(2136), [sym_raw_string_literal] = ACTIONS(2136), [sym_float_literal] = ACTIONS(2136), [sym_block_comment] = ACTIONS(3), }, [484] = { [sym_token_tree] = STATE(475), [sym_token_repetition] = STATE(475), [sym__literal] = STATE(475), [sym_string_literal] = STATE(475), [sym_boolean_literal] = STATE(475), [aux_sym_token_tree_repeat1] = STATE(475), [sym_identifier] = ACTIONS(2138), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_RBRACE] = ACTIONS(2124), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2138), [anon_sym_as] = ACTIONS(2138), [anon_sym_async] = ACTIONS(2138), [anon_sym_await] = ACTIONS(2138), [anon_sym_break] = ACTIONS(2138), [anon_sym_const] = ACTIONS(2138), [anon_sym_continue] = ACTIONS(2138), [anon_sym_default] = ACTIONS(2138), [anon_sym_enum] = ACTIONS(2138), [anon_sym_fn] = ACTIONS(2138), [anon_sym_for] = ACTIONS(2138), [anon_sym_if] = ACTIONS(2138), [anon_sym_impl] = ACTIONS(2138), [anon_sym_let] = ACTIONS(2138), [anon_sym_loop] = ACTIONS(2138), [anon_sym_match] = ACTIONS(2138), [anon_sym_mod] = ACTIONS(2138), [anon_sym_pub] = ACTIONS(2138), [anon_sym_return] = ACTIONS(2138), [anon_sym_static] = ACTIONS(2138), [anon_sym_struct] = ACTIONS(2138), [anon_sym_trait] = ACTIONS(2138), [anon_sym_type] = ACTIONS(2138), [anon_sym_union] = ACTIONS(2138), [anon_sym_unsafe] = ACTIONS(2138), [anon_sym_use] = ACTIONS(2138), [anon_sym_where] = ACTIONS(2138), [anon_sym_while] = ACTIONS(2138), [sym_mutable_specifier] = ACTIONS(2138), [sym_integer_literal] = ACTIONS(2140), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2138), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2138), [sym_super] = ACTIONS(2138), [sym_crate] = ACTIONS(2138), [sym_metavariable] = ACTIONS(2140), [sym_raw_string_literal] = ACTIONS(2140), [sym_float_literal] = ACTIONS(2140), [sym_block_comment] = ACTIONS(3), }, [485] = { [sym_token_tree] = STATE(442), [sym_token_repetition] = STATE(442), [sym__literal] = STATE(442), [sym_string_literal] = STATE(442), [sym_boolean_literal] = STATE(442), [aux_sym_token_tree_repeat1] = STATE(442), [sym_identifier] = ACTIONS(2056), [anon_sym_LPAREN] = ACTIONS(2042), [anon_sym_RPAREN] = ACTIONS(2132), [anon_sym_LBRACE] = ACTIONS(2044), [anon_sym_LBRACK] = ACTIONS(2046), [anon_sym_DOLLAR] = ACTIONS(2050), [anon_sym_u8] = ACTIONS(2052), [anon_sym_i8] = ACTIONS(2052), [anon_sym_u16] = ACTIONS(2052), [anon_sym_i16] = ACTIONS(2052), [anon_sym_u32] = ACTIONS(2052), [anon_sym_i32] = ACTIONS(2052), [anon_sym_u64] = ACTIONS(2052), [anon_sym_i64] = ACTIONS(2052), [anon_sym_u128] = ACTIONS(2052), [anon_sym_i128] = ACTIONS(2052), [anon_sym_isize] = ACTIONS(2052), [anon_sym_usize] = ACTIONS(2052), [anon_sym_f32] = ACTIONS(2052), [anon_sym_f64] = ACTIONS(2052), [anon_sym_bool] = ACTIONS(2052), [anon_sym_str] = ACTIONS(2052), [anon_sym_char] = ACTIONS(2052), [aux_sym__non_special_token_token1] = ACTIONS(2056), [anon_sym_as] = ACTIONS(2056), [anon_sym_async] = ACTIONS(2056), [anon_sym_await] = ACTIONS(2056), [anon_sym_break] = ACTIONS(2056), [anon_sym_const] = ACTIONS(2056), [anon_sym_continue] = ACTIONS(2056), [anon_sym_default] = ACTIONS(2056), [anon_sym_enum] = ACTIONS(2056), [anon_sym_fn] = ACTIONS(2056), [anon_sym_for] = ACTIONS(2056), [anon_sym_if] = ACTIONS(2056), [anon_sym_impl] = ACTIONS(2056), [anon_sym_let] = ACTIONS(2056), [anon_sym_loop] = ACTIONS(2056), [anon_sym_match] = ACTIONS(2056), [anon_sym_mod] = ACTIONS(2056), [anon_sym_pub] = ACTIONS(2056), [anon_sym_return] = ACTIONS(2056), [anon_sym_static] = ACTIONS(2056), [anon_sym_struct] = ACTIONS(2056), [anon_sym_trait] = ACTIONS(2056), [anon_sym_type] = ACTIONS(2056), [anon_sym_union] = ACTIONS(2056), [anon_sym_unsafe] = ACTIONS(2056), [anon_sym_use] = ACTIONS(2056), [anon_sym_where] = ACTIONS(2056), [anon_sym_while] = ACTIONS(2056), [sym_mutable_specifier] = ACTIONS(2056), [sym_integer_literal] = ACTIONS(2060), [aux_sym_string_literal_token1] = ACTIONS(1967), [sym_char_literal] = ACTIONS(2056), [anon_sym_true] = ACTIONS(1969), [anon_sym_false] = ACTIONS(1969), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2056), [sym_super] = ACTIONS(2056), [sym_crate] = ACTIONS(2056), [sym_metavariable] = ACTIONS(2060), [sym_raw_string_literal] = ACTIONS(2060), [sym_float_literal] = ACTIONS(2060), [sym_block_comment] = ACTIONS(3), }, [486] = { [sym_attribute_item] = STATE(526), [sym_bracketed_type] = STATE(2312), [sym_generic_type] = STATE(2311), [sym_generic_type_with_turbofish] = STATE(2310), [sym_macro_invocation] = STATE(2188), [sym_scoped_identifier] = STATE(1438), [sym_scoped_type_identifier] = STATE(1762), [sym_match_arm] = STATE(492), [sym_last_match_arm] = STATE(2176), [sym_match_pattern] = STATE(2178), [sym__pattern] = STATE(1719), [sym_tuple_pattern] = STATE(1719), [sym_slice_pattern] = STATE(1719), [sym_tuple_struct_pattern] = STATE(1719), [sym_struct_pattern] = STATE(1719), [sym_remaining_field_pattern] = STATE(1719), [sym_mut_pattern] = STATE(1719), [sym_range_pattern] = STATE(1719), [sym_ref_pattern] = STATE(1719), [sym_captured_pattern] = STATE(1719), [sym_reference_pattern] = STATE(1719), [sym__literal_pattern] = STATE(1527), [sym_negative_literal] = STATE(1527), [sym_string_literal] = STATE(1527), [sym_boolean_literal] = STATE(1527), [aux_sym_enum_variant_list_repeat1] = STATE(526), [aux_sym_match_block_repeat1] = STATE(492), [sym_identifier] = ACTIONS(2142), [anon_sym_LPAREN] = ACTIONS(2144), [anon_sym_RBRACE] = ACTIONS(2146), [anon_sym_LBRACK] = ACTIONS(2148), [anon_sym_u8] = ACTIONS(2150), [anon_sym_i8] = ACTIONS(2150), [anon_sym_u16] = ACTIONS(2150), [anon_sym_i16] = ACTIONS(2150), [anon_sym_u32] = ACTIONS(2150), [anon_sym_i32] = ACTIONS(2150), [anon_sym_u64] = ACTIONS(2150), [anon_sym_i64] = ACTIONS(2150), [anon_sym_u128] = ACTIONS(2150), [anon_sym_i128] = ACTIONS(2150), [anon_sym_isize] = ACTIONS(2150), [anon_sym_usize] = ACTIONS(2150), [anon_sym_f32] = ACTIONS(2150), [anon_sym_f64] = ACTIONS(2150), [anon_sym_bool] = ACTIONS(2150), [anon_sym_str] = ACTIONS(2150), [anon_sym_char] = ACTIONS(2150), [anon_sym_POUND] = ACTIONS(413), [anon_sym_ref] = ACTIONS(2152), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(2154), [anon_sym__] = ACTIONS(2156), [anon_sym_AMP] = ACTIONS(2158), [sym_mutable_specifier] = ACTIONS(2160), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(2162), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(2162), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(2164), [sym_super] = ACTIONS(2164), [sym_crate] = ACTIONS(2164), [sym_metavariable] = ACTIONS(2166), [sym_raw_string_literal] = ACTIONS(2162), [sym_float_literal] = ACTIONS(2162), [sym_block_comment] = ACTIONS(3), }, [487] = { [sym_attribute_item] = STATE(526), [sym_bracketed_type] = STATE(2312), [sym_generic_type] = STATE(2311), [sym_generic_type_with_turbofish] = STATE(2310), [sym_macro_invocation] = STATE(2188), [sym_scoped_identifier] = STATE(1438), [sym_scoped_type_identifier] = STATE(1762), [sym_match_arm] = STATE(491), [sym_last_match_arm] = STATE(2413), [sym_match_pattern] = STATE(2178), [sym__pattern] = STATE(1719), [sym_tuple_pattern] = STATE(1719), [sym_slice_pattern] = STATE(1719), [sym_tuple_struct_pattern] = STATE(1719), [sym_struct_pattern] = STATE(1719), [sym_remaining_field_pattern] = STATE(1719), [sym_mut_pattern] = STATE(1719), [sym_range_pattern] = STATE(1719), [sym_ref_pattern] = STATE(1719), [sym_captured_pattern] = STATE(1719), [sym_reference_pattern] = STATE(1719), [sym__literal_pattern] = STATE(1527), [sym_negative_literal] = STATE(1527), [sym_string_literal] = STATE(1527), [sym_boolean_literal] = STATE(1527), [aux_sym_enum_variant_list_repeat1] = STATE(526), [aux_sym_match_block_repeat1] = STATE(491), [sym_identifier] = ACTIONS(2142), [anon_sym_LPAREN] = ACTIONS(2144), [anon_sym_RBRACE] = ACTIONS(2168), [anon_sym_LBRACK] = ACTIONS(2148), [anon_sym_u8] = ACTIONS(2150), [anon_sym_i8] = ACTIONS(2150), [anon_sym_u16] = ACTIONS(2150), [anon_sym_i16] = ACTIONS(2150), [anon_sym_u32] = ACTIONS(2150), [anon_sym_i32] = ACTIONS(2150), [anon_sym_u64] = ACTIONS(2150), [anon_sym_i64] = ACTIONS(2150), [anon_sym_u128] = ACTIONS(2150), [anon_sym_i128] = ACTIONS(2150), [anon_sym_isize] = ACTIONS(2150), [anon_sym_usize] = ACTIONS(2150), [anon_sym_f32] = ACTIONS(2150), [anon_sym_f64] = ACTIONS(2150), [anon_sym_bool] = ACTIONS(2150), [anon_sym_str] = ACTIONS(2150), [anon_sym_char] = ACTIONS(2150), [anon_sym_POUND] = ACTIONS(413), [anon_sym_ref] = ACTIONS(2152), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(2154), [anon_sym__] = ACTIONS(2156), [anon_sym_AMP] = ACTIONS(2158), [sym_mutable_specifier] = ACTIONS(2160), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(2162), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(2162), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(2164), [sym_super] = ACTIONS(2164), [sym_crate] = ACTIONS(2164), [sym_metavariable] = ACTIONS(2166), [sym_raw_string_literal] = ACTIONS(2162), [sym_float_literal] = ACTIONS(2162), [sym_block_comment] = ACTIONS(3), }, [488] = { [sym_attribute_item] = STATE(526), [sym_bracketed_type] = STATE(2312), [sym_generic_type] = STATE(2311), [sym_generic_type_with_turbofish] = STATE(2310), [sym_macro_invocation] = STATE(2188), [sym_scoped_identifier] = STATE(1438), [sym_scoped_type_identifier] = STATE(1762), [sym_match_arm] = STATE(490), [sym_last_match_arm] = STATE(2211), [sym_match_pattern] = STATE(2178), [sym__pattern] = STATE(1719), [sym_tuple_pattern] = STATE(1719), [sym_slice_pattern] = STATE(1719), [sym_tuple_struct_pattern] = STATE(1719), [sym_struct_pattern] = STATE(1719), [sym_remaining_field_pattern] = STATE(1719), [sym_mut_pattern] = STATE(1719), [sym_range_pattern] = STATE(1719), [sym_ref_pattern] = STATE(1719), [sym_captured_pattern] = STATE(1719), [sym_reference_pattern] = STATE(1719), [sym__literal_pattern] = STATE(1527), [sym_negative_literal] = STATE(1527), [sym_string_literal] = STATE(1527), [sym_boolean_literal] = STATE(1527), [aux_sym_enum_variant_list_repeat1] = STATE(526), [aux_sym_match_block_repeat1] = STATE(490), [sym_identifier] = ACTIONS(2142), [anon_sym_LPAREN] = ACTIONS(2144), [anon_sym_RBRACE] = ACTIONS(2170), [anon_sym_LBRACK] = ACTIONS(2148), [anon_sym_u8] = ACTIONS(2150), [anon_sym_i8] = ACTIONS(2150), [anon_sym_u16] = ACTIONS(2150), [anon_sym_i16] = ACTIONS(2150), [anon_sym_u32] = ACTIONS(2150), [anon_sym_i32] = ACTIONS(2150), [anon_sym_u64] = ACTIONS(2150), [anon_sym_i64] = ACTIONS(2150), [anon_sym_u128] = ACTIONS(2150), [anon_sym_i128] = ACTIONS(2150), [anon_sym_isize] = ACTIONS(2150), [anon_sym_usize] = ACTIONS(2150), [anon_sym_f32] = ACTIONS(2150), [anon_sym_f64] = ACTIONS(2150), [anon_sym_bool] = ACTIONS(2150), [anon_sym_str] = ACTIONS(2150), [anon_sym_char] = ACTIONS(2150), [anon_sym_POUND] = ACTIONS(413), [anon_sym_ref] = ACTIONS(2152), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(2154), [anon_sym__] = ACTIONS(2156), [anon_sym_AMP] = ACTIONS(2158), [sym_mutable_specifier] = ACTIONS(2160), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(2162), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(2162), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(2164), [sym_super] = ACTIONS(2164), [sym_crate] = ACTIONS(2164), [sym_metavariable] = ACTIONS(2166), [sym_raw_string_literal] = ACTIONS(2162), [sym_float_literal] = ACTIONS(2162), [sym_block_comment] = ACTIONS(3), }, [489] = { [sym_attribute_item] = STATE(503), [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym_visibility_modifier] = STATE(641), [sym__type] = STATE(1710), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1710), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1710), [sym_tuple_type] = STATE(1710), [sym_unit_type] = STATE(1710), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1710), [sym_reference_type] = STATE(1710), [sym_pointer_type] = STATE(1710), [sym_empty_type] = STATE(1710), [sym_abstract_type] = STATE(1710), [sym_dynamic_type] = STATE(1710), [sym_macro_invocation] = STATE(1710), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_enum_variant_list_repeat1] = STATE(503), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_RPAREN] = ACTIONS(2174), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_pub] = ACTIONS(2176), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(2178), [anon_sym_BANG] = ACTIONS(765), [anon_sym_COMMA] = ACTIONS(2180), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(2184), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [490] = { [sym_attribute_item] = STATE(526), [sym_bracketed_type] = STATE(2312), [sym_generic_type] = STATE(2311), [sym_generic_type_with_turbofish] = STATE(2310), [sym_macro_invocation] = STATE(2188), [sym_scoped_identifier] = STATE(1438), [sym_scoped_type_identifier] = STATE(1762), [sym_match_arm] = STATE(499), [sym_last_match_arm] = STATE(2186), [sym_match_pattern] = STATE(2178), [sym__pattern] = STATE(1719), [sym_tuple_pattern] = STATE(1719), [sym_slice_pattern] = STATE(1719), [sym_tuple_struct_pattern] = STATE(1719), [sym_struct_pattern] = STATE(1719), [sym_remaining_field_pattern] = STATE(1719), [sym_mut_pattern] = STATE(1719), [sym_range_pattern] = STATE(1719), [sym_ref_pattern] = STATE(1719), [sym_captured_pattern] = STATE(1719), [sym_reference_pattern] = STATE(1719), [sym__literal_pattern] = STATE(1527), [sym_negative_literal] = STATE(1527), [sym_string_literal] = STATE(1527), [sym_boolean_literal] = STATE(1527), [aux_sym_enum_variant_list_repeat1] = STATE(526), [aux_sym_match_block_repeat1] = STATE(499), [sym_identifier] = ACTIONS(2142), [anon_sym_LPAREN] = ACTIONS(2144), [anon_sym_LBRACK] = ACTIONS(2148), [anon_sym_u8] = ACTIONS(2150), [anon_sym_i8] = ACTIONS(2150), [anon_sym_u16] = ACTIONS(2150), [anon_sym_i16] = ACTIONS(2150), [anon_sym_u32] = ACTIONS(2150), [anon_sym_i32] = ACTIONS(2150), [anon_sym_u64] = ACTIONS(2150), [anon_sym_i64] = ACTIONS(2150), [anon_sym_u128] = ACTIONS(2150), [anon_sym_i128] = ACTIONS(2150), [anon_sym_isize] = ACTIONS(2150), [anon_sym_usize] = ACTIONS(2150), [anon_sym_f32] = ACTIONS(2150), [anon_sym_f64] = ACTIONS(2150), [anon_sym_bool] = ACTIONS(2150), [anon_sym_str] = ACTIONS(2150), [anon_sym_char] = ACTIONS(2150), [anon_sym_POUND] = ACTIONS(413), [anon_sym_ref] = ACTIONS(2152), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(2154), [anon_sym__] = ACTIONS(2156), [anon_sym_AMP] = ACTIONS(2158), [sym_mutable_specifier] = ACTIONS(2160), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(2162), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(2162), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(2164), [sym_super] = ACTIONS(2164), [sym_crate] = ACTIONS(2164), [sym_metavariable] = ACTIONS(2166), [sym_raw_string_literal] = ACTIONS(2162), [sym_float_literal] = ACTIONS(2162), [sym_block_comment] = ACTIONS(3), }, [491] = { [sym_attribute_item] = STATE(526), [sym_bracketed_type] = STATE(2312), [sym_generic_type] = STATE(2311), [sym_generic_type_with_turbofish] = STATE(2310), [sym_macro_invocation] = STATE(2188), [sym_scoped_identifier] = STATE(1438), [sym_scoped_type_identifier] = STATE(1762), [sym_match_arm] = STATE(499), [sym_last_match_arm] = STATE(2371), [sym_match_pattern] = STATE(2178), [sym__pattern] = STATE(1719), [sym_tuple_pattern] = STATE(1719), [sym_slice_pattern] = STATE(1719), [sym_tuple_struct_pattern] = STATE(1719), [sym_struct_pattern] = STATE(1719), [sym_remaining_field_pattern] = STATE(1719), [sym_mut_pattern] = STATE(1719), [sym_range_pattern] = STATE(1719), [sym_ref_pattern] = STATE(1719), [sym_captured_pattern] = STATE(1719), [sym_reference_pattern] = STATE(1719), [sym__literal_pattern] = STATE(1527), [sym_negative_literal] = STATE(1527), [sym_string_literal] = STATE(1527), [sym_boolean_literal] = STATE(1527), [aux_sym_enum_variant_list_repeat1] = STATE(526), [aux_sym_match_block_repeat1] = STATE(499), [sym_identifier] = ACTIONS(2142), [anon_sym_LPAREN] = ACTIONS(2144), [anon_sym_LBRACK] = ACTIONS(2148), [anon_sym_u8] = ACTIONS(2150), [anon_sym_i8] = ACTIONS(2150), [anon_sym_u16] = ACTIONS(2150), [anon_sym_i16] = ACTIONS(2150), [anon_sym_u32] = ACTIONS(2150), [anon_sym_i32] = ACTIONS(2150), [anon_sym_u64] = ACTIONS(2150), [anon_sym_i64] = ACTIONS(2150), [anon_sym_u128] = ACTIONS(2150), [anon_sym_i128] = ACTIONS(2150), [anon_sym_isize] = ACTIONS(2150), [anon_sym_usize] = ACTIONS(2150), [anon_sym_f32] = ACTIONS(2150), [anon_sym_f64] = ACTIONS(2150), [anon_sym_bool] = ACTIONS(2150), [anon_sym_str] = ACTIONS(2150), [anon_sym_char] = ACTIONS(2150), [anon_sym_POUND] = ACTIONS(413), [anon_sym_ref] = ACTIONS(2152), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(2154), [anon_sym__] = ACTIONS(2156), [anon_sym_AMP] = ACTIONS(2158), [sym_mutable_specifier] = ACTIONS(2160), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(2162), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(2162), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(2164), [sym_super] = ACTIONS(2164), [sym_crate] = ACTIONS(2164), [sym_metavariable] = ACTIONS(2166), [sym_raw_string_literal] = ACTIONS(2162), [sym_float_literal] = ACTIONS(2162), [sym_block_comment] = ACTIONS(3), }, [492] = { [sym_attribute_item] = STATE(526), [sym_bracketed_type] = STATE(2312), [sym_generic_type] = STATE(2311), [sym_generic_type_with_turbofish] = STATE(2310), [sym_macro_invocation] = STATE(2188), [sym_scoped_identifier] = STATE(1438), [sym_scoped_type_identifier] = STATE(1762), [sym_match_arm] = STATE(499), [sym_last_match_arm] = STATE(2280), [sym_match_pattern] = STATE(2178), [sym__pattern] = STATE(1719), [sym_tuple_pattern] = STATE(1719), [sym_slice_pattern] = STATE(1719), [sym_tuple_struct_pattern] = STATE(1719), [sym_struct_pattern] = STATE(1719), [sym_remaining_field_pattern] = STATE(1719), [sym_mut_pattern] = STATE(1719), [sym_range_pattern] = STATE(1719), [sym_ref_pattern] = STATE(1719), [sym_captured_pattern] = STATE(1719), [sym_reference_pattern] = STATE(1719), [sym__literal_pattern] = STATE(1527), [sym_negative_literal] = STATE(1527), [sym_string_literal] = STATE(1527), [sym_boolean_literal] = STATE(1527), [aux_sym_enum_variant_list_repeat1] = STATE(526), [aux_sym_match_block_repeat1] = STATE(499), [sym_identifier] = ACTIONS(2142), [anon_sym_LPAREN] = ACTIONS(2144), [anon_sym_LBRACK] = ACTIONS(2148), [anon_sym_u8] = ACTIONS(2150), [anon_sym_i8] = ACTIONS(2150), [anon_sym_u16] = ACTIONS(2150), [anon_sym_i16] = ACTIONS(2150), [anon_sym_u32] = ACTIONS(2150), [anon_sym_i32] = ACTIONS(2150), [anon_sym_u64] = ACTIONS(2150), [anon_sym_i64] = ACTIONS(2150), [anon_sym_u128] = ACTIONS(2150), [anon_sym_i128] = ACTIONS(2150), [anon_sym_isize] = ACTIONS(2150), [anon_sym_usize] = ACTIONS(2150), [anon_sym_f32] = ACTIONS(2150), [anon_sym_f64] = ACTIONS(2150), [anon_sym_bool] = ACTIONS(2150), [anon_sym_str] = ACTIONS(2150), [anon_sym_char] = ACTIONS(2150), [anon_sym_POUND] = ACTIONS(413), [anon_sym_ref] = ACTIONS(2152), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(2154), [anon_sym__] = ACTIONS(2156), [anon_sym_AMP] = ACTIONS(2158), [sym_mutable_specifier] = ACTIONS(2160), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(2162), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(2162), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(2164), [sym_super] = ACTIONS(2164), [sym_crate] = ACTIONS(2164), [sym_metavariable] = ACTIONS(2166), [sym_raw_string_literal] = ACTIONS(2162), [sym_float_literal] = ACTIONS(2162), [sym_block_comment] = ACTIONS(3), }, [493] = { [sym_attribute_item] = STATE(502), [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym_visibility_modifier] = STATE(577), [sym__type] = STATE(1858), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1858), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1858), [sym_tuple_type] = STATE(1858), [sym_unit_type] = STATE(1858), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1858), [sym_reference_type] = STATE(1858), [sym_pointer_type] = STATE(1858), [sym_empty_type] = STATE(1858), [sym_abstract_type] = STATE(1858), [sym_dynamic_type] = STATE(1858), [sym_macro_invocation] = STATE(1858), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_enum_variant_list_repeat1] = STATE(502), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_RPAREN] = ACTIONS(2186), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_pub] = ACTIONS(2176), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(2178), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(2184), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [494] = { [sym_attribute_item] = STATE(502), [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym_visibility_modifier] = STATE(577), [sym__type] = STATE(1858), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1858), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1858), [sym_tuple_type] = STATE(1858), [sym_unit_type] = STATE(1858), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1858), [sym_reference_type] = STATE(1858), [sym_pointer_type] = STATE(1858), [sym_empty_type] = STATE(1858), [sym_abstract_type] = STATE(1858), [sym_dynamic_type] = STATE(1858), [sym_macro_invocation] = STATE(1858), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_enum_variant_list_repeat1] = STATE(502), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_RPAREN] = ACTIONS(2188), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_pub] = ACTIONS(2176), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(2178), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(2184), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [495] = { [sym_attribute_item] = STATE(502), [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym_visibility_modifier] = STATE(577), [sym__type] = STATE(1858), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1858), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1858), [sym_tuple_type] = STATE(1858), [sym_unit_type] = STATE(1858), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1858), [sym_reference_type] = STATE(1858), [sym_pointer_type] = STATE(1858), [sym_empty_type] = STATE(1858), [sym_abstract_type] = STATE(1858), [sym_dynamic_type] = STATE(1858), [sym_macro_invocation] = STATE(1858), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_enum_variant_list_repeat1] = STATE(502), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_RPAREN] = ACTIONS(2190), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_pub] = ACTIONS(2176), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(2178), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(2184), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [496] = { [sym_attribute_item] = STATE(502), [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym_visibility_modifier] = STATE(577), [sym__type] = STATE(1858), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1858), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1858), [sym_tuple_type] = STATE(1858), [sym_unit_type] = STATE(1858), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1858), [sym_reference_type] = STATE(1858), [sym_pointer_type] = STATE(1858), [sym_empty_type] = STATE(1858), [sym_abstract_type] = STATE(1858), [sym_dynamic_type] = STATE(1858), [sym_macro_invocation] = STATE(1858), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_enum_variant_list_repeat1] = STATE(502), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_RPAREN] = ACTIONS(2192), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_pub] = ACTIONS(2176), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(2178), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(2184), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [497] = { [sym_attribute_item] = STATE(502), [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym_visibility_modifier] = STATE(577), [sym__type] = STATE(1858), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1858), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1858), [sym_tuple_type] = STATE(1858), [sym_unit_type] = STATE(1858), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1858), [sym_reference_type] = STATE(1858), [sym_pointer_type] = STATE(1858), [sym_empty_type] = STATE(1858), [sym_abstract_type] = STATE(1858), [sym_dynamic_type] = STATE(1858), [sym_macro_invocation] = STATE(1858), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_enum_variant_list_repeat1] = STATE(502), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_RPAREN] = ACTIONS(2194), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_pub] = ACTIONS(2176), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(2178), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(2184), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [498] = { [sym_attribute_item] = STATE(502), [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym_visibility_modifier] = STATE(577), [sym__type] = STATE(1858), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1858), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1858), [sym_tuple_type] = STATE(1858), [sym_unit_type] = STATE(1858), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1858), [sym_reference_type] = STATE(1858), [sym_pointer_type] = STATE(1858), [sym_empty_type] = STATE(1858), [sym_abstract_type] = STATE(1858), [sym_dynamic_type] = STATE(1858), [sym_macro_invocation] = STATE(1858), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_enum_variant_list_repeat1] = STATE(502), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_RPAREN] = ACTIONS(2196), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_pub] = ACTIONS(2176), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(2178), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(2184), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [499] = { [sym_attribute_item] = STATE(525), [sym_bracketed_type] = STATE(2312), [sym_generic_type] = STATE(2311), [sym_generic_type_with_turbofish] = STATE(2310), [sym_macro_invocation] = STATE(2188), [sym_scoped_identifier] = STATE(1438), [sym_scoped_type_identifier] = STATE(1762), [sym_match_arm] = STATE(499), [sym_match_pattern] = STATE(2188), [sym__pattern] = STATE(1719), [sym_tuple_pattern] = STATE(1719), [sym_slice_pattern] = STATE(1719), [sym_tuple_struct_pattern] = STATE(1719), [sym_struct_pattern] = STATE(1719), [sym_remaining_field_pattern] = STATE(1719), [sym_mut_pattern] = STATE(1719), [sym_range_pattern] = STATE(1719), [sym_ref_pattern] = STATE(1719), [sym_captured_pattern] = STATE(1719), [sym_reference_pattern] = STATE(1719), [sym__literal_pattern] = STATE(1527), [sym_negative_literal] = STATE(1527), [sym_string_literal] = STATE(1527), [sym_boolean_literal] = STATE(1527), [aux_sym_enum_variant_list_repeat1] = STATE(525), [aux_sym_match_block_repeat1] = STATE(499), [sym_identifier] = ACTIONS(2198), [anon_sym_LPAREN] = ACTIONS(2201), [anon_sym_LBRACK] = ACTIONS(2204), [anon_sym_u8] = ACTIONS(2207), [anon_sym_i8] = ACTIONS(2207), [anon_sym_u16] = ACTIONS(2207), [anon_sym_i16] = ACTIONS(2207), [anon_sym_u32] = ACTIONS(2207), [anon_sym_i32] = ACTIONS(2207), [anon_sym_u64] = ACTIONS(2207), [anon_sym_i64] = ACTIONS(2207), [anon_sym_u128] = ACTIONS(2207), [anon_sym_i128] = ACTIONS(2207), [anon_sym_isize] = ACTIONS(2207), [anon_sym_usize] = ACTIONS(2207), [anon_sym_f32] = ACTIONS(2207), [anon_sym_f64] = ACTIONS(2207), [anon_sym_bool] = ACTIONS(2207), [anon_sym_str] = ACTIONS(2207), [anon_sym_char] = ACTIONS(2207), [anon_sym_POUND] = ACTIONS(2210), [anon_sym_ref] = ACTIONS(2213), [anon_sym_LT] = ACTIONS(2216), [anon_sym_COLON_COLON] = ACTIONS(2219), [anon_sym__] = ACTIONS(2222), [anon_sym_AMP] = ACTIONS(2225), [sym_mutable_specifier] = ACTIONS(2228), [anon_sym_DOT_DOT] = ACTIONS(2231), [anon_sym_DASH] = ACTIONS(2234), [sym_integer_literal] = ACTIONS(2237), [aux_sym_string_literal_token1] = ACTIONS(2240), [sym_char_literal] = ACTIONS(2237), [anon_sym_true] = ACTIONS(2243), [anon_sym_false] = ACTIONS(2243), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(2246), [sym_super] = ACTIONS(2246), [sym_crate] = ACTIONS(2246), [sym_metavariable] = ACTIONS(2249), [sym_raw_string_literal] = ACTIONS(2237), [sym_float_literal] = ACTIONS(2237), [sym_block_comment] = ACTIONS(3), }, [500] = { [sym_identifier] = ACTIONS(2252), [anon_sym_LPAREN] = ACTIONS(2254), [anon_sym_RPAREN] = ACTIONS(2254), [anon_sym_LBRACE] = ACTIONS(2254), [anon_sym_RBRACE] = ACTIONS(2254), [anon_sym_LBRACK] = ACTIONS(2254), [anon_sym_RBRACK] = ACTIONS(2254), [anon_sym_COLON] = ACTIONS(2256), [anon_sym_DOLLAR] = ACTIONS(2252), [anon_sym_u8] = ACTIONS(2252), [anon_sym_i8] = ACTIONS(2252), [anon_sym_u16] = ACTIONS(2252), [anon_sym_i16] = ACTIONS(2252), [anon_sym_u32] = ACTIONS(2252), [anon_sym_i32] = ACTIONS(2252), [anon_sym_u64] = ACTIONS(2252), [anon_sym_i64] = ACTIONS(2252), [anon_sym_u128] = ACTIONS(2252), [anon_sym_i128] = ACTIONS(2252), [anon_sym_isize] = ACTIONS(2252), [anon_sym_usize] = ACTIONS(2252), [anon_sym_f32] = ACTIONS(2252), [anon_sym_f64] = ACTIONS(2252), [anon_sym_bool] = ACTIONS(2252), [anon_sym_str] = ACTIONS(2252), [anon_sym_char] = ACTIONS(2252), [aux_sym__non_special_token_token1] = ACTIONS(2252), [anon_sym_as] = ACTIONS(2252), [anon_sym_async] = ACTIONS(2252), [anon_sym_await] = ACTIONS(2252), [anon_sym_break] = ACTIONS(2252), [anon_sym_const] = ACTIONS(2252), [anon_sym_continue] = ACTIONS(2252), [anon_sym_default] = ACTIONS(2252), [anon_sym_enum] = ACTIONS(2252), [anon_sym_fn] = ACTIONS(2252), [anon_sym_for] = ACTIONS(2252), [anon_sym_if] = ACTIONS(2252), [anon_sym_impl] = ACTIONS(2252), [anon_sym_let] = ACTIONS(2252), [anon_sym_loop] = ACTIONS(2252), [anon_sym_match] = ACTIONS(2252), [anon_sym_mod] = ACTIONS(2252), [anon_sym_pub] = ACTIONS(2252), [anon_sym_return] = ACTIONS(2252), [anon_sym_static] = ACTIONS(2252), [anon_sym_struct] = ACTIONS(2252), [anon_sym_trait] = ACTIONS(2252), [anon_sym_type] = ACTIONS(2252), [anon_sym_union] = ACTIONS(2252), [anon_sym_unsafe] = ACTIONS(2252), [anon_sym_use] = ACTIONS(2252), [anon_sym_where] = ACTIONS(2252), [anon_sym_while] = ACTIONS(2252), [sym_mutable_specifier] = ACTIONS(2252), [sym_integer_literal] = ACTIONS(2254), [aux_sym_string_literal_token1] = ACTIONS(2254), [sym_char_literal] = ACTIONS(2252), [anon_sym_true] = ACTIONS(2252), [anon_sym_false] = ACTIONS(2252), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2252), [sym_super] = ACTIONS(2252), [sym_crate] = ACTIONS(2252), [sym_metavariable] = ACTIONS(2254), [sym_raw_string_literal] = ACTIONS(2254), [sym_float_literal] = ACTIONS(2254), [sym_block_comment] = ACTIONS(3), }, [501] = { [sym_attribute_item] = STATE(502), [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym_visibility_modifier] = STATE(577), [sym__type] = STATE(1858), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1858), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1858), [sym_tuple_type] = STATE(1858), [sym_unit_type] = STATE(1858), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1858), [sym_reference_type] = STATE(1858), [sym_pointer_type] = STATE(1858), [sym_empty_type] = STATE(1858), [sym_abstract_type] = STATE(1858), [sym_dynamic_type] = STATE(1858), [sym_macro_invocation] = STATE(1858), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_enum_variant_list_repeat1] = STATE(502), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_pub] = ACTIONS(2176), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(2178), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(2184), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [502] = { [sym_attribute_item] = STATE(874), [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym_visibility_modifier] = STATE(659), [sym__type] = STATE(1933), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1933), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1933), [sym_tuple_type] = STATE(1933), [sym_unit_type] = STATE(1933), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1933), [sym_reference_type] = STATE(1933), [sym_pointer_type] = STATE(1933), [sym_empty_type] = STATE(1933), [sym_abstract_type] = STATE(1933), [sym_dynamic_type] = STATE(1933), [sym_macro_invocation] = STATE(1933), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_enum_variant_list_repeat1] = STATE(874), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_pub] = ACTIONS(2176), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(2178), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(2184), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [503] = { [sym_attribute_item] = STATE(874), [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym_visibility_modifier] = STATE(572), [sym__type] = STATE(1673), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1673), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1673), [sym_tuple_type] = STATE(1673), [sym_unit_type] = STATE(1673), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1673), [sym_reference_type] = STATE(1673), [sym_pointer_type] = STATE(1673), [sym_empty_type] = STATE(1673), [sym_abstract_type] = STATE(1673), [sym_dynamic_type] = STATE(1673), [sym_macro_invocation] = STATE(1673), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_enum_variant_list_repeat1] = STATE(874), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_pub] = ACTIONS(2176), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_POUND] = ACTIONS(2178), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(2184), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [504] = { [sym_identifier] = ACTIONS(441), [anon_sym_LPAREN] = ACTIONS(439), [anon_sym_RPAREN] = ACTIONS(439), [anon_sym_LBRACE] = ACTIONS(439), [anon_sym_RBRACE] = ACTIONS(439), [anon_sym_LBRACK] = ACTIONS(439), [anon_sym_RBRACK] = ACTIONS(439), [anon_sym_DOLLAR] = ACTIONS(441), [anon_sym_u8] = ACTIONS(441), [anon_sym_i8] = ACTIONS(441), [anon_sym_u16] = ACTIONS(441), [anon_sym_i16] = ACTIONS(441), [anon_sym_u32] = ACTIONS(441), [anon_sym_i32] = ACTIONS(441), [anon_sym_u64] = ACTIONS(441), [anon_sym_i64] = ACTIONS(441), [anon_sym_u128] = ACTIONS(441), [anon_sym_i128] = ACTIONS(441), [anon_sym_isize] = ACTIONS(441), [anon_sym_usize] = ACTIONS(441), [anon_sym_f32] = ACTIONS(441), [anon_sym_f64] = ACTIONS(441), [anon_sym_bool] = ACTIONS(441), [anon_sym_str] = ACTIONS(441), [anon_sym_char] = ACTIONS(441), [aux_sym__non_special_token_token1] = ACTIONS(441), [anon_sym_as] = ACTIONS(441), [anon_sym_async] = ACTIONS(441), [anon_sym_await] = ACTIONS(441), [anon_sym_break] = ACTIONS(441), [anon_sym_const] = ACTIONS(441), [anon_sym_continue] = ACTIONS(441), [anon_sym_default] = ACTIONS(441), [anon_sym_enum] = ACTIONS(441), [anon_sym_fn] = ACTIONS(441), [anon_sym_for] = ACTIONS(441), [anon_sym_if] = ACTIONS(441), [anon_sym_impl] = ACTIONS(441), [anon_sym_let] = ACTIONS(441), [anon_sym_loop] = ACTIONS(441), [anon_sym_match] = ACTIONS(441), [anon_sym_mod] = ACTIONS(441), [anon_sym_pub] = ACTIONS(441), [anon_sym_return] = ACTIONS(441), [anon_sym_static] = ACTIONS(441), [anon_sym_struct] = ACTIONS(441), [anon_sym_trait] = ACTIONS(441), [anon_sym_type] = ACTIONS(441), [anon_sym_union] = ACTIONS(441), [anon_sym_unsafe] = ACTIONS(441), [anon_sym_use] = ACTIONS(441), [anon_sym_where] = ACTIONS(441), [anon_sym_while] = ACTIONS(441), [sym_mutable_specifier] = ACTIONS(441), [sym_integer_literal] = ACTIONS(439), [aux_sym_string_literal_token1] = ACTIONS(439), [sym_char_literal] = ACTIONS(441), [anon_sym_true] = ACTIONS(441), [anon_sym_false] = ACTIONS(441), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(441), [sym_super] = ACTIONS(441), [sym_crate] = ACTIONS(441), [sym_metavariable] = ACTIONS(439), [sym_raw_string_literal] = ACTIONS(439), [sym_float_literal] = ACTIONS(439), [sym_block_comment] = ACTIONS(3), }, [505] = { [sym_identifier] = ACTIONS(2258), [anon_sym_LPAREN] = ACTIONS(2260), [anon_sym_RPAREN] = ACTIONS(2260), [anon_sym_LBRACE] = ACTIONS(2260), [anon_sym_RBRACE] = ACTIONS(2260), [anon_sym_LBRACK] = ACTIONS(2260), [anon_sym_RBRACK] = ACTIONS(2260), [anon_sym_DOLLAR] = ACTIONS(2258), [anon_sym_u8] = ACTIONS(2258), [anon_sym_i8] = ACTIONS(2258), [anon_sym_u16] = ACTIONS(2258), [anon_sym_i16] = ACTIONS(2258), [anon_sym_u32] = ACTIONS(2258), [anon_sym_i32] = ACTIONS(2258), [anon_sym_u64] = ACTIONS(2258), [anon_sym_i64] = ACTIONS(2258), [anon_sym_u128] = ACTIONS(2258), [anon_sym_i128] = ACTIONS(2258), [anon_sym_isize] = ACTIONS(2258), [anon_sym_usize] = ACTIONS(2258), [anon_sym_f32] = ACTIONS(2258), [anon_sym_f64] = ACTIONS(2258), [anon_sym_bool] = ACTIONS(2258), [anon_sym_str] = ACTIONS(2258), [anon_sym_char] = ACTIONS(2258), [aux_sym__non_special_token_token1] = ACTIONS(2258), [anon_sym_as] = ACTIONS(2258), [anon_sym_async] = ACTIONS(2258), [anon_sym_await] = ACTIONS(2258), [anon_sym_break] = ACTIONS(2258), [anon_sym_const] = ACTIONS(2258), [anon_sym_continue] = ACTIONS(2258), [anon_sym_default] = ACTIONS(2258), [anon_sym_enum] = ACTIONS(2258), [anon_sym_fn] = ACTIONS(2258), [anon_sym_for] = ACTIONS(2258), [anon_sym_if] = ACTIONS(2258), [anon_sym_impl] = ACTIONS(2258), [anon_sym_let] = ACTIONS(2258), [anon_sym_loop] = ACTIONS(2258), [anon_sym_match] = ACTIONS(2258), [anon_sym_mod] = ACTIONS(2258), [anon_sym_pub] = ACTIONS(2258), [anon_sym_return] = ACTIONS(2258), [anon_sym_static] = ACTIONS(2258), [anon_sym_struct] = ACTIONS(2258), [anon_sym_trait] = ACTIONS(2258), [anon_sym_type] = ACTIONS(2258), [anon_sym_union] = ACTIONS(2258), [anon_sym_unsafe] = ACTIONS(2258), [anon_sym_use] = ACTIONS(2258), [anon_sym_where] = ACTIONS(2258), [anon_sym_while] = ACTIONS(2258), [sym_mutable_specifier] = ACTIONS(2258), [sym_integer_literal] = ACTIONS(2260), [aux_sym_string_literal_token1] = ACTIONS(2260), [sym_char_literal] = ACTIONS(2258), [anon_sym_true] = ACTIONS(2258), [anon_sym_false] = ACTIONS(2258), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2258), [sym_super] = ACTIONS(2258), [sym_crate] = ACTIONS(2258), [sym_metavariable] = ACTIONS(2260), [sym_raw_string_literal] = ACTIONS(2260), [sym_float_literal] = ACTIONS(2260), [sym_block_comment] = ACTIONS(3), }, [506] = { [sym_identifier] = ACTIONS(2262), [anon_sym_LPAREN] = ACTIONS(2264), [anon_sym_RPAREN] = ACTIONS(2264), [anon_sym_LBRACE] = ACTIONS(2264), [anon_sym_RBRACE] = ACTIONS(2264), [anon_sym_LBRACK] = ACTIONS(2264), [anon_sym_RBRACK] = ACTIONS(2264), [anon_sym_DOLLAR] = ACTIONS(2262), [anon_sym_u8] = ACTIONS(2262), [anon_sym_i8] = ACTIONS(2262), [anon_sym_u16] = ACTIONS(2262), [anon_sym_i16] = ACTIONS(2262), [anon_sym_u32] = ACTIONS(2262), [anon_sym_i32] = ACTIONS(2262), [anon_sym_u64] = ACTIONS(2262), [anon_sym_i64] = ACTIONS(2262), [anon_sym_u128] = ACTIONS(2262), [anon_sym_i128] = ACTIONS(2262), [anon_sym_isize] = ACTIONS(2262), [anon_sym_usize] = ACTIONS(2262), [anon_sym_f32] = ACTIONS(2262), [anon_sym_f64] = ACTIONS(2262), [anon_sym_bool] = ACTIONS(2262), [anon_sym_str] = ACTIONS(2262), [anon_sym_char] = ACTIONS(2262), [aux_sym__non_special_token_token1] = ACTIONS(2262), [anon_sym_as] = ACTIONS(2262), [anon_sym_async] = ACTIONS(2262), [anon_sym_await] = ACTIONS(2262), [anon_sym_break] = ACTIONS(2262), [anon_sym_const] = ACTIONS(2262), [anon_sym_continue] = ACTIONS(2262), [anon_sym_default] = ACTIONS(2262), [anon_sym_enum] = ACTIONS(2262), [anon_sym_fn] = ACTIONS(2262), [anon_sym_for] = ACTIONS(2262), [anon_sym_if] = ACTIONS(2262), [anon_sym_impl] = ACTIONS(2262), [anon_sym_let] = ACTIONS(2262), [anon_sym_loop] = ACTIONS(2262), [anon_sym_match] = ACTIONS(2262), [anon_sym_mod] = ACTIONS(2262), [anon_sym_pub] = ACTIONS(2262), [anon_sym_return] = ACTIONS(2262), [anon_sym_static] = ACTIONS(2262), [anon_sym_struct] = ACTIONS(2262), [anon_sym_trait] = ACTIONS(2262), [anon_sym_type] = ACTIONS(2262), [anon_sym_union] = ACTIONS(2262), [anon_sym_unsafe] = ACTIONS(2262), [anon_sym_use] = ACTIONS(2262), [anon_sym_where] = ACTIONS(2262), [anon_sym_while] = ACTIONS(2262), [sym_mutable_specifier] = ACTIONS(2262), [sym_integer_literal] = ACTIONS(2264), [aux_sym_string_literal_token1] = ACTIONS(2264), [sym_char_literal] = ACTIONS(2262), [anon_sym_true] = ACTIONS(2262), [anon_sym_false] = ACTIONS(2262), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2262), [sym_super] = ACTIONS(2262), [sym_crate] = ACTIONS(2262), [sym_metavariable] = ACTIONS(2264), [sym_raw_string_literal] = ACTIONS(2264), [sym_float_literal] = ACTIONS(2264), [sym_block_comment] = ACTIONS(3), }, [507] = { [sym_identifier] = ACTIONS(2266), [anon_sym_LPAREN] = ACTIONS(2268), [anon_sym_RPAREN] = ACTIONS(2268), [anon_sym_LBRACE] = ACTIONS(2268), [anon_sym_RBRACE] = ACTIONS(2268), [anon_sym_LBRACK] = ACTIONS(2268), [anon_sym_RBRACK] = ACTIONS(2268), [anon_sym_DOLLAR] = ACTIONS(2266), [anon_sym_u8] = ACTIONS(2266), [anon_sym_i8] = ACTIONS(2266), [anon_sym_u16] = ACTIONS(2266), [anon_sym_i16] = ACTIONS(2266), [anon_sym_u32] = ACTIONS(2266), [anon_sym_i32] = ACTIONS(2266), [anon_sym_u64] = ACTIONS(2266), [anon_sym_i64] = ACTIONS(2266), [anon_sym_u128] = ACTIONS(2266), [anon_sym_i128] = ACTIONS(2266), [anon_sym_isize] = ACTIONS(2266), [anon_sym_usize] = ACTIONS(2266), [anon_sym_f32] = ACTIONS(2266), [anon_sym_f64] = ACTIONS(2266), [anon_sym_bool] = ACTIONS(2266), [anon_sym_str] = ACTIONS(2266), [anon_sym_char] = ACTIONS(2266), [aux_sym__non_special_token_token1] = ACTIONS(2266), [anon_sym_as] = ACTIONS(2266), [anon_sym_async] = ACTIONS(2266), [anon_sym_await] = ACTIONS(2266), [anon_sym_break] = ACTIONS(2266), [anon_sym_const] = ACTIONS(2266), [anon_sym_continue] = ACTIONS(2266), [anon_sym_default] = ACTIONS(2266), [anon_sym_enum] = ACTIONS(2266), [anon_sym_fn] = ACTIONS(2266), [anon_sym_for] = ACTIONS(2266), [anon_sym_if] = ACTIONS(2266), [anon_sym_impl] = ACTIONS(2266), [anon_sym_let] = ACTIONS(2266), [anon_sym_loop] = ACTIONS(2266), [anon_sym_match] = ACTIONS(2266), [anon_sym_mod] = ACTIONS(2266), [anon_sym_pub] = ACTIONS(2266), [anon_sym_return] = ACTIONS(2266), [anon_sym_static] = ACTIONS(2266), [anon_sym_struct] = ACTIONS(2266), [anon_sym_trait] = ACTIONS(2266), [anon_sym_type] = ACTIONS(2266), [anon_sym_union] = ACTIONS(2266), [anon_sym_unsafe] = ACTIONS(2266), [anon_sym_use] = ACTIONS(2266), [anon_sym_where] = ACTIONS(2266), [anon_sym_while] = ACTIONS(2266), [sym_mutable_specifier] = ACTIONS(2266), [sym_integer_literal] = ACTIONS(2268), [aux_sym_string_literal_token1] = ACTIONS(2268), [sym_char_literal] = ACTIONS(2266), [anon_sym_true] = ACTIONS(2266), [anon_sym_false] = ACTIONS(2266), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2266), [sym_super] = ACTIONS(2266), [sym_crate] = ACTIONS(2266), [sym_metavariable] = ACTIONS(2268), [sym_raw_string_literal] = ACTIONS(2268), [sym_float_literal] = ACTIONS(2268), [sym_block_comment] = ACTIONS(3), }, [508] = { [sym_identifier] = ACTIONS(2270), [anon_sym_LPAREN] = ACTIONS(2272), [anon_sym_RPAREN] = ACTIONS(2272), [anon_sym_LBRACE] = ACTIONS(2272), [anon_sym_RBRACE] = ACTIONS(2272), [anon_sym_LBRACK] = ACTIONS(2272), [anon_sym_RBRACK] = ACTIONS(2272), [anon_sym_DOLLAR] = ACTIONS(2270), [anon_sym_u8] = ACTIONS(2270), [anon_sym_i8] = ACTIONS(2270), [anon_sym_u16] = ACTIONS(2270), [anon_sym_i16] = ACTIONS(2270), [anon_sym_u32] = ACTIONS(2270), [anon_sym_i32] = ACTIONS(2270), [anon_sym_u64] = ACTIONS(2270), [anon_sym_i64] = ACTIONS(2270), [anon_sym_u128] = ACTIONS(2270), [anon_sym_i128] = ACTIONS(2270), [anon_sym_isize] = ACTIONS(2270), [anon_sym_usize] = ACTIONS(2270), [anon_sym_f32] = ACTIONS(2270), [anon_sym_f64] = ACTIONS(2270), [anon_sym_bool] = ACTIONS(2270), [anon_sym_str] = ACTIONS(2270), [anon_sym_char] = ACTIONS(2270), [aux_sym__non_special_token_token1] = ACTIONS(2270), [anon_sym_as] = ACTIONS(2270), [anon_sym_async] = ACTIONS(2270), [anon_sym_await] = ACTIONS(2270), [anon_sym_break] = ACTIONS(2270), [anon_sym_const] = ACTIONS(2270), [anon_sym_continue] = ACTIONS(2270), [anon_sym_default] = ACTIONS(2270), [anon_sym_enum] = ACTIONS(2270), [anon_sym_fn] = ACTIONS(2270), [anon_sym_for] = ACTIONS(2270), [anon_sym_if] = ACTIONS(2270), [anon_sym_impl] = ACTIONS(2270), [anon_sym_let] = ACTIONS(2270), [anon_sym_loop] = ACTIONS(2270), [anon_sym_match] = ACTIONS(2270), [anon_sym_mod] = ACTIONS(2270), [anon_sym_pub] = ACTIONS(2270), [anon_sym_return] = ACTIONS(2270), [anon_sym_static] = ACTIONS(2270), [anon_sym_struct] = ACTIONS(2270), [anon_sym_trait] = ACTIONS(2270), [anon_sym_type] = ACTIONS(2270), [anon_sym_union] = ACTIONS(2270), [anon_sym_unsafe] = ACTIONS(2270), [anon_sym_use] = ACTIONS(2270), [anon_sym_where] = ACTIONS(2270), [anon_sym_while] = ACTIONS(2270), [sym_mutable_specifier] = ACTIONS(2270), [sym_integer_literal] = ACTIONS(2272), [aux_sym_string_literal_token1] = ACTIONS(2272), [sym_char_literal] = ACTIONS(2270), [anon_sym_true] = ACTIONS(2270), [anon_sym_false] = ACTIONS(2270), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2270), [sym_super] = ACTIONS(2270), [sym_crate] = ACTIONS(2270), [sym_metavariable] = ACTIONS(2272), [sym_raw_string_literal] = ACTIONS(2272), [sym_float_literal] = ACTIONS(2272), [sym_block_comment] = ACTIONS(3), }, [509] = { [sym_identifier] = ACTIONS(2274), [anon_sym_LPAREN] = ACTIONS(2276), [anon_sym_RPAREN] = ACTIONS(2276), [anon_sym_LBRACE] = ACTIONS(2276), [anon_sym_RBRACE] = ACTIONS(2276), [anon_sym_LBRACK] = ACTIONS(2276), [anon_sym_RBRACK] = ACTIONS(2276), [anon_sym_DOLLAR] = ACTIONS(2274), [anon_sym_u8] = ACTIONS(2274), [anon_sym_i8] = ACTIONS(2274), [anon_sym_u16] = ACTIONS(2274), [anon_sym_i16] = ACTIONS(2274), [anon_sym_u32] = ACTIONS(2274), [anon_sym_i32] = ACTIONS(2274), [anon_sym_u64] = ACTIONS(2274), [anon_sym_i64] = ACTIONS(2274), [anon_sym_u128] = ACTIONS(2274), [anon_sym_i128] = ACTIONS(2274), [anon_sym_isize] = ACTIONS(2274), [anon_sym_usize] = ACTIONS(2274), [anon_sym_f32] = ACTIONS(2274), [anon_sym_f64] = ACTIONS(2274), [anon_sym_bool] = ACTIONS(2274), [anon_sym_str] = ACTIONS(2274), [anon_sym_char] = ACTIONS(2274), [aux_sym__non_special_token_token1] = ACTIONS(2274), [anon_sym_as] = ACTIONS(2274), [anon_sym_async] = ACTIONS(2274), [anon_sym_await] = ACTIONS(2274), [anon_sym_break] = ACTIONS(2274), [anon_sym_const] = ACTIONS(2274), [anon_sym_continue] = ACTIONS(2274), [anon_sym_default] = ACTIONS(2274), [anon_sym_enum] = ACTIONS(2274), [anon_sym_fn] = ACTIONS(2274), [anon_sym_for] = ACTIONS(2274), [anon_sym_if] = ACTIONS(2274), [anon_sym_impl] = ACTIONS(2274), [anon_sym_let] = ACTIONS(2274), [anon_sym_loop] = ACTIONS(2274), [anon_sym_match] = ACTIONS(2274), [anon_sym_mod] = ACTIONS(2274), [anon_sym_pub] = ACTIONS(2274), [anon_sym_return] = ACTIONS(2274), [anon_sym_static] = ACTIONS(2274), [anon_sym_struct] = ACTIONS(2274), [anon_sym_trait] = ACTIONS(2274), [anon_sym_type] = ACTIONS(2274), [anon_sym_union] = ACTIONS(2274), [anon_sym_unsafe] = ACTIONS(2274), [anon_sym_use] = ACTIONS(2274), [anon_sym_where] = ACTIONS(2274), [anon_sym_while] = ACTIONS(2274), [sym_mutable_specifier] = ACTIONS(2274), [sym_integer_literal] = ACTIONS(2276), [aux_sym_string_literal_token1] = ACTIONS(2276), [sym_char_literal] = ACTIONS(2274), [anon_sym_true] = ACTIONS(2274), [anon_sym_false] = ACTIONS(2274), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2274), [sym_super] = ACTIONS(2274), [sym_crate] = ACTIONS(2274), [sym_metavariable] = ACTIONS(2276), [sym_raw_string_literal] = ACTIONS(2276), [sym_float_literal] = ACTIONS(2276), [sym_block_comment] = ACTIONS(3), }, [510] = { [sym_identifier] = ACTIONS(2278), [anon_sym_LPAREN] = ACTIONS(2280), [anon_sym_RPAREN] = ACTIONS(2280), [anon_sym_LBRACE] = ACTIONS(2280), [anon_sym_RBRACE] = ACTIONS(2280), [anon_sym_LBRACK] = ACTIONS(2280), [anon_sym_RBRACK] = ACTIONS(2280), [anon_sym_DOLLAR] = ACTIONS(2278), [anon_sym_u8] = ACTIONS(2278), [anon_sym_i8] = ACTIONS(2278), [anon_sym_u16] = ACTIONS(2278), [anon_sym_i16] = ACTIONS(2278), [anon_sym_u32] = ACTIONS(2278), [anon_sym_i32] = ACTIONS(2278), [anon_sym_u64] = ACTIONS(2278), [anon_sym_i64] = ACTIONS(2278), [anon_sym_u128] = ACTIONS(2278), [anon_sym_i128] = ACTIONS(2278), [anon_sym_isize] = ACTIONS(2278), [anon_sym_usize] = ACTIONS(2278), [anon_sym_f32] = ACTIONS(2278), [anon_sym_f64] = ACTIONS(2278), [anon_sym_bool] = ACTIONS(2278), [anon_sym_str] = ACTIONS(2278), [anon_sym_char] = ACTIONS(2278), [aux_sym__non_special_token_token1] = ACTIONS(2278), [anon_sym_as] = ACTIONS(2278), [anon_sym_async] = ACTIONS(2278), [anon_sym_await] = ACTIONS(2278), [anon_sym_break] = ACTIONS(2278), [anon_sym_const] = ACTIONS(2278), [anon_sym_continue] = ACTIONS(2278), [anon_sym_default] = ACTIONS(2278), [anon_sym_enum] = ACTIONS(2278), [anon_sym_fn] = ACTIONS(2278), [anon_sym_for] = ACTIONS(2278), [anon_sym_if] = ACTIONS(2278), [anon_sym_impl] = ACTIONS(2278), [anon_sym_let] = ACTIONS(2278), [anon_sym_loop] = ACTIONS(2278), [anon_sym_match] = ACTIONS(2278), [anon_sym_mod] = ACTIONS(2278), [anon_sym_pub] = ACTIONS(2278), [anon_sym_return] = ACTIONS(2278), [anon_sym_static] = ACTIONS(2278), [anon_sym_struct] = ACTIONS(2278), [anon_sym_trait] = ACTIONS(2278), [anon_sym_type] = ACTIONS(2278), [anon_sym_union] = ACTIONS(2278), [anon_sym_unsafe] = ACTIONS(2278), [anon_sym_use] = ACTIONS(2278), [anon_sym_where] = ACTIONS(2278), [anon_sym_while] = ACTIONS(2278), [sym_mutable_specifier] = ACTIONS(2278), [sym_integer_literal] = ACTIONS(2280), [aux_sym_string_literal_token1] = ACTIONS(2280), [sym_char_literal] = ACTIONS(2278), [anon_sym_true] = ACTIONS(2278), [anon_sym_false] = ACTIONS(2278), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2278), [sym_super] = ACTIONS(2278), [sym_crate] = ACTIONS(2278), [sym_metavariable] = ACTIONS(2280), [sym_raw_string_literal] = ACTIONS(2280), [sym_float_literal] = ACTIONS(2280), [sym_block_comment] = ACTIONS(3), }, [511] = { [sym_identifier] = ACTIONS(2282), [anon_sym_LPAREN] = ACTIONS(2284), [anon_sym_RPAREN] = ACTIONS(2284), [anon_sym_LBRACE] = ACTIONS(2284), [anon_sym_RBRACE] = ACTIONS(2284), [anon_sym_LBRACK] = ACTIONS(2284), [anon_sym_RBRACK] = ACTIONS(2284), [anon_sym_DOLLAR] = ACTIONS(2282), [anon_sym_u8] = ACTIONS(2282), [anon_sym_i8] = ACTIONS(2282), [anon_sym_u16] = ACTIONS(2282), [anon_sym_i16] = ACTIONS(2282), [anon_sym_u32] = ACTIONS(2282), [anon_sym_i32] = ACTIONS(2282), [anon_sym_u64] = ACTIONS(2282), [anon_sym_i64] = ACTIONS(2282), [anon_sym_u128] = ACTIONS(2282), [anon_sym_i128] = ACTIONS(2282), [anon_sym_isize] = ACTIONS(2282), [anon_sym_usize] = ACTIONS(2282), [anon_sym_f32] = ACTIONS(2282), [anon_sym_f64] = ACTIONS(2282), [anon_sym_bool] = ACTIONS(2282), [anon_sym_str] = ACTIONS(2282), [anon_sym_char] = ACTIONS(2282), [aux_sym__non_special_token_token1] = ACTIONS(2282), [anon_sym_as] = ACTIONS(2282), [anon_sym_async] = ACTIONS(2282), [anon_sym_await] = ACTIONS(2282), [anon_sym_break] = ACTIONS(2282), [anon_sym_const] = ACTIONS(2282), [anon_sym_continue] = ACTIONS(2282), [anon_sym_default] = ACTIONS(2282), [anon_sym_enum] = ACTIONS(2282), [anon_sym_fn] = ACTIONS(2282), [anon_sym_for] = ACTIONS(2282), [anon_sym_if] = ACTIONS(2282), [anon_sym_impl] = ACTIONS(2282), [anon_sym_let] = ACTIONS(2282), [anon_sym_loop] = ACTIONS(2282), [anon_sym_match] = ACTIONS(2282), [anon_sym_mod] = ACTIONS(2282), [anon_sym_pub] = ACTIONS(2282), [anon_sym_return] = ACTIONS(2282), [anon_sym_static] = ACTIONS(2282), [anon_sym_struct] = ACTIONS(2282), [anon_sym_trait] = ACTIONS(2282), [anon_sym_type] = ACTIONS(2282), [anon_sym_union] = ACTIONS(2282), [anon_sym_unsafe] = ACTIONS(2282), [anon_sym_use] = ACTIONS(2282), [anon_sym_where] = ACTIONS(2282), [anon_sym_while] = ACTIONS(2282), [sym_mutable_specifier] = ACTIONS(2282), [sym_integer_literal] = ACTIONS(2284), [aux_sym_string_literal_token1] = ACTIONS(2284), [sym_char_literal] = ACTIONS(2282), [anon_sym_true] = ACTIONS(2282), [anon_sym_false] = ACTIONS(2282), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2282), [sym_super] = ACTIONS(2282), [sym_crate] = ACTIONS(2282), [sym_metavariable] = ACTIONS(2284), [sym_raw_string_literal] = ACTIONS(2284), [sym_float_literal] = ACTIONS(2284), [sym_block_comment] = ACTIONS(3), }, [512] = { [sym_identifier] = ACTIONS(2286), [anon_sym_LPAREN] = ACTIONS(2288), [anon_sym_RPAREN] = ACTIONS(2288), [anon_sym_LBRACE] = ACTIONS(2288), [anon_sym_RBRACE] = ACTIONS(2288), [anon_sym_LBRACK] = ACTIONS(2288), [anon_sym_RBRACK] = ACTIONS(2288), [anon_sym_DOLLAR] = ACTIONS(2286), [anon_sym_u8] = ACTIONS(2286), [anon_sym_i8] = ACTIONS(2286), [anon_sym_u16] = ACTIONS(2286), [anon_sym_i16] = ACTIONS(2286), [anon_sym_u32] = ACTIONS(2286), [anon_sym_i32] = ACTIONS(2286), [anon_sym_u64] = ACTIONS(2286), [anon_sym_i64] = ACTIONS(2286), [anon_sym_u128] = ACTIONS(2286), [anon_sym_i128] = ACTIONS(2286), [anon_sym_isize] = ACTIONS(2286), [anon_sym_usize] = ACTIONS(2286), [anon_sym_f32] = ACTIONS(2286), [anon_sym_f64] = ACTIONS(2286), [anon_sym_bool] = ACTIONS(2286), [anon_sym_str] = ACTIONS(2286), [anon_sym_char] = ACTIONS(2286), [aux_sym__non_special_token_token1] = ACTIONS(2286), [anon_sym_as] = ACTIONS(2286), [anon_sym_async] = ACTIONS(2286), [anon_sym_await] = ACTIONS(2286), [anon_sym_break] = ACTIONS(2286), [anon_sym_const] = ACTIONS(2286), [anon_sym_continue] = ACTIONS(2286), [anon_sym_default] = ACTIONS(2286), [anon_sym_enum] = ACTIONS(2286), [anon_sym_fn] = ACTIONS(2286), [anon_sym_for] = ACTIONS(2286), [anon_sym_if] = ACTIONS(2286), [anon_sym_impl] = ACTIONS(2286), [anon_sym_let] = ACTIONS(2286), [anon_sym_loop] = ACTIONS(2286), [anon_sym_match] = ACTIONS(2286), [anon_sym_mod] = ACTIONS(2286), [anon_sym_pub] = ACTIONS(2286), [anon_sym_return] = ACTIONS(2286), [anon_sym_static] = ACTIONS(2286), [anon_sym_struct] = ACTIONS(2286), [anon_sym_trait] = ACTIONS(2286), [anon_sym_type] = ACTIONS(2286), [anon_sym_union] = ACTIONS(2286), [anon_sym_unsafe] = ACTIONS(2286), [anon_sym_use] = ACTIONS(2286), [anon_sym_where] = ACTIONS(2286), [anon_sym_while] = ACTIONS(2286), [sym_mutable_specifier] = ACTIONS(2286), [sym_integer_literal] = ACTIONS(2288), [aux_sym_string_literal_token1] = ACTIONS(2288), [sym_char_literal] = ACTIONS(2286), [anon_sym_true] = ACTIONS(2286), [anon_sym_false] = ACTIONS(2286), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2286), [sym_super] = ACTIONS(2286), [sym_crate] = ACTIONS(2286), [sym_metavariable] = ACTIONS(2288), [sym_raw_string_literal] = ACTIONS(2288), [sym_float_literal] = ACTIONS(2288), [sym_block_comment] = ACTIONS(3), }, [513] = { [sym_identifier] = ACTIONS(2290), [anon_sym_LPAREN] = ACTIONS(2292), [anon_sym_RPAREN] = ACTIONS(2292), [anon_sym_LBRACE] = ACTIONS(2292), [anon_sym_RBRACE] = ACTIONS(2292), [anon_sym_LBRACK] = ACTIONS(2292), [anon_sym_RBRACK] = ACTIONS(2292), [anon_sym_DOLLAR] = ACTIONS(2290), [anon_sym_u8] = ACTIONS(2290), [anon_sym_i8] = ACTIONS(2290), [anon_sym_u16] = ACTIONS(2290), [anon_sym_i16] = ACTIONS(2290), [anon_sym_u32] = ACTIONS(2290), [anon_sym_i32] = ACTIONS(2290), [anon_sym_u64] = ACTIONS(2290), [anon_sym_i64] = ACTIONS(2290), [anon_sym_u128] = ACTIONS(2290), [anon_sym_i128] = ACTIONS(2290), [anon_sym_isize] = ACTIONS(2290), [anon_sym_usize] = ACTIONS(2290), [anon_sym_f32] = ACTIONS(2290), [anon_sym_f64] = ACTIONS(2290), [anon_sym_bool] = ACTIONS(2290), [anon_sym_str] = ACTIONS(2290), [anon_sym_char] = ACTIONS(2290), [aux_sym__non_special_token_token1] = ACTIONS(2290), [anon_sym_as] = ACTIONS(2290), [anon_sym_async] = ACTIONS(2290), [anon_sym_await] = ACTIONS(2290), [anon_sym_break] = ACTIONS(2290), [anon_sym_const] = ACTIONS(2290), [anon_sym_continue] = ACTIONS(2290), [anon_sym_default] = ACTIONS(2290), [anon_sym_enum] = ACTIONS(2290), [anon_sym_fn] = ACTIONS(2290), [anon_sym_for] = ACTIONS(2290), [anon_sym_if] = ACTIONS(2290), [anon_sym_impl] = ACTIONS(2290), [anon_sym_let] = ACTIONS(2290), [anon_sym_loop] = ACTIONS(2290), [anon_sym_match] = ACTIONS(2290), [anon_sym_mod] = ACTIONS(2290), [anon_sym_pub] = ACTIONS(2290), [anon_sym_return] = ACTIONS(2290), [anon_sym_static] = ACTIONS(2290), [anon_sym_struct] = ACTIONS(2290), [anon_sym_trait] = ACTIONS(2290), [anon_sym_type] = ACTIONS(2290), [anon_sym_union] = ACTIONS(2290), [anon_sym_unsafe] = ACTIONS(2290), [anon_sym_use] = ACTIONS(2290), [anon_sym_where] = ACTIONS(2290), [anon_sym_while] = ACTIONS(2290), [sym_mutable_specifier] = ACTIONS(2290), [sym_integer_literal] = ACTIONS(2292), [aux_sym_string_literal_token1] = ACTIONS(2292), [sym_char_literal] = ACTIONS(2290), [anon_sym_true] = ACTIONS(2290), [anon_sym_false] = ACTIONS(2290), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2290), [sym_super] = ACTIONS(2290), [sym_crate] = ACTIONS(2290), [sym_metavariable] = ACTIONS(2292), [sym_raw_string_literal] = ACTIONS(2292), [sym_float_literal] = ACTIONS(2292), [sym_block_comment] = ACTIONS(3), }, [514] = { [sym_identifier] = ACTIONS(2294), [anon_sym_LPAREN] = ACTIONS(2296), [anon_sym_RPAREN] = ACTIONS(2296), [anon_sym_LBRACE] = ACTIONS(2296), [anon_sym_RBRACE] = ACTIONS(2296), [anon_sym_LBRACK] = ACTIONS(2296), [anon_sym_RBRACK] = ACTIONS(2296), [anon_sym_DOLLAR] = ACTIONS(2294), [anon_sym_u8] = ACTIONS(2294), [anon_sym_i8] = ACTIONS(2294), [anon_sym_u16] = ACTIONS(2294), [anon_sym_i16] = ACTIONS(2294), [anon_sym_u32] = ACTIONS(2294), [anon_sym_i32] = ACTIONS(2294), [anon_sym_u64] = ACTIONS(2294), [anon_sym_i64] = ACTIONS(2294), [anon_sym_u128] = ACTIONS(2294), [anon_sym_i128] = ACTIONS(2294), [anon_sym_isize] = ACTIONS(2294), [anon_sym_usize] = ACTIONS(2294), [anon_sym_f32] = ACTIONS(2294), [anon_sym_f64] = ACTIONS(2294), [anon_sym_bool] = ACTIONS(2294), [anon_sym_str] = ACTIONS(2294), [anon_sym_char] = ACTIONS(2294), [aux_sym__non_special_token_token1] = ACTIONS(2294), [anon_sym_as] = ACTIONS(2294), [anon_sym_async] = ACTIONS(2294), [anon_sym_await] = ACTIONS(2294), [anon_sym_break] = ACTIONS(2294), [anon_sym_const] = ACTIONS(2294), [anon_sym_continue] = ACTIONS(2294), [anon_sym_default] = ACTIONS(2294), [anon_sym_enum] = ACTIONS(2294), [anon_sym_fn] = ACTIONS(2294), [anon_sym_for] = ACTIONS(2294), [anon_sym_if] = ACTIONS(2294), [anon_sym_impl] = ACTIONS(2294), [anon_sym_let] = ACTIONS(2294), [anon_sym_loop] = ACTIONS(2294), [anon_sym_match] = ACTIONS(2294), [anon_sym_mod] = ACTIONS(2294), [anon_sym_pub] = ACTIONS(2294), [anon_sym_return] = ACTIONS(2294), [anon_sym_static] = ACTIONS(2294), [anon_sym_struct] = ACTIONS(2294), [anon_sym_trait] = ACTIONS(2294), [anon_sym_type] = ACTIONS(2294), [anon_sym_union] = ACTIONS(2294), [anon_sym_unsafe] = ACTIONS(2294), [anon_sym_use] = ACTIONS(2294), [anon_sym_where] = ACTIONS(2294), [anon_sym_while] = ACTIONS(2294), [sym_mutable_specifier] = ACTIONS(2294), [sym_integer_literal] = ACTIONS(2296), [aux_sym_string_literal_token1] = ACTIONS(2296), [sym_char_literal] = ACTIONS(2294), [anon_sym_true] = ACTIONS(2294), [anon_sym_false] = ACTIONS(2294), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2294), [sym_super] = ACTIONS(2294), [sym_crate] = ACTIONS(2294), [sym_metavariable] = ACTIONS(2296), [sym_raw_string_literal] = ACTIONS(2296), [sym_float_literal] = ACTIONS(2296), [sym_block_comment] = ACTIONS(3), }, [515] = { [sym_identifier] = ACTIONS(2298), [anon_sym_LPAREN] = ACTIONS(2300), [anon_sym_RPAREN] = ACTIONS(2300), [anon_sym_LBRACE] = ACTIONS(2300), [anon_sym_RBRACE] = ACTIONS(2300), [anon_sym_LBRACK] = ACTIONS(2300), [anon_sym_RBRACK] = ACTIONS(2300), [anon_sym_DOLLAR] = ACTIONS(2298), [anon_sym_u8] = ACTIONS(2298), [anon_sym_i8] = ACTIONS(2298), [anon_sym_u16] = ACTIONS(2298), [anon_sym_i16] = ACTIONS(2298), [anon_sym_u32] = ACTIONS(2298), [anon_sym_i32] = ACTIONS(2298), [anon_sym_u64] = ACTIONS(2298), [anon_sym_i64] = ACTIONS(2298), [anon_sym_u128] = ACTIONS(2298), [anon_sym_i128] = ACTIONS(2298), [anon_sym_isize] = ACTIONS(2298), [anon_sym_usize] = ACTIONS(2298), [anon_sym_f32] = ACTIONS(2298), [anon_sym_f64] = ACTIONS(2298), [anon_sym_bool] = ACTIONS(2298), [anon_sym_str] = ACTIONS(2298), [anon_sym_char] = ACTIONS(2298), [aux_sym__non_special_token_token1] = ACTIONS(2298), [anon_sym_as] = ACTIONS(2298), [anon_sym_async] = ACTIONS(2298), [anon_sym_await] = ACTIONS(2298), [anon_sym_break] = ACTIONS(2298), [anon_sym_const] = ACTIONS(2298), [anon_sym_continue] = ACTIONS(2298), [anon_sym_default] = ACTIONS(2298), [anon_sym_enum] = ACTIONS(2298), [anon_sym_fn] = ACTIONS(2298), [anon_sym_for] = ACTIONS(2298), [anon_sym_if] = ACTIONS(2298), [anon_sym_impl] = ACTIONS(2298), [anon_sym_let] = ACTIONS(2298), [anon_sym_loop] = ACTIONS(2298), [anon_sym_match] = ACTIONS(2298), [anon_sym_mod] = ACTIONS(2298), [anon_sym_pub] = ACTIONS(2298), [anon_sym_return] = ACTIONS(2298), [anon_sym_static] = ACTIONS(2298), [anon_sym_struct] = ACTIONS(2298), [anon_sym_trait] = ACTIONS(2298), [anon_sym_type] = ACTIONS(2298), [anon_sym_union] = ACTIONS(2298), [anon_sym_unsafe] = ACTIONS(2298), [anon_sym_use] = ACTIONS(2298), [anon_sym_where] = ACTIONS(2298), [anon_sym_while] = ACTIONS(2298), [sym_mutable_specifier] = ACTIONS(2298), [sym_integer_literal] = ACTIONS(2300), [aux_sym_string_literal_token1] = ACTIONS(2300), [sym_char_literal] = ACTIONS(2298), [anon_sym_true] = ACTIONS(2298), [anon_sym_false] = ACTIONS(2298), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2298), [sym_super] = ACTIONS(2298), [sym_crate] = ACTIONS(2298), [sym_metavariable] = ACTIONS(2300), [sym_raw_string_literal] = ACTIONS(2300), [sym_float_literal] = ACTIONS(2300), [sym_block_comment] = ACTIONS(3), }, [516] = { [sym_identifier] = ACTIONS(2302), [anon_sym_LPAREN] = ACTIONS(2304), [anon_sym_RPAREN] = ACTIONS(2304), [anon_sym_LBRACE] = ACTIONS(2304), [anon_sym_RBRACE] = ACTIONS(2304), [anon_sym_LBRACK] = ACTIONS(2304), [anon_sym_RBRACK] = ACTIONS(2304), [anon_sym_DOLLAR] = ACTIONS(2302), [anon_sym_u8] = ACTIONS(2302), [anon_sym_i8] = ACTIONS(2302), [anon_sym_u16] = ACTIONS(2302), [anon_sym_i16] = ACTIONS(2302), [anon_sym_u32] = ACTIONS(2302), [anon_sym_i32] = ACTIONS(2302), [anon_sym_u64] = ACTIONS(2302), [anon_sym_i64] = ACTIONS(2302), [anon_sym_u128] = ACTIONS(2302), [anon_sym_i128] = ACTIONS(2302), [anon_sym_isize] = ACTIONS(2302), [anon_sym_usize] = ACTIONS(2302), [anon_sym_f32] = ACTIONS(2302), [anon_sym_f64] = ACTIONS(2302), [anon_sym_bool] = ACTIONS(2302), [anon_sym_str] = ACTIONS(2302), [anon_sym_char] = ACTIONS(2302), [aux_sym__non_special_token_token1] = ACTIONS(2302), [anon_sym_as] = ACTIONS(2302), [anon_sym_async] = ACTIONS(2302), [anon_sym_await] = ACTIONS(2302), [anon_sym_break] = ACTIONS(2302), [anon_sym_const] = ACTIONS(2302), [anon_sym_continue] = ACTIONS(2302), [anon_sym_default] = ACTIONS(2302), [anon_sym_enum] = ACTIONS(2302), [anon_sym_fn] = ACTIONS(2302), [anon_sym_for] = ACTIONS(2302), [anon_sym_if] = ACTIONS(2302), [anon_sym_impl] = ACTIONS(2302), [anon_sym_let] = ACTIONS(2302), [anon_sym_loop] = ACTIONS(2302), [anon_sym_match] = ACTIONS(2302), [anon_sym_mod] = ACTIONS(2302), [anon_sym_pub] = ACTIONS(2302), [anon_sym_return] = ACTIONS(2302), [anon_sym_static] = ACTIONS(2302), [anon_sym_struct] = ACTIONS(2302), [anon_sym_trait] = ACTIONS(2302), [anon_sym_type] = ACTIONS(2302), [anon_sym_union] = ACTIONS(2302), [anon_sym_unsafe] = ACTIONS(2302), [anon_sym_use] = ACTIONS(2302), [anon_sym_where] = ACTIONS(2302), [anon_sym_while] = ACTIONS(2302), [sym_mutable_specifier] = ACTIONS(2302), [sym_integer_literal] = ACTIONS(2304), [aux_sym_string_literal_token1] = ACTIONS(2304), [sym_char_literal] = ACTIONS(2302), [anon_sym_true] = ACTIONS(2302), [anon_sym_false] = ACTIONS(2302), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2302), [sym_super] = ACTIONS(2302), [sym_crate] = ACTIONS(2302), [sym_metavariable] = ACTIONS(2304), [sym_raw_string_literal] = ACTIONS(2304), [sym_float_literal] = ACTIONS(2304), [sym_block_comment] = ACTIONS(3), }, [517] = { [sym_identifier] = ACTIONS(2306), [anon_sym_LPAREN] = ACTIONS(2308), [anon_sym_RPAREN] = ACTIONS(2308), [anon_sym_LBRACE] = ACTIONS(2308), [anon_sym_RBRACE] = ACTIONS(2308), [anon_sym_LBRACK] = ACTIONS(2308), [anon_sym_RBRACK] = ACTIONS(2308), [anon_sym_DOLLAR] = ACTIONS(2306), [anon_sym_u8] = ACTIONS(2306), [anon_sym_i8] = ACTIONS(2306), [anon_sym_u16] = ACTIONS(2306), [anon_sym_i16] = ACTIONS(2306), [anon_sym_u32] = ACTIONS(2306), [anon_sym_i32] = ACTIONS(2306), [anon_sym_u64] = ACTIONS(2306), [anon_sym_i64] = ACTIONS(2306), [anon_sym_u128] = ACTIONS(2306), [anon_sym_i128] = ACTIONS(2306), [anon_sym_isize] = ACTIONS(2306), [anon_sym_usize] = ACTIONS(2306), [anon_sym_f32] = ACTIONS(2306), [anon_sym_f64] = ACTIONS(2306), [anon_sym_bool] = ACTIONS(2306), [anon_sym_str] = ACTIONS(2306), [anon_sym_char] = ACTIONS(2306), [aux_sym__non_special_token_token1] = ACTIONS(2306), [anon_sym_as] = ACTIONS(2306), [anon_sym_async] = ACTIONS(2306), [anon_sym_await] = ACTIONS(2306), [anon_sym_break] = ACTIONS(2306), [anon_sym_const] = ACTIONS(2306), [anon_sym_continue] = ACTIONS(2306), [anon_sym_default] = ACTIONS(2306), [anon_sym_enum] = ACTIONS(2306), [anon_sym_fn] = ACTIONS(2306), [anon_sym_for] = ACTIONS(2306), [anon_sym_if] = ACTIONS(2306), [anon_sym_impl] = ACTIONS(2306), [anon_sym_let] = ACTIONS(2306), [anon_sym_loop] = ACTIONS(2306), [anon_sym_match] = ACTIONS(2306), [anon_sym_mod] = ACTIONS(2306), [anon_sym_pub] = ACTIONS(2306), [anon_sym_return] = ACTIONS(2306), [anon_sym_static] = ACTIONS(2306), [anon_sym_struct] = ACTIONS(2306), [anon_sym_trait] = ACTIONS(2306), [anon_sym_type] = ACTIONS(2306), [anon_sym_union] = ACTIONS(2306), [anon_sym_unsafe] = ACTIONS(2306), [anon_sym_use] = ACTIONS(2306), [anon_sym_where] = ACTIONS(2306), [anon_sym_while] = ACTIONS(2306), [sym_mutable_specifier] = ACTIONS(2306), [sym_integer_literal] = ACTIONS(2308), [aux_sym_string_literal_token1] = ACTIONS(2308), [sym_char_literal] = ACTIONS(2306), [anon_sym_true] = ACTIONS(2306), [anon_sym_false] = ACTIONS(2306), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2306), [sym_super] = ACTIONS(2306), [sym_crate] = ACTIONS(2306), [sym_metavariable] = ACTIONS(2308), [sym_raw_string_literal] = ACTIONS(2308), [sym_float_literal] = ACTIONS(2308), [sym_block_comment] = ACTIONS(3), }, [518] = { [sym_identifier] = ACTIONS(2310), [anon_sym_LPAREN] = ACTIONS(2312), [anon_sym_RPAREN] = ACTIONS(2312), [anon_sym_LBRACE] = ACTIONS(2312), [anon_sym_RBRACE] = ACTIONS(2312), [anon_sym_LBRACK] = ACTIONS(2312), [anon_sym_RBRACK] = ACTIONS(2312), [anon_sym_DOLLAR] = ACTIONS(2310), [anon_sym_u8] = ACTIONS(2310), [anon_sym_i8] = ACTIONS(2310), [anon_sym_u16] = ACTIONS(2310), [anon_sym_i16] = ACTIONS(2310), [anon_sym_u32] = ACTIONS(2310), [anon_sym_i32] = ACTIONS(2310), [anon_sym_u64] = ACTIONS(2310), [anon_sym_i64] = ACTIONS(2310), [anon_sym_u128] = ACTIONS(2310), [anon_sym_i128] = ACTIONS(2310), [anon_sym_isize] = ACTIONS(2310), [anon_sym_usize] = ACTIONS(2310), [anon_sym_f32] = ACTIONS(2310), [anon_sym_f64] = ACTIONS(2310), [anon_sym_bool] = ACTIONS(2310), [anon_sym_str] = ACTIONS(2310), [anon_sym_char] = ACTIONS(2310), [aux_sym__non_special_token_token1] = ACTIONS(2310), [anon_sym_as] = ACTIONS(2310), [anon_sym_async] = ACTIONS(2310), [anon_sym_await] = ACTIONS(2310), [anon_sym_break] = ACTIONS(2310), [anon_sym_const] = ACTIONS(2310), [anon_sym_continue] = ACTIONS(2310), [anon_sym_default] = ACTIONS(2310), [anon_sym_enum] = ACTIONS(2310), [anon_sym_fn] = ACTIONS(2310), [anon_sym_for] = ACTIONS(2310), [anon_sym_if] = ACTIONS(2310), [anon_sym_impl] = ACTIONS(2310), [anon_sym_let] = ACTIONS(2310), [anon_sym_loop] = ACTIONS(2310), [anon_sym_match] = ACTIONS(2310), [anon_sym_mod] = ACTIONS(2310), [anon_sym_pub] = ACTIONS(2310), [anon_sym_return] = ACTIONS(2310), [anon_sym_static] = ACTIONS(2310), [anon_sym_struct] = ACTIONS(2310), [anon_sym_trait] = ACTIONS(2310), [anon_sym_type] = ACTIONS(2310), [anon_sym_union] = ACTIONS(2310), [anon_sym_unsafe] = ACTIONS(2310), [anon_sym_use] = ACTIONS(2310), [anon_sym_where] = ACTIONS(2310), [anon_sym_while] = ACTIONS(2310), [sym_mutable_specifier] = ACTIONS(2310), [sym_integer_literal] = ACTIONS(2312), [aux_sym_string_literal_token1] = ACTIONS(2312), [sym_char_literal] = ACTIONS(2310), [anon_sym_true] = ACTIONS(2310), [anon_sym_false] = ACTIONS(2310), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2310), [sym_super] = ACTIONS(2310), [sym_crate] = ACTIONS(2310), [sym_metavariable] = ACTIONS(2312), [sym_raw_string_literal] = ACTIONS(2312), [sym_float_literal] = ACTIONS(2312), [sym_block_comment] = ACTIONS(3), }, [519] = { [sym_identifier] = ACTIONS(2314), [anon_sym_LPAREN] = ACTIONS(2316), [anon_sym_RPAREN] = ACTIONS(2316), [anon_sym_LBRACE] = ACTIONS(2316), [anon_sym_RBRACE] = ACTIONS(2316), [anon_sym_LBRACK] = ACTIONS(2316), [anon_sym_RBRACK] = ACTIONS(2316), [anon_sym_DOLLAR] = ACTIONS(2314), [anon_sym_u8] = ACTIONS(2314), [anon_sym_i8] = ACTIONS(2314), [anon_sym_u16] = ACTIONS(2314), [anon_sym_i16] = ACTIONS(2314), [anon_sym_u32] = ACTIONS(2314), [anon_sym_i32] = ACTIONS(2314), [anon_sym_u64] = ACTIONS(2314), [anon_sym_i64] = ACTIONS(2314), [anon_sym_u128] = ACTIONS(2314), [anon_sym_i128] = ACTIONS(2314), [anon_sym_isize] = ACTIONS(2314), [anon_sym_usize] = ACTIONS(2314), [anon_sym_f32] = ACTIONS(2314), [anon_sym_f64] = ACTIONS(2314), [anon_sym_bool] = ACTIONS(2314), [anon_sym_str] = ACTIONS(2314), [anon_sym_char] = ACTIONS(2314), [aux_sym__non_special_token_token1] = ACTIONS(2314), [anon_sym_as] = ACTIONS(2314), [anon_sym_async] = ACTIONS(2314), [anon_sym_await] = ACTIONS(2314), [anon_sym_break] = ACTIONS(2314), [anon_sym_const] = ACTIONS(2314), [anon_sym_continue] = ACTIONS(2314), [anon_sym_default] = ACTIONS(2314), [anon_sym_enum] = ACTIONS(2314), [anon_sym_fn] = ACTIONS(2314), [anon_sym_for] = ACTIONS(2314), [anon_sym_if] = ACTIONS(2314), [anon_sym_impl] = ACTIONS(2314), [anon_sym_let] = ACTIONS(2314), [anon_sym_loop] = ACTIONS(2314), [anon_sym_match] = ACTIONS(2314), [anon_sym_mod] = ACTIONS(2314), [anon_sym_pub] = ACTIONS(2314), [anon_sym_return] = ACTIONS(2314), [anon_sym_static] = ACTIONS(2314), [anon_sym_struct] = ACTIONS(2314), [anon_sym_trait] = ACTIONS(2314), [anon_sym_type] = ACTIONS(2314), [anon_sym_union] = ACTIONS(2314), [anon_sym_unsafe] = ACTIONS(2314), [anon_sym_use] = ACTIONS(2314), [anon_sym_where] = ACTIONS(2314), [anon_sym_while] = ACTIONS(2314), [sym_mutable_specifier] = ACTIONS(2314), [sym_integer_literal] = ACTIONS(2316), [aux_sym_string_literal_token1] = ACTIONS(2316), [sym_char_literal] = ACTIONS(2314), [anon_sym_true] = ACTIONS(2314), [anon_sym_false] = ACTIONS(2314), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(2314), [sym_super] = ACTIONS(2314), [sym_crate] = ACTIONS(2314), [sym_metavariable] = ACTIONS(2316), [sym_raw_string_literal] = ACTIONS(2316), [sym_float_literal] = ACTIONS(2316), [sym_block_comment] = ACTIONS(3), }, [520] = { [sym_identifier] = ACTIONS(459), [anon_sym_LPAREN] = ACTIONS(457), [anon_sym_RPAREN] = ACTIONS(457), [anon_sym_LBRACE] = ACTIONS(457), [anon_sym_RBRACE] = ACTIONS(457), [anon_sym_LBRACK] = ACTIONS(457), [anon_sym_RBRACK] = ACTIONS(457), [anon_sym_DOLLAR] = ACTIONS(459), [anon_sym_u8] = ACTIONS(459), [anon_sym_i8] = ACTIONS(459), [anon_sym_u16] = ACTIONS(459), [anon_sym_i16] = ACTIONS(459), [anon_sym_u32] = ACTIONS(459), [anon_sym_i32] = ACTIONS(459), [anon_sym_u64] = ACTIONS(459), [anon_sym_i64] = ACTIONS(459), [anon_sym_u128] = ACTIONS(459), [anon_sym_i128] = ACTIONS(459), [anon_sym_isize] = ACTIONS(459), [anon_sym_usize] = ACTIONS(459), [anon_sym_f32] = ACTIONS(459), [anon_sym_f64] = ACTIONS(459), [anon_sym_bool] = ACTIONS(459), [anon_sym_str] = ACTIONS(459), [anon_sym_char] = ACTIONS(459), [aux_sym__non_special_token_token1] = ACTIONS(459), [anon_sym_as] = ACTIONS(459), [anon_sym_async] = ACTIONS(459), [anon_sym_await] = ACTIONS(459), [anon_sym_break] = ACTIONS(459), [anon_sym_const] = ACTIONS(459), [anon_sym_continue] = ACTIONS(459), [anon_sym_default] = ACTIONS(459), [anon_sym_enum] = ACTIONS(459), [anon_sym_fn] = ACTIONS(459), [anon_sym_for] = ACTIONS(459), [anon_sym_if] = ACTIONS(459), [anon_sym_impl] = ACTIONS(459), [anon_sym_let] = ACTIONS(459), [anon_sym_loop] = ACTIONS(459), [anon_sym_match] = ACTIONS(459), [anon_sym_mod] = ACTIONS(459), [anon_sym_pub] = ACTIONS(459), [anon_sym_return] = ACTIONS(459), [anon_sym_static] = ACTIONS(459), [anon_sym_struct] = ACTIONS(459), [anon_sym_trait] = ACTIONS(459), [anon_sym_type] = ACTIONS(459), [anon_sym_union] = ACTIONS(459), [anon_sym_unsafe] = ACTIONS(459), [anon_sym_use] = ACTIONS(459), [anon_sym_where] = ACTIONS(459), [anon_sym_while] = ACTIONS(459), [sym_mutable_specifier] = ACTIONS(459), [sym_integer_literal] = ACTIONS(457), [aux_sym_string_literal_token1] = ACTIONS(457), [sym_char_literal] = ACTIONS(459), [anon_sym_true] = ACTIONS(459), [anon_sym_false] = ACTIONS(459), [sym_line_comment] = ACTIONS(1132), [sym_self] = ACTIONS(459), [sym_super] = ACTIONS(459), [sym_crate] = ACTIONS(459), [sym_metavariable] = ACTIONS(457), [sym_raw_string_literal] = ACTIONS(457), [sym_float_literal] = ACTIONS(457), [sym_block_comment] = ACTIONS(3), }, [521] = { [sym_function_modifiers] = STATE(2289), [sym_const_parameter] = STATE(1797), [sym_constrained_type_parameter] = STATE(1711), [sym_optional_type_parameter] = STATE(1797), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1929), [sym_bracketed_type] = STATE(2237), [sym_qualified_type] = STATE(2243), [sym_lifetime] = STATE(1572), [sym_array_type] = STATE(1929), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1929), [sym_tuple_type] = STATE(1929), [sym_unit_type] = STATE(1929), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1929), [sym_reference_type] = STATE(1929), [sym_pointer_type] = STATE(1929), [sym_empty_type] = STATE(1929), [sym_abstract_type] = STATE(1929), [sym_dynamic_type] = STATE(1929), [sym_macro_invocation] = STATE(1929), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2318), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(2320), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(2322), [sym_block_comment] = ACTIONS(3), }, [522] = { [sym_function_modifiers] = STATE(2289), [sym_higher_ranked_trait_bound] = STATE(1518), [sym_removed_trait_bound] = STATE(1518), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1516), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(1507), [sym_array_type] = STATE(1516), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1516), [sym_tuple_type] = STATE(1516), [sym_unit_type] = STATE(1516), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1516), [sym_reference_type] = STATE(1516), [sym_pointer_type] = STATE(1516), [sym_empty_type] = STATE(1516), [sym_abstract_type] = STATE(1516), [sym_dynamic_type] = STATE(1516), [sym_macro_invocation] = STATE(1516), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_QMARK] = ACTIONS(2324), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(2326), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [523] = { [sym_function_modifiers] = STATE(2289), [sym_higher_ranked_trait_bound] = STATE(1518), [sym_removed_trait_bound] = STATE(1518), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1515), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(1514), [sym_array_type] = STATE(1515), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1515), [sym_tuple_type] = STATE(1515), [sym_unit_type] = STATE(1515), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1515), [sym_reference_type] = STATE(1515), [sym_pointer_type] = STATE(1515), [sym_empty_type] = STATE(1515), [sym_abstract_type] = STATE(1515), [sym_dynamic_type] = STATE(1515), [sym_macro_invocation] = STATE(1515), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_QMARK] = ACTIONS(2324), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(2326), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [524] = { [sym_function_modifiers] = STATE(2289), [sym_higher_ranked_trait_bound] = STATE(1518), [sym_removed_trait_bound] = STATE(1518), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1515), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(1507), [sym_array_type] = STATE(1515), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1515), [sym_tuple_type] = STATE(1515), [sym_unit_type] = STATE(1515), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1515), [sym_reference_type] = STATE(1515), [sym_pointer_type] = STATE(1515), [sym_empty_type] = STATE(1515), [sym_abstract_type] = STATE(1515), [sym_dynamic_type] = STATE(1515), [sym_macro_invocation] = STATE(1515), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_QMARK] = ACTIONS(2324), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(2326), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [525] = { [sym_attribute_item] = STATE(542), [sym_bracketed_type] = STATE(2312), [sym_generic_type] = STATE(2311), [sym_generic_type_with_turbofish] = STATE(2310), [sym_macro_invocation] = STATE(2274), [sym_scoped_identifier] = STATE(1438), [sym_scoped_type_identifier] = STATE(1762), [sym_match_pattern] = STATE(2274), [sym__pattern] = STATE(1719), [sym_tuple_pattern] = STATE(1719), [sym_slice_pattern] = STATE(1719), [sym_tuple_struct_pattern] = STATE(1719), [sym_struct_pattern] = STATE(1719), [sym_remaining_field_pattern] = STATE(1719), [sym_mut_pattern] = STATE(1719), [sym_range_pattern] = STATE(1719), [sym_ref_pattern] = STATE(1719), [sym_captured_pattern] = STATE(1719), [sym_reference_pattern] = STATE(1719), [sym__literal_pattern] = STATE(1527), [sym_negative_literal] = STATE(1527), [sym_string_literal] = STATE(1527), [sym_boolean_literal] = STATE(1527), [aux_sym_enum_variant_list_repeat1] = STATE(542), [sym_identifier] = ACTIONS(2142), [anon_sym_LPAREN] = ACTIONS(2144), [anon_sym_LBRACK] = ACTIONS(2148), [anon_sym_u8] = ACTIONS(2150), [anon_sym_i8] = ACTIONS(2150), [anon_sym_u16] = ACTIONS(2150), [anon_sym_i16] = ACTIONS(2150), [anon_sym_u32] = ACTIONS(2150), [anon_sym_i32] = ACTIONS(2150), [anon_sym_u64] = ACTIONS(2150), [anon_sym_i64] = ACTIONS(2150), [anon_sym_u128] = ACTIONS(2150), [anon_sym_i128] = ACTIONS(2150), [anon_sym_isize] = ACTIONS(2150), [anon_sym_usize] = ACTIONS(2150), [anon_sym_f32] = ACTIONS(2150), [anon_sym_f64] = ACTIONS(2150), [anon_sym_bool] = ACTIONS(2150), [anon_sym_str] = ACTIONS(2150), [anon_sym_char] = ACTIONS(2150), [anon_sym_POUND] = ACTIONS(413), [anon_sym_ref] = ACTIONS(2152), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(2154), [anon_sym__] = ACTIONS(2156), [anon_sym_AMP] = ACTIONS(2158), [sym_mutable_specifier] = ACTIONS(2160), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(2162), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(2162), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(2164), [sym_super] = ACTIONS(2164), [sym_crate] = ACTIONS(2164), [sym_metavariable] = ACTIONS(2166), [sym_raw_string_literal] = ACTIONS(2162), [sym_float_literal] = ACTIONS(2162), [sym_block_comment] = ACTIONS(3), }, [526] = { [sym_attribute_item] = STATE(542), [sym_bracketed_type] = STATE(2312), [sym_generic_type] = STATE(2311), [sym_generic_type_with_turbofish] = STATE(2310), [sym_macro_invocation] = STATE(2274), [sym_scoped_identifier] = STATE(1438), [sym_scoped_type_identifier] = STATE(1762), [sym_match_pattern] = STATE(2275), [sym__pattern] = STATE(1719), [sym_tuple_pattern] = STATE(1719), [sym_slice_pattern] = STATE(1719), [sym_tuple_struct_pattern] = STATE(1719), [sym_struct_pattern] = STATE(1719), [sym_remaining_field_pattern] = STATE(1719), [sym_mut_pattern] = STATE(1719), [sym_range_pattern] = STATE(1719), [sym_ref_pattern] = STATE(1719), [sym_captured_pattern] = STATE(1719), [sym_reference_pattern] = STATE(1719), [sym__literal_pattern] = STATE(1527), [sym_negative_literal] = STATE(1527), [sym_string_literal] = STATE(1527), [sym_boolean_literal] = STATE(1527), [aux_sym_enum_variant_list_repeat1] = STATE(542), [sym_identifier] = ACTIONS(2142), [anon_sym_LPAREN] = ACTIONS(2144), [anon_sym_LBRACK] = ACTIONS(2148), [anon_sym_u8] = ACTIONS(2150), [anon_sym_i8] = ACTIONS(2150), [anon_sym_u16] = ACTIONS(2150), [anon_sym_i16] = ACTIONS(2150), [anon_sym_u32] = ACTIONS(2150), [anon_sym_i32] = ACTIONS(2150), [anon_sym_u64] = ACTIONS(2150), [anon_sym_i64] = ACTIONS(2150), [anon_sym_u128] = ACTIONS(2150), [anon_sym_i128] = ACTIONS(2150), [anon_sym_isize] = ACTIONS(2150), [anon_sym_usize] = ACTIONS(2150), [anon_sym_f32] = ACTIONS(2150), [anon_sym_f64] = ACTIONS(2150), [anon_sym_bool] = ACTIONS(2150), [anon_sym_str] = ACTIONS(2150), [anon_sym_char] = ACTIONS(2150), [anon_sym_POUND] = ACTIONS(413), [anon_sym_ref] = ACTIONS(2152), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(2154), [anon_sym__] = ACTIONS(2156), [anon_sym_AMP] = ACTIONS(2158), [sym_mutable_specifier] = ACTIONS(2160), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [sym_integer_literal] = ACTIONS(2162), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(2162), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(2164), [sym_super] = ACTIONS(2164), [sym_crate] = ACTIONS(2164), [sym_metavariable] = ACTIONS(2166), [sym_raw_string_literal] = ACTIONS(2162), [sym_float_literal] = ACTIONS(2162), [sym_block_comment] = ACTIONS(3), }, [527] = { [sym_function_modifiers] = STATE(2289), [sym_higher_ranked_trait_bound] = STATE(1461), [sym_removed_trait_bound] = STATE(1461), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1460), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(1459), [sym_array_type] = STATE(1460), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1460), [sym_tuple_type] = STATE(1460), [sym_unit_type] = STATE(1460), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1460), [sym_reference_type] = STATE(1460), [sym_pointer_type] = STATE(1460), [sym_empty_type] = STATE(1460), [sym_abstract_type] = STATE(1460), [sym_dynamic_type] = STATE(1460), [sym_macro_invocation] = STATE(1460), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_STAR] = ACTIONS(747), [anon_sym_QMARK] = ACTIONS(2324), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(2326), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [528] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1324), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1324), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1324), [sym_tuple_type] = STATE(1324), [sym_unit_type] = STATE(1324), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1324), [sym_reference_type] = STATE(1324), [sym_pointer_type] = STATE(1324), [sym_empty_type] = STATE(1324), [sym_abstract_type] = STATE(1324), [sym_dynamic_type] = STATE(1324), [sym_macro_invocation] = STATE(1324), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_PLUS] = ACTIONS(2328), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(2330), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [529] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(1324), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(1324), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(1324), [sym_tuple_type] = STATE(1324), [sym_unit_type] = STATE(1324), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(1324), [sym_reference_type] = STATE(1324), [sym_pointer_type] = STATE(1324), [sym_empty_type] = STATE(1324), [sym_abstract_type] = STATE(1324), [sym_dynamic_type] = STATE(1324), [sym_macro_invocation] = STATE(1324), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_PLUS] = ACTIONS(2328), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(2332), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(2334), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [530] = { [sym_function_modifiers] = STATE(2289), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(2131), [sym_bracketed_type] = STATE(2237), [sym_lifetime] = STATE(2292), [sym_array_type] = STATE(2131), [sym_for_lifetimes] = STATE(1024), [sym_function_type] = STATE(2131), [sym_tuple_type] = STATE(2131), [sym_unit_type] = STATE(2131), [sym_generic_type] = STATE(1290), [sym_generic_type_with_turbofish] = STATE(2238), [sym_bounded_type] = STATE(2131), [sym_reference_type] = STATE(2131), [sym_pointer_type] = STATE(2131), [sym_empty_type] = STATE(2131), [sym_abstract_type] = STATE(2131), [sym_dynamic_type] = STATE(2131), [sym_macro_invocation] = STATE(2131), [sym_scoped_identifier] = STATE(2290), [sym_scoped_type_identifier] = STATE(1262), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2172), [anon_sym_LPAREN] = ACTIONS(1077), [anon_sym_LBRACK] = ACTIONS(1079), [anon_sym_PLUS] = ACTIONS(2328), [anon_sym_STAR] = ACTIONS(747), [anon_sym_u8] = ACTIONS(1081), [anon_sym_i8] = ACTIONS(1081), [anon_sym_u16] = ACTIONS(1081), [anon_sym_i16] = ACTIONS(1081), [anon_sym_u32] = ACTIONS(1081), [anon_sym_i32] = ACTIONS(1081), [anon_sym_u64] = ACTIONS(1081), [anon_sym_i64] = ACTIONS(1081), [anon_sym_u128] = ACTIONS(1081), [anon_sym_i128] = ACTIONS(1081), [anon_sym_isize] = ACTIONS(1081), [anon_sym_usize] = ACTIONS(1081), [anon_sym_f32] = ACTIONS(1081), [anon_sym_f64] = ACTIONS(1081), [anon_sym_bool] = ACTIONS(1081), [anon_sym_str] = ACTIONS(1081), [anon_sym_char] = ACTIONS(1081), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(755), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(759), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(765), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(1085), [anon_sym_AMP] = ACTIONS(1087), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(783), [sym_mutable_specifier] = ACTIONS(2336), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(1095), [sym_super] = ACTIONS(1095), [sym_crate] = ACTIONS(1095), [sym_metavariable] = ACTIONS(1097), [sym_block_comment] = ACTIONS(3), }, [531] = { [sym_function_modifiers] = STATE(2242), [sym_extern_modifier] = STATE(1482), [sym__type] = STATE(818), [sym_bracketed_type] = STATE(2333), [sym_lifetime] = STATE(2319), [sym_array_type] = STATE(818), [sym_for_lifetimes] = STATE(1023), [sym_function_type] = STATE(818), [sym_tuple_type] = STATE(818), [sym_unit_type] = STATE(818), [sym_generic_type] = STATE(751), [sym_generic_type_with_turbofish] = STATE(2334), [sym_bounded_type] = STATE(818), [sym_reference_type] = STATE(818), [sym_pointer_type] = STATE(818), [sym_empty_type] = STATE(818), [sym_abstract_type] = STATE(818), [sym_dynamic_type] = STATE(818), [sym_macro_invocation] = STATE(818), [sym_scoped_identifier] = STATE(2245), [sym_scoped_type_identifier] = STATE(723), [aux_sym_function_modifiers_repeat1] = STATE(1482), [sym_identifier] = ACTIONS(2338), [anon_sym_LPAREN] = ACTIONS(2340), [anon_sym_LBRACK] = ACTIONS(2342), [anon_sym_PLUS] = ACTIONS(2344), [anon_sym_STAR] = ACTIONS(2346), [anon_sym_u8] = ACTIONS(2348), [anon_sym_i8] = ACTIONS(2348), [anon_sym_u16] = ACTIONS(2348), [anon_sym_i16] = ACTIONS(2348), [anon_sym_u32] = ACTIONS(2348), [anon_sym_i32] = ACTIONS(2348), [anon_sym_u64] = ACTIONS(2348), [anon_sym_i64] = ACTIONS(2348), [anon_sym_u128] = ACTIONS(2348), [anon_sym_i128] = ACTIONS(2348), [anon_sym_isize] = ACTIONS(2348), [anon_sym_usize] = ACTIONS(2348), [anon_sym_f32] = ACTIONS(2348), [anon_sym_f64] = ACTIONS(2348), [anon_sym_bool] = ACTIONS(2348), [anon_sym_str] = ACTIONS(2348), [anon_sym_char] = ACTIONS(2348), [anon_sym_async] = ACTIONS(751), [anon_sym_const] = ACTIONS(751), [anon_sym_default] = ACTIONS(751), [anon_sym_fn] = ACTIONS(2350), [anon_sym_for] = ACTIONS(757), [anon_sym_impl] = ACTIONS(2352), [anon_sym_unsafe] = ACTIONS(751), [anon_sym_BANG] = ACTIONS(2354), [anon_sym_extern] = ACTIONS(769), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(2356), [anon_sym_AMP] = ACTIONS(2358), [anon_sym_SQUOTE] = ACTIONS(2182), [anon_sym_dyn] = ACTIONS(2360), [sym_mutable_specifier] = ACTIONS(2362), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(2364), [sym_super] = ACTIONS(2364), [sym_crate] = ACTIONS(2364), [sym_metavariable] = ACTIONS(2366), [sym_block_comment] = ACTIONS(3), }, [532] = { [sym_parameter] = STATE(1910), [sym_bracketed_type] = STATE(2312), [sym_generic_type] = STATE(2311), [sym_generic_type_with_turbofish] = STATE(2310), [sym_scoped_identifier] = STATE(1438), [sym_scoped_type_identifier] = STATE(1762), [sym__pattern] = STATE(1660), [sym_tuple_pattern] = STATE(1660), [sym_slice_pattern] = STATE(1660), [sym_tuple_struct_pattern] = STATE(1660), [sym_struct_pattern] = STATE(1660), [sym_remaining_field_pattern] = STATE(1660), [sym_mut_pattern] = STATE(1660), [sym_range_pattern] = STATE(1660), [sym_ref_pattern] = STATE(1660), [sym_captured_pattern] = STATE(1660), [sym_reference_pattern] = STATE(1660), [sym__literal_pattern] = STATE(1527), [sym_negative_literal] = STATE(1527), [sym_string_literal] = STATE(1527), [sym_boolean_literal] = STATE(1527), [sym_identifier] = ACTIONS(2368), [anon_sym_LPAREN] = ACTIONS(2144), [anon_sym_LBRACK] = ACTIONS(2148), [anon_sym_u8] = ACTIONS(2150), [anon_sym_i8] = ACTIONS(2150), [anon_sym_u16] = ACTIONS(2150), [anon_sym_i16] = ACTIONS(2150), [anon_sym_u32] = ACTIONS(2150), [anon_sym_i32] = ACTIONS(2150), [anon_sym_u64] = ACTIONS(2150), [anon_sym_i64] = ACTIONS(2150), [anon_sym_u128] = ACTIONS(2150), [anon_sym_i128] = ACTIONS(2150), [anon_sym_isize] = ACTIONS(2150), [anon_sym_usize] = ACTIONS(2150), [anon_sym_f32] = ACTIONS(2150), [anon_sym_f64] = ACTIONS(2150), [anon_sym_bool] = ACTIONS(2150), [anon_sym_str] = ACTIONS(2150), [anon_sym_char] = ACTIONS(2150), [anon_sym_default] = ACTIONS(761), [anon_sym_union] = ACTIONS(761), [anon_sym_ref] = ACTIONS(2152), [anon_sym_LT] = ACTIONS(75), [anon_sym_COLON_COLON] = ACTIONS(2154), [anon_sym__] = ACTIONS(2370), [anon_sym_AMP] = ACTIONS(2158), [sym_mutable_specifier] = ACTIONS(2372), [anon_sym_DOT_DOT] = ACTIONS(1017), [anon_sym_DASH] = ACTIONS(789), [anon_sym_PIPE] = ACTIONS(2374), [sym_integer_literal] = ACTIONS(2162), [aux_sym_string_literal_token1] = ACTIONS(1091), [sym_char_literal] = ACTIONS(2162), [anon_sym_true] = ACTIONS(1093), [anon_sym_false] = ACTIONS(1093), [sym_line_comment] = ACTIONS(3), [sym_self] = ACTIONS(2376), [sym_super] = ACTIONS(2164), [sym_crate] = ACTIONS(2164), [sym_metavariable] = ACTIONS(2166), [sym_raw_string_literal] = ACTIONS(2162), [sym_float_literal] = ACTIONS(2162), [sym_block_comment] = ACTIONS(3), }, }; static uint16_t ts_small_parse_table[] = { [0] = 30, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, ACTIONS(2378), 1, anon_sym_SQUOTE, ACTIONS(2380), 1, sym_mutable_specifier, STATE(531), 1, sym_lifetime, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(789), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [125] = 30, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2382), 1, anon_sym_RPAREN, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1978), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [250] = 30, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2384), 1, anon_sym_RPAREN, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1978), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [375] = 30, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2386), 1, anon_sym_RPAREN, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1662), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [500] = 30, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2388), 1, anon_sym_RPAREN, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1733), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [625] = 30, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2378), 1, anon_sym_SQUOTE, ACTIONS(2390), 1, sym_mutable_specifier, STATE(528), 1, sym_lifetime, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1331), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [750] = 30, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2243), 1, sym_qualified_type, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1929), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [875] = 28, ACTIONS(75), 1, anon_sym_LT, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2152), 1, anon_sym_ref, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2158), 1, anon_sym_AMP, ACTIONS(2166), 1, sym_metavariable, ACTIONS(2368), 1, sym_identifier, ACTIONS(2372), 1, sym_mutable_specifier, ACTIONS(2376), 1, sym_self, ACTIONS(2392), 1, anon_sym__, STATE(1438), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2153), 1, sym_parameter, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(761), 2, anon_sym_default, anon_sym_union, ACTIONS(1093), 2, anon_sym_true, anon_sym_false, ACTIONS(2164), 2, sym_super, sym_crate, ACTIONS(2162), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1527), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1904), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2150), 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, [996] = 30, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2394), 1, sym_identifier, ACTIONS(2396), 1, anon_sym_LT, STATE(584), 1, sym_type_parameters, STATE(1024), 1, sym_for_lifetimes, STATE(1472), 1, sym_scoped_type_identifier, STATE(1622), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1648), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [1121] = 5, ACTIONS(2402), 1, anon_sym_POUND, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(542), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, ACTIONS(2400), 19, sym_raw_string_literal, sym_float_literal, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_COMMA, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, ACTIONS(2398), 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_break, anon_sym_continue, anon_sym_default, anon_sym_for, anon_sym_if, anon_sym_loop, anon_sym_match, anon_sym_return, anon_sym_union, anon_sym_unsafe, anon_sym_while, anon_sym_ref, anon_sym__, anon_sym_SQUOTE, sym_mutable_specifier, anon_sym_move, anon_sym_true, anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, [1196] = 30, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2378), 1, anon_sym_SQUOTE, ACTIONS(2405), 1, sym_mutable_specifier, STATE(530), 1, sym_lifetime, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2144), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [1321] = 30, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2396), 1, anon_sym_LT, ACTIONS(2407), 1, sym_identifier, STATE(646), 1, sym_type_parameters, STATE(1024), 1, sym_for_lifetimes, STATE(1470), 1, sym_scoped_type_identifier, STATE(1588), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1613), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [1446] = 30, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2409), 1, anon_sym_RPAREN, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1978), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [1571] = 30, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2396), 1, anon_sym_LT, ACTIONS(2411), 1, sym_identifier, STATE(588), 1, sym_type_parameters, STATE(1024), 1, sym_for_lifetimes, STATE(1455), 1, sym_scoped_type_identifier, STATE(1602), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1634), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [1696] = 30, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2413), 1, anon_sym_RPAREN, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1978), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [1821] = 30, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2396), 1, anon_sym_LT, ACTIONS(2415), 1, sym_identifier, STATE(628), 1, sym_type_parameters, STATE(1024), 1, sym_for_lifetimes, STATE(1445), 1, sym_scoped_type_identifier, STATE(1653), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1641), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [1946] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1630), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [2068] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1730), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [2190] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2319), 1, sym_lifetime, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(818), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [2312] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2154), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [2434] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1665), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [2556] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1664), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [2678] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1906), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [2800] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1312), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [2922] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1323), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [3044] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1937), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [3166] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1310), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [3288] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2319), 1, sym_lifetime, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(835), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [3410] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1746), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [3532] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2319), 1, sym_lifetime, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(864), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [3654] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2319), 1, sym_lifetime, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(844), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [3776] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2319), 1, sym_lifetime, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(806), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [3898] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1827), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [4020] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1580), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [4142] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1809), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [4264] = 30, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2417), 1, sym_self, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1095), 2, sym_super, sym_crate, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1327), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [4388] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2319), 1, sym_lifetime, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(782), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [4510] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1582), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [4632] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1849), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [4754] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1678), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [4876] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1332), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [4998] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2077), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [5120] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1990), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [5242] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1871), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [5364] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1933), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [5486] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2132), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [5608] = 27, ACTIONS(75), 1, anon_sym_LT, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2152), 1, anon_sym_ref, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2158), 1, anon_sym_AMP, ACTIONS(2160), 1, sym_mutable_specifier, ACTIONS(2166), 1, sym_metavariable, ACTIONS(2368), 1, sym_identifier, ACTIONS(2421), 1, anon_sym__, ACTIONS(2423), 1, sym_self, STATE(1438), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1093), 2, anon_sym_true, anon_sym_false, ACTIONS(2164), 2, sym_super, sym_crate, ACTIONS(2419), 2, anon_sym_default, anon_sym_union, ACTIONS(2162), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1527), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1682), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2150), 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, [5726] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2131), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [5848] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1901), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [5970] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1324), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [6092] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1566), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [6214] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2425), 1, sym_identifier, STATE(1024), 1, sym_for_lifetimes, STATE(1453), 1, sym_scoped_type_identifier, STATE(1652), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1655), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [6336] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2081), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [6458] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2128), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [6580] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1322), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [6702] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2427), 1, sym_identifier, STATE(1024), 1, sym_for_lifetimes, STATE(1456), 1, sym_scoped_type_identifier, STATE(1587), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1631), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [6824] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1764), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [6946] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1993), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [7068] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2161), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [7190] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1498), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [7312] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1561), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [7434] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1650), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [7556] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1807), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [7678] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1611), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [7800] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1945), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [7922] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2003), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [8044] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1564), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [8166] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1785), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [8288] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1327), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [8410] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2319), 1, sym_lifetime, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(840), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [8532] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1328), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [8654] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1536), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [8776] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1590), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [8898] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1606), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [9020] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1726), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [9142] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1589), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [9264] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1603), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [9386] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1806), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [9508] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1733), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [9630] = 27, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2431), 1, anon_sym_RPAREN, ACTIONS(2435), 1, anon_sym_COMMA, ACTIONS(2437), 1, anon_sym__, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1754), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [9748] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1565), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [9870] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1980), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [9992] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1314), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [10114] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1330), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [10236] = 27, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1009), 1, anon_sym_COMMA, ACTIONS(1011), 1, anon_sym__, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2445), 1, anon_sym_RPAREN, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1769), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [10354] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1796), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [10476] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2041), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [10598] = 27, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(1025), 1, anon_sym_RBRACK, ACTIONS(1029), 1, anon_sym_COMMA, ACTIONS(1033), 1, anon_sym__, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1766), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [10716] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2319), 1, sym_lifetime, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(849), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [10838] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2319), 1, sym_lifetime, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(847), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [10960] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2104), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [11082] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1987), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [11204] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2011), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [11326] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1538), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [11448] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1623), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [11570] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2447), 1, sym_identifier, STATE(1024), 1, sym_for_lifetimes, STATE(1479), 1, sym_scoped_type_identifier, STATE(1651), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1595), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [11692] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1636), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [11814] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1626), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [11936] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1856), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [12058] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1544), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [12180] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1543), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [12302] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2319), 1, sym_lifetime, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(848), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [12424] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1978), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [12546] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1927), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [12668] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2319), 1, sym_lifetime, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(836), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [12790] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1776), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [12912] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2072), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [13034] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1601), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [13156] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1673), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [13278] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1637), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [13400] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2338), 1, sym_identifier, ACTIONS(2340), 1, anon_sym_LPAREN, ACTIONS(2342), 1, anon_sym_LBRACK, ACTIONS(2346), 1, anon_sym_STAR, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2352), 1, anon_sym_impl, ACTIONS(2354), 1, anon_sym_BANG, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(2358), 1, anon_sym_AMP, ACTIONS(2360), 1, anon_sym_dyn, ACTIONS(2366), 1, sym_metavariable, STATE(723), 1, sym_scoped_type_identifier, STATE(751), 1, sym_generic_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2319), 1, sym_lifetime, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(845), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(2348), 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, [13522] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1922), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [13644] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1604), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [13766] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(2449), 1, sym_identifier, STATE(1024), 1, sym_for_lifetimes, STATE(1467), 1, sym_scoped_type_identifier, STATE(1640), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1621), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [13888] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1635), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [14010] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1320), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [14132] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1575), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [14254] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1892), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [14376] = 27, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2421), 1, anon_sym__, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2451), 1, sym_self, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2419), 2, anon_sym_default, anon_sym_union, ACTIONS(2441), 2, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1682), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [14494] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2121), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [14616] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1584), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [14738] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(1319), 1, sym_lifetime, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1320), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [14860] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1919), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [14982] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1656), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [15104] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1508), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [15226] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(2056), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [15348] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1975), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [15470] = 29, ACTIONS(75), 1, anon_sym_LT, ACTIONS(747), 1, anon_sym_STAR, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(759), 1, anon_sym_impl, ACTIONS(765), 1, anon_sym_BANG, ACTIONS(769), 1, anon_sym_extern, ACTIONS(783), 1, anon_sym_dyn, ACTIONS(1077), 1, anon_sym_LPAREN, ACTIONS(1079), 1, anon_sym_LBRACK, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(1087), 1, anon_sym_AMP, ACTIONS(1097), 1, sym_metavariable, ACTIONS(2172), 1, sym_identifier, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1024), 1, sym_for_lifetimes, STATE(1262), 1, sym_scoped_type_identifier, STATE(1290), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2292), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, STATE(1657), 12, sym__type, sym_array_type, sym_function_type, sym_tuple_type, sym_unit_type, sym_bounded_type, sym_reference_type, sym_pointer_type, sym_empty_type, sym_abstract_type, sym_dynamic_type, sym_macro_invocation, ACTIONS(1081), 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, [15592] = 26, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2453), 1, anon_sym_RPAREN, ACTIONS(2455), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1962), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [15707] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1657), 20, sym_raw_string_literal, sym_float_literal, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_STAR, anon_sym_POUND, anon_sym_BANG, anon_sym_COMMA, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, ACTIONS(1659), 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_break, anon_sym_continue, anon_sym_default, anon_sym_for, anon_sym_if, anon_sym_loop, anon_sym_match, anon_sym_return, anon_sym_union, anon_sym_unsafe, anon_sym_while, anon_sym_ref, anon_sym__, anon_sym_SQUOTE, sym_mutable_specifier, anon_sym_move, anon_sym_true, anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, [15776] = 26, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2455), 1, anon_sym__, ACTIONS(2457), 1, anon_sym_RPAREN, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1962), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [15891] = 26, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2455), 1, anon_sym__, ACTIONS(2459), 1, anon_sym_RBRACK, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1962), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [16006] = 26, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2455), 1, anon_sym__, ACTIONS(2461), 1, anon_sym_RPAREN, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1962), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [16121] = 26, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2455), 1, anon_sym__, ACTIONS(2463), 1, anon_sym_RPAREN, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1962), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [16236] = 26, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2455), 1, anon_sym__, ACTIONS(2465), 1, anon_sym_RBRACK, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1962), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [16351] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2467), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2260), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [16463] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2469), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2070), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [16575] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2471), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2397), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [16687] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2473), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2320), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [16799] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2475), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2246), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [16911] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2477), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2396), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [17023] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2152), 1, anon_sym_ref, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2158), 1, anon_sym_AMP, ACTIONS(2160), 1, sym_mutable_specifier, ACTIONS(2166), 1, sym_metavariable, ACTIONS(2368), 1, sym_identifier, ACTIONS(2479), 1, anon_sym__, STATE(1438), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1093), 2, anon_sym_true, anon_sym_false, ACTIONS(2164), 3, sym_self, sym_super, sym_crate, ACTIONS(2162), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1527), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1362), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2150), 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, [17135] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2481), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2395), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [17247] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(1049), 1, anon_sym__, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2152), 1, anon_sym_ref, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2158), 1, anon_sym_AMP, ACTIONS(2166), 1, sym_metavariable, ACTIONS(2368), 1, sym_identifier, ACTIONS(2483), 1, sym_mutable_specifier, STATE(1438), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1093), 2, anon_sym_true, anon_sym_false, ACTIONS(2164), 3, sym_self, sym_super, sym_crate, ACTIONS(2162), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1527), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1358), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2150), 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, [17359] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2485), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2308), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [17471] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2487), 1, anon_sym__, ACTIONS(2489), 1, sym_mutable_specifier, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1843), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [17583] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2491), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2034), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [17695] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2152), 1, anon_sym_ref, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2158), 1, anon_sym_AMP, ACTIONS(2160), 1, sym_mutable_specifier, ACTIONS(2166), 1, sym_metavariable, ACTIONS(2368), 1, sym_identifier, ACTIONS(2493), 1, anon_sym__, STATE(1438), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1093), 2, anon_sym_true, anon_sym_false, ACTIONS(2164), 3, sym_self, sym_super, sym_crate, ACTIONS(2162), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1527), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1340), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2150), 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, [17807] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2495), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2392), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [17919] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2152), 1, anon_sym_ref, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2158), 1, anon_sym_AMP, ACTIONS(2160), 1, sym_mutable_specifier, ACTIONS(2166), 1, sym_metavariable, ACTIONS(2368), 1, sym_identifier, ACTIONS(2497), 1, anon_sym__, STATE(1438), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1093), 2, anon_sym_true, anon_sym_false, ACTIONS(2164), 3, sym_self, sym_super, sym_crate, ACTIONS(2162), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1527), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1345), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2150), 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, [18031] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2499), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2390), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [18143] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(1047), 1, anon_sym__, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2152), 1, anon_sym_ref, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2158), 1, anon_sym_AMP, ACTIONS(2160), 1, sym_mutable_specifier, ACTIONS(2166), 1, sym_metavariable, ACTIONS(2368), 1, sym_identifier, STATE(1438), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1093), 2, anon_sym_true, anon_sym_false, ACTIONS(2164), 3, sym_self, sym_super, sym_crate, ACTIONS(2162), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1527), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1369), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2150), 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, [18255] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2501), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2381), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [18367] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2503), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2372), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [18479] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2505), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2399), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [18591] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2507), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2363), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [18703] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2509), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2365), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [18815] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2511), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2006), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [18927] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2513), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1897), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [19039] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(1047), 1, anon_sym__, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1369), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [19151] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2515), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1912), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [19263] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2517), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(2398), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [19375] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2152), 1, anon_sym_ref, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2158), 1, anon_sym_AMP, ACTIONS(2160), 1, sym_mutable_specifier, ACTIONS(2166), 1, sym_metavariable, ACTIONS(2368), 1, sym_identifier, ACTIONS(2519), 1, anon_sym__, STATE(1438), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1093), 2, anon_sym_true, anon_sym_false, ACTIONS(2164), 3, sym_self, sym_super, sym_crate, ACTIONS(2162), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1527), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1841), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2150), 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, [19487] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2455), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1962), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [19599] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2521), 1, anon_sym__, ACTIONS(2523), 1, sym_mutable_specifier, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1866), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [19711] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2493), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1340), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [19823] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2497), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1345), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [19935] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(1049), 1, anon_sym__, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2525), 1, sym_mutable_specifier, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1358), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [20047] = 25, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(771), 1, anon_sym_ref, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1015), 1, sym_mutable_specifier, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(2144), 1, anon_sym_LPAREN, ACTIONS(2148), 1, anon_sym_LBRACK, ACTIONS(2154), 1, anon_sym_COLON_COLON, ACTIONS(2429), 1, sym_identifier, ACTIONS(2439), 1, anon_sym_AMP, ACTIONS(2443), 1, sym_metavariable, ACTIONS(2479), 1, anon_sym__, STATE(1333), 1, sym_scoped_identifier, STATE(1762), 1, sym_scoped_type_identifier, STATE(2310), 1, sym_generic_type_with_turbofish, STATE(2311), 1, sym_generic_type, STATE(2312), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(2441), 3, sym_self, sym_super, sym_crate, ACTIONS(791), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1397), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, STATE(1362), 11, sym__pattern, sym_tuple_pattern, sym_slice_pattern, sym_tuple_struct_pattern, sym_struct_pattern, sym_remaining_field_pattern, sym_mut_pattern, sym_range_pattern, sym_ref_pattern, sym_captured_pattern, sym_reference_pattern, ACTIONS(2433), 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, [20159] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2529), 17, sym_raw_string_literal, sym_float_literal, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_DASH_GT, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_PIPE, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, ACTIONS(2527), 38, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_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_break, anon_sym_continue, anon_sym_default, anon_sym_for, anon_sym_if, anon_sym_loop, anon_sym_match, anon_sym_return, anon_sym_union, anon_sym_unsafe, anon_sym_while, anon_sym_SQUOTE, anon_sym_DASH, anon_sym_move, anon_sym_true, anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, [20223] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2533), 17, sym_raw_string_literal, sym_float_literal, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_DASH_GT, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_PIPE, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, ACTIONS(2531), 38, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_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_break, anon_sym_continue, anon_sym_default, anon_sym_for, anon_sym_if, anon_sym_loop, anon_sym_match, anon_sym_return, anon_sym_union, anon_sym_unsafe, anon_sym_while, anon_sym_SQUOTE, anon_sym_DASH, anon_sym_move, anon_sym_true, anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, [20287] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(563), 18, sym_raw_string_literal, sym_float_literal, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, ACTIONS(2535), 37, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_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_break, anon_sym_continue, anon_sym_default, anon_sym_for, anon_sym_if, anon_sym_loop, anon_sym_match, anon_sym_return, anon_sym_union, anon_sym_unsafe, anon_sym_while, anon_sym_SQUOTE, anon_sym_move, anon_sym_true, anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, [20351] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2539), 17, sym_raw_string_literal, sym_float_literal, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_DASH_GT, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_PIPE, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, ACTIONS(2537), 38, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_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_break, anon_sym_continue, anon_sym_default, anon_sym_for, anon_sym_if, anon_sym_loop, anon_sym_match, anon_sym_return, anon_sym_union, anon_sym_unsafe, anon_sym_while, anon_sym_SQUOTE, anon_sym_DASH, anon_sym_move, anon_sym_true, anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, [20415] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1657), 15, sym_raw_string_literal, sym_float_literal, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_DOT_DOT_DOT, anon_sym_DASH, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, ACTIONS(1659), 38, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_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_impl, anon_sym_union, anon_sym_unsafe, anon_sym_extern, anon_sym_ref, anon_sym__, anon_sym_SQUOTE, anon_sym_dyn, sym_mutable_specifier, anon_sym_DOT_DOT, anon_sym_true, anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, [20477] = 28, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2541), 1, sym_identifier, ACTIONS(2543), 1, anon_sym_SEMI, ACTIONS(2545), 1, anon_sym_macro_rules_BANG, ACTIONS(2547), 1, anon_sym_RBRACE, ACTIONS(2549), 1, anon_sym_const, ACTIONS(2551), 1, anon_sym_enum, ACTIONS(2553), 1, anon_sym_fn, ACTIONS(2555), 1, anon_sym_impl, ACTIONS(2557), 1, anon_sym_let, ACTIONS(2559), 1, anon_sym_mod, ACTIONS(2561), 1, anon_sym_static, ACTIONS(2563), 1, anon_sym_struct, ACTIONS(2565), 1, anon_sym_trait, ACTIONS(2567), 1, anon_sym_type, ACTIONS(2569), 1, anon_sym_union, ACTIONS(2571), 1, anon_sym_unsafe, ACTIONS(2573), 1, anon_sym_use, ACTIONS(2575), 1, anon_sym_POUND, ACTIONS(2577), 1, anon_sym_extern, ACTIONS(2579), 1, sym_crate, STATE(1264), 1, sym_visibility_modifier, STATE(1430), 1, sym_extern_modifier, STATE(1482), 1, aux_sym_function_modifiers_repeat1, STATE(2403), 1, sym_function_modifiers, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(751), 2, anon_sym_async, anon_sym_default, STATE(710), 22, sym_empty_statement, sym_macro_definition, sym_attribute_item, sym_inner_attribute_item, sym_mod_item, sym_foreign_mod_item, sym_struct_item, sym_union_item, sym_enum_item, sym_extern_crate_declaration, sym_const_item, sym_static_item, sym_type_item, sym_function_item, sym_function_signature_item, sym_impl_item, sym_trait_item, sym_associated_type, sym_let_declaration, sym_use_declaration, sym_macro_invocation, aux_sym_declaration_list_repeat1, [20585] = 28, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2541), 1, sym_identifier, ACTIONS(2543), 1, anon_sym_SEMI, ACTIONS(2545), 1, anon_sym_macro_rules_BANG, ACTIONS(2549), 1, anon_sym_const, ACTIONS(2551), 1, anon_sym_enum, ACTIONS(2553), 1, anon_sym_fn, ACTIONS(2555), 1, anon_sym_impl, ACTIONS(2557), 1, anon_sym_let, ACTIONS(2559), 1, anon_sym_mod, ACTIONS(2561), 1, anon_sym_static, ACTIONS(2563), 1, anon_sym_struct, ACTIONS(2565), 1, anon_sym_trait, ACTIONS(2567), 1, anon_sym_type, ACTIONS(2569), 1, anon_sym_union, ACTIONS(2571), 1, anon_sym_unsafe, ACTIONS(2573), 1, anon_sym_use, ACTIONS(2575), 1, anon_sym_POUND, ACTIONS(2577), 1, anon_sym_extern, ACTIONS(2579), 1, sym_crate, ACTIONS(2581), 1, anon_sym_RBRACE, STATE(1264), 1, sym_visibility_modifier, STATE(1430), 1, sym_extern_modifier, STATE(1482), 1, aux_sym_function_modifiers_repeat1, STATE(2403), 1, sym_function_modifiers, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(751), 2, anon_sym_async, anon_sym_default, STATE(711), 22, sym_empty_statement, sym_macro_definition, sym_attribute_item, sym_inner_attribute_item, sym_mod_item, sym_foreign_mod_item, sym_struct_item, sym_union_item, sym_enum_item, sym_extern_crate_declaration, sym_const_item, sym_static_item, sym_type_item, sym_function_item, sym_function_signature_item, sym_impl_item, sym_trait_item, sym_associated_type, sym_let_declaration, sym_use_declaration, sym_macro_invocation, aux_sym_declaration_list_repeat1, [20693] = 28, ACTIONS(2583), 1, sym_identifier, ACTIONS(2586), 1, anon_sym_SEMI, ACTIONS(2589), 1, anon_sym_macro_rules_BANG, ACTIONS(2592), 1, anon_sym_RBRACE, ACTIONS(2597), 1, anon_sym_const, ACTIONS(2600), 1, anon_sym_enum, ACTIONS(2603), 1, anon_sym_fn, ACTIONS(2606), 1, anon_sym_impl, ACTIONS(2609), 1, anon_sym_let, ACTIONS(2612), 1, anon_sym_mod, ACTIONS(2615), 1, anon_sym_pub, ACTIONS(2618), 1, anon_sym_static, ACTIONS(2621), 1, anon_sym_struct, ACTIONS(2624), 1, anon_sym_trait, ACTIONS(2627), 1, anon_sym_type, ACTIONS(2630), 1, anon_sym_union, ACTIONS(2633), 1, anon_sym_unsafe, ACTIONS(2636), 1, anon_sym_use, ACTIONS(2639), 1, anon_sym_POUND, ACTIONS(2642), 1, anon_sym_extern, ACTIONS(2645), 1, sym_crate, STATE(1264), 1, sym_visibility_modifier, STATE(1430), 1, sym_extern_modifier, STATE(1482), 1, aux_sym_function_modifiers_repeat1, STATE(2403), 1, sym_function_modifiers, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2594), 2, anon_sym_async, anon_sym_default, STATE(709), 22, sym_empty_statement, sym_macro_definition, sym_attribute_item, sym_inner_attribute_item, sym_mod_item, sym_foreign_mod_item, sym_struct_item, sym_union_item, sym_enum_item, sym_extern_crate_declaration, sym_const_item, sym_static_item, sym_type_item, sym_function_item, sym_function_signature_item, sym_impl_item, sym_trait_item, sym_associated_type, sym_let_declaration, sym_use_declaration, sym_macro_invocation, aux_sym_declaration_list_repeat1, [20801] = 28, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2541), 1, sym_identifier, ACTIONS(2543), 1, anon_sym_SEMI, ACTIONS(2545), 1, anon_sym_macro_rules_BANG, ACTIONS(2549), 1, anon_sym_const, ACTIONS(2551), 1, anon_sym_enum, ACTIONS(2553), 1, anon_sym_fn, ACTIONS(2555), 1, anon_sym_impl, ACTIONS(2557), 1, anon_sym_let, ACTIONS(2559), 1, anon_sym_mod, ACTIONS(2561), 1, anon_sym_static, ACTIONS(2563), 1, anon_sym_struct, ACTIONS(2565), 1, anon_sym_trait, ACTIONS(2567), 1, anon_sym_type, ACTIONS(2569), 1, anon_sym_union, ACTIONS(2571), 1, anon_sym_unsafe, ACTIONS(2573), 1, anon_sym_use, ACTIONS(2575), 1, anon_sym_POUND, ACTIONS(2577), 1, anon_sym_extern, ACTIONS(2579), 1, sym_crate, ACTIONS(2648), 1, anon_sym_RBRACE, STATE(1264), 1, sym_visibility_modifier, STATE(1430), 1, sym_extern_modifier, STATE(1482), 1, aux_sym_function_modifiers_repeat1, STATE(2403), 1, sym_function_modifiers, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(751), 2, anon_sym_async, anon_sym_default, STATE(709), 22, sym_empty_statement, sym_macro_definition, sym_attribute_item, sym_inner_attribute_item, sym_mod_item, sym_foreign_mod_item, sym_struct_item, sym_union_item, sym_enum_item, sym_extern_crate_declaration, sym_const_item, sym_static_item, sym_type_item, sym_function_item, sym_function_signature_item, sym_impl_item, sym_trait_item, sym_associated_type, sym_let_declaration, sym_use_declaration, sym_macro_invocation, aux_sym_declaration_list_repeat1, [20909] = 28, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2541), 1, sym_identifier, ACTIONS(2543), 1, anon_sym_SEMI, ACTIONS(2545), 1, anon_sym_macro_rules_BANG, ACTIONS(2549), 1, anon_sym_const, ACTIONS(2551), 1, anon_sym_enum, ACTIONS(2553), 1, anon_sym_fn, ACTIONS(2555), 1, anon_sym_impl, ACTIONS(2557), 1, anon_sym_let, ACTIONS(2559), 1, anon_sym_mod, ACTIONS(2561), 1, anon_sym_static, ACTIONS(2563), 1, anon_sym_struct, ACTIONS(2565), 1, anon_sym_trait, ACTIONS(2567), 1, anon_sym_type, ACTIONS(2569), 1, anon_sym_union, ACTIONS(2571), 1, anon_sym_unsafe, ACTIONS(2573), 1, anon_sym_use, ACTIONS(2575), 1, anon_sym_POUND, ACTIONS(2577), 1, anon_sym_extern, ACTIONS(2579), 1, sym_crate, ACTIONS(2650), 1, anon_sym_RBRACE, STATE(1264), 1, sym_visibility_modifier, STATE(1430), 1, sym_extern_modifier, STATE(1482), 1, aux_sym_function_modifiers_repeat1, STATE(2403), 1, sym_function_modifiers, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(751), 2, anon_sym_async, anon_sym_default, STATE(709), 22, sym_empty_statement, sym_macro_definition, sym_attribute_item, sym_inner_attribute_item, sym_mod_item, sym_foreign_mod_item, sym_struct_item, sym_union_item, sym_enum_item, sym_extern_crate_declaration, sym_const_item, sym_static_item, sym_type_item, sym_function_item, sym_function_signature_item, sym_impl_item, sym_trait_item, sym_associated_type, sym_let_declaration, sym_use_declaration, sym_macro_invocation, aux_sym_declaration_list_repeat1, [21017] = 9, ACTIONS(2654), 1, anon_sym_LPAREN, ACTIONS(2658), 1, anon_sym_BANG, ACTIONS(2660), 1, anon_sym_LT, ACTIONS(2662), 1, anon_sym_COLON_COLON, STATE(733), 1, sym_parameters, STATE(741), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2656), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2652), 28, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21086] = 7, ACTIONS(2658), 1, anon_sym_BANG, ACTIONS(2664), 1, anon_sym_LBRACE, ACTIONS(2666), 1, anon_sym_COLON_COLON, STATE(801), 1, sym_field_initializer_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(521), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(519), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21150] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2670), 16, anon_sym_COLON, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2668), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_in, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21206] = 8, ACTIONS(2654), 1, anon_sym_LPAREN, ACTIONS(2660), 1, anon_sym_LT, ACTIONS(2662), 1, anon_sym_COLON_COLON, STATE(733), 1, sym_parameters, STATE(741), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2674), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2672), 28, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21272] = 8, ACTIONS(2654), 1, anon_sym_LPAREN, ACTIONS(2660), 1, anon_sym_LT, ACTIONS(2662), 1, anon_sym_COLON_COLON, STATE(733), 1, sym_parameters, STATE(741), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2678), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2676), 28, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21338] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2314), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2316), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_in, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21393] = 7, ACTIONS(2654), 1, anon_sym_LPAREN, ACTIONS(2660), 1, anon_sym_LT, STATE(738), 1, sym_parameters, STATE(739), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2682), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2680), 28, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21456] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2278), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2280), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_in, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21511] = 5, ACTIONS(2688), 1, anon_sym_SQUOTE, STATE(804), 1, sym_loop_label, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2686), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2684), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21570] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2270), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2272), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_in, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21625] = 7, ACTIONS(2654), 1, anon_sym_LPAREN, ACTIONS(2660), 1, anon_sym_LT, STATE(738), 1, sym_parameters, STATE(739), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2692), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2690), 28, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21688] = 7, ACTIONS(2654), 1, anon_sym_LPAREN, ACTIONS(2660), 1, anon_sym_LT, STATE(738), 1, sym_parameters, STATE(739), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2696), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2694), 28, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21751] = 5, ACTIONS(2698), 1, anon_sym_else, STATE(859), 1, sym__else_tail, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(391), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(389), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21810] = 5, ACTIONS(2698), 1, anon_sym_else, STATE(772), 1, sym__else_tail, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(397), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(395), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21869] = 4, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2702), 2, anon_sym_LBRACE, anon_sym_COLON_COLON, ACTIONS(2704), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2700), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21925] = 4, ACTIONS(2708), 1, anon_sym_LBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2710), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2706), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [21981] = 4, ACTIONS(2712), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2692), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2690), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22037] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2716), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2714), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DASH_GT, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22091] = 7, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2724), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2718), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22153] = 4, ACTIONS(2732), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2730), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2728), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22209] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2736), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2734), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DASH_GT, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22263] = 4, ACTIONS(2742), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2740), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2738), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22319] = 4, ACTIONS(2748), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2746), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2744), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22375] = 4, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2754), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, ACTIONS(2752), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2750), 23, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22431] = 4, ACTIONS(2760), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2758), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2756), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22487] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2764), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2762), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22541] = 4, ACTIONS(2770), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2768), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2766), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22597] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2774), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2772), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22651] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2778), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2776), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22705] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2782), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2780), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22759] = 4, ACTIONS(2788), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2786), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2784), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22815] = 4, ACTIONS(2794), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2792), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2790), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22871] = 4, ACTIONS(2800), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2798), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2796), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22927] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2804), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2802), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [22981] = 4, ACTIONS(2806), 1, anon_sym_LBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2808), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2800), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23037] = 4, ACTIONS(2810), 1, anon_sym_LBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2670), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2668), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23093] = 4, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2812), 2, anon_sym_LBRACE, anon_sym_COLON_COLON, ACTIONS(2704), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2700), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23149] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2816), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2814), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23203] = 4, ACTIONS(2818), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(521), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(519), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23259] = 4, ACTIONS(2712), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2696), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2694), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23315] = 4, ACTIONS(2824), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2822), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2820), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23371] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2828), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2826), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DASH_GT, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23425] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2832), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2830), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23479] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(405), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(403), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_else, [23533] = 4, ACTIONS(2834), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2696), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2694), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23589] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2838), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2836), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DASH_GT, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23643] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(401), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(399), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_else, [23697] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(409), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(407), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_else, [23751] = 4, ACTIONS(2668), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2842), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2840), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23807] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2846), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2844), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DASH_GT, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23861] = 7, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2850), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2848), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23923] = 7, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2854), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2852), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [23985] = 4, ACTIONS(2712), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2682), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2680), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24041] = 4, ACTIONS(2706), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2858), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2856), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24097] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1041), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(1043), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24151] = 7, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2862), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2860), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24213] = 4, ACTIONS(2868), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2866), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2864), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24269] = 4, ACTIONS(2870), 1, anon_sym_LBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2872), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2868), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24325] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2876), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2874), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24378] = 9, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2862), 9, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2860), 26, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24443] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(483), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(481), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24496] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2884), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2882), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24549] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(477), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24602] = 16, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2862), 2, anon_sym_EQ, anon_sym_DOT_DOT, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2860), 21, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24681] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(441), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(439), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24734] = 15, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2862), 2, anon_sym_EQ, anon_sym_DOT_DOT, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2860), 22, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24811] = 17, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2902), 2, anon_sym_EQ, anon_sym_DOT_DOT, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2900), 20, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24892] = 10, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2862), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_CARET, ACTIONS(2860), 26, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [24959] = 13, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2862), 4, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT_DOT, ACTIONS(2860), 26, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25032] = 19, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2908), 1, anon_sym_EQ, ACTIONS(2912), 1, anon_sym_DOT_DOT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2906), 18, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25117] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2916), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2914), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25170] = 17, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(345), 2, anon_sym_EQ, anon_sym_DOT_DOT, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(343), 20, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25251] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2842), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2840), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25304] = 4, ACTIONS(2918), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(521), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(519), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25359] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(467), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(465), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25412] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2682), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2680), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25465] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2922), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2920), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25518] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2926), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2924), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25571] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(529), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(527), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25624] = 8, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2862), 11, anon_sym_PLUS, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2860), 26, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25687] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2930), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2928), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25740] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2934), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2932), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25793] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(491), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(489), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25846] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2938), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2936), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25899] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2942), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2940), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [25952] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2946), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2944), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26005] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2950), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2948), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26058] = 4, ACTIONS(2952), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2752), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2750), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26113] = 19, ACTIONS(299), 1, anon_sym_EQ, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(293), 18, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26198] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2956), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2954), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26251] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(459), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(457), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26304] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(511), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(509), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26357] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2960), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2958), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26410] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(495), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(493), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26463] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2964), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2962), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26516] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2968), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2966), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26569] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2972), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2970), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26622] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(499), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(497), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26675] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2976), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2974), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26728] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2980), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2978), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26781] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2984), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2982), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26834] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2988), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2986), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26887] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2992), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2990), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26940] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2996), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2994), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [26993] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3000), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2998), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27046] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3004), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3002), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27099] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3008), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3006), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27152] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3012), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3010), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27205] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3014), 6, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COMMA, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27296] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2692), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2690), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27349] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(475), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(473), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27402] = 11, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2862), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_CARET, ACTIONS(2860), 26, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27471] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(507), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(505), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27524] = 12, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2894), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2862), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT_DOT, anon_sym_PIPE, ACTIONS(2860), 26, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27595] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3026), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3024), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27648] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(433), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(431), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27701] = 19, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3030), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3028), 18, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27786] = 19, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3034), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3032), 18, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27871] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3038), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3036), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27924] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(503), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(501), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [27977] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3042), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3040), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28030] = 4, ACTIONS(3044), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(521), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(519), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28085] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3048), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3046), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28138] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3052), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3050), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28191] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3056), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3054), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28244] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3060), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3058), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28297] = 19, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3064), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3062), 18, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28382] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2704), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2700), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28435] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3068), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3066), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28488] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(525), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(523), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28541] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3072), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3070), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28594] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(451), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(449), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28647] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3076), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3074), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28700] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3080), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3078), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28753] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3084), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3082), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28806] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3088), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3086), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28859] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3092), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3090), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28912] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3096), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3094), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [28965] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3100), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3098), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29018] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(437), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(435), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29071] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(487), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(485), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29124] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3104), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3102), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29177] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3108), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3106), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29230] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3112), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3110), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29283] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(463), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(461), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29336] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3116), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3114), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29389] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3120), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3118), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29442] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(471), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(469), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29495] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3124), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3122), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29548] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3128), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3126), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29601] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3132), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3130), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29654] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3136), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3134), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29707] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3140), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3138), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29760] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(537), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(535), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29813] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3088), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(3086), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29866] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3142), 6, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COMMA, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [29957] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2752), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2750), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [30010] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3146), 12, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_EQ, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3144), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_where, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [30062] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3150), 12, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_EQ, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3148), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_where, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [30114] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3154), 12, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_EQ, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3152), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_where, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [30166] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3158), 12, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_EQ, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3156), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_where, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [30218] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3162), 12, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_EQ, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3160), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_where, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [30270] = 5, ACTIONS(3164), 1, anon_sym_POUND, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(874), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, ACTIONS(2400), 9, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(2398), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_pub, anon_sym_unsafe, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [30326] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3169), 12, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_EQ, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3167), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_where, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [30378] = 7, ACTIONS(2664), 1, anon_sym_LBRACE, ACTIONS(2666), 1, anon_sym_COLON_COLON, ACTIONS(3171), 1, anon_sym_BANG, STATE(801), 1, sym_field_initializer_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(521), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(519), 24, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [30438] = 20, ACTIONS(75), 1, anon_sym_LT, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3173), 1, sym_identifier, ACTIONS(3177), 1, anon_sym_LPAREN, ACTIONS(3179), 1, anon_sym_STAR, ACTIONS(3183), 1, anon_sym_for, ACTIONS(3185), 1, anon_sym_AMP, ACTIONS(3187), 1, sym_metavariable, STATE(1728), 1, sym_scoped_type_identifier, STATE(1781), 1, sym_generic_type, STATE(1802), 1, sym_where_predicate, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2290), 1, sym_scoped_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3175), 2, anon_sym_SEMI, anon_sym_LBRACE, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, STATE(2145), 5, sym_higher_ranked_trait_bound, sym_lifetime, sym_tuple_type, sym_reference_type, sym_pointer_type, ACTIONS(3181), 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, [30523] = 25, ACTIONS(681), 1, anon_sym_RBRACK, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3189), 1, anon_sym_SEMI, ACTIONS(3191), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, STATE(1798), 1, aux_sym_array_expression_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [30618] = 20, ACTIONS(75), 1, anon_sym_LT, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3173), 1, sym_identifier, ACTIONS(3177), 1, anon_sym_LPAREN, ACTIONS(3179), 1, anon_sym_STAR, ACTIONS(3183), 1, anon_sym_for, ACTIONS(3185), 1, anon_sym_AMP, ACTIONS(3187), 1, sym_metavariable, STATE(1728), 1, sym_scoped_type_identifier, STATE(1781), 1, sym_generic_type, STATE(1802), 1, sym_where_predicate, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2290), 1, sym_scoped_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3193), 2, anon_sym_SEMI, anon_sym_LBRACE, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, STATE(2145), 5, sym_higher_ranked_trait_bound, sym_lifetime, sym_tuple_type, sym_reference_type, sym_pointer_type, ACTIONS(3181), 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, [30703] = 25, ACTIONS(411), 1, anon_sym_RBRACK, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3195), 1, anon_sym_SEMI, ACTIONS(3197), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, STATE(1751), 1, aux_sym_array_expression_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [30798] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2936), 10, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_PLUS, anon_sym_STAR, anon_sym_BANG, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(2938), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_extern, anon_sym_dyn, sym_mutable_specifier, sym_identifier, sym_self, sym_super, sym_crate, [30848] = 20, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(3199), 1, sym_identifier, ACTIONS(3203), 1, sym_metavariable, STATE(722), 1, sym_scoped_type_identifier, STATE(728), 1, sym_generic_type, STATE(821), 1, sym_function_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, ACTIONS(3201), 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, [30932] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1657), 10, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_POUND, anon_sym_BANG, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(1659), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_pub, anon_sym_unsafe, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [30982] = 24, ACTIONS(513), 1, anon_sym_RPAREN, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3205), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, STATE(1774), 1, aux_sym_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [31074] = 4, ACTIONS(3211), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3209), 14, sym_raw_string_literal, sym_float_literal, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_POUND, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, ACTIONS(3207), 26, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_ref, anon_sym__, sym_mutable_specifier, anon_sym_true, anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, [31126] = 20, ACTIONS(75), 1, anon_sym_LT, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(3187), 1, sym_metavariable, ACTIONS(3213), 1, sym_identifier, STATE(1024), 1, sym_for_lifetimes, STATE(1255), 1, sym_scoped_type_identifier, STATE(1296), 1, sym_generic_type, STATE(1326), 1, sym_function_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, ACTIONS(3215), 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, [31210] = 24, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3217), 1, anon_sym_RPAREN, ACTIONS(3219), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, STATE(1928), 1, aux_sym_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [31302] = 20, ACTIONS(75), 1, anon_sym_LT, ACTIONS(755), 1, anon_sym_fn, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(3187), 1, sym_metavariable, ACTIONS(3221), 1, sym_identifier, STATE(1024), 1, sym_for_lifetimes, STATE(1260), 1, sym_scoped_type_identifier, STATE(1298), 1, sym_generic_type, STATE(1309), 1, sym_function_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2289), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, ACTIONS(3215), 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, [31386] = 20, ACTIONS(75), 1, anon_sym_LT, ACTIONS(757), 1, anon_sym_for, ACTIONS(769), 1, anon_sym_extern, ACTIONS(2350), 1, anon_sym_fn, ACTIONS(2356), 1, anon_sym_COLON_COLON, ACTIONS(3203), 1, sym_metavariable, ACTIONS(3223), 1, sym_identifier, STATE(718), 1, sym_scoped_type_identifier, STATE(764), 1, sym_generic_type, STATE(787), 1, sym_function_type, STATE(1023), 1, sym_for_lifetimes, STATE(2242), 1, sym_function_modifiers, STATE(2245), 1, sym_scoped_identifier, STATE(2333), 1, sym_bracketed_type, STATE(2334), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(2364), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, ACTIONS(3201), 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, [31470] = 6, ACTIONS(2658), 1, anon_sym_BANG, ACTIONS(3225), 1, anon_sym_COLON_COLON, STATE(801), 1, sym_field_initializer_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(521), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(519), 23, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [31526] = 4, ACTIONS(3231), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3229), 14, sym_raw_string_literal, sym_float_literal, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_POUND, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, ACTIONS(3227), 26, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_ref, anon_sym__, sym_mutable_specifier, anon_sym_true, anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, [31578] = 23, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3233), 1, anon_sym_SEMI, ACTIONS(3235), 1, anon_sym_RBRACE, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [31667] = 23, ACTIONS(295), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, STATE(841), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [31756] = 23, ACTIONS(837), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(203), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [31845] = 23, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3233), 1, anon_sym_SEMI, ACTIONS(3265), 1, anon_sym_RBRACE, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [31934] = 23, ACTIONS(295), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, STATE(865), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [32023] = 23, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, ACTIONS(3267), 1, anon_sym_LBRACE, STATE(225), 1, sym_match_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [32112] = 23, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3233), 1, anon_sym_SEMI, ACTIONS(3269), 1, anon_sym_RBRACE, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [32201] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3271), 2, anon_sym_RPAREN, anon_sym_COMMA, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [32288] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3229), 14, sym_raw_string_literal, sym_float_literal, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_POUND, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, ACTIONS(3227), 26, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_ref, anon_sym__, sym_mutable_specifier, anon_sym_true, anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, [32337] = 23, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, ACTIONS(3273), 1, anon_sym_LBRACE, STATE(803), 1, sym_match_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [32426] = 23, ACTIONS(257), 1, anon_sym_RBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3233), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [32515] = 23, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(25), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [32604] = 23, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(47), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [32693] = 23, ACTIONS(837), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(209), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [32782] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3275), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [32869] = 23, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3233), 1, anon_sym_SEMI, ACTIONS(3277), 1, anon_sym_RBRACE, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [32958] = 23, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(59), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [33047] = 23, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3279), 1, anon_sym_RPAREN, ACTIONS(3281), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [33136] = 23, ACTIONS(283), 1, anon_sym_RBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3233), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [33225] = 23, ACTIONS(837), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(224), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [33314] = 23, ACTIONS(295), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(790), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [33403] = 23, ACTIONS(279), 1, anon_sym_RBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3233), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [33492] = 19, ACTIONS(75), 1, anon_sym_LT, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3173), 1, sym_identifier, ACTIONS(3177), 1, anon_sym_LPAREN, ACTIONS(3179), 1, anon_sym_STAR, ACTIONS(3183), 1, anon_sym_for, ACTIONS(3185), 1, anon_sym_AMP, ACTIONS(3187), 1, sym_metavariable, STATE(1723), 1, sym_where_predicate, STATE(1728), 1, sym_scoped_type_identifier, STATE(1781), 1, sym_generic_type, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2290), 1, sym_scoped_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, STATE(2145), 5, sym_higher_ranked_trait_bound, sym_lifetime, sym_tuple_type, sym_reference_type, sym_pointer_type, ACTIONS(3181), 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, [33573] = 23, ACTIONS(837), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(210), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [33662] = 23, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(33), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [33751] = 23, ACTIONS(837), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(213), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [33840] = 23, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(26), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [33929] = 23, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3233), 1, anon_sym_SEMI, ACTIONS(3283), 1, anon_sym_RBRACE, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [34018] = 4, ACTIONS(3285), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2752), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2750), 23, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [34069] = 23, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3287), 1, anon_sym_RPAREN, ACTIONS(3289), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [34158] = 23, ACTIONS(265), 1, anon_sym_RBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3233), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [34247] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3291), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [34334] = 23, ACTIONS(837), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(204), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [34423] = 23, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3293), 1, anon_sym_RBRACE, ACTIONS(3295), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [34512] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3297), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [34599] = 23, ACTIONS(545), 1, anon_sym_RPAREN, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3289), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [34688] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3209), 14, sym_raw_string_literal, sym_float_literal, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_POUND, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, ACTIONS(3207), 26, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_ref, anon_sym__, sym_mutable_specifier, anon_sym_true, anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, [34737] = 23, ACTIONS(295), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, STATE(827), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [34826] = 23, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, ACTIONS(3299), 1, anon_sym_LBRACE, STATE(53), 1, sym_match_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [34915] = 16, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(3301), 1, sym_identifier, ACTIONS(3303), 1, anon_sym_RPAREN, ACTIONS(3307), 1, anon_sym_COMMA, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3315), 1, sym_metavariable, STATE(1484), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(3313), 3, sym_self, sym_super, sym_crate, ACTIONS(3311), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1801), 4, sym_meta_item, sym__literal, sym_string_literal, sym_boolean_literal, ACTIONS(3305), 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, [34990] = 23, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(44), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [35079] = 23, ACTIONS(261), 1, anon_sym_RBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3233), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [35168] = 23, ACTIONS(295), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, STATE(852), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [35257] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3317), 2, anon_sym_RPAREN, anon_sym_COMMA, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [35344] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3319), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [35431] = 19, ACTIONS(75), 1, anon_sym_LT, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3173), 1, sym_identifier, ACTIONS(3177), 1, anon_sym_LPAREN, ACTIONS(3179), 1, anon_sym_STAR, ACTIONS(3183), 1, anon_sym_for, ACTIONS(3185), 1, anon_sym_AMP, ACTIONS(3187), 1, sym_metavariable, STATE(1728), 1, sym_scoped_type_identifier, STATE(1781), 1, sym_generic_type, STATE(1802), 1, sym_where_predicate, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2290), 1, sym_scoped_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, STATE(2145), 5, sym_higher_ranked_trait_bound, sym_lifetime, sym_tuple_type, sym_reference_type, sym_pointer_type, ACTIONS(3181), 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, [35512] = 23, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(56), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [35601] = 23, ACTIONS(295), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, STATE(822), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [35690] = 23, ACTIONS(837), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(219), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [35779] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3321), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [35866] = 23, ACTIONS(549), 1, anon_sym_RPAREN, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3289), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [35955] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3323), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [36042] = 23, ACTIONS(295), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(725), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [36131] = 23, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(57), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [36220] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3325), 2, anon_sym_RBRACK, anon_sym_COMMA, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [36307] = 23, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3327), 1, anon_sym_RBRACE, ACTIONS(3329), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [36396] = 23, ACTIONS(295), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(724), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [36485] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3331), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [36572] = 23, ACTIONS(837), 1, anon_sym_LBRACE, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(215), 1, sym_block, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [36661] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3333), 1, anon_sym_RBRACK, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [36747] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3335), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [36833] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3337), 1, anon_sym_RBRACK, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [36919] = 8, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2862), 11, anon_sym_PLUS, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2860), 21, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [36977] = 12, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2862), 5, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT_DOT, anon_sym_PIPE, ACTIONS(2860), 21, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [37043] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3339), 1, anon_sym_RBRACK, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [37129] = 11, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_AMP, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2862), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_CARET, ACTIONS(2860), 21, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [37193] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3341), 1, anon_sym_EQ_GT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [37279] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3343), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [37365] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3345), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [37451] = 9, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2862), 9, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2860), 21, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [37511] = 19, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3034), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3032), 13, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [37591] = 15, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3347), 1, sym_identifier, ACTIONS(3355), 1, sym_metavariable, STATE(1419), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(3353), 3, sym_self, sym_super, sym_crate, ACTIONS(3351), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1355), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, ACTIONS(3349), 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, [37663] = 15, ACTIONS(75), 1, anon_sym_LT, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3357), 1, sym_identifier, ACTIONS(3361), 1, sym_metavariable, STATE(1547), 1, sym_scoped_identifier, STATE(2231), 1, sym_bracketed_type, STATE(2259), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1093), 2, anon_sym_true, anon_sym_false, ACTIONS(3359), 3, sym_self, sym_super, sym_crate, ACTIONS(3351), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1355), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, ACTIONS(3349), 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, [37735] = 4, ACTIONS(2812), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2704), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2700), 23, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [37785] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3363), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [37871] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3367), 9, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3365), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [37919] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3369), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [38005] = 19, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2908), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2906), 13, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [38085] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3014), 1, anon_sym_LBRACE, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [38171] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3154), 9, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3152), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [38219] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3371), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [38305] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2710), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2706), 24, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [38353] = 13, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2862), 4, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT_DOT, ACTIONS(2860), 21, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [38421] = 4, ACTIONS(3375), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3377), 8, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3373), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [38471] = 10, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2862), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_PIPE, anon_sym_CARET, ACTIONS(2860), 21, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [38533] = 15, ACTIONS(75), 1, anon_sym_LT, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3379), 1, sym_identifier, ACTIONS(3387), 1, sym_metavariable, STATE(1535), 1, sym_scoped_identifier, STATE(2231), 1, sym_bracketed_type, STATE(2259), 1, sym_generic_type_with_turbofish, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1093), 2, anon_sym_true, anon_sym_false, ACTIONS(3385), 3, sym_self, sym_super, sym_crate, ACTIONS(3383), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1370), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, ACTIONS(3381), 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, [38605] = 4, ACTIONS(3389), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(521), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(519), 23, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [38655] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3391), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [38741] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3393), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [38827] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3395), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [38913] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2872), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2868), 24, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [38961] = 4, ACTIONS(3397), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(521), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(519), 23, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [39011] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3399), 1, anon_sym_EQ_GT, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [39097] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3401), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [39183] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3403), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [39269] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3405), 1, anon_sym_RBRACK, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [39355] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3407), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [39441] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3409), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [39527] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3411), 1, anon_sym_RBRACK, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [39613] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3413), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [39699] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3289), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [39785] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3146), 9, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3144), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [39833] = 4, ACTIONS(3415), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3377), 8, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_LT, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3373), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [39883] = 17, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2902), 2, anon_sym_EQ, anon_sym_DOT_DOT, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2900), 15, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [39959] = 15, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2862), 2, anon_sym_EQ, anon_sym_DOT_DOT, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2860), 17, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [40031] = 15, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(3301), 1, sym_identifier, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3315), 1, sym_metavariable, ACTIONS(3417), 1, anon_sym_RPAREN, STATE(1484), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(3313), 3, sym_self, sym_super, sym_crate, ACTIONS(3419), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(2146), 4, sym_meta_item, sym__literal, sym_string_literal, sym_boolean_literal, ACTIONS(3305), 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, [40103] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3421), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [40189] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3423), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [40275] = 17, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(345), 2, anon_sym_EQ, anon_sym_DOT_DOT, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(343), 15, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [40351] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3425), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [40437] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3142), 1, anon_sym_LBRACE, ACTIONS(3241), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3263), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [40523] = 15, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(789), 1, anon_sym_DASH, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3427), 1, sym_identifier, ACTIONS(3431), 1, sym_metavariable, STATE(1412), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(3429), 3, sym_self, sym_super, sym_crate, ACTIONS(3383), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(1370), 4, sym__literal_pattern, sym_negative_literal, sym_string_literal, sym_boolean_literal, ACTIONS(3381), 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, [40595] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3433), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [40681] = 19, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3030), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3028), 13, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [40761] = 4, ACTIONS(3435), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2752), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2750), 23, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [40811] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3439), 9, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3437), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [40859] = 15, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(3301), 1, sym_identifier, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3315), 1, sym_metavariable, ACTIONS(3441), 1, anon_sym_RPAREN, STATE(1484), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(3313), 3, sym_self, sym_super, sym_crate, ACTIONS(3419), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(2146), 4, sym_meta_item, sym__literal, sym_string_literal, sym_boolean_literal, ACTIONS(3305), 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, [40931] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3233), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [41017] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3445), 9, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, anon_sym_BANG, anon_sym_LT, anon_sym_COLON_COLON, anon_sym_AMP, anon_sym_SQUOTE, sym_metavariable, ACTIONS(3443), 30, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_i128, anon_sym_isize, anon_sym_usize, anon_sym_f32, anon_sym_f64, anon_sym_bool, anon_sym_str, anon_sym_char, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_for, anon_sym_impl, anon_sym_unsafe, anon_sym_extern, anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, [41065] = 16, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2862), 2, anon_sym_EQ, anon_sym_DOT_DOT, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(2860), 16, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [41139] = 19, ACTIONS(299), 1, anon_sym_EQ, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(293), 13, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [41219] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2808), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2800), 24, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [41267] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3447), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [41353] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3449), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [41439] = 19, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(3064), 1, anon_sym_EQ, ACTIONS(3245), 1, anon_sym_AMP, ACTIONS(3249), 1, anon_sym_DOT_DOT, ACTIONS(3251), 1, anon_sym_AMP_AMP, ACTIONS(3253), 1, anon_sym_PIPE_PIPE, ACTIONS(3255), 1, anon_sym_PIPE, ACTIONS(3257), 1, anon_sym_CARET, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3237), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3243), 2, anon_sym_LT, anon_sym_GT, ACTIONS(3247), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3261), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(3239), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(3259), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3062), 13, anon_sym_LBRACE, anon_sym_QMARK, anon_sym_as, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [41519] = 4, ACTIONS(2702), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2704), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2700), 23, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [41569] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3451), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [41655] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2670), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_AMP, anon_sym_DOT_DOT, anon_sym_DASH, anon_sym_PIPE, anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_DOT, ACTIONS(2668), 24, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, anon_sym_as, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [41703] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3453), 1, anon_sym_SEMI, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [41789] = 22, ACTIONS(2720), 1, anon_sym_LPAREN, ACTIONS(2722), 1, anon_sym_LBRACK, ACTIONS(2726), 1, anon_sym_DOT, ACTIONS(2888), 1, anon_sym_AMP, ACTIONS(2890), 1, anon_sym_AMP_AMP, ACTIONS(2892), 1, anon_sym_PIPE, ACTIONS(2894), 1, anon_sym_CARET, ACTIONS(2904), 1, anon_sym_PIPE_PIPE, ACTIONS(2912), 1, anon_sym_DOT_DOT, ACTIONS(3016), 1, anon_sym_QMARK, ACTIONS(3018), 1, anon_sym_as, ACTIONS(3020), 1, anon_sym_EQ, ACTIONS(3455), 1, anon_sym_COMMA, STATE(815), 1, sym_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2878), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(2886), 2, anon_sym_LT, anon_sym_GT, ACTIONS(2898), 2, anon_sym_LT_LT, anon_sym_GT_GT, ACTIONS(2910), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2880), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, ACTIONS(2896), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, ACTIONS(3022), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, [41875] = 14, ACTIONS(75), 1, anon_sym_LT, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(3301), 1, sym_identifier, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3315), 1, sym_metavariable, STATE(1484), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(93), 2, anon_sym_true, anon_sym_false, ACTIONS(3313), 3, sym_self, sym_super, sym_crate, ACTIONS(3419), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, STATE(2146), 4, sym_meta_item, sym__literal, sym_string_literal, sym_boolean_literal, ACTIONS(3305), 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, [41944] = 17, ACTIONS(75), 1, anon_sym_LT, ACTIONS(769), 1, anon_sym_extern, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(3187), 1, sym_metavariable, ACTIONS(3457), 1, sym_identifier, ACTIONS(3459), 1, anon_sym_fn, STATE(1670), 1, sym_scoped_type_identifier, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2266), 1, sym_function_modifiers, STATE(2290), 1, sym_scoped_identifier, STATE(2311), 1, sym_generic_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, ACTIONS(3215), 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, [42019] = 17, ACTIONS(75), 1, anon_sym_LT, ACTIONS(769), 1, anon_sym_extern, ACTIONS(1085), 1, anon_sym_COLON_COLON, ACTIONS(3187), 1, sym_metavariable, ACTIONS(3461), 1, sym_identifier, ACTIONS(3463), 1, anon_sym_fn, STATE(1676), 1, sym_scoped_type_identifier, STATE(2237), 1, sym_bracketed_type, STATE(2238), 1, sym_generic_type_with_turbofish, STATE(2290), 1, sym_scoped_identifier, STATE(2311), 1, sym_generic_type, STATE(2329), 1, sym_function_modifiers, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1482), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(1095), 3, sym_self, sym_super, sym_crate, ACTIONS(751), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, ACTIONS(3215), 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, [42094] = 15, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3465), 1, sym_identifier, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(3469), 1, anon_sym_RBRACE, ACTIONS(3471), 1, anon_sym_STAR, ACTIONS(3475), 1, anon_sym_COMMA, ACTIONS(3477), 1, anon_sym_COLON_COLON, ACTIONS(3481), 1, sym_metavariable, STATE(1632), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3479), 3, sym_self, sym_super, sym_crate, STATE(1942), 5, sym__use_clause, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, ACTIONS(3473), 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, [42163] = 14, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3465), 1, sym_identifier, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(3471), 1, anon_sym_STAR, ACTIONS(3477), 1, anon_sym_COLON_COLON, ACTIONS(3481), 1, sym_metavariable, ACTIONS(3483), 1, anon_sym_RBRACE, STATE(1632), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3479), 3, sym_self, sym_super, sym_crate, STATE(2112), 5, sym__use_clause, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, ACTIONS(3473), 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, [42229] = 14, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3465), 1, sym_identifier, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(3471), 1, anon_sym_STAR, ACTIONS(3477), 1, anon_sym_COLON_COLON, ACTIONS(3481), 1, sym_metavariable, ACTIONS(3485), 1, anon_sym_RBRACE, STATE(1632), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3479), 3, sym_self, sym_super, sym_crate, STATE(2112), 5, sym__use_clause, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, ACTIONS(3473), 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, [42295] = 13, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3465), 1, sym_identifier, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(3471), 1, anon_sym_STAR, ACTIONS(3477), 1, anon_sym_COLON_COLON, ACTIONS(3481), 1, sym_metavariable, STATE(1632), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3479), 3, sym_self, sym_super, sym_crate, STATE(2291), 5, sym__use_clause, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, ACTIONS(3473), 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, [42358] = 13, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3465), 1, sym_identifier, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(3471), 1, anon_sym_STAR, ACTIONS(3477), 1, anon_sym_COLON_COLON, ACTIONS(3481), 1, sym_metavariable, STATE(1632), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3479), 3, sym_self, sym_super, sym_crate, STATE(2112), 5, sym__use_clause, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, ACTIONS(3473), 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, [42421] = 13, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3465), 1, sym_identifier, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(3471), 1, anon_sym_STAR, ACTIONS(3477), 1, anon_sym_COLON_COLON, ACTIONS(3481), 1, sym_metavariable, STATE(1632), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3479), 3, sym_self, sym_super, sym_crate, STATE(2380), 5, sym__use_clause, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, ACTIONS(3473), 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, [42484] = 13, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3465), 1, sym_identifier, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(3471), 1, anon_sym_STAR, ACTIONS(3477), 1, anon_sym_COLON_COLON, ACTIONS(3481), 1, sym_metavariable, STATE(1632), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3479), 3, sym_self, sym_super, sym_crate, STATE(2262), 5, sym__use_clause, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, ACTIONS(3473), 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, [42547] = 13, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3465), 1, sym_identifier, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(3471), 1, anon_sym_STAR, ACTIONS(3477), 1, anon_sym_COLON_COLON, ACTIONS(3481), 1, sym_metavariable, STATE(1632), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3479), 3, sym_self, sym_super, sym_crate, STATE(2331), 5, sym__use_clause, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, ACTIONS(3473), 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, [42610] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3489), 3, anon_sym_LT, anon_sym_COLON_COLON, sym_metavariable, ACTIONS(3487), 27, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_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_unsafe, anon_sym_extern, sym_identifier, sym_self, sym_super, sym_crate, [42649] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3493), 3, anon_sym_LT, anon_sym_COLON_COLON, sym_metavariable, ACTIONS(3491), 27, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_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_unsafe, anon_sym_extern, sym_identifier, sym_self, sym_super, sym_crate, [42688] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3497), 3, anon_sym_LT, anon_sym_COLON_COLON, sym_metavariable, ACTIONS(3495), 27, anon_sym_u8, anon_sym_i8, anon_sym_u16, anon_sym_i16, anon_sym_u32, anon_sym_i32, anon_sym_u64, anon_sym_i64, anon_sym_u128, anon_sym_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_unsafe, anon_sym_extern, sym_identifier, sym_self, sym_super, sym_crate, [42727] = 11, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3301), 1, sym_identifier, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3315), 1, sym_metavariable, STATE(1484), 1, sym_scoped_identifier, STATE(2185), 1, sym_meta_item, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3313), 3, sym_self, sym_super, sym_crate, ACTIONS(3305), 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, [42780] = 11, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3301), 1, sym_identifier, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3315), 1, sym_metavariable, STATE(1484), 1, sym_scoped_identifier, STATE(2228), 1, sym_meta_item, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3313), 3, sym_self, sym_super, sym_crate, ACTIONS(3305), 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, [42833] = 11, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3301), 1, sym_identifier, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3315), 1, sym_metavariable, STATE(1484), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, STATE(2420), 1, sym_meta_item, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3313), 3, sym_self, sym_super, sym_crate, ACTIONS(3305), 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, [42886] = 11, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3301), 1, sym_identifier, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3315), 1, sym_metavariable, STATE(1484), 1, sym_scoped_identifier, STATE(2202), 1, sym_meta_item, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3313), 3, sym_self, sym_super, sym_crate, ACTIONS(3305), 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, [42939] = 11, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3301), 1, sym_identifier, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3315), 1, sym_metavariable, STATE(1484), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2337), 1, sym_meta_item, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3313), 3, sym_self, sym_super, sym_crate, ACTIONS(3305), 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, [42992] = 11, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3301), 1, sym_identifier, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3315), 1, sym_metavariable, STATE(1484), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, STATE(2375), 1, sym_meta_item, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3313), 3, sym_self, sym_super, sym_crate, ACTIONS(3305), 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, [43045] = 11, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3301), 1, sym_identifier, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3315), 1, sym_metavariable, STATE(1484), 1, sym_scoped_identifier, STATE(2225), 1, sym_meta_item, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3313), 3, sym_self, sym_super, sym_crate, ACTIONS(3305), 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, [43098] = 10, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3499), 1, sym_identifier, ACTIONS(3505), 1, sym_metavariable, STATE(2160), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3503), 3, sym_self, sym_super, sym_crate, ACTIONS(3501), 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, [43148] = 10, ACTIONS(75), 1, anon_sym_LT, ACTIONS(3309), 1, anon_sym_COLON_COLON, ACTIONS(3507), 1, sym_identifier, ACTIONS(3513), 1, sym_metavariable, STATE(2173), 1, sym_scoped_identifier, STATE(2259), 1, sym_generic_type_with_turbofish, STATE(2338), 1, sym_bracketed_type, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3511), 3, sym_self, sym_super, sym_crate, ACTIONS(3509), 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, [43198] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1915), 6, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, anon_sym_EQ, anon_sym_COMMA, ACTIONS(1917), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43232] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1251), 6, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, anon_sym_EQ, anon_sym_COMMA, ACTIONS(1253), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43266] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1231), 6, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, anon_sym_EQ, anon_sym_COMMA, ACTIONS(1233), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43300] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1307), 6, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, anon_sym_EQ, anon_sym_COMMA, ACTIONS(1309), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43334] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1749), 6, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, anon_sym_EQ, anon_sym_COMMA, ACTIONS(1751), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43368] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1401), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1403), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43400] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1837), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1839), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43432] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1625), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1627), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43464] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1155), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1157), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43496] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1509), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1511), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43528] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1159), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1161), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43560] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1183), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1185), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43592] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1521), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1523), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43624] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1681), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1683), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43656] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1713), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1715), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43688] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1207), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1209), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43720] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1653), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1655), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43752] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1931), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1933), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43784] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1939), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1941), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43816] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1885), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1887), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43848] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1275), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1277), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43880] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1677), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1679), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43912] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1689), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1691), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43944] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1693), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1695), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [43976] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1881), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1883), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44008] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1263), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1265), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44040] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1697), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1699), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44072] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1243), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1245), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44104] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1701), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1703), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44136] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1147), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1149), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44168] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1869), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1871), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44200] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1901), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1903), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44232] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1889), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1891), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44264] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1849), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1851), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44296] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1845), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1847), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44328] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1841), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1843), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44360] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1785), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1787), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44392] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1725), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1727), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44424] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1649), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1651), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44456] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1781), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1783), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44488] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1645), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1647), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44520] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1629), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1631), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44552] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1613), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1615), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44584] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1773), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1775), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44616] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1597), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1599), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44648] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1757), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1759), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44680] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1585), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1587), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44712] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1753), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1755), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44744] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1741), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1743), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44776] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1601), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1603), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44808] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1553), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1555), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44840] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1745), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1747), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44872] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1561), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1563), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44904] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1557), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1559), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44936] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1545), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1547), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [44968] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1537), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1539), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45000] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1171), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1173), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45032] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1525), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1527), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45064] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1175), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1177), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45096] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1429), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1431), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45128] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1777), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1779), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45160] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1421), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1423), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45192] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1179), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1181), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45224] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1255), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1257), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45256] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1501), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1503), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45288] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1417), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1419), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45320] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1259), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1261), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45352] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1405), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1407), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45384] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1271), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1273), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45416] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1385), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1387), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45448] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1637), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1639), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45480] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1377), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1379), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45512] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1279), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1281), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45544] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1283), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1285), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45576] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1303), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1305), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45608] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1315), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1317), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45640] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1389), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1391), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45672] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1413), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1415), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45704] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1357), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1359), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45736] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1549), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1551), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45768] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1323), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1325), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45800] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1605), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1607), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45832] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1621), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1623), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45864] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1311), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1313), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45896] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1541), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1543), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45928] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1223), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1225), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45960] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1673), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1675), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [45992] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1219), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1221), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46024] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1709), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1711), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46056] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1761), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1763), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46088] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1793), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1795), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46120] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1805), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1807), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46152] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1813), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1815), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46184] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1821), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1823), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46216] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1833), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1835), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46248] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1857), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1859), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46280] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1861), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1863), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46312] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1199), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1201), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46344] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1191), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1193), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46376] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1905), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1907), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46408] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1927), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1929), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46440] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1943), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1945), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46472] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1919), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1921), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46504] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1167), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1169), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46536] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1493), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1495), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46568] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1897), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1899), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46600] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1505), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1507), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46632] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1893), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1895), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46664] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1393), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1395), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46696] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1877), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1879), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46728] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1873), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1875), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46760] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1829), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1831), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46792] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1825), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1827), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46824] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1935), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1937), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46856] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1513), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1515), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46888] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1817), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1819), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46920] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1593), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1595), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46952] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1609), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1611), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [46984] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1685), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1687), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47016] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1801), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1803), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47048] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1267), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1269), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47080] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1789), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1791), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47112] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1477), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1479), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47144] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1923), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1925), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47176] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1911), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1913), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47208] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1151), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1153), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47240] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1797), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1799), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47272] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(457), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(459), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47304] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1737), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1739), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47336] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(439), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(441), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47368] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1733), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1735), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47400] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1765), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1767), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47432] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1705), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1707), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47464] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1669), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1671), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47496] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1665), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1667), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47528] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1641), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1643), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47560] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1633), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1635), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47592] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1617), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1619), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47624] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1581), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1583), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47656] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(399), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(401), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47688] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1577), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1579), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47720] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(407), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(409), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47752] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1809), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1811), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47784] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(403), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(405), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47816] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1573), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1575), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47848] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1569), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1571), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47880] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1657), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1659), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47912] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1565), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1567), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47944] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1195), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1197), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [47976] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1533), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1535), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48008] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1529), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1531), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48040] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1497), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1499), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48072] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1489), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1491), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48104] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1485), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1487), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48136] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1481), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1483), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48168] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(477), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(479), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48200] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1291), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1293), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48232] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1473), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1475), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48264] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1469), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1471), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48296] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1465), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1467), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48328] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1461), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1463), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48360] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1457), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1459), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48392] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1453), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1455), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48424] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1449), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1451), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48456] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1295), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1297), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48488] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1339), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1341), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48520] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1441), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1443), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48552] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1437), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1439), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48584] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1433), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1435), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48616] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1425), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1427), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48648] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1409), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1411), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48680] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1517), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1519), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48712] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1381), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1383), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48744] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1373), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1375), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48776] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1369), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1371), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48808] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1365), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1367), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48840] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1397), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1399), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48872] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1865), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1867), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48904] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1353), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1355), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48936] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1299), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1301), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [48968] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1349), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1351), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49000] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1335), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1337), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49032] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1331), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1333), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49064] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1327), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1329), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49096] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1319), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1321), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49128] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1287), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1289), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49160] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1589), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1591), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49192] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1247), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1249), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49224] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1239), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1241), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49256] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1445), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1447), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49288] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1235), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1237), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49320] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1345), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1347), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49352] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1227), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1229), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49384] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1215), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1217), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49416] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1361), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1363), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49448] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1211), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1213), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49480] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1203), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1205), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49512] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1661), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1663), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49544] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1729), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1731), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49576] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1187), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1189), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49608] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1163), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1165), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49640] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1717), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1719), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49672] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1853), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1855), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49704] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1769), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1771), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49736] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(1721), 4, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, anon_sym_POUND, ACTIONS(1723), 19, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_enum, anon_sym_fn, anon_sym_impl, anon_sym_let, anon_sym_mod, anon_sym_pub, anon_sym_static, anon_sym_struct, anon_sym_trait, anon_sym_type, anon_sym_union, anon_sym_unsafe, anon_sym_use, anon_sym_extern, sym_identifier, sym_crate, [49768] = 9, ACTIONS(2656), 1, anon_sym_COLON, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2652), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [49808] = 8, ACTIONS(2674), 1, anon_sym_COLON, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2672), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [49845] = 8, ACTIONS(2678), 1, anon_sym_COLON, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2676), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [49882] = 4, ACTIONS(2706), 1, anon_sym_COLON_COLON, ACTIONS(2858), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2856), 15, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_for, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, [49910] = 4, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2710), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(2856), 2, anon_sym_LBRACE, anon_sym_LT, ACTIONS(2706), 13, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_if, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_in, anon_sym_DOT_DOT_EQ, anon_sym_PIPE, [49938] = 6, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, STATE(1271), 1, sym_type_arguments, STATE(1293), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2680), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [49970] = 17, ACTIONS(3525), 1, anon_sym_const, ACTIONS(3527), 1, anon_sym_enum, ACTIONS(3529), 1, anon_sym_fn, ACTIONS(3531), 1, anon_sym_mod, ACTIONS(3533), 1, anon_sym_static, ACTIONS(3535), 1, anon_sym_struct, ACTIONS(3537), 1, anon_sym_trait, ACTIONS(3539), 1, anon_sym_type, ACTIONS(3541), 1, anon_sym_union, ACTIONS(3543), 1, anon_sym_unsafe, ACTIONS(3545), 1, anon_sym_use, ACTIONS(3547), 1, anon_sym_extern, STATE(1424), 1, sym_extern_modifier, STATE(1482), 1, aux_sym_function_modifiers_repeat1, STATE(2196), 1, sym_function_modifiers, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3523), 2, anon_sym_async, anon_sym_default, [50024] = 4, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2796), 2, anon_sym_LBRACE, anon_sym_LT, ACTIONS(2808), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(2800), 13, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_if, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_in, anon_sym_DOT_DOT_EQ, anon_sym_PIPE, [50052] = 4, ACTIONS(2866), 1, anon_sym_COLON, ACTIONS(2868), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2864), 15, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_for, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, [50080] = 4, ACTIONS(2668), 1, anon_sym_COLON_COLON, ACTIONS(2842), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2840), 15, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_for, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, [50108] = 6, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, STATE(1271), 1, sym_type_arguments, STATE(1293), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2690), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [50140] = 4, ACTIONS(2798), 1, anon_sym_COLON, ACTIONS(2800), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2796), 15, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_for, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, [50168] = 6, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, STATE(1271), 1, sym_type_arguments, STATE(1293), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [50200] = 4, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2864), 2, anon_sym_LBRACE, anon_sym_LT, ACTIONS(2872), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(2868), 13, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_if, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_in, anon_sym_DOT_DOT_EQ, anon_sym_PIPE, [50228] = 17, ACTIONS(3549), 1, anon_sym_const, ACTIONS(3551), 1, anon_sym_enum, ACTIONS(3553), 1, anon_sym_fn, ACTIONS(3555), 1, anon_sym_mod, ACTIONS(3557), 1, anon_sym_static, ACTIONS(3559), 1, anon_sym_struct, ACTIONS(3561), 1, anon_sym_trait, ACTIONS(3563), 1, anon_sym_type, ACTIONS(3565), 1, anon_sym_union, ACTIONS(3567), 1, anon_sym_unsafe, ACTIONS(3569), 1, anon_sym_use, ACTIONS(3571), 1, anon_sym_extern, STATE(1437), 1, sym_extern_modifier, STATE(1482), 1, aux_sym_function_modifiers_repeat1, STATE(2411), 1, sym_function_modifiers, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3523), 2, anon_sym_async, anon_sym_default, [50282] = 4, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2670), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(2840), 2, anon_sym_LBRACE, anon_sym_LT, ACTIONS(2668), 13, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_if, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_in, anon_sym_DOT_DOT_EQ, anon_sym_PIPE, [50310] = 10, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3575), 1, anon_sym_LPAREN, ACTIONS(3577), 1, anon_sym_LBRACE, ACTIONS(3579), 1, anon_sym_COLON, ACTIONS(3581), 1, anon_sym_COLON_COLON, ACTIONS(3585), 1, anon_sym_AT, STATE(1273), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3573), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_EQ, anon_sym_COMMA, anon_sym_in, [50349] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2316), 16, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_if, anon_sym_unsafe, anon_sym_COMMA, anon_sym_extern, anon_sym_GT, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_PIPE, [50372] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2272), 16, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_if, anon_sym_unsafe, anon_sym_COMMA, anon_sym_extern, anon_sym_GT, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_PIPE, [50395] = 3, ACTIONS(3587), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3373), 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, [50420] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2840), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_for, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, [50443] = 3, ACTIONS(2774), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2772), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_for, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON_COLON, anon_sym_PIPE, [50467] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2936), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, sym_mutable_specifier, anon_sym_PIPE, sym_self, [50489] = 3, ACTIONS(2782), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2780), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_for, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON_COLON, anon_sym_PIPE, [50513] = 3, ACTIONS(2764), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2762), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_for, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON_COLON, anon_sym_PIPE, [50537] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3365), 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, [50559] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3443), 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, [50581] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3373), 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, [50603] = 3, ACTIONS(2778), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2776), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_for, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON_COLON, anon_sym_PIPE, [50627] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3437), 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, [50649] = 3, ACTIONS(2804), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2802), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_for, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON_COLON, anon_sym_PIPE, [50673] = 3, ACTIONS(2918), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3377), 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, [50697] = 4, ACTIONS(2758), 1, anon_sym_COLON, ACTIONS(3589), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2756), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [50722] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2710), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(2706), 12, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_as, anon_sym_if, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_in, anon_sym_PIPE, [50745] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2826), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_DASH_GT, anon_sym_GT, anon_sym_PIPE, [50766] = 3, ACTIONS(3591), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2744), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [50789] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2836), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_DASH_GT, anon_sym_GT, anon_sym_PIPE, [50810] = 3, ACTIONS(3593), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2790), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [50833] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2844), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_DASH_GT, anon_sym_GT, anon_sym_PIPE, [50854] = 12, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3577), 1, anon_sym_LBRACE, ACTIONS(3579), 1, anon_sym_COLON, ACTIONS(3585), 1, anon_sym_AT, ACTIONS(3595), 1, anon_sym_LPAREN, ACTIONS(3597), 1, anon_sym_COLON_COLON, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2652), 3, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COMMA, [50895] = 4, ACTIONS(2696), 1, anon_sym_COLON, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [50920] = 13, ACTIONS(2652), 1, anon_sym_PLUS, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3577), 1, anon_sym_LBRACE, ACTIONS(3579), 1, anon_sym_COLON, ACTIONS(3585), 1, anon_sym_AT, ACTIONS(3601), 1, anon_sym_LPAREN, ACTIONS(3606), 1, anon_sym_COLON_COLON, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3603), 2, anon_sym_RPAREN, anon_sym_COMMA, [50963] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2808), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(2800), 12, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_as, anon_sym_if, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_in, anon_sym_PIPE, [50986] = 3, ACTIONS(3608), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2766), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51009] = 13, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3573), 1, anon_sym_COMMA, ACTIONS(3577), 1, anon_sym_LBRACE, ACTIONS(3585), 1, anon_sym_AT, ACTIONS(3603), 1, anon_sym_RBRACK, ACTIONS(3610), 1, anon_sym_LPAREN, ACTIONS(3612), 1, anon_sym_COLON_COLON, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2652), 2, anon_sym_SEMI, anon_sym_PLUS, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [51052] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2734), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_DASH_GT, anon_sym_GT, anon_sym_PIPE, [51073] = 4, ACTIONS(2682), 1, anon_sym_COLON, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2680), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51098] = 3, ACTIONS(3614), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2728), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51121] = 4, ACTIONS(2692), 1, anon_sym_COLON, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2690), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51146] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2714), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_DASH_GT, anon_sym_GT, anon_sym_PIPE, [51167] = 3, ACTIONS(3616), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2784), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51190] = 3, ACTIONS(3618), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2738), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51213] = 4, ACTIONS(2696), 1, anon_sym_COLON, ACTIONS(3415), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51238] = 3, ACTIONS(3620), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2820), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51261] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2872), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(2868), 12, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_as, anon_sym_if, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_in, anon_sym_PIPE, [51284] = 14, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, ACTIONS(3622), 1, anon_sym_COLON, ACTIONS(3624), 1, anon_sym_EQ, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_GT, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, STATE(1778), 1, sym_trait_bounds, STATE(1779), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2652), 2, anon_sym_PLUS, anon_sym_as, [51329] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3106), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51349] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3110), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51369] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(439), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51389] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2690), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51409] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3138), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51429] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(477), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51449] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2962), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51469] = 10, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3575), 1, anon_sym_LPAREN, ACTIONS(3577), 1, anon_sym_LBRACE, ACTIONS(3579), 1, anon_sym_COLON, ACTIONS(3581), 1, anon_sym_COLON_COLON, ACTIONS(3632), 1, anon_sym_AT, STATE(1273), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3630), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3573), 4, anon_sym_EQ_GT, anon_sym_if, anon_sym_COMMA, anon_sym_PIPE, [51505] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3066), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51525] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3114), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51545] = 3, ACTIONS(3636), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3634), 12, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_in, anon_sym_DOT_DOT_EQ, anon_sym_PIPE, [51567] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(457), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51587] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3098), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51607] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3086), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51627] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3086), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51647] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3102), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51667] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3094), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51687] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3074), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51707] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3006), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51727] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3082), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51747] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2680), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51767] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3090), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51787] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3078), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51807] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3058), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51827] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3054), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51847] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2924), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51867] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3050), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS, anon_sym_as, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, anon_sym_PIPE, [51887] = 6, ACTIONS(3575), 1, anon_sym_LPAREN, ACTIONS(3579), 1, anon_sym_COLON, ACTIONS(3638), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3573), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_EQ, anon_sym_COMMA, anon_sym_in, [51914] = 10, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3575), 1, anon_sym_LPAREN, ACTIONS(3577), 1, anon_sym_LBRACE, ACTIONS(3581), 1, anon_sym_COLON_COLON, ACTIONS(3632), 1, anon_sym_AT, ACTIONS(3640), 1, anon_sym_BANG, STATE(1273), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3630), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3573), 3, anon_sym_EQ_GT, anon_sym_if, anon_sym_PIPE, [51949] = 4, ACTIONS(3646), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3644), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(3642), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [51972] = 4, ACTIONS(3646), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3650), 2, anon_sym_COLON, anon_sym_EQ, ACTIONS(3648), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [51995] = 5, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(3654), 1, sym_crate, STATE(1448), 1, sym_string_literal, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3652), 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, [52019] = 3, ACTIONS(3658), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3656), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52039] = 3, ACTIONS(3662), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3660), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52059] = 3, ACTIONS(3666), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3664), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52079] = 3, ACTIONS(3670), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3668), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52099] = 3, ACTIONS(3674), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3672), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52119] = 3, ACTIONS(3678), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3676), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52139] = 3, ACTIONS(3682), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3680), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52159] = 3, ACTIONS(3686), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3684), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52179] = 5, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(3688), 1, sym_crate, STATE(1448), 1, sym_string_literal, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3652), 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, [52203] = 3, ACTIONS(3692), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3690), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52223] = 3, ACTIONS(3696), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3694), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52243] = 3, ACTIONS(3700), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3698), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52263] = 5, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(3702), 1, sym_crate, STATE(1448), 1, sym_string_literal, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3652), 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, [52287] = 3, ACTIONS(3706), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3704), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52307] = 3, ACTIONS(3710), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3708), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52327] = 3, ACTIONS(3714), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3712), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52347] = 3, ACTIONS(3718), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3716), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52367] = 3, ACTIONS(3722), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3720), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52387] = 3, ACTIONS(3726), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3724), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52407] = 5, ACTIONS(1091), 1, aux_sym_string_literal_token1, ACTIONS(3728), 1, sym_crate, STATE(1448), 1, sym_string_literal, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3652), 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, [52431] = 3, ACTIONS(3732), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3730), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52451] = 4, ACTIONS(3736), 1, anon_sym_pat, STATE(517), 1, sym_fragment_specifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3734), 9, anon_sym_ident, anon_sym_path, anon_sym_expr, anon_sym_ty, anon_sym_stmt, anon_sym_block, anon_sym_item, anon_sym_meta, anon_sym_tt, [52473] = 3, ACTIONS(3740), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3738), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52493] = 3, ACTIONS(3744), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3742), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52513] = 3, ACTIONS(3748), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3746), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52533] = 3, ACTIONS(3752), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3750), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52553] = 3, ACTIONS(3756), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3754), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52573] = 5, ACTIONS(3760), 1, anon_sym_COLON, ACTIONS(3762), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3764), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3758), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_EQ, anon_sym_COMMA, anon_sym_in, [52597] = 3, ACTIONS(3768), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3766), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52617] = 3, ACTIONS(3772), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3770), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52637] = 3, ACTIONS(3776), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3774), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52657] = 3, ACTIONS(3780), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3778), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52677] = 3, ACTIONS(3784), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3782), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_in, anon_sym_PIPE, [52697] = 5, ACTIONS(2670), 1, anon_sym_COLON, ACTIONS(3786), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2668), 3, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2840), 5, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_COMMA, anon_sym_LT, [52720] = 5, ACTIONS(2710), 1, anon_sym_COLON, ACTIONS(3789), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2706), 3, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2856), 5, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_COMMA, anon_sym_LT, [52743] = 9, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, ACTIONS(3792), 1, anon_sym_for, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2652), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [52774] = 4, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3789), 2, anon_sym_LPAREN, anon_sym_RBRACK, ACTIONS(2706), 4, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2856), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT, [52795] = 4, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3794), 2, anon_sym_LPAREN, anon_sym_RBRACK, ACTIONS(2796), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT, ACTIONS(2800), 4, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [52816] = 4, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3797), 2, anon_sym_LPAREN, anon_sym_RBRACK, ACTIONS(2864), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT, ACTIONS(2868), 4, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [52837] = 6, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(3537), 1, anon_sym_trait, ACTIONS(3800), 1, anon_sym_impl, STATE(38), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2754), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [52862] = 9, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, ACTIONS(3802), 1, anon_sym_for, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2652), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [52893] = 4, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3786), 2, anon_sym_LPAREN, anon_sym_RBRACK, ACTIONS(2668), 4, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2840), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT, [52914] = 9, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, ACTIONS(3804), 1, anon_sym_for, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2652), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [52945] = 8, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(3806), 1, sym_identifier, ACTIONS(3808), 1, anon_sym_RBRACE, ACTIONS(3810), 1, anon_sym_COMMA, ACTIONS(3812), 1, anon_sym_DOT_DOT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1693), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, STATE(1848), 3, sym_shorthand_field_initializer, sym_field_initializer, sym_base_field_initializer, [52974] = 10, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3814), 1, sym_identifier, ACTIONS(3816), 1, anon_sym_RBRACE, ACTIONS(3818), 1, anon_sym_COMMA, STATE(1947), 1, sym_enum_variant, STATE(2279), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1451), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [53007] = 5, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3822), 2, anon_sym_true, anon_sym_false, STATE(1789), 3, sym__literal, sym_string_literal, sym_boolean_literal, ACTIONS(3820), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, [53030] = 5, ACTIONS(91), 1, aux_sym_string_literal_token1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3822), 2, anon_sym_true, anon_sym_false, STATE(1794), 3, sym__literal, sym_string_literal, sym_boolean_literal, ACTIONS(3824), 4, sym_raw_string_literal, sym_float_literal, sym_integer_literal, sym_char_literal, [53053] = 9, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, ACTIONS(3826), 1, anon_sym_for, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2652), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [53084] = 9, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, ACTIONS(3828), 1, anon_sym_for, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2652), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [53115] = 9, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, ACTIONS(3830), 1, anon_sym_for, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2652), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [53146] = 5, ACTIONS(2872), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2864), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT, ACTIONS(2868), 3, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3797), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, [53169] = 10, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3814), 1, sym_identifier, ACTIONS(3832), 1, anon_sym_RBRACE, ACTIONS(3834), 1, anon_sym_COMMA, STATE(1792), 1, sym_enum_variant, STATE(2279), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1481), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [53202] = 9, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, ACTIONS(3836), 1, anon_sym_for, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2652), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [53233] = 5, ACTIONS(2670), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2668), 3, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2840), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT, ACTIONS(3786), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, [53256] = 5, ACTIONS(2808), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2796), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT, ACTIONS(2800), 3, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3794), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, [53279] = 10, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3838), 1, sym_identifier, ACTIONS(3840), 1, anon_sym_RBRACE, ACTIONS(3842), 1, anon_sym_COMMA, STATE(1825), 1, sym_field_declaration, STATE(2191), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1462), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [53312] = 5, ACTIONS(2710), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2706), 3, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2856), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT, ACTIONS(3789), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, [53335] = 10, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3838), 1, sym_identifier, ACTIONS(3844), 1, anon_sym_RBRACE, ACTIONS(3846), 1, anon_sym_COMMA, STATE(1989), 1, sym_field_declaration, STATE(2191), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1466), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [53368] = 9, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, ACTIONS(3848), 1, anon_sym_for, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2652), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [53399] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3573), 8, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COLON, anon_sym_EQ, anon_sym_COMMA, anon_sym_in, [53418] = 9, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3517), 1, anon_sym_BANG, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, ACTIONS(3850), 1, anon_sym_EQ, STATE(1273), 1, sym_type_arguments, STATE(1301), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2652), 3, anon_sym_PLUS, anon_sym_COMMA, anon_sym_GT, [53449] = 5, ACTIONS(2872), 1, anon_sym_COLON, ACTIONS(3797), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2868), 3, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2864), 5, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_COMMA, anon_sym_LT, [53472] = 5, ACTIONS(2808), 1, anon_sym_COLON, ACTIONS(3794), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2800), 3, anon_sym_COLON_COLON, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2796), 5, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_COMMA, anon_sym_LT, [53495] = 7, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3852), 1, anon_sym_LBRACE, STATE(1271), 1, sym_type_arguments, STATE(1293), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_PLUS, anon_sym_COMMA, [53522] = 9, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3854), 1, sym_identifier, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3858), 1, anon_sym_GT, ACTIONS(3860), 1, sym_metavariable, STATE(1722), 1, sym_lifetime, STATE(1999), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2136), 2, sym_const_parameter, sym_optional_type_parameter, [53552] = 9, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3838), 1, sym_identifier, ACTIONS(3862), 1, anon_sym_RBRACE, STATE(2048), 1, sym_field_declaration, STATE(2191), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1464), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [53582] = 4, ACTIONS(3784), 1, anon_sym_COLON, ACTIONS(3864), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3782), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_EQ, anon_sym_COMMA, anon_sym_in, [53602] = 9, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3854), 1, sym_identifier, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3860), 1, sym_metavariable, ACTIONS(3866), 1, anon_sym_GT, STATE(1738), 1, sym_lifetime, STATE(1999), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2136), 2, sym_const_parameter, sym_optional_type_parameter, [53632] = 9, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3814), 1, sym_identifier, ACTIONS(3868), 1, anon_sym_RBRACE, STATE(2111), 1, sym_enum_variant, STATE(2279), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1480), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [53662] = 9, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3838), 1, sym_identifier, ACTIONS(3870), 1, anon_sym_RBRACE, STATE(2048), 1, sym_field_declaration, STATE(2191), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1464), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [53692] = 10, ACTIONS(3872), 1, anon_sym_SEMI, ACTIONS(3874), 1, anon_sym_LPAREN, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3880), 1, anon_sym_LT, STATE(1138), 1, sym_field_declaration_list, STATE(1488), 1, sym_type_parameters, STATE(1994), 1, sym_ordered_field_declaration_list, STATE(2016), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [53724] = 9, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3838), 1, sym_identifier, ACTIONS(3882), 1, anon_sym_RBRACE, STATE(2048), 1, sym_field_declaration, STATE(2191), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1464), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [53754] = 9, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3854), 1, sym_identifier, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3860), 1, sym_metavariable, ACTIONS(3884), 1, anon_sym_GT, STATE(1738), 1, sym_lifetime, STATE(1999), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2136), 2, sym_const_parameter, sym_optional_type_parameter, [53784] = 4, ACTIONS(3784), 1, anon_sym_COLON, ACTIONS(3886), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3782), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_EQ, anon_sym_COMMA, anon_sym_in, [53804] = 4, ACTIONS(3784), 1, anon_sym_COLON, ACTIONS(3888), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3782), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_EQ, anon_sym_COMMA, anon_sym_in, [53824] = 4, ACTIONS(3722), 1, anon_sym_COLON, ACTIONS(3864), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3720), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_EQ, anon_sym_COMMA, anon_sym_in, [53844] = 10, ACTIONS(3874), 1, anon_sym_LPAREN, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(3890), 1, anon_sym_SEMI, ACTIONS(3892), 1, anon_sym_LBRACE, STATE(406), 1, sym_field_declaration_list, STATE(1499), 1, sym_type_parameters, STATE(1921), 1, sym_ordered_field_declaration_list, STATE(2150), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [53876] = 5, ACTIONS(3894), 1, anon_sym_SEMI, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(346), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2754), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [53898] = 9, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3814), 1, sym_identifier, ACTIONS(3898), 1, anon_sym_RBRACE, STATE(2111), 1, sym_enum_variant, STATE(2279), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1480), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [53928] = 9, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3838), 1, sym_identifier, ACTIONS(3900), 1, anon_sym_RBRACE, STATE(2048), 1, sym_field_declaration, STATE(2191), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1464), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [53958] = 4, ACTIONS(3722), 1, anon_sym_COLON, ACTIONS(3886), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3720), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_EQ, anon_sym_COMMA, anon_sym_in, [53978] = 4, ACTIONS(3722), 1, anon_sym_COLON, ACTIONS(3888), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3720), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_EQ, anon_sym_COMMA, anon_sym_in, [53998] = 9, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3854), 1, sym_identifier, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3860), 1, sym_metavariable, ACTIONS(3902), 1, anon_sym_GT, STATE(1738), 1, sym_lifetime, STATE(1999), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2136), 2, sym_const_parameter, sym_optional_type_parameter, [54028] = 9, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3814), 1, sym_identifier, ACTIONS(3904), 1, anon_sym_RBRACE, STATE(2111), 1, sym_enum_variant, STATE(2279), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1480), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [54058] = 9, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3854), 1, sym_identifier, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3860), 1, sym_metavariable, ACTIONS(3906), 1, anon_sym_GT, STATE(1738), 1, sym_lifetime, STATE(1999), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2136), 2, sym_const_parameter, sym_optional_type_parameter, [54088] = 7, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(3806), 1, sym_identifier, ACTIONS(3812), 1, anon_sym_DOT_DOT, ACTIONS(3908), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1693), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, STATE(2110), 3, sym_shorthand_field_initializer, sym_field_initializer, sym_base_field_initializer, [54114] = 5, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(3910), 1, anon_sym_SEMI, STATE(434), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2754), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [54136] = 9, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3814), 1, sym_identifier, ACTIONS(3912), 1, anon_sym_RBRACE, STATE(2111), 1, sym_enum_variant, STATE(2279), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1480), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [54166] = 9, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3838), 1, sym_identifier, ACTIONS(3914), 1, anon_sym_RBRACE, STATE(2048), 1, sym_field_declaration, STATE(2191), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1464), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [54196] = 9, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3854), 1, sym_identifier, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3860), 1, sym_metavariable, ACTIONS(3916), 1, anon_sym_GT, STATE(1738), 1, sym_lifetime, STATE(1999), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2136), 2, sym_const_parameter, sym_optional_type_parameter, [54226] = 9, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3854), 1, sym_identifier, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3860), 1, sym_metavariable, ACTIONS(3918), 1, anon_sym_GT, STATE(1738), 1, sym_lifetime, STATE(1999), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2136), 2, sym_const_parameter, sym_optional_type_parameter, [54256] = 9, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3814), 1, sym_identifier, ACTIONS(3920), 1, anon_sym_RBRACE, STATE(2111), 1, sym_enum_variant, STATE(2279), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1480), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [54286] = 5, ACTIONS(3922), 1, anon_sym_SEMI, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1231), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2754), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [54308] = 10, ACTIONS(3874), 1, anon_sym_LPAREN, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(3926), 1, anon_sym_SEMI, STATE(1089), 1, sym_field_declaration_list, STATE(1491), 1, sym_type_parameters, STATE(1916), 1, sym_ordered_field_declaration_list, STATE(2052), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [54340] = 9, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3838), 1, sym_identifier, ACTIONS(3928), 1, anon_sym_RBRACE, STATE(2048), 1, sym_field_declaration, STATE(2191), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1464), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [54370] = 5, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(3930), 1, anon_sym_move, STATE(41), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2754), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [54392] = 7, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(3806), 1, sym_identifier, ACTIONS(3812), 1, anon_sym_DOT_DOT, ACTIONS(3932), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1693), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, STATE(2110), 3, sym_shorthand_field_initializer, sym_field_initializer, sym_base_field_initializer, [54418] = 10, ACTIONS(3874), 1, anon_sym_LPAREN, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(3892), 1, anon_sym_LBRACE, ACTIONS(3934), 1, anon_sym_SEMI, STATE(348), 1, sym_field_declaration_list, STATE(1500), 1, sym_type_parameters, STATE(1940), 1, sym_ordered_field_declaration_list, STATE(2030), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [54450] = 9, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3814), 1, sym_identifier, ACTIONS(3936), 1, anon_sym_RBRACE, STATE(2111), 1, sym_enum_variant, STATE(2279), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1480), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [54480] = 5, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(3938), 1, anon_sym_SEMI, STATE(1062), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2754), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [54502] = 6, ACTIONS(3575), 1, anon_sym_LPAREN, ACTIONS(3579), 1, anon_sym_COLON, ACTIONS(3638), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3630), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3573), 4, anon_sym_EQ_GT, anon_sym_if, anon_sym_COMMA, anon_sym_PIPE, [54526] = 9, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3854), 1, sym_identifier, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3860), 1, sym_metavariable, ACTIONS(3940), 1, anon_sym_GT, STATE(1738), 1, sym_lifetime, STATE(1999), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2136), 2, sym_const_parameter, sym_optional_type_parameter, [54556] = 9, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3854), 1, sym_identifier, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3860), 1, sym_metavariable, ACTIONS(3942), 1, anon_sym_GT, STATE(1738), 1, sym_lifetime, STATE(1999), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2136), 2, sym_const_parameter, sym_optional_type_parameter, [54586] = 4, ACTIONS(1091), 1, aux_sym_string_literal_token1, STATE(1448), 1, sym_string_literal, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3652), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [54605] = 9, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(3946), 1, anon_sym_LT, STATE(1115), 1, sym_declaration_list, STATE(1586), 1, sym_type_parameters, STATE(1744), 1, sym_trait_bounds, STATE(2013), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [54634] = 9, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(3946), 1, anon_sym_LT, STATE(1212), 1, sym_declaration_list, STATE(1571), 1, sym_type_parameters, STATE(1672), 1, sym_trait_bounds, STATE(2074), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [54663] = 8, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3948), 1, sym_identifier, ACTIONS(3950), 1, sym_metavariable, STATE(1624), 1, sym_lifetime, STATE(1661), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1903), 2, sym_const_parameter, sym_optional_type_parameter, [54690] = 7, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3952), 1, anon_sym_for, STATE(1271), 1, sym_type_arguments, STATE(1293), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [54715] = 8, ACTIONS(3954), 1, anon_sym_LPAREN, ACTIONS(3959), 1, anon_sym_LBRACE, ACTIONS(3962), 1, anon_sym_LBRACK, STATE(1446), 1, aux_sym_macro_definition_repeat1, STATE(2285), 1, sym_token_tree_pattern, STATE(2332), 1, sym_macro_rule, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3957), 2, anon_sym_RPAREN, anon_sym_RBRACE, [54742] = 9, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(3946), 1, anon_sym_LT, STATE(353), 1, sym_declaration_list, STATE(1567), 1, sym_type_parameters, STATE(1724), 1, sym_trait_bounds, STATE(2027), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [54771] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3965), 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, [54786] = 9, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(3946), 1, anon_sym_LT, STATE(308), 1, sym_declaration_list, STATE(1546), 1, sym_type_parameters, STATE(1740), 1, sym_trait_bounds, STATE(2093), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [54815] = 6, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(3806), 1, sym_identifier, ACTIONS(3812), 1, anon_sym_DOT_DOT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1693), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, STATE(2110), 3, sym_shorthand_field_initializer, sym_field_initializer, sym_base_field_initializer, [54838] = 8, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3814), 1, sym_identifier, STATE(1982), 1, sym_enum_variant, STATE(2279), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(874), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [54865] = 8, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3967), 1, sym_identifier, ACTIONS(3969), 1, sym_metavariable, STATE(1530), 1, sym_lifetime, STATE(1711), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1797), 2, sym_const_parameter, sym_optional_type_parameter, [54892] = 7, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3971), 1, anon_sym_for, STATE(1271), 1, sym_type_arguments, STATE(1293), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [54917] = 4, ACTIONS(3975), 1, anon_sym_PLUS, STATE(1458), 1, aux_sym_trait_bounds_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3973), 6, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [54936] = 7, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3977), 1, anon_sym_for, STATE(1271), 1, sym_type_arguments, STATE(1293), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [54961] = 7, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3979), 1, anon_sym_for, STATE(1271), 1, sym_type_arguments, STATE(1293), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [54986] = 9, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(3946), 1, anon_sym_LT, STATE(359), 1, sym_declaration_list, STATE(1554), 1, sym_type_parameters, STATE(1685), 1, sym_trait_bounds, STATE(2156), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [55015] = 4, ACTIONS(3983), 1, anon_sym_PLUS, STATE(1458), 1, aux_sym_trait_bounds_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3981), 6, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [55034] = 4, ACTIONS(3988), 1, anon_sym_PLUS, STATE(1454), 1, aux_sym_trait_bounds_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3986), 6, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [55053] = 4, ACTIONS(3990), 1, anon_sym_PLUS, STATE(1454), 1, aux_sym_trait_bounds_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3986), 6, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [55072] = 4, ACTIONS(3975), 1, anon_sym_PLUS, STATE(1454), 1, aux_sym_trait_bounds_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3986), 6, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [55091] = 8, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3838), 1, sym_identifier, STATE(1880), 1, sym_field_declaration, STATE(2191), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(874), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [55118] = 9, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(3946), 1, anon_sym_LT, STATE(1087), 1, sym_declaration_list, STATE(1579), 1, sym_type_parameters, STATE(1680), 1, sym_trait_bounds, STATE(2051), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [55147] = 8, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3838), 1, sym_identifier, STATE(2026), 1, sym_field_declaration, STATE(2191), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(874), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [55174] = 5, ACTIONS(3995), 1, anon_sym_fn, ACTIONS(3997), 1, anon_sym_extern, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1465), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(3992), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, [55195] = 8, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3838), 1, sym_identifier, STATE(1909), 1, sym_field_declaration, STATE(2191), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(874), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [55222] = 7, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4000), 1, anon_sym_for, STATE(1271), 1, sym_type_arguments, STATE(1293), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [55247] = 8, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3967), 1, sym_identifier, ACTIONS(3969), 1, sym_metavariable, STATE(1597), 1, sym_lifetime, STATE(1711), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1797), 2, sym_const_parameter, sym_optional_type_parameter, [55274] = 5, ACTIONS(3760), 1, anon_sym_COLON, ACTIONS(3762), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4002), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3758), 4, anon_sym_EQ_GT, anon_sym_if, anon_sym_COMMA, anon_sym_PIPE, [55295] = 7, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4004), 1, anon_sym_for, STATE(1271), 1, sym_type_arguments, STATE(1293), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [55320] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2280), 8, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_GT, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_PIPE, [55335] = 7, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4006), 1, anon_sym_for, STATE(1271), 1, sym_type_arguments, STATE(1293), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [55360] = 8, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(4008), 1, sym_identifier, ACTIONS(4010), 1, anon_sym_RBRACE, ACTIONS(4012), 1, anon_sym_COMMA, ACTIONS(4014), 1, anon_sym_ref, ACTIONS(4016), 1, sym_mutable_specifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1749), 2, sym_field_pattern, sym_remaining_field_pattern, [55387] = 8, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(3854), 1, sym_identifier, ACTIONS(3856), 1, anon_sym_const, ACTIONS(3860), 1, sym_metavariable, STATE(1738), 1, sym_lifetime, STATE(1999), 1, sym_constrained_type_parameter, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2136), 2, sym_const_parameter, sym_optional_type_parameter, [55414] = 4, ACTIONS(3561), 1, anon_sym_trait, ACTIONS(4018), 1, anon_sym_impl, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2754), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [55433] = 8, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3838), 1, sym_identifier, STATE(2048), 1, sym_field_declaration, STATE(2191), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1464), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [55460] = 8, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(4008), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_ref, ACTIONS(4016), 1, sym_mutable_specifier, ACTIONS(4020), 1, anon_sym_RBRACE, ACTIONS(4022), 1, anon_sym_COMMA, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1770), 2, sym_field_pattern, sym_remaining_field_pattern, [55487] = 8, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3814), 1, sym_identifier, STATE(2111), 1, sym_enum_variant, STATE(2279), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1480), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [55514] = 7, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4024), 1, anon_sym_for, STATE(1271), 1, sym_type_arguments, STATE(1293), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [55539] = 8, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3814), 1, sym_identifier, STATE(2037), 1, sym_enum_variant, STATE(2279), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(874), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [55566] = 8, ACTIONS(51), 1, anon_sym_pub, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(2579), 1, sym_crate, ACTIONS(3814), 1, sym_identifier, STATE(1946), 1, sym_enum_variant, STATE(2279), 1, sym_visibility_modifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(874), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [55593] = 5, ACTIONS(4028), 1, anon_sym_fn, ACTIONS(4030), 1, anon_sym_extern, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(1465), 2, sym_extern_modifier, aux_sym_function_modifiers_repeat1, ACTIONS(4026), 4, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_unsafe, [55614] = 3, ACTIONS(4032), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2754), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [55630] = 6, ACTIONS(3888), 1, anon_sym_COLON_COLON, ACTIONS(4034), 1, anon_sym_LPAREN, ACTIONS(4038), 1, anon_sym_EQ, STATE(1891), 1, sym_meta_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4036), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [55652] = 7, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(4008), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_ref, ACTIONS(4016), 1, sym_mutable_specifier, ACTIONS(4040), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2067), 2, sym_field_pattern, sym_remaining_field_pattern, [55676] = 6, ACTIONS(3646), 1, anon_sym_COLON_COLON, ACTIONS(4034), 1, anon_sym_LPAREN, ACTIONS(4044), 1, anon_sym_EQ, STATE(1883), 1, sym_meta_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4042), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [55698] = 7, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(4008), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_ref, ACTIONS(4016), 1, sym_mutable_specifier, ACTIONS(4046), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2067), 2, sym_field_pattern, sym_remaining_field_pattern, [55722] = 8, ACTIONS(3874), 1, anon_sym_LPAREN, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4048), 1, anon_sym_SEMI, STATE(1205), 1, sym_field_declaration_list, STATE(1890), 1, sym_ordered_field_declaration_list, STATE(2071), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [55748] = 7, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(4008), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_ref, ACTIONS(4016), 1, sym_mutable_specifier, ACTIONS(4050), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2067), 2, sym_field_pattern, sym_remaining_field_pattern, [55772] = 8, ACTIONS(4052), 1, anon_sym_LPAREN, ACTIONS(4054), 1, anon_sym_RPAREN, ACTIONS(4056), 1, anon_sym_LBRACE, ACTIONS(4058), 1, anon_sym_LBRACK, STATE(1502), 1, aux_sym_macro_definition_repeat1, STATE(2129), 1, sym_macro_rule, STATE(2285), 1, sym_token_tree_pattern, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [55798] = 8, ACTIONS(3874), 1, anon_sym_LPAREN, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4060), 1, anon_sym_SEMI, STATE(1065), 1, sym_field_declaration_list, STATE(1991), 1, sym_ordered_field_declaration_list, STATE(2008), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [55824] = 6, ACTIONS(3864), 1, anon_sym_COLON_COLON, ACTIONS(4034), 1, anon_sym_LPAREN, ACTIONS(4038), 1, anon_sym_EQ, STATE(1891), 1, sym_meta_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4036), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [55846] = 8, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(3892), 1, anon_sym_LBRACE, ACTIONS(4062), 1, anon_sym_SEMI, STATE(362), 1, sym_field_declaration_list, STATE(1600), 1, sym_type_parameters, STATE(1996), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [55872] = 8, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(3892), 1, anon_sym_LBRACE, ACTIONS(4064), 1, anon_sym_SEMI, STATE(415), 1, sym_field_declaration_list, STATE(1642), 1, sym_type_parameters, STATE(1925), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [55898] = 3, ACTIONS(4066), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4068), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [55914] = 8, ACTIONS(4052), 1, anon_sym_LPAREN, ACTIONS(4056), 1, anon_sym_LBRACE, ACTIONS(4058), 1, anon_sym_LBRACK, ACTIONS(4070), 1, anon_sym_RBRACE, STATE(1526), 1, aux_sym_macro_definition_repeat1, STATE(2035), 1, sym_macro_rule, STATE(2285), 1, sym_token_tree_pattern, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [55940] = 6, ACTIONS(3886), 1, anon_sym_COLON_COLON, ACTIONS(4034), 1, anon_sym_LPAREN, ACTIONS(4038), 1, anon_sym_EQ, STATE(1891), 1, sym_meta_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4036), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [55962] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4072), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [55976] = 8, ACTIONS(3874), 1, anon_sym_LPAREN, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3892), 1, anon_sym_LBRACE, ACTIONS(4074), 1, anon_sym_SEMI, STATE(314), 1, sym_field_declaration_list, STATE(1935), 1, sym_ordered_field_declaration_list, STATE(2094), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56002] = 8, ACTIONS(3874), 1, anon_sym_LPAREN, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3892), 1, anon_sym_LBRACE, ACTIONS(4076), 1, anon_sym_SEMI, STATE(265), 1, sym_field_declaration_list, STATE(1837), 1, sym_ordered_field_declaration_list, STATE(2165), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56028] = 8, ACTIONS(4052), 1, anon_sym_LPAREN, ACTIONS(4056), 1, anon_sym_LBRACE, ACTIONS(4058), 1, anon_sym_LBRACK, ACTIONS(4078), 1, anon_sym_RPAREN, STATE(1446), 1, aux_sym_macro_definition_repeat1, STATE(2143), 1, sym_macro_rule, STATE(2285), 1, sym_token_tree_pattern, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56054] = 8, ACTIONS(4052), 1, anon_sym_LPAREN, ACTIONS(4056), 1, anon_sym_LBRACE, ACTIONS(4058), 1, anon_sym_LBRACK, ACTIONS(4080), 1, anon_sym_RPAREN, STATE(1446), 1, aux_sym_macro_definition_repeat1, STATE(2102), 1, sym_macro_rule, STATE(2285), 1, sym_token_tree_pattern, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56080] = 8, ACTIONS(4052), 1, anon_sym_LPAREN, ACTIONS(4056), 1, anon_sym_LBRACE, ACTIONS(4058), 1, anon_sym_LBRACK, ACTIONS(4082), 1, anon_sym_RBRACE, STATE(1446), 1, aux_sym_macro_definition_repeat1, STATE(2142), 1, sym_macro_rule, STATE(2285), 1, sym_token_tree_pattern, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56106] = 6, ACTIONS(3575), 1, anon_sym_LPAREN, ACTIONS(3579), 1, anon_sym_COLON, ACTIONS(4084), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3573), 2, anon_sym_RPAREN, anon_sym_COMMA, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [56128] = 3, ACTIONS(4086), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4068), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [56144] = 6, ACTIONS(3874), 1, anon_sym_LPAREN, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(4090), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4088), 2, anon_sym_RBRACE, anon_sym_COMMA, STATE(1936), 2, sym_field_declaration_list, sym_ordered_field_declaration_list, [56166] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3981), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [56180] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4092), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [56194] = 6, ACTIONS(2756), 1, anon_sym_PLUS, ACTIONS(3760), 1, anon_sym_COLON, ACTIONS(4097), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3764), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(4094), 2, anon_sym_RPAREN, anon_sym_COMMA, [56216] = 3, ACTIONS(4099), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4068), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [56232] = 6, ACTIONS(3758), 1, anon_sym_COMMA, ACTIONS(4094), 1, anon_sym_RBRACK, ACTIONS(4101), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2756), 2, anon_sym_SEMI, anon_sym_PLUS, ACTIONS(3764), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [56254] = 8, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(4103), 1, anon_sym_SEMI, STATE(1083), 1, sym_field_declaration_list, STATE(1643), 1, sym_type_parameters, STATE(1923), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56280] = 3, ACTIONS(4105), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4068), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [56296] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3981), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [56310] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3981), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [56324] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3981), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [56338] = 3, ACTIONS(4107), 1, anon_sym_trait, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2754), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [56354] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3981), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [56368] = 3, ACTIONS(4109), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4068), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [56384] = 3, ACTIONS(4111), 1, anon_sym_trait, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2754), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, [56400] = 5, ACTIONS(3760), 1, anon_sym_COLON, ACTIONS(4113), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3764), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2756), 3, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COMMA, [56420] = 7, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(4008), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_ref, ACTIONS(4016), 1, sym_mutable_specifier, ACTIONS(4115), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2067), 2, sym_field_pattern, sym_remaining_field_pattern, [56444] = 8, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(4117), 1, anon_sym_SEMI, STATE(1140), 1, sym_field_declaration_list, STATE(1591), 1, sym_type_parameters, STATE(2000), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56470] = 8, ACTIONS(4052), 1, anon_sym_LPAREN, ACTIONS(4056), 1, anon_sym_LBRACE, ACTIONS(4058), 1, anon_sym_LBRACK, ACTIONS(4119), 1, anon_sym_RPAREN, STATE(1501), 1, aux_sym_macro_definition_repeat1, STATE(2125), 1, sym_macro_rule, STATE(2285), 1, sym_token_tree_pattern, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56496] = 8, ACTIONS(4052), 1, anon_sym_LPAREN, ACTIONS(4056), 1, anon_sym_LBRACE, ACTIONS(4058), 1, anon_sym_LBRACK, ACTIONS(4121), 1, anon_sym_RBRACE, STATE(1503), 1, aux_sym_macro_definition_repeat1, STATE(2127), 1, sym_macro_rule, STATE(2285), 1, sym_token_tree_pattern, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56522] = 8, ACTIONS(4052), 1, anon_sym_LPAREN, ACTIONS(4056), 1, anon_sym_LBRACE, ACTIONS(4058), 1, anon_sym_LBRACK, ACTIONS(4123), 1, anon_sym_RBRACE, STATE(1446), 1, aux_sym_macro_definition_repeat1, STATE(2022), 1, sym_macro_rule, STATE(2285), 1, sym_token_tree_pattern, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56548] = 3, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3630), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(3573), 5, anon_sym_EQ_GT, anon_sym_COLON, anon_sym_if, anon_sym_COMMA, anon_sym_PIPE, [56564] = 6, ACTIONS(3874), 1, anon_sym_LPAREN, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(4127), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4125), 2, anon_sym_RBRACE, anon_sym_COMMA, STATE(1795), 2, sym_field_declaration_list, sym_ordered_field_declaration_list, [56586] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(4129), 1, anon_sym_LBRACE, STATE(263), 1, sym_enum_variant_list, STATE(1725), 1, sym_type_parameters, STATE(2168), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56609] = 7, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(4131), 1, anon_sym_COMMA, ACTIONS(4133), 1, anon_sym_GT, STATE(1780), 1, aux_sym_type_parameters_repeat1, STATE(1784), 1, sym_trait_bounds, STATE(1984), 1, aux_sym_for_lifetimes_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56632] = 7, ACTIONS(3624), 1, anon_sym_EQ, ACTIONS(3626), 1, anon_sym_COMMA, ACTIONS(3628), 1, anon_sym_GT, ACTIONS(3944), 1, anon_sym_COLON, STATE(1778), 1, sym_trait_bounds, STATE(1779), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56655] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4135), 1, anon_sym_SEMI, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4139), 1, anon_sym_DASH_GT, STATE(257), 1, sym_block, STATE(1761), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56678] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4141), 1, anon_sym_SEMI, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4145), 1, anon_sym_DASH_GT, STATE(1152), 1, sym_block, STATE(1943), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56701] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4147), 1, anon_sym_SEMI, ACTIONS(4149), 1, anon_sym_DASH_GT, STATE(393), 1, sym_block, STATE(1888), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56724] = 4, ACTIONS(3784), 1, anon_sym_COLON, ACTIONS(4151), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3782), 4, anon_sym_EQ_GT, anon_sym_if, anon_sym_COMMA, anon_sym_PIPE, [56741] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4153), 1, anon_sym_SEMI, ACTIONS(4155), 1, anon_sym_PLUS, STATE(410), 1, sym_block, STATE(1958), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56764] = 4, ACTIONS(3722), 1, anon_sym_COLON, ACTIONS(4157), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3720), 4, anon_sym_EQ_GT, anon_sym_if, anon_sym_COMMA, anon_sym_PIPE, [56781] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4159), 1, anon_sym_SEMI, STATE(1104), 1, sym_block, STATE(1808), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56804] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(4161), 1, anon_sym_LBRACE, STATE(1165), 1, sym_enum_variant_list, STATE(1669), 1, sym_type_parameters, STATE(2073), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56827] = 7, ACTIONS(3624), 1, anon_sym_EQ, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(4163), 1, anon_sym_COMMA, ACTIONS(4165), 1, anon_sym_GT, STATE(1778), 1, sym_trait_bounds, STATE(1972), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56850] = 4, ACTIONS(3722), 1, anon_sym_COLON, ACTIONS(4167), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3720), 4, anon_sym_EQ_GT, anon_sym_if, anon_sym_COMMA, anon_sym_PIPE, [56867] = 5, ACTIONS(3575), 1, anon_sym_LPAREN, ACTIONS(4169), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3573), 2, anon_sym_RBRACK, anon_sym_COMMA, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [56886] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4171), 1, anon_sym_SEMI, STATE(1220), 1, sym_block, STATE(1859), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56909] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4173), 1, anon_sym_SEMI, STATE(1159), 1, sym_block, STATE(1815), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56932] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4175), 1, anon_sym_SEMI, ACTIONS(4177), 1, anon_sym_DASH_GT, STATE(424), 1, sym_block, STATE(1961), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56955] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(3944), 1, anon_sym_COLON, STATE(342), 1, sym_declaration_list, STATE(1668), 1, sym_trait_bounds, STATE(2038), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [56978] = 4, ACTIONS(3722), 1, anon_sym_COLON, ACTIONS(4151), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3720), 4, anon_sym_EQ_GT, anon_sym_if, anon_sym_COMMA, anon_sym_PIPE, [56995] = 7, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(4179), 1, anon_sym_SEMI, ACTIONS(4181), 1, anon_sym_EQ, STATE(2370), 1, sym_trait_bounds, STATE(2377), 1, sym_type_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57018] = 5, ACTIONS(4185), 1, anon_sym_COLON, ACTIONS(4187), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(4183), 2, anon_sym_RPAREN, anon_sym_COMMA, [57037] = 4, ACTIONS(4189), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2694), 3, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COMMA, [57054] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4191), 1, anon_sym_SEMI, ACTIONS(4193), 1, anon_sym_DASH_GT, STATE(400), 1, sym_block, STATE(1902), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57077] = 5, ACTIONS(4185), 1, anon_sym_COLON, ACTIONS(4189), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(4183), 2, anon_sym_RPAREN, anon_sym_COMMA, [57096] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4195), 1, anon_sym_SEMI, ACTIONS(4197), 1, anon_sym_DASH_GT, STATE(1248), 1, sym_block, STATE(1838), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57119] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(3944), 1, anon_sym_COLON, STATE(332), 1, sym_declaration_list, STATE(1699), 1, sym_trait_bounds, STATE(2114), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57142] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4199), 1, anon_sym_SEMI, ACTIONS(4201), 1, anon_sym_DASH_GT, STATE(394), 1, sym_block, STATE(1986), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57165] = 4, ACTIONS(4187), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2694), 3, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COMMA, [57182] = 4, ACTIONS(3784), 1, anon_sym_COLON, ACTIONS(4167), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3782), 4, anon_sym_EQ_GT, anon_sym_if, anon_sym_COMMA, anon_sym_PIPE, [57199] = 4, ACTIONS(3784), 1, anon_sym_COLON, ACTIONS(4157), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3782), 4, anon_sym_EQ_GT, anon_sym_if, anon_sym_COMMA, anon_sym_PIPE, [57216] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4203), 1, anon_sym_SEMI, ACTIONS(4205), 1, anon_sym_DASH_GT, STATE(1088), 1, sym_block, STATE(1804), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57239] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(4129), 1, anon_sym_LBRACE, STATE(391), 1, sym_enum_variant_list, STATE(1677), 1, sym_type_parameters, STATE(2152), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57262] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4207), 1, anon_sym_SEMI, STATE(1051), 1, sym_block, STATE(1783), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57285] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4209), 1, anon_sym_SEMI, ACTIONS(4211), 1, anon_sym_DASH_GT, STATE(1171), 1, sym_block, STATE(1829), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57308] = 6, ACTIONS(3415), 1, anon_sym_COLON_COLON, ACTIONS(4213), 1, anon_sym_COMMA, ACTIONS(4215), 1, anon_sym_GT, STATE(1780), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 2, anon_sym_PLUS, anon_sym_as, [57329] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4217), 1, anon_sym_SEMI, STATE(1052), 1, sym_block, STATE(1788), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57352] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4219), 1, anon_sym_SEMI, STATE(1071), 1, sym_block, STATE(1791), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57375] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4221), 1, anon_sym_SEMI, STATE(356), 1, sym_block, STATE(1964), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57398] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(3944), 1, anon_sym_COLON, STATE(273), 1, sym_declaration_list, STATE(1694), 1, sym_trait_bounds, STATE(2162), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57421] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4223), 1, anon_sym_SEMI, ACTIONS(4225), 1, anon_sym_DASH_GT, STATE(321), 1, sym_block, STATE(1775), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57444] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(4161), 1, anon_sym_LBRACE, STATE(1134), 1, sym_enum_variant_list, STATE(1732), 1, sym_type_parameters, STATE(2015), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57467] = 7, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4227), 1, sym_identifier, ACTIONS(4229), 1, anon_sym_STAR, STATE(1800), 1, sym_use_list, STATE(2207), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57490] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(3944), 1, anon_sym_COLON, STATE(1189), 1, sym_declaration_list, STATE(1703), 1, sym_trait_bounds, STATE(2106), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57513] = 7, ACTIONS(2328), 1, anon_sym_PLUS, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(4213), 1, anon_sym_COMMA, ACTIONS(4215), 1, anon_sym_GT, STATE(1780), 1, aux_sym_type_parameters_repeat1, STATE(1784), 1, sym_trait_bounds, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57536] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4231), 1, anon_sym_SEMI, ACTIONS(4233), 1, anon_sym_DASH_GT, STATE(1197), 1, sym_block, STATE(1894), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57559] = 6, ACTIONS(1017), 1, anon_sym_DOT_DOT, ACTIONS(4008), 1, sym_identifier, ACTIONS(4014), 1, anon_sym_ref, ACTIONS(4016), 1, sym_mutable_specifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(2067), 2, sym_field_pattern, sym_remaining_field_pattern, [57580] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4235), 1, anon_sym_SEMI, STATE(306), 1, sym_block, STATE(1992), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57603] = 7, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(4237), 1, anon_sym_SEMI, ACTIONS(4239), 1, anon_sym_EQ, STATE(2417), 1, sym_trait_bounds, STATE(2418), 1, sym_type_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57626] = 5, ACTIONS(4243), 1, anon_sym_COLON, ACTIONS(4245), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(4241), 2, anon_sym_RPAREN, anon_sym_COMMA, [57645] = 3, ACTIONS(2670), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2668), 5, anon_sym_EQ_GT, anon_sym_if, anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_PIPE, [57660] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(3944), 1, anon_sym_COLON, STATE(1119), 1, sym_declaration_list, STATE(1737), 1, sym_trait_bounds, STATE(2010), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57683] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4247), 1, anon_sym_SEMI, STATE(327), 1, sym_block, STATE(1926), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57706] = 4, ACTIONS(4249), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(2694), 3, anon_sym_SEMI, anon_sym_RBRACK, anon_sym_PLUS, [57723] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4251), 1, anon_sym_SEMI, STATE(374), 1, sym_block, STATE(1965), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57746] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4253), 1, anon_sym_SEMI, ACTIONS(4255), 1, anon_sym_DASH_GT, STATE(1072), 1, sym_block, STATE(1957), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57769] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4257), 1, anon_sym_SEMI, STATE(290), 1, sym_block, STATE(1822), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57792] = 7, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4227), 1, sym_identifier, ACTIONS(4229), 1, anon_sym_STAR, STATE(1800), 1, sym_use_list, STATE(2201), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57815] = 7, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(3944), 1, anon_sym_COLON, STATE(1194), 1, sym_declaration_list, STATE(1666), 1, sym_trait_bounds, STATE(2061), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57838] = 4, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(3979), 1, anon_sym_for, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [57854] = 4, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(4004), 1, anon_sym_for, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [57870] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(281), 1, sym_declaration_list, STATE(2049), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57890] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(285), 1, sym_declaration_list, STATE(2053), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57910] = 6, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4259), 1, anon_sym_SEMI, STATE(1211), 1, sym_field_declaration_list, STATE(1884), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57930] = 4, ACTIONS(837), 1, anon_sym_LBRACE, ACTIONS(4261), 1, anon_sym_if, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(208), 3, sym_if_expression, sym_if_let_expression, sym_block, [57946] = 4, ACTIONS(4187), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(4241), 2, anon_sym_RPAREN, anon_sym_COMMA, [57962] = 4, ACTIONS(4187), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(4263), 2, anon_sym_RPAREN, anon_sym_COMMA, [57978] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(1185), 1, sym_declaration_list, STATE(2058), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [57998] = 4, ACTIONS(15), 1, anon_sym_LBRACE, ACTIONS(4265), 1, anon_sym_if, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(34), 3, sym_if_expression, sym_if_let_expression, sym_block, [58014] = 6, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(4213), 1, anon_sym_COMMA, ACTIONS(4215), 1, anon_sym_GT, STATE(1780), 1, aux_sym_type_parameters_repeat1, STATE(1784), 1, sym_trait_bounds, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58034] = 4, ACTIONS(4269), 1, anon_sym_as, ACTIONS(4271), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4267), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [58050] = 5, ACTIONS(3624), 1, anon_sym_EQ, ACTIONS(3944), 1, anon_sym_COLON, STATE(1778), 1, sym_trait_bounds, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4273), 2, anon_sym_COMMA, anon_sym_GT, [58068] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3892), 1, anon_sym_LBRACE, ACTIONS(4275), 1, anon_sym_SEMI, STATE(350), 1, sym_field_declaration_list, STATE(1850), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58088] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(408), 1, sym_declaration_list, STATE(2134), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58108] = 4, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(3977), 1, anon_sym_for, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [58124] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(1160), 1, sym_declaration_list, STATE(2046), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58144] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(405), 1, sym_declaration_list, STATE(2130), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58164] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4277), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, [58176] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(1156), 1, sym_declaration_list, STATE(2043), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58196] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4279), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, [58208] = 6, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, ACTIONS(3622), 1, anon_sym_COLON, STATE(1273), 1, sym_type_arguments, STATE(1951), 1, sym_trait_bounds, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58228] = 4, ACTIONS(295), 1, anon_sym_LBRACE, ACTIONS(4281), 1, anon_sym_if, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(851), 3, sym_if_expression, sym_if_let_expression, sym_block, [58244] = 4, ACTIONS(4285), 1, anon_sym_as, ACTIONS(4287), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4283), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [58260] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(287), 1, sym_declaration_list, STATE(2007), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58280] = 4, ACTIONS(3774), 1, anon_sym_COMMA, ACTIONS(4289), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2844), 3, anon_sym_SEMI, anon_sym_PLUS, anon_sym_DASH_GT, [58296] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(324), 1, sym_declaration_list, STATE(2088), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58316] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4292), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, [58328] = 4, ACTIONS(4285), 1, anon_sym_as, ACTIONS(4294), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4283), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [58344] = 4, ACTIONS(3694), 1, anon_sym_COMMA, ACTIONS(4296), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2734), 3, anon_sym_SEMI, anon_sym_PLUS, anon_sym_DASH_GT, [58360] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4299), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, [58372] = 4, ACTIONS(4189), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(4263), 2, anon_sym_RPAREN, anon_sym_COMMA, [58388] = 4, ACTIONS(4189), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, ACTIONS(4241), 2, anon_sym_RPAREN, anon_sym_COMMA, [58404] = 3, ACTIONS(3774), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2844), 4, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COMMA, anon_sym_DASH_GT, [58418] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(239), 1, sym_declaration_list, STATE(2167), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58438] = 4, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(4006), 1, anon_sym_for, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [58454] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(1123), 1, sym_declaration_list, STATE(2119), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58474] = 6, ACTIONS(3944), 1, anon_sym_COLON, ACTIONS(4301), 1, anon_sym_COMMA, ACTIONS(4303), 1, anon_sym_GT, STATE(1784), 1, sym_trait_bounds, STATE(1974), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58494] = 4, ACTIONS(3694), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2734), 2, anon_sym_PLUS, anon_sym_DASH_GT, ACTIONS(4296), 2, anon_sym_RPAREN, anon_sym_COMMA, [58510] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(1125), 1, sym_declaration_list, STATE(2118), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58530] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4305), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, [58542] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4307), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, [58554] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4309), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, [58566] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(249), 1, sym_declaration_list, STATE(2044), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58586] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(343), 1, sym_declaration_list, STATE(2117), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58606] = 4, ACTIONS(4285), 1, anon_sym_as, ACTIONS(4311), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4283), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [58622] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3957), 5, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LBRACK, [58634] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(355), 1, sym_declaration_list, STATE(2157), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58654] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(253), 1, sym_declaration_list, STATE(2047), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58674] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(1225), 1, sym_declaration_list, STATE(2089), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58694] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(1226), 1, sym_declaration_list, STATE(2090), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58714] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4313), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, [58726] = 5, ACTIONS(3575), 1, anon_sym_LPAREN, ACTIONS(3579), 1, anon_sym_COLON, ACTIONS(4315), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [58744] = 4, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(4000), 1, anon_sym_for, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [58760] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(1127), 1, sym_declaration_list, STATE(2012), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58780] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3892), 1, anon_sym_LBRACE, ACTIONS(4317), 1, anon_sym_SEMI, STATE(309), 1, sym_field_declaration_list, STATE(1758), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58800] = 6, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4319), 1, anon_sym_SEMI, STATE(1126), 1, sym_field_declaration_list, STATE(1997), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58820] = 4, ACTIONS(3774), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2844), 2, anon_sym_PLUS, anon_sym_DASH_GT, ACTIONS(4289), 2, anon_sym_RPAREN, anon_sym_COMMA, [58836] = 3, ACTIONS(3694), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2734), 4, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COMMA, anon_sym_DASH_GT, [58850] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4321), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, [58862] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4323), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, [58874] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(1109), 1, sym_declaration_list, STATE(2057), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58894] = 6, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, STATE(1273), 1, sym_type_arguments, STATE(1300), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58914] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(278), 1, sym_declaration_list, STATE(2019), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [58934] = 4, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(4024), 1, anon_sym_for, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [58950] = 4, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(3971), 1, anon_sym_for, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [58966] = 4, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(3952), 1, anon_sym_for, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(2694), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, [58982] = 6, ACTIONS(2654), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3521), 1, anon_sym_COLON_COLON, STATE(742), 1, sym_parameters, STATE(1273), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59002] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(1101), 1, sym_declaration_list, STATE(2029), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59022] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(1240), 1, sym_declaration_list, STATE(2099), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59042] = 6, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(1237), 1, sym_declaration_list, STATE(2096), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59062] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4325), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_where, anon_sym_EQ, anon_sym_COMMA, [59074] = 4, ACTIONS(3), 1, sym_block_comment, ACTIONS(1132), 1, sym_line_comment, ACTIONS(4327), 1, aux_sym_token_repetition_pattern_token1, ACTIONS(4329), 3, anon_sym_PLUS, anon_sym_STAR, anon_sym_QMARK, [59089] = 5, ACTIONS(4331), 1, anon_sym_COLON, ACTIONS(4333), 1, anon_sym_COMMA, ACTIONS(4335), 1, anon_sym_PIPE, STATE(1860), 1, aux_sym_closure_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59106] = 5, ACTIONS(4301), 1, anon_sym_COMMA, ACTIONS(4303), 1, anon_sym_GT, ACTIONS(4337), 1, anon_sym_EQ, STATE(1974), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59123] = 5, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4339), 1, anon_sym_RPAREN, ACTIONS(4341), 1, anon_sym_COMMA, STATE(1970), 1, aux_sym_tuple_type_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59140] = 4, ACTIONS(4343), 1, anon_sym_DQUOTE, STATE(1683), 1, aux_sym_string_literal_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4345), 2, sym__string_content, sym_escape_sequence, [59155] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4347), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_PIPE, [59168] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4349), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_PIPE, [59181] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1244), 1, sym_declaration_list, STATE(2100), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59198] = 5, ACTIONS(4351), 1, anon_sym_LPAREN, ACTIONS(4353), 1, anon_sym_LBRACE, ACTIONS(4355), 1, anon_sym_LBRACK, STATE(45), 1, sym_token_tree, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59215] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(385), 1, sym_declaration_list, STATE(2078), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59232] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4161), 1, anon_sym_LBRACE, STATE(1054), 1, sym_enum_variant_list, STATE(2033), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59249] = 5, ACTIONS(2654), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, STATE(752), 1, sym_parameters, STATE(1271), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59266] = 4, ACTIONS(3), 1, sym_block_comment, ACTIONS(1132), 1, sym_line_comment, ACTIONS(4357), 1, aux_sym_token_repetition_pattern_token1, ACTIONS(4359), 3, anon_sym_PLUS, anon_sym_STAR, anon_sym_QMARK, [59281] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1201), 1, sym_declaration_list, STATE(2105), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59298] = 5, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4361), 1, anon_sym_RPAREN, ACTIONS(4363), 1, anon_sym_COMMA, STATE(1854), 1, aux_sym_ordered_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59315] = 5, ACTIONS(4365), 1, anon_sym_LPAREN, ACTIONS(4367), 1, anon_sym_LBRACE, ACTIONS(4369), 1, anon_sym_LBRACK, STATE(774), 1, sym_token_tree, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59332] = 4, ACTIONS(4371), 1, anon_sym_DQUOTE, STATE(1683), 1, aux_sym_string_literal_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4345), 2, sym__string_content, sym_escape_sequence, [59347] = 5, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3519), 1, anon_sym_LT, STATE(1271), 1, sym_type_arguments, STATE(1303), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59364] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4129), 1, anon_sym_LBRACE, STATE(319), 1, sym_enum_variant_list, STATE(2103), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59381] = 5, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4373), 1, anon_sym_RPAREN, ACTIONS(4375), 1, anon_sym_COMMA, STATE(1956), 1, aux_sym_ordered_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59398] = 4, ACTIONS(4185), 1, anon_sym_COLON, ACTIONS(4245), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3630), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [59413] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1118), 1, sym_declaration_list, STATE(2009), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59430] = 4, ACTIONS(4243), 1, anon_sym_COLON, ACTIONS(4245), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3630), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [59445] = 3, ACTIONS(4377), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3746), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_PIPE, [59458] = 4, ACTIONS(4379), 1, anon_sym_DQUOTE, STATE(1683), 1, aux_sym_string_literal_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4381), 2, sym__string_content, sym_escape_sequence, [59473] = 5, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3880), 1, anon_sym_LT, STATE(1583), 1, sym_parameters, STATE(2140), 1, sym_type_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59490] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(334), 1, sym_declaration_list, STATE(2116), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59507] = 5, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3880), 1, anon_sym_LT, STATE(1573), 1, sym_parameters, STATE(2108), 1, sym_type_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59524] = 5, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3880), 1, anon_sym_LT, STATE(1551), 1, sym_parameters, STATE(2085), 1, sym_type_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59541] = 4, ACTIONS(3114), 1, anon_sym_PLUS, ACTIONS(3708), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4384), 2, anon_sym_RPAREN, anon_sym_COMMA, [59556] = 3, ACTIONS(4387), 1, anon_sym_in, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4389), 3, sym_self, sym_super, sym_crate, [59569] = 5, ACTIONS(4365), 1, anon_sym_LPAREN, ACTIONS(4367), 1, anon_sym_LBRACE, ACTIONS(4369), 1, anon_sym_LBRACK, STATE(1782), 1, sym_token_tree, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59586] = 3, ACTIONS(4391), 1, anon_sym_in, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4393), 3, sym_self, sym_super, sym_crate, [59599] = 4, ACTIONS(4397), 1, anon_sym_PIPE, STATE(1692), 1, aux_sym_match_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4395), 2, anon_sym_EQ_GT, anon_sym_if, [59614] = 4, ACTIONS(2178), 1, anon_sym_POUND, ACTIONS(4400), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, STATE(874), 2, sym_attribute_item, aux_sym_enum_variant_list_repeat1, [59629] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(360), 1, sym_declaration_list, STATE(2126), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59646] = 5, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(4227), 1, sym_identifier, ACTIONS(4229), 1, anon_sym_STAR, STATE(1800), 1, sym_use_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59663] = 5, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3880), 1, anon_sym_LT, STATE(1568), 1, sym_parameters, STATE(2004), 1, sym_type_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59680] = 5, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(4402), 1, sym_identifier, ACTIONS(4404), 1, anon_sym_STAR, STATE(1870), 1, sym_use_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59697] = 4, ACTIONS(4406), 1, anon_sym_DQUOTE, STATE(1675), 1, aux_sym_string_literal_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4408), 2, sym__string_content, sym_escape_sequence, [59712] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(243), 1, sym_declaration_list, STATE(2042), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59729] = 5, ACTIONS(997), 1, anon_sym_RPAREN, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4410), 1, anon_sym_COMMA, STATE(1865), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59746] = 4, ACTIONS(4412), 1, anon_sym_COMMA, STATE(1715), 1, aux_sym_where_clause_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3193), 2, anon_sym_SEMI, anon_sym_LBRACE, [59761] = 5, ACTIONS(997), 1, anon_sym_RPAREN, ACTIONS(3573), 1, anon_sym_COLON, ACTIONS(4410), 1, anon_sym_COMMA, STATE(1865), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59778] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1093), 1, sym_declaration_list, STATE(2124), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59795] = 3, ACTIONS(3708), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3114), 3, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COMMA, [59808] = 5, ACTIONS(2328), 1, anon_sym_PLUS, ACTIONS(4414), 1, anon_sym_COMMA, ACTIONS(4416), 1, anon_sym_GT, STATE(1976), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59825] = 4, ACTIONS(4418), 1, anon_sym_DQUOTE, STATE(1663), 1, aux_sym_string_literal_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4420), 2, sym__string_content, sym_escape_sequence, [59840] = 5, ACTIONS(4331), 1, anon_sym_COLON, ACTIONS(4422), 1, anon_sym_RPAREN, ACTIONS(4424), 1, anon_sym_COMMA, STATE(1968), 1, aux_sym_tuple_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59857] = 5, ACTIONS(3573), 1, anon_sym_COLON, ACTIONS(4426), 1, anon_sym_RPAREN, ACTIONS(4428), 1, anon_sym_COMMA, STATE(1952), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59874] = 5, ACTIONS(993), 1, anon_sym_RPAREN, ACTIONS(3573), 1, anon_sym_COLON, ACTIONS(4430), 1, anon_sym_COMMA, STATE(1821), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59891] = 5, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4432), 1, anon_sym_RPAREN, ACTIONS(4434), 1, anon_sym_COMMA, STATE(1900), 1, aux_sym_ordered_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59908] = 5, ACTIONS(4213), 1, anon_sym_COMMA, ACTIONS(4215), 1, anon_sym_GT, ACTIONS(4337), 1, anon_sym_EQ, STATE(1780), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59925] = 5, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4426), 1, anon_sym_RPAREN, ACTIONS(4428), 1, anon_sym_COMMA, STATE(1952), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59942] = 5, ACTIONS(993), 1, anon_sym_RPAREN, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4430), 1, anon_sym_COMMA, STATE(1821), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59959] = 5, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4436), 1, anon_sym_COMMA, ACTIONS(4438), 1, anon_sym_GT, STATE(1938), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [59976] = 4, ACTIONS(4442), 1, anon_sym_COMMA, STATE(1715), 1, aux_sym_where_clause_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4440), 2, anon_sym_SEMI, anon_sym_LBRACE, [59991] = 4, ACTIONS(4447), 1, anon_sym_COMMA, STATE(1716), 1, aux_sym_tuple_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4445), 2, anon_sym_RPAREN, anon_sym_RBRACK, [60006] = 5, ACTIONS(2328), 1, anon_sym_PLUS, ACTIONS(4436), 1, anon_sym_COMMA, ACTIONS(4438), 1, anon_sym_GT, STATE(1938), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60023] = 5, ACTIONS(4450), 1, anon_sym_LPAREN, ACTIONS(4452), 1, anon_sym_LBRACE, ACTIONS(4454), 1, anon_sym_LBRACK, STATE(1200), 1, sym_token_tree, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60040] = 5, ACTIONS(4456), 1, anon_sym_EQ_GT, ACTIONS(4458), 1, anon_sym_if, ACTIONS(4460), 1, anon_sym_PIPE, STATE(1741), 1, aux_sym_match_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60057] = 4, ACTIONS(3708), 1, anon_sym_COMMA, ACTIONS(4384), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3114), 2, anon_sym_SEMI, anon_sym_PLUS, [60072] = 5, ACTIONS(3573), 1, anon_sym_COLON, ACTIONS(4462), 1, anon_sym_RPAREN, ACTIONS(4465), 1, anon_sym_COMMA, STATE(1955), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60089] = 4, ACTIONS(3944), 1, anon_sym_COLON, STATE(1784), 1, sym_trait_bounds, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4468), 2, anon_sym_COMMA, anon_sym_GT, [60104] = 4, ACTIONS(4473), 1, anon_sym_COMMA, STATE(1701), 1, aux_sym_where_clause_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4471), 2, anon_sym_SEMI, anon_sym_LBRACE, [60119] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(267), 1, sym_declaration_list, STATE(2163), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60136] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4129), 1, anon_sym_LBRACE, STATE(326), 1, sym_enum_variant_list, STATE(2141), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60153] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4475), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_PIPE, [60166] = 4, ACTIONS(3), 1, sym_block_comment, ACTIONS(1132), 1, sym_line_comment, ACTIONS(4477), 1, aux_sym_token_repetition_pattern_token1, ACTIONS(4479), 3, anon_sym_PLUS, anon_sym_STAR, anon_sym_QMARK, [60181] = 5, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3944), 1, anon_sym_COLON, STATE(1271), 1, sym_type_arguments, STATE(1953), 1, sym_trait_bounds, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60198] = 4, ACTIONS(4481), 1, anon_sym_DQUOTE, STATE(1734), 1, aux_sym_string_literal_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4483), 2, sym__string_content, sym_escape_sequence, [60213] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4485), 3, anon_sym_RPAREN, anon_sym_COMMA, anon_sym_PIPE, [60226] = 5, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3880), 1, anon_sym_LT, STATE(1532), 1, sym_parameters, STATE(2166), 1, sym_type_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60243] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4161), 1, anon_sym_LBRACE, STATE(1199), 1, sym_enum_variant_list, STATE(2068), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60260] = 5, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4487), 1, anon_sym_RPAREN, ACTIONS(4489), 1, anon_sym_COMMA, STATE(1771), 1, aux_sym_tuple_type_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60277] = 4, ACTIONS(4491), 1, anon_sym_DQUOTE, STATE(1683), 1, aux_sym_string_literal_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4345), 2, sym__string_content, sym_escape_sequence, [60292] = 5, ACTIONS(3573), 1, anon_sym_COLON, ACTIONS(4493), 1, anon_sym_RPAREN, ACTIONS(4495), 1, anon_sym_COMMA, STATE(1955), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60309] = 5, ACTIONS(4497), 1, anon_sym_LPAREN, ACTIONS(4499), 1, anon_sym_LBRACE, ACTIONS(4501), 1, anon_sym_LBRACK, STATE(1311), 1, sym_token_tree, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60326] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1180), 1, sym_declaration_list, STATE(2055), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60343] = 4, ACTIONS(3944), 1, anon_sym_COLON, STATE(1784), 1, sym_trait_bounds, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4503), 2, anon_sym_COMMA, anon_sym_GT, [60358] = 5, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4493), 1, anon_sym_RPAREN, ACTIONS(4495), 1, anon_sym_COMMA, STATE(1955), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60375] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(270), 1, sym_declaration_list, STATE(2040), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60392] = 5, ACTIONS(4460), 1, anon_sym_PIPE, ACTIONS(4505), 1, anon_sym_EQ_GT, ACTIONS(4507), 1, anon_sym_if, STATE(1692), 1, aux_sym_match_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60409] = 5, ACTIONS(3515), 1, anon_sym_LPAREN, ACTIONS(3880), 1, anon_sym_LT, STATE(1562), 1, sym_parameters, STATE(2086), 1, sym_type_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60426] = 4, ACTIONS(3), 1, sym_block_comment, ACTIONS(1132), 1, sym_line_comment, ACTIONS(4509), 1, aux_sym_token_repetition_pattern_token1, ACTIONS(4511), 3, anon_sym_PLUS, anon_sym_STAR, anon_sym_QMARK, [60441] = 5, ACTIONS(3878), 1, anon_sym_where, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1129), 1, sym_declaration_list, STATE(2060), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60458] = 5, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4414), 1, anon_sym_COMMA, ACTIONS(4416), 1, anon_sym_GT, STATE(1976), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60475] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4513), 1, anon_sym_SEMI, ACTIONS(4515), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60489] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4517), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [60499] = 4, ACTIONS(3868), 1, anon_sym_RBRACE, ACTIONS(4519), 1, anon_sym_COMMA, STATE(1793), 1, aux_sym_enum_variant_list_repeat2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60513] = 4, ACTIONS(4521), 1, anon_sym_RBRACE, ACTIONS(4523), 1, anon_sym_COMMA, STATE(1973), 1, aux_sym_struct_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60527] = 3, ACTIONS(4527), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4525), 2, anon_sym_RBRACE, anon_sym_COMMA, [60539] = 4, ACTIONS(681), 1, anon_sym_RBRACK, ACTIONS(3191), 1, anon_sym_COMMA, STATE(1799), 1, aux_sym_array_expression_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60553] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4529), 1, sym_identifier, STATE(2207), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60567] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4531), 1, sym_identifier, STATE(2201), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60581] = 4, ACTIONS(4422), 1, anon_sym_RPAREN, ACTIONS(4424), 1, anon_sym_COMMA, STATE(1968), 1, aux_sym_tuple_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60595] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4531), 1, sym_identifier, STATE(2207), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60609] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3146), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_where, [60619] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3150), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_where, [60629] = 4, ACTIONS(3892), 1, anon_sym_LBRACE, ACTIONS(4533), 1, anon_sym_SEMI, STATE(282), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60643] = 4, ACTIONS(2459), 1, anon_sym_RBRACK, ACTIONS(4535), 1, anon_sym_COMMA, STATE(1716), 1, aux_sym_tuple_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60657] = 4, ACTIONS(2453), 1, anon_sym_RPAREN, ACTIONS(4537), 1, anon_sym_COMMA, STATE(1716), 1, aux_sym_tuple_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60671] = 4, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4539), 1, anon_sym_SEMI, STATE(419), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60685] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(3852), 1, anon_sym_LBRACE, STATE(1271), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60699] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4529), 1, sym_identifier, STATE(2201), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60713] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4541), 1, anon_sym_SEMI, ACTIONS(4543), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60727] = 4, ACTIONS(2328), 1, anon_sym_PLUS, ACTIONS(4545), 1, sym_mutable_specifier, ACTIONS(4547), 1, sym_self, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60741] = 4, ACTIONS(4549), 1, anon_sym_RBRACK, ACTIONS(4551), 1, anon_sym_COMMA, STATE(1759), 1, aux_sym_tuple_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60755] = 4, ACTIONS(4493), 1, anon_sym_RPAREN, ACTIONS(4495), 1, anon_sym_COMMA, STATE(1955), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60769] = 3, ACTIONS(4245), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [60781] = 4, ACTIONS(4553), 1, anon_sym_RPAREN, ACTIONS(4555), 1, anon_sym_COMMA, STATE(1760), 1, aux_sym_tuple_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60795] = 4, ACTIONS(4557), 1, anon_sym_RBRACE, ACTIONS(4559), 1, anon_sym_COMMA, STATE(1977), 1, aux_sym_struct_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60809] = 4, ACTIONS(2413), 1, anon_sym_RPAREN, ACTIONS(4561), 1, anon_sym_COMMA, STATE(1979), 1, aux_sym_tuple_type_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60823] = 4, ACTIONS(4563), 1, anon_sym_COMMA, ACTIONS(4565), 1, anon_sym_GT, STATE(1984), 1, aux_sym_for_lifetimes_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60837] = 4, ACTIONS(3271), 1, anon_sym_RPAREN, ACTIONS(4567), 1, anon_sym_COMMA, STATE(1773), 1, aux_sym_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60851] = 4, ACTIONS(443), 1, anon_sym_RPAREN, ACTIONS(4570), 1, anon_sym_COMMA, STATE(1773), 1, aux_sym_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60865] = 4, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4572), 1, anon_sym_SEMI, STATE(379), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60879] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4574), 1, anon_sym_SEMI, ACTIONS(4576), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60893] = 4, ACTIONS(4578), 1, anon_sym_RBRACE, ACTIONS(4580), 1, anon_sym_COMMA, STATE(1777), 1, aux_sym_field_initializer_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60907] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4583), 3, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [60917] = 4, ACTIONS(3902), 1, anon_sym_GT, ACTIONS(4585), 1, anon_sym_COMMA, STATE(2001), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60931] = 4, ACTIONS(3906), 1, anon_sym_GT, ACTIONS(4587), 1, anon_sym_COMMA, STATE(2001), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60945] = 4, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(3622), 1, anon_sym_COLON, STATE(1953), 1, sym_trait_bounds, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60959] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4589), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, [60969] = 4, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4591), 1, anon_sym_SEMI, STATE(1176), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [60983] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4593), 3, anon_sym_EQ, anon_sym_COMMA, anon_sym_GT, [60993] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4595), 1, anon_sym_SEMI, ACTIONS(4597), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61007] = 4, ACTIONS(295), 1, anon_sym_LBRACE, ACTIONS(4599), 1, anon_sym_move, STATE(856), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61021] = 4, ACTIONS(3589), 1, anon_sym_COLON_COLON, ACTIONS(3622), 1, anon_sym_COLON, STATE(1949), 1, sym_trait_bounds, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61035] = 4, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4601), 1, anon_sym_SEMI, STATE(1158), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61049] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4603), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [61059] = 3, ACTIONS(4187), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [61071] = 4, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4605), 1, anon_sym_SEMI, STATE(1096), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61085] = 4, ACTIONS(4607), 1, anon_sym_RBRACE, ACTIONS(4609), 1, anon_sym_COMMA, STATE(1939), 1, aux_sym_enum_variant_list_repeat2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61099] = 4, ACTIONS(4611), 1, anon_sym_RBRACE, ACTIONS(4613), 1, anon_sym_COMMA, STATE(1793), 1, aux_sym_enum_variant_list_repeat2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61113] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4616), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [61123] = 3, ACTIONS(4620), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4618), 2, anon_sym_RBRACE, anon_sym_COMMA, [61135] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4622), 1, anon_sym_SEMI, ACTIONS(4624), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61149] = 4, ACTIONS(4213), 1, anon_sym_COMMA, ACTIONS(4215), 1, anon_sym_GT, STATE(1780), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61163] = 4, ACTIONS(669), 1, anon_sym_RBRACK, ACTIONS(4626), 1, anon_sym_COMMA, STATE(1799), 1, aux_sym_array_expression_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61177] = 4, ACTIONS(3325), 1, anon_sym_RBRACK, ACTIONS(4628), 1, anon_sym_COMMA, STATE(1799), 1, aux_sym_array_expression_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61191] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4631), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [61201] = 4, ACTIONS(4633), 1, anon_sym_RPAREN, ACTIONS(4635), 1, anon_sym_COMMA, STATE(1886), 1, aux_sym_meta_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61215] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4440), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, [61225] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4637), 1, sym_identifier, STATE(2207), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61239] = 4, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4639), 1, anon_sym_SEMI, STATE(1055), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61253] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4637), 1, sym_identifier, STATE(2201), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61267] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4641), 1, anon_sym_SEMI, ACTIONS(4643), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61281] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4645), 1, anon_sym_SEMI, ACTIONS(4647), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61295] = 4, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4649), 1, anon_sym_SEMI, STATE(1067), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61309] = 4, ACTIONS(295), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(773), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61323] = 3, ACTIONS(3573), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4651), 2, anon_sym_RPAREN, anon_sym_COMMA, [61335] = 4, ACTIONS(2664), 1, anon_sym_LBRACE, ACTIONS(4653), 1, anon_sym_COLON_COLON, STATE(811), 1, sym_field_initializer_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61349] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4651), 2, anon_sym_RPAREN, anon_sym_COMMA, [61361] = 4, ACTIONS(4651), 1, anon_sym_RPAREN, ACTIONS(4655), 1, anon_sym_COMMA, STATE(1813), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61375] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4658), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [61385] = 4, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4660), 1, anon_sym_SEMI, STATE(1078), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61399] = 3, ACTIONS(3415), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4263), 2, anon_sym_RPAREN, anon_sym_COMMA, [61411] = 4, ACTIONS(4662), 1, anon_sym_RBRACE, ACTIONS(4664), 1, anon_sym_COMMA, STATE(1817), 1, aux_sym_use_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61425] = 4, ACTIONS(4667), 1, anon_sym_for, ACTIONS(4669), 1, anon_sym_loop, ACTIONS(4671), 1, anon_sym_while, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61439] = 4, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(4673), 1, anon_sym_EQ, STATE(2239), 1, sym_type_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61453] = 4, ACTIONS(4675), 1, anon_sym_for, ACTIONS(4677), 1, anon_sym_loop, ACTIONS(4679), 1, anon_sym_while, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61467] = 4, ACTIONS(995), 1, anon_sym_RPAREN, ACTIONS(4681), 1, anon_sym_COMMA, STATE(1813), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61481] = 4, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4683), 1, anon_sym_SEMI, STATE(322), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61495] = 4, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4685), 1, anon_sym_SEMI, STATE(402), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61509] = 3, ACTIONS(4689), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4687), 2, anon_sym_RBRACE, anon_sym_COMMA, [61521] = 4, ACTIONS(4691), 1, anon_sym_RBRACE, ACTIONS(4693), 1, anon_sym_COMMA, STATE(1887), 1, aux_sym_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61535] = 4, ACTIONS(4695), 1, anon_sym_RBRACE, ACTIONS(4697), 1, anon_sym_COMMA, STATE(1826), 1, aux_sym_struct_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61549] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4700), 2, anon_sym_COMMA, anon_sym_GT, [61561] = 4, ACTIONS(4702), 1, sym_identifier, ACTIONS(4704), 1, anon_sym_LT, STATE(748), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61575] = 4, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4706), 1, anon_sym_SEMI, STATE(1081), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61589] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4708), 2, anon_sym_COMMA, anon_sym_GT, [61601] = 3, ACTIONS(2328), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4708), 2, anon_sym_COMMA, anon_sym_GT, [61613] = 3, ACTIONS(4249), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [61625] = 4, ACTIONS(4708), 1, anon_sym_GT, ACTIONS(4710), 1, anon_sym_COMMA, STATE(1833), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61639] = 4, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(4713), 1, anon_sym_GT, STATE(2062), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61653] = 4, ACTIONS(4715), 1, anon_sym_COMMA, ACTIONS(4718), 1, anon_sym_GT, STATE(1835), 1, aux_sym_for_lifetimes_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61667] = 4, ACTIONS(4720), 1, sym_identifier, ACTIONS(4722), 1, anon_sym_await, ACTIONS(4724), 1, sym_integer_literal, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61681] = 4, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4726), 1, anon_sym_SEMI, STATE(2282), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61695] = 4, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4728), 1, anon_sym_SEMI, STATE(1110), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61709] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4730), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [61719] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4732), 1, sym_identifier, STATE(2207), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61733] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4395), 3, anon_sym_EQ_GT, anon_sym_if, anon_sym_PIPE, [61743] = 4, ACTIONS(837), 1, anon_sym_LBRACE, ACTIONS(4734), 1, anon_sym_move, STATE(218), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61757] = 4, ACTIONS(4736), 1, anon_sym_SEMI, ACTIONS(4738), 1, anon_sym_COLON, ACTIONS(4740), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61771] = 4, ACTIONS(3896), 1, anon_sym_LBRACE, ACTIONS(4742), 1, anon_sym_SEMI, STATE(339), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61785] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4732), 1, sym_identifier, STATE(2201), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61799] = 4, ACTIONS(3914), 1, anon_sym_RBRACE, ACTIONS(4744), 1, anon_sym_COMMA, STATE(1872), 1, aux_sym_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61813] = 4, ACTIONS(4746), 1, sym_identifier, ACTIONS(4748), 1, anon_sym_ref, ACTIONS(4750), 1, sym_mutable_specifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61827] = 4, ACTIONS(4752), 1, anon_sym_RBRACE, ACTIONS(4754), 1, anon_sym_COMMA, STATE(1907), 1, aux_sym_field_initializer_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61841] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4756), 1, anon_sym_SEMI, ACTIONS(4758), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61855] = 4, ACTIONS(3892), 1, anon_sym_LBRACE, ACTIONS(4760), 1, anon_sym_SEMI, STATE(344), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61869] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4762), 1, sym_identifier, STATE(2207), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61883] = 3, ACTIONS(4766), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4764), 2, anon_sym_RBRACE, anon_sym_COMMA, [61895] = 3, ACTIONS(4245), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3630), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [61907] = 4, ACTIONS(2188), 1, anon_sym_RPAREN, ACTIONS(4768), 1, anon_sym_COMMA, STATE(1862), 1, aux_sym_ordered_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61921] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4762), 1, sym_identifier, STATE(2201), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61935] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4770), 1, anon_sym_SEMI, ACTIONS(4772), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61949] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4774), 1, sym_identifier, STATE(2207), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61963] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4776), 2, anon_sym_RPAREN, anon_sym_COMMA, [61975] = 4, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4778), 1, anon_sym_SEMI, STATE(1149), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [61989] = 4, ACTIONS(4333), 1, anon_sym_COMMA, ACTIONS(4780), 1, anon_sym_PIPE, STATE(1905), 1, aux_sym_closure_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62003] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4782), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [62013] = 4, ACTIONS(4784), 1, anon_sym_RPAREN, ACTIONS(4786), 1, anon_sym_COMMA, STATE(1862), 1, aux_sym_ordered_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62027] = 4, ACTIONS(3485), 1, anon_sym_RBRACE, ACTIONS(4789), 1, anon_sym_COMMA, STATE(1817), 1, aux_sym_use_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62041] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4791), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [62051] = 4, ACTIONS(991), 1, anon_sym_RPAREN, ACTIONS(4793), 1, anon_sym_COMMA, STATE(1813), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62065] = 4, ACTIONS(4795), 1, anon_sym_SEMI, ACTIONS(4797), 1, anon_sym_COLON, ACTIONS(4799), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62079] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4801), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [62089] = 4, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4803), 1, anon_sym_SEMI, STATE(1097), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62103] = 4, ACTIONS(3912), 1, anon_sym_RBRACE, ACTIONS(4805), 1, anon_sym_COMMA, STATE(1793), 1, aux_sym_enum_variant_list_repeat2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62117] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4807), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [62127] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4809), 2, anon_sym_RBRACE, anon_sym_COMMA, [62139] = 4, ACTIONS(4811), 1, anon_sym_RBRACE, ACTIONS(4813), 1, anon_sym_COMMA, STATE(1872), 1, aux_sym_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62153] = 4, ACTIONS(3870), 1, anon_sym_RBRACE, ACTIONS(4816), 1, anon_sym_COMMA, STATE(1872), 1, aux_sym_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62167] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4818), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [62177] = 4, ACTIONS(4414), 1, anon_sym_COMMA, ACTIONS(4416), 1, anon_sym_GT, STATE(1976), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62191] = 4, ACTIONS(4820), 1, anon_sym_RPAREN, ACTIONS(4822), 1, anon_sym_COMMA, STATE(1876), 1, aux_sym_meta_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62205] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4825), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [62215] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4774), 1, sym_identifier, STATE(2201), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62229] = 4, ACTIONS(4704), 1, anon_sym_LT, ACTIONS(4827), 1, sym_identifier, STATE(1017), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62243] = 4, ACTIONS(3928), 1, anon_sym_RBRACE, ACTIONS(4829), 1, anon_sym_COMMA, STATE(1873), 1, aux_sym_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62257] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4831), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [62267] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4833), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [62277] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4835), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [62287] = 4, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(4837), 1, anon_sym_SEMI, STATE(1210), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62301] = 4, ACTIONS(4704), 1, anon_sym_LT, ACTIONS(4827), 1, sym_identifier, STATE(965), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62315] = 4, ACTIONS(3441), 1, anon_sym_RPAREN, ACTIONS(4839), 1, anon_sym_COMMA, STATE(1876), 1, aux_sym_meta_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62329] = 4, ACTIONS(3928), 1, anon_sym_RBRACE, ACTIONS(4829), 1, anon_sym_COMMA, STATE(1872), 1, aux_sym_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62343] = 4, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4841), 1, anon_sym_SEMI, STATE(303), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62357] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4227), 1, sym_identifier, STATE(2207), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62371] = 4, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4843), 1, anon_sym_SEMI, STATE(2304), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62385] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4845), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [62395] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4847), 1, anon_sym_SEMI, ACTIONS(4849), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62409] = 4, ACTIONS(3880), 1, anon_sym_LT, ACTIONS(4851), 1, anon_sym_EQ, STATE(2389), 1, sym_type_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62423] = 4, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4853), 1, anon_sym_SEMI, STATE(1246), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62437] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4855), 1, sym_identifier, STATE(2207), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62451] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4227), 1, sym_identifier, STATE(2201), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62465] = 4, ACTIONS(4857), 1, anon_sym_SEMI, ACTIONS(4859), 1, anon_sym_COLON, ACTIONS(4861), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62479] = 4, ACTIONS(4702), 1, sym_identifier, ACTIONS(4704), 1, anon_sym_LT, STATE(726), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62493] = 4, ACTIONS(3519), 1, anon_sym_LT, ACTIONS(4855), 1, sym_identifier, STATE(2201), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62507] = 4, ACTIONS(2196), 1, anon_sym_RPAREN, ACTIONS(4863), 1, anon_sym_COMMA, STATE(1862), 1, aux_sym_ordered_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62521] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4865), 1, anon_sym_SEMI, ACTIONS(4867), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62535] = 4, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4869), 1, anon_sym_SEMI, STATE(397), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62549] = 4, ACTIONS(4301), 1, anon_sym_COMMA, ACTIONS(4303), 1, anon_sym_GT, STATE(1974), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62563] = 3, ACTIONS(4331), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4871), 2, anon_sym_COMMA, anon_sym_PIPE, [62575] = 4, ACTIONS(4871), 1, anon_sym_PIPE, ACTIONS(4873), 1, anon_sym_COMMA, STATE(1905), 1, aux_sym_closure_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62589] = 4, ACTIONS(295), 1, anon_sym_LBRACE, ACTIONS(4155), 1, anon_sym_PLUS, STATE(807), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62603] = 4, ACTIONS(3932), 1, anon_sym_RBRACE, ACTIONS(4876), 1, anon_sym_COMMA, STATE(1777), 1, aux_sym_field_initializer_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62617] = 3, ACTIONS(4880), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4878), 2, anon_sym_RBRACE, anon_sym_COMMA, [62629] = 4, ACTIONS(3900), 1, anon_sym_RBRACE, ACTIONS(4882), 1, anon_sym_COMMA, STATE(1846), 1, aux_sym_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62643] = 4, ACTIONS(4333), 1, anon_sym_COMMA, ACTIONS(4335), 1, anon_sym_PIPE, STATE(1860), 1, aux_sym_closure_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62657] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3162), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_where, [62667] = 4, ACTIONS(4884), 1, anon_sym_SEMI, ACTIONS(4886), 1, anon_sym_COLON, ACTIONS(4888), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62681] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3169), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_where, [62691] = 4, ACTIONS(3900), 1, anon_sym_RBRACE, ACTIONS(4882), 1, anon_sym_COMMA, STATE(1872), 1, aux_sym_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62705] = 3, ACTIONS(3573), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4890), 2, anon_sym_RPAREN, anon_sym_COMMA, [62717] = 4, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4892), 1, anon_sym_SEMI, STATE(2421), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62731] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4890), 2, anon_sym_RPAREN, anon_sym_COMMA, [62743] = 3, ACTIONS(3415), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4894), 2, anon_sym_RPAREN, anon_sym_COMMA, [62755] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4896), 1, anon_sym_SEMI, ACTIONS(4898), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62769] = 4, ACTIONS(2664), 1, anon_sym_LBRACE, ACTIONS(4900), 1, anon_sym_COLON_COLON, STATE(811), 1, sym_field_initializer_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62783] = 4, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4902), 1, anon_sym_SEMI, STATE(2307), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62797] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4904), 1, anon_sym_SEMI, ACTIONS(4906), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62811] = 4, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(4908), 1, anon_sym_SEMI, STATE(1122), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62825] = 3, ACTIONS(4189), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3583), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, [62837] = 4, ACTIONS(3892), 1, anon_sym_LBRACE, ACTIONS(4910), 1, anon_sym_SEMI, STATE(312), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62851] = 4, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4912), 1, anon_sym_SEMI, STATE(413), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62865] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4914), 1, anon_sym_SEMI, ACTIONS(4916), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62879] = 4, ACTIONS(513), 1, anon_sym_RPAREN, ACTIONS(3205), 1, anon_sym_COMMA, STATE(1773), 1, aux_sym_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62893] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4918), 1, anon_sym_as, ACTIONS(4920), 1, anon_sym_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62907] = 4, ACTIONS(4922), 1, sym_identifier, ACTIONS(4924), 1, anon_sym_ref, ACTIONS(4926), 1, sym_mutable_specifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62921] = 4, ACTIONS(4928), 1, anon_sym_for, ACTIONS(4930), 1, anon_sym_loop, ACTIONS(4932), 1, anon_sym_while, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62935] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4934), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [62945] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4936), 2, anon_sym_RPAREN, anon_sym_COMMA, [62957] = 4, ACTIONS(3924), 1, anon_sym_LBRACE, ACTIONS(4938), 1, anon_sym_SEMI, STATE(1136), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62971] = 4, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4940), 1, anon_sym_SEMI, STATE(2379), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [62985] = 3, ACTIONS(4944), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4942), 2, anon_sym_RBRACE, anon_sym_COMMA, [62997] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4946), 2, anon_sym_RBRACE, anon_sym_COMMA, [63009] = 4, ACTIONS(1099), 1, anon_sym_GT, ACTIONS(4948), 1, anon_sym_COMMA, STATE(1833), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63023] = 4, ACTIONS(3936), 1, anon_sym_RBRACE, ACTIONS(4950), 1, anon_sym_COMMA, STATE(1793), 1, aux_sym_enum_variant_list_repeat2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63037] = 4, ACTIONS(3878), 1, anon_sym_where, ACTIONS(4952), 1, anon_sym_SEMI, STATE(2194), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63051] = 4, ACTIONS(4954), 1, sym_identifier, ACTIONS(4956), 1, anon_sym_ref, ACTIONS(4958), 1, sym_mutable_specifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63065] = 4, ACTIONS(4960), 1, anon_sym_RBRACE, ACTIONS(4962), 1, anon_sym_COMMA, STATE(1863), 1, aux_sym_use_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63079] = 4, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4964), 1, anon_sym_SEMI, STATE(1218), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63093] = 4, ACTIONS(4966), 1, sym_identifier, ACTIONS(4968), 1, anon_sym_ref, ACTIONS(4970), 1, sym_mutable_specifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63107] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(4972), 1, anon_sym_SEMI, ACTIONS(4974), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63121] = 4, ACTIONS(3936), 1, anon_sym_RBRACE, ACTIONS(4950), 1, anon_sym_COMMA, STATE(1748), 1, aux_sym_enum_variant_list_repeat2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63135] = 4, ACTIONS(4976), 1, anon_sym_RBRACE, ACTIONS(4978), 1, anon_sym_COMMA, STATE(1983), 1, aux_sym_enum_variant_list_repeat2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63149] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4980), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [63159] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4982), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, [63169] = 4, ACTIONS(997), 1, anon_sym_RPAREN, ACTIONS(4410), 1, anon_sym_COMMA, STATE(1865), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63183] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4984), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, [63193] = 4, ACTIONS(997), 1, anon_sym_RPAREN, ACTIONS(4410), 1, anon_sym_COMMA, STATE(1813), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63207] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4986), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, [63217] = 4, ACTIONS(4426), 1, anon_sym_RPAREN, ACTIONS(4428), 1, anon_sym_COMMA, STATE(1952), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63231] = 4, ACTIONS(993), 1, anon_sym_RPAREN, ACTIONS(4430), 1, anon_sym_COMMA, STATE(1813), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63245] = 4, ACTIONS(2192), 1, anon_sym_RPAREN, ACTIONS(4988), 1, anon_sym_COMMA, STATE(1862), 1, aux_sym_ordered_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63259] = 4, ACTIONS(4143), 1, anon_sym_LBRACE, ACTIONS(4990), 1, anon_sym_SEMI, STATE(1155), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63273] = 4, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4992), 1, anon_sym_SEMI, STATE(392), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63287] = 4, ACTIONS(993), 1, anon_sym_RPAREN, ACTIONS(4430), 1, anon_sym_COMMA, STATE(1821), 1, aux_sym_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63301] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4994), 3, anon_sym_PLUS, anon_sym_STAR, anon_sym_QMARK, [63311] = 4, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4996), 1, anon_sym_SEMI, STATE(292), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63325] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4445), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [63335] = 4, ACTIONS(4436), 1, anon_sym_COMMA, ACTIONS(4438), 1, anon_sym_GT, STATE(1938), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63349] = 4, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(4998), 1, anon_sym_SEMI, STATE(435), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63363] = 4, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(5000), 1, anon_sym_SEMI, STATE(386), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63377] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5002), 3, anon_sym_PLUS, anon_sym_STAR, anon_sym_QMARK, [63387] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5004), 3, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_COMMA, [63397] = 4, ACTIONS(2463), 1, anon_sym_RPAREN, ACTIONS(5006), 1, anon_sym_COMMA, STATE(1716), 1, aux_sym_tuple_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63411] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5008), 3, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_COMMA, [63421] = 4, ACTIONS(2384), 1, anon_sym_RPAREN, ACTIONS(5010), 1, anon_sym_COMMA, STATE(1979), 1, aux_sym_tuple_type_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63435] = 3, ACTIONS(5014), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5012), 2, anon_sym_RBRACE, anon_sym_COMMA, [63447] = 4, ACTIONS(3916), 1, anon_sym_GT, ACTIONS(5016), 1, anon_sym_COMMA, STATE(2001), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63461] = 4, ACTIONS(4040), 1, anon_sym_RBRACE, ACTIONS(5018), 1, anon_sym_COMMA, STATE(1826), 1, aux_sym_struct_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63475] = 4, ACTIONS(3918), 1, anon_sym_GT, ACTIONS(5020), 1, anon_sym_COMMA, STATE(2001), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63489] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5022), 2, anon_sym_RPAREN, anon_sym_COMMA, [63501] = 4, ACTIONS(1083), 1, anon_sym_GT, ACTIONS(5024), 1, anon_sym_COMMA, STATE(1833), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63515] = 4, ACTIONS(4050), 1, anon_sym_RBRACE, ACTIONS(5026), 1, anon_sym_COMMA, STATE(1826), 1, aux_sym_struct_pattern_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63529] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5028), 2, anon_sym_RPAREN, anon_sym_COMMA, [63541] = 4, ACTIONS(5028), 1, anon_sym_RPAREN, ACTIONS(5030), 1, anon_sym_COMMA, STATE(1979), 1, aux_sym_tuple_type_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63555] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(5033), 1, anon_sym_SEMI, ACTIONS(5035), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63569] = 4, ACTIONS(2182), 1, anon_sym_SQUOTE, ACTIONS(5037), 1, anon_sym_GT, STATE(2062), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63583] = 4, ACTIONS(3920), 1, anon_sym_RBRACE, ACTIONS(5039), 1, anon_sym_COMMA, STATE(1869), 1, aux_sym_enum_variant_list_repeat2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63597] = 4, ACTIONS(3920), 1, anon_sym_RBRACE, ACTIONS(5039), 1, anon_sym_COMMA, STATE(1793), 1, aux_sym_enum_variant_list_repeat2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63611] = 4, ACTIONS(5037), 1, anon_sym_GT, ACTIONS(5041), 1, anon_sym_COMMA, STATE(1835), 1, aux_sym_for_lifetimes_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63625] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5043), 3, anon_sym_PLUS, anon_sym_STAR, anon_sym_QMARK, [63635] = 4, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(5045), 1, anon_sym_SEMI, STATE(236), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63649] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(5047), 1, anon_sym_SEMI, ACTIONS(5049), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63663] = 4, ACTIONS(3467), 1, anon_sym_LBRACE, ACTIONS(5051), 1, sym_identifier, STATE(1932), 1, sym_use_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63677] = 4, ACTIONS(5053), 1, anon_sym_RBRACE, ACTIONS(5055), 1, anon_sym_COMMA, STATE(1914), 1, aux_sym_field_declaration_list_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63691] = 4, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(5057), 1, anon_sym_SEMI, ACTIONS(5059), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63705] = 4, ACTIONS(3878), 1, anon_sym_where, ACTIONS(5061), 1, anon_sym_SEMI, STATE(2366), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63719] = 4, ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(5063), 1, anon_sym_SEMI, STATE(372), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63733] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5065), 2, anon_sym_COMMA, anon_sym_GT, [63745] = 4, ACTIONS(3878), 1, anon_sym_where, ACTIONS(5067), 1, anon_sym_SEMI, STATE(2346), 1, sym_where_clause, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63759] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3154), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_where, [63769] = 4, ACTIONS(3892), 1, anon_sym_LBRACE, ACTIONS(5069), 1, anon_sym_SEMI, STATE(302), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63783] = 4, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(5071), 1, anon_sym_SEMI, STATE(1183), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63797] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(3158), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_where, [63807] = 3, ACTIONS(4337), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4503), 2, anon_sym_COMMA, anon_sym_GT, [63819] = 4, ACTIONS(3876), 1, anon_sym_LBRACE, ACTIONS(5073), 1, anon_sym_SEMI, STATE(1207), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63833] = 4, ACTIONS(4503), 1, anon_sym_GT, ACTIONS(5075), 1, anon_sym_COMMA, STATE(2001), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63847] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5078), 3, anon_sym_PLUS, anon_sym_STAR, anon_sym_QMARK, [63857] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5080), 2, anon_sym_COMMA, anon_sym_GT, [63869] = 3, ACTIONS(3515), 1, anon_sym_LPAREN, STATE(1534), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63880] = 3, ACTIONS(4704), 1, anon_sym_LT, STATE(839), 1, sym_type_arguments, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63891] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5082), 2, anon_sym_RBRACE, anon_sym_COMMA, [63900] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(233), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63911] = 3, ACTIONS(3876), 1, anon_sym_LBRACE, STATE(1177), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63922] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1178), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63933] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1179), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63944] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(5084), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63955] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1190), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63966] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1192), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63977] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5086), 2, sym_identifier, sym_metavariable, [63986] = 3, ACTIONS(4161), 1, anon_sym_LBRACE, STATE(1198), 1, sym_enum_variant_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [63997] = 3, ACTIONS(3876), 1, anon_sym_LBRACE, STATE(1203), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64008] = 3, ACTIONS(5088), 1, anon_sym_SEMI, ACTIONS(5090), 1, anon_sym_as, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64019] = 3, ACTIONS(15), 1, anon_sym_LBRACE, STATE(42), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64030] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(418), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64041] = 3, ACTIONS(295), 1, anon_sym_LBRACE, STATE(809), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64052] = 3, ACTIONS(5092), 1, sym_identifier, ACTIONS(5094), 1, sym_mutable_specifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64063] = 3, ACTIONS(5096), 1, anon_sym_SEMI, ACTIONS(5098), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64074] = 3, ACTIONS(3886), 1, anon_sym_COLON_COLON, ACTIONS(5100), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64085] = 3, ACTIONS(3864), 1, anon_sym_COLON_COLON, ACTIONS(5100), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64096] = 3, ACTIONS(3646), 1, anon_sym_COLON_COLON, ACTIONS(5102), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64107] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5104), 2, anon_sym_RBRACE, anon_sym_COMMA, [64116] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(266), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64127] = 3, ACTIONS(2654), 1, anon_sym_LPAREN, STATE(743), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64138] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1157), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64149] = 3, ACTIONS(3892), 1, anon_sym_LBRACE, STATE(261), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64160] = 3, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(2062), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64171] = 3, ACTIONS(4954), 1, sym_identifier, ACTIONS(4958), 1, sym_mutable_specifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64182] = 3, ACTIONS(4161), 1, anon_sym_LBRACE, STATE(1147), 1, sym_enum_variant_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64193] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5106), 2, anon_sym_RBRACE, anon_sym_COMMA, [64202] = 3, ACTIONS(4123), 1, anon_sym_RBRACE, ACTIONS(5096), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64213] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4890), 2, anon_sym_RPAREN, anon_sym_COMMA, [64222] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5108), 2, anon_sym_RBRACE, anon_sym_COMMA, [64231] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(349), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64242] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5110), 2, sym_identifier, sym_metavariable, [64251] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(337), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64262] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(5112), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64273] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(295), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64284] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1223), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64295] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(293), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64306] = 3, ACTIONS(5114), 1, anon_sym_SEMI, ACTIONS(5116), 1, anon_sym_as, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64317] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1227), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64328] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(275), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64339] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4811), 2, anon_sym_RBRACE, anon_sym_COMMA, [64348] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(244), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64359] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5118), 2, sym_identifier, sym_metavariable, [64368] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1117), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64379] = 3, ACTIONS(3876), 1, anon_sym_LBRACE, STATE(1111), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64390] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(238), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64401] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5120), 2, anon_sym_COMMA, anon_sym_GT, [64410] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1233), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64421] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(5122), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64432] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1103), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64443] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1238), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64454] = 3, ACTIONS(2654), 1, anon_sym_LPAREN, STATE(731), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64465] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1241), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64476] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1193), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64487] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4718), 2, anon_sym_COMMA, anon_sym_GT, [64496] = 3, ACTIONS(5124), 1, anon_sym_LBRACK, ACTIONS(5126), 1, anon_sym_BANG, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64507] = 3, ACTIONS(5128), 1, anon_sym_LBRACK, ACTIONS(5130), 1, anon_sym_BANG, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64518] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5132), 2, sym_identifier, sym_metavariable, [64527] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4708), 2, anon_sym_COMMA, anon_sym_GT, [64536] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4695), 2, anon_sym_RBRACE, anon_sym_COMMA, [64545] = 3, ACTIONS(4161), 1, anon_sym_LBRACE, STATE(1239), 1, sym_enum_variant_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64556] = 3, ACTIONS(85), 1, anon_sym_PIPE, STATE(80), 1, sym_closure_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64567] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5134), 2, anon_sym_RBRACE, anon_sym_COMMA, [64576] = 3, ACTIONS(3876), 1, anon_sym_LBRACE, STATE(1222), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64587] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(5136), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64598] = 3, ACTIONS(4161), 1, anon_sym_LBRACE, STATE(1057), 1, sym_enum_variant_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64609] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1209), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64620] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4263), 2, anon_sym_RPAREN, anon_sym_COMMA, [64629] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4651), 2, anon_sym_RPAREN, anon_sym_COMMA, [64638] = 3, ACTIONS(4072), 1, anon_sym_COLON, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64649] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(248), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64660] = 3, ACTIONS(2664), 1, anon_sym_LBRACE, STATE(811), 1, sym_field_initializer_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64671] = 3, ACTIONS(5138), 1, anon_sym_SEMI, ACTIONS(5140), 1, anon_sym_as, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64682] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(5142), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64693] = 3, ACTIONS(5144), 1, anon_sym_LPAREN, ACTIONS(5146), 1, anon_sym_LBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64704] = 3, ACTIONS(295), 1, anon_sym_LBRACE, STATE(843), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64715] = 3, ACTIONS(15), 1, anon_sym_LBRACE, STATE(52), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64726] = 3, ACTIONS(3515), 1, anon_sym_LPAREN, STATE(1555), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64737] = 3, ACTIONS(3515), 1, anon_sym_LPAREN, STATE(1559), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64748] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5148), 2, sym_float_literal, sym_integer_literal, [64757] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(240), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64768] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1148), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64779] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1143), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64790] = 3, ACTIONS(2654), 1, anon_sym_LPAREN, STATE(734), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64801] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5150), 2, anon_sym_const, sym_mutable_specifier, [64810] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(271), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64821] = 3, ACTIONS(3892), 1, anon_sym_LBRACE, STATE(417), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64832] = 3, ACTIONS(295), 1, anon_sym_LBRACE, STATE(824), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64843] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1128), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64854] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5152), 2, anon_sym_const, sym_mutable_specifier, [64863] = 3, ACTIONS(837), 1, anon_sym_LBRACE, STATE(229), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64874] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1116), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64885] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1114), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64896] = 3, ACTIONS(85), 1, anon_sym_PIPE, STATE(86), 1, sym_closure_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64907] = 3, ACTIONS(5096), 1, anon_sym_SEMI, ACTIONS(5154), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64918] = 3, ACTIONS(4129), 1, anon_sym_LBRACE, STATE(289), 1, sym_enum_variant_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64929] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(5156), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64940] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1095), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64951] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1094), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64962] = 3, ACTIONS(3515), 1, anon_sym_LPAREN, STATE(1285), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64973] = 3, ACTIONS(3515), 1, anon_sym_LPAREN, STATE(1553), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64984] = 3, ACTIONS(295), 1, anon_sym_LBRACE, STATE(786), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [64995] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4578), 2, anon_sym_RBRACE, anon_sym_COMMA, [65004] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4611), 2, anon_sym_RBRACE, anon_sym_COMMA, [65013] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4662), 2, anon_sym_RBRACE, anon_sym_COMMA, [65022] = 3, ACTIONS(5158), 1, sym_identifier, ACTIONS(5160), 1, sym_mutable_specifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65033] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(245), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65044] = 3, ACTIONS(3515), 1, anon_sym_LPAREN, STATE(1297), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65055] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(247), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65066] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(250), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65077] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1075), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65088] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1074), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65099] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5162), 2, sym_identifier, sym_metavariable, [65108] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(5164), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65119] = 3, ACTIONS(15), 1, anon_sym_LBRACE, STATE(50), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65130] = 3, ACTIONS(4746), 1, sym_identifier, ACTIONS(4750), 1, sym_mutable_specifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65141] = 3, ACTIONS(3924), 1, anon_sym_LBRACE, STATE(1060), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65152] = 3, ACTIONS(4078), 1, anon_sym_RPAREN, ACTIONS(5096), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65163] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(256), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65174] = 3, ACTIONS(4082), 1, anon_sym_RBRACE, ACTIONS(5096), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65185] = 3, ACTIONS(3090), 1, anon_sym_COLON, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65196] = 3, ACTIONS(4080), 1, anon_sym_RPAREN, ACTIONS(5096), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65207] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(280), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65218] = 3, ACTIONS(3006), 1, anon_sym_COLON, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65229] = 3, ACTIONS(3050), 1, anon_sym_COLON, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65240] = 3, ACTIONS(3880), 1, anon_sym_LT, STATE(574), 1, sym_type_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65251] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(286), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65262] = 3, ACTIONS(837), 1, anon_sym_LBRACE, STATE(232), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65273] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4503), 2, anon_sym_COMMA, anon_sym_GT, [65282] = 3, ACTIONS(2182), 1, anon_sym_SQUOTE, STATE(1772), 1, sym_lifetime, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65293] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4241), 2, anon_sym_RPAREN, anon_sym_COMMA, [65302] = 3, ACTIONS(837), 1, anon_sym_LBRACE, STATE(227), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65313] = 3, ACTIONS(3515), 1, anon_sym_LPAREN, STATE(1533), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65324] = 3, ACTIONS(4129), 1, anon_sym_LBRACE, STATE(431), 1, sym_enum_variant_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65335] = 3, ACTIONS(5096), 1, anon_sym_SEMI, ACTIONS(5166), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65346] = 3, ACTIONS(5096), 1, anon_sym_SEMI, ACTIONS(5168), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65357] = 3, ACTIONS(2924), 1, anon_sym_COLON, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65368] = 3, ACTIONS(3944), 1, anon_sym_COLON, STATE(1953), 1, sym_trait_bounds, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65379] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4820), 2, anon_sym_RPAREN, anon_sym_COMMA, [65388] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5170), 2, anon_sym_RPAREN, anon_sym_COMMA, [65397] = 3, ACTIONS(5172), 1, anon_sym_SEMI, ACTIONS(5174), 1, anon_sym_as, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65408] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5176), 2, anon_sym_const, sym_mutable_specifier, [65417] = 3, ACTIONS(3892), 1, anon_sym_LBRACE, STATE(316), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65428] = 3, ACTIONS(5178), 1, anon_sym_LPAREN, ACTIONS(5180), 1, anon_sym_LBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65439] = 3, ACTIONS(4129), 1, anon_sym_LBRACE, STATE(320), 1, sym_enum_variant_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65450] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(4871), 2, anon_sym_COMMA, anon_sym_PIPE, [65459] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(5182), 1, anon_sym_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65470] = 2, ACTIONS(3), 2, sym_block_comment, sym_line_comment, ACTIONS(5184), 2, sym_identifier, sym_metavariable, [65479] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(340), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65490] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(341), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65501] = 3, ACTIONS(837), 1, anon_sym_LBRACE, STATE(212), 1, sym_block, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65512] = 3, ACTIONS(5186), 1, sym_identifier, ACTIONS(5188), 1, sym_mutable_specifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65523] = 3, ACTIONS(3888), 1, anon_sym_COLON_COLON, ACTIONS(5100), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65534] = 3, ACTIONS(4155), 1, anon_sym_PLUS, ACTIONS(5190), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65545] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(366), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65556] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(367), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65567] = 3, ACTIONS(5192), 1, anon_sym_LT, STATE(592), 1, sym_type_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65578] = 3, ACTIONS(3892), 1, anon_sym_LBRACE, STATE(376), 1, sym_field_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65589] = 3, ACTIONS(3515), 1, anon_sym_LPAREN, STATE(1545), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65600] = 3, ACTIONS(3896), 1, anon_sym_LBRACE, STATE(407), 1, sym_declaration_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65611] = 3, ACTIONS(4129), 1, anon_sym_LBRACE, STATE(329), 1, sym_enum_variant_list, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65622] = 3, ACTIONS(3515), 1, anon_sym_LPAREN, STATE(1287), 1, sym_parameters, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65633] = 3, ACTIONS(3646), 1, anon_sym_COLON_COLON, ACTIONS(5194), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65644] = 3, ACTIONS(3864), 1, anon_sym_COLON_COLON, ACTIONS(5196), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65655] = 3, ACTIONS(3886), 1, anon_sym_COLON_COLON, ACTIONS(5196), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65666] = 3, ACTIONS(3888), 1, anon_sym_COLON_COLON, ACTIONS(5196), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65677] = 2, ACTIONS(4762), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65685] = 2, ACTIONS(5198), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65693] = 2, ACTIONS(5200), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65701] = 2, ACTIONS(5202), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65709] = 2, ACTIONS(5204), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65717] = 2, ACTIONS(2264), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65725] = 2, ACTIONS(5206), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65733] = 2, ACTIONS(5208), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65741] = 2, ACTIONS(4637), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65749] = 2, ACTIONS(5210), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65757] = 2, ACTIONS(5212), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65765] = 2, ACTIONS(5214), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65773] = 2, ACTIONS(5216), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65781] = 2, ACTIONS(5218), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65789] = 2, ACTIONS(5220), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65797] = 2, ACTIONS(5222), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65805] = 2, ACTIONS(5224), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65813] = 2, ACTIONS(5226), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65821] = 2, ACTIONS(5228), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65829] = 2, ACTIONS(4227), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65837] = 2, ACTIONS(5230), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65845] = 2, ACTIONS(5232), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65853] = 2, ACTIONS(5234), 1, anon_sym_fn, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65861] = 2, ACTIONS(5236), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65869] = 2, ACTIONS(3589), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65877] = 2, ACTIONS(4732), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65885] = 2, ACTIONS(5238), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65893] = 2, ACTIONS(2812), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65901] = 2, ACTIONS(5240), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65909] = 2, ACTIONS(4549), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65917] = 2, ACTIONS(5242), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65925] = 2, ACTIONS(5244), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65933] = 2, ACTIONS(5246), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65941] = 2, ACTIONS(2702), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65949] = 2, ACTIONS(5248), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65957] = 2, ACTIONS(5250), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65965] = 2, ACTIONS(5252), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65973] = 2, ACTIONS(5254), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65981] = 2, ACTIONS(5256), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65989] = 2, ACTIONS(5258), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [65997] = 2, ACTIONS(5260), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66005] = 2, ACTIONS(5262), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66013] = 2, ACTIONS(5264), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66021] = 2, ACTIONS(4521), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66029] = 2, ACTIONS(4529), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66037] = 2, ACTIONS(4702), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66045] = 2, ACTIONS(4402), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66053] = 2, ACTIONS(5266), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66061] = 2, ACTIONS(5268), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66069] = 2, ACTIONS(5270), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66077] = 2, ACTIONS(5272), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66085] = 2, ACTIONS(5274), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66093] = 2, ACTIONS(5276), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66101] = 2, ACTIONS(5278), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66109] = 2, ACTIONS(5280), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66117] = 2, ACTIONS(3397), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66125] = 2, ACTIONS(5282), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66133] = 2, ACTIONS(4167), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66141] = 2, ACTIONS(4691), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66149] = 2, ACTIONS(5284), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66157] = 2, ACTIONS(4422), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66165] = 2, ACTIONS(5286), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66173] = 2, ACTIONS(5288), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66181] = 2, ACTIONS(3415), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66189] = 2, ACTIONS(5290), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66197] = 2, ACTIONS(5292), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66205] = 2, ACTIONS(4032), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66213] = 2, ACTIONS(4531), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66221] = 2, ACTIONS(5294), 1, anon_sym_fn, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66229] = 2, ACTIONS(4920), 1, anon_sym_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66237] = 2, ACTIONS(4557), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66245] = 2, ACTIONS(5296), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66253] = 2, ACTIONS(5298), 1, anon_sym_in, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66261] = 2, ACTIONS(4633), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66269] = 2, ACTIONS(5300), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66277] = 2, ACTIONS(5302), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66285] = 2, ACTIONS(5304), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66293] = 2, ACTIONS(5306), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66301] = 2, ACTIONS(5308), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66309] = 2, ACTIONS(5310), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66317] = 2, ACTIONS(5312), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66325] = 2, ACTIONS(5314), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66333] = 2, ACTIONS(5316), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66341] = 2, ACTIONS(5166), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66349] = 2, ACTIONS(4493), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66357] = 2, ACTIONS(5318), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66365] = 2, ACTIONS(5320), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66373] = 2, ACTIONS(5322), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66381] = 2, ACTIONS(5324), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66389] = 2, ACTIONS(5326), 1, sym_self, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66397] = 2, ACTIONS(2760), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66405] = 2, ACTIONS(5328), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66413] = 2, ACTIONS(5330), 1, anon_sym_fn, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66421] = 2, ACTIONS(5332), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66429] = 2, ACTIONS(5334), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66437] = 2, ACTIONS(5336), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66445] = 2, ACTIONS(5338), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66453] = 2, ACTIONS(5051), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66461] = 2, ACTIONS(5340), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66469] = 2, ACTIONS(5342), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66477] = 2, ACTIONS(5344), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66485] = 2, ACTIONS(5346), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66493] = 2, ACTIONS(5348), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66501] = 2, ACTIONS(5350), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66509] = 2, ACTIONS(5352), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66517] = 2, ACTIONS(5354), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66525] = 2, ACTIONS(5356), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66533] = 2, ACTIONS(5358), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66541] = 2, ACTIONS(5360), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66549] = 2, ACTIONS(4607), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66557] = 2, ACTIONS(5362), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66565] = 2, ACTIONS(5364), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66573] = 2, ACTIONS(4082), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66581] = 2, ACTIONS(3217), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66589] = 2, ACTIONS(5366), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66597] = 2, ACTIONS(5368), 1, anon_sym_fn, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66605] = 2, ACTIONS(5370), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66613] = 2, ACTIONS(5372), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66621] = 2, ACTIONS(2328), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66629] = 2, ACTIONS(5374), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66637] = 2, ACTIONS(5053), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66645] = 2, ACTIONS(5376), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66653] = 2, ACTIONS(5378), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66661] = 2, ACTIONS(681), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66669] = 2, ACTIONS(5380), 1, anon_sym_BANG, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66677] = 2, ACTIONS(5382), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66685] = 2, ACTIONS(5384), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66693] = 2, ACTIONS(5386), 1, anon_sym_LT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66701] = 2, ACTIONS(5388), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66709] = 2, ACTIONS(5390), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66717] = 2, ACTIONS(5392), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66725] = 2, ACTIONS(5394), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66733] = 2, ACTIONS(5396), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66741] = 2, ACTIONS(5398), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66749] = 2, ACTIONS(5400), 1, anon_sym_in, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66757] = 2, ACTIONS(5402), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66765] = 2, ACTIONS(5404), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66773] = 2, ACTIONS(3599), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66781] = 2, ACTIONS(4245), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66789] = 2, ACTIONS(5406), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66797] = 2, ACTIONS(4752), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66805] = 2, ACTIONS(5408), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66813] = 2, ACTIONS(5410), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66821] = 2, ACTIONS(5412), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66829] = 2, ACTIONS(5414), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66837] = 2, ACTIONS(2344), 1, anon_sym_PLUS, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66845] = 2, ACTIONS(5416), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66853] = 2, ACTIONS(5418), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66861] = 2, ACTIONS(5420), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66869] = 2, ACTIONS(5422), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66877] = 2, ACTIONS(411), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66885] = 2, ACTIONS(5424), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66893] = 2, ACTIONS(5426), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66901] = 2, ACTIONS(2276), 1, anon_sym_EQ_GT, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66909] = 2, ACTIONS(5428), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66917] = 2, ACTIONS(5430), 1, anon_sym_fn, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66925] = 2, ACTIONS(5432), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66933] = 2, ACTIONS(5434), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66941] = 2, ACTIONS(5096), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66949] = 2, ACTIONS(2834), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66957] = 2, ACTIONS(5436), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66965] = 2, ACTIONS(4827), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66973] = 2, ACTIONS(5438), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66981] = 2, ACTIONS(5440), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66989] = 2, ACTIONS(3886), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [66997] = 2, ACTIONS(5442), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67005] = 2, ACTIONS(4774), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67013] = 2, ACTIONS(3529), 1, anon_sym_fn, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67021] = 2, ACTIONS(5444), 1, ts_builtin_sym_end, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67029] = 2, ACTIONS(2918), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67037] = 2, ACTIONS(5446), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67045] = 2, ACTIONS(4331), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67053] = 2, ACTIONS(5448), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67061] = 2, ACTIONS(4189), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67069] = 2, ACTIONS(5450), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67077] = 2, ACTIONS(5452), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67085] = 2, ACTIONS(5454), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67093] = 2, ACTIONS(4187), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67101] = 2, ACTIONS(5456), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67109] = 2, ACTIONS(5458), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67117] = 2, ACTIONS(4249), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67125] = 2, ACTIONS(5460), 1, anon_sym_COLON_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67133] = 2, ACTIONS(5462), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67141] = 2, ACTIONS(4855), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67149] = 2, ACTIONS(5464), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67157] = 2, ACTIONS(5466), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67165] = 2, ACTIONS(5468), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67173] = 2, ACTIONS(5470), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67181] = 2, ACTIONS(5472), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67189] = 2, ACTIONS(5474), 1, anon_sym_in, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67197] = 2, ACTIONS(5476), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67205] = 2, ACTIONS(5478), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67213] = 2, ACTIONS(5480), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67221] = 2, ACTIONS(5482), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67229] = 2, ACTIONS(5484), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67237] = 2, ACTIONS(5486), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67245] = 2, ACTIONS(5488), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67253] = 2, ACTIONS(5490), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67261] = 2, ACTIONS(5492), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67269] = 2, ACTIONS(5494), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67277] = 2, ACTIONS(5496), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67285] = 2, ACTIONS(5498), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67293] = 2, ACTIONS(5500), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67301] = 2, ACTIONS(5502), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67309] = 2, ACTIONS(5504), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67317] = 2, ACTIONS(5506), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67325] = 2, ACTIONS(5508), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67333] = 2, ACTIONS(5510), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67341] = 2, ACTIONS(5512), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67349] = 2, ACTIONS(5514), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67357] = 2, ACTIONS(5516), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67365] = 2, ACTIONS(5518), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67373] = 2, ACTIONS(5520), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67381] = 2, ACTIONS(5522), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67389] = 2, ACTIONS(4553), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67397] = 2, ACTIONS(5524), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67405] = 2, ACTIONS(5526), 1, anon_sym_in, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67413] = 2, ACTIONS(5528), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67421] = 2, ACTIONS(5530), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67429] = 2, ACTIONS(5532), 1, anon_sym_COLON, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67437] = 2, ACTIONS(5534), 1, anon_sym_LBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67445] = 2, ACTIONS(5536), 1, anon_sym_in, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67453] = 2, ACTIONS(5538), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67461] = 2, ACTIONS(5540), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67469] = 2, ACTIONS(5542), 1, anon_sym_in, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67477] = 2, ACTIONS(5544), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67485] = 2, ACTIONS(4123), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67493] = 2, ACTIONS(5546), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67501] = 2, ACTIONS(5548), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67509] = 2, ACTIONS(3553), 1, anon_sym_fn, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67517] = 2, ACTIONS(5550), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67525] = 2, ACTIONS(4976), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67533] = 2, ACTIONS(5552), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67541] = 2, ACTIONS(5554), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67549] = 2, ACTIONS(4960), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67557] = 2, ACTIONS(4426), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67565] = 2, ACTIONS(5556), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67573] = 2, ACTIONS(5558), 1, anon_sym_fn, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67581] = 2, ACTIONS(5560), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67589] = 2, ACTIONS(5562), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67597] = 2, ACTIONS(5098), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67605] = 2, ACTIONS(5564), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67613] = 2, ACTIONS(5566), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67621] = 2, ACTIONS(5568), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67629] = 2, ACTIONS(5570), 1, anon_sym_EQ, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67637] = 2, ACTIONS(5572), 1, sym_identifier, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67645] = 2, ACTIONS(5574), 1, anon_sym_RBRACK, ACTIONS(3), 2, sym_block_comment, sym_line_comment, [67653] = 2, ACTIONS(5576), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_block_comment, sym_line_comment, }; static uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(533)] = 0, [SMALL_STATE(534)] = 125, [SMALL_STATE(535)] = 250, [SMALL_STATE(536)] = 375, [SMALL_STATE(537)] = 500, [SMALL_STATE(538)] = 625, [SMALL_STATE(539)] = 750, [SMALL_STATE(540)] = 875, [SMALL_STATE(541)] = 996, [SMALL_STATE(542)] = 1121, [SMALL_STATE(543)] = 1196, [SMALL_STATE(544)] = 1321, [SMALL_STATE(545)] = 1446, [SMALL_STATE(546)] = 1571, [SMALL_STATE(547)] = 1696, [SMALL_STATE(548)] = 1821, [SMALL_STATE(549)] = 1946, [SMALL_STATE(550)] = 2068, [SMALL_STATE(551)] = 2190, [SMALL_STATE(552)] = 2312, [SMALL_STATE(553)] = 2434, [SMALL_STATE(554)] = 2556, [SMALL_STATE(555)] = 2678, [SMALL_STATE(556)] = 2800, [SMALL_STATE(557)] = 2922, [SMALL_STATE(558)] = 3044, [SMALL_STATE(559)] = 3166, [SMALL_STATE(560)] = 3288, [SMALL_STATE(561)] = 3410, [SMALL_STATE(562)] = 3532, [SMALL_STATE(563)] = 3654, [SMALL_STATE(564)] = 3776, [SMALL_STATE(565)] = 3898, [SMALL_STATE(566)] = 4020, [SMALL_STATE(567)] = 4142, [SMALL_STATE(568)] = 4264, [SMALL_STATE(569)] = 4388, [SMALL_STATE(570)] = 4510, [SMALL_STATE(571)] = 4632, [SMALL_STATE(572)] = 4754, [SMALL_STATE(573)] = 4876, [SMALL_STATE(574)] = 4998, [SMALL_STATE(575)] = 5120, [SMALL_STATE(576)] = 5242, [SMALL_STATE(577)] = 5364, [SMALL_STATE(578)] = 5486, [SMALL_STATE(579)] = 5608, [SMALL_STATE(580)] = 5726, [SMALL_STATE(581)] = 5848, [SMALL_STATE(582)] = 5970, [SMALL_STATE(583)] = 6092, [SMALL_STATE(584)] = 6214, [SMALL_STATE(585)] = 6336, [SMALL_STATE(586)] = 6458, [SMALL_STATE(587)] = 6580, [SMALL_STATE(588)] = 6702, [SMALL_STATE(589)] = 6824, [SMALL_STATE(590)] = 6946, [SMALL_STATE(591)] = 7068, [SMALL_STATE(592)] = 7190, [SMALL_STATE(593)] = 7312, [SMALL_STATE(594)] = 7434, [SMALL_STATE(595)] = 7556, [SMALL_STATE(596)] = 7678, [SMALL_STATE(597)] = 7800, [SMALL_STATE(598)] = 7922, [SMALL_STATE(599)] = 8044, [SMALL_STATE(600)] = 8166, [SMALL_STATE(601)] = 8288, [SMALL_STATE(602)] = 8410, [SMALL_STATE(603)] = 8532, [SMALL_STATE(604)] = 8654, [SMALL_STATE(605)] = 8776, [SMALL_STATE(606)] = 8898, [SMALL_STATE(607)] = 9020, [SMALL_STATE(608)] = 9142, [SMALL_STATE(609)] = 9264, [SMALL_STATE(610)] = 9386, [SMALL_STATE(611)] = 9508, [SMALL_STATE(612)] = 9630, [SMALL_STATE(613)] = 9748, [SMALL_STATE(614)] = 9870, [SMALL_STATE(615)] = 9992, [SMALL_STATE(616)] = 10114, [SMALL_STATE(617)] = 10236, [SMALL_STATE(618)] = 10354, [SMALL_STATE(619)] = 10476, [SMALL_STATE(620)] = 10598, [SMALL_STATE(621)] = 10716, [SMALL_STATE(622)] = 10838, [SMALL_STATE(623)] = 10960, [SMALL_STATE(624)] = 11082, [SMALL_STATE(625)] = 11204, [SMALL_STATE(626)] = 11326, [SMALL_STATE(627)] = 11448, [SMALL_STATE(628)] = 11570, [SMALL_STATE(629)] = 11692, [SMALL_STATE(630)] = 11814, [SMALL_STATE(631)] = 11936, [SMALL_STATE(632)] = 12058, [SMALL_STATE(633)] = 12180, [SMALL_STATE(634)] = 12302, [SMALL_STATE(635)] = 12424, [SMALL_STATE(636)] = 12546, [SMALL_STATE(637)] = 12668, [SMALL_STATE(638)] = 12790, [SMALL_STATE(639)] = 12912, [SMALL_STATE(640)] = 13034, [SMALL_STATE(641)] = 13156, [SMALL_STATE(642)] = 13278, [SMALL_STATE(643)] = 13400, [SMALL_STATE(644)] = 13522, [SMALL_STATE(645)] = 13644, [SMALL_STATE(646)] = 13766, [SMALL_STATE(647)] = 13888, [SMALL_STATE(648)] = 14010, [SMALL_STATE(649)] = 14132, [SMALL_STATE(650)] = 14254, [SMALL_STATE(651)] = 14376, [SMALL_STATE(652)] = 14494, [SMALL_STATE(653)] = 14616, [SMALL_STATE(654)] = 14738, [SMALL_STATE(655)] = 14860, [SMALL_STATE(656)] = 14982, [SMALL_STATE(657)] = 15104, [SMALL_STATE(658)] = 15226, [SMALL_STATE(659)] = 15348, [SMALL_STATE(660)] = 15470, [SMALL_STATE(661)] = 15592, [SMALL_STATE(662)] = 15707, [SMALL_STATE(663)] = 15776, [SMALL_STATE(664)] = 15891, [SMALL_STATE(665)] = 16006, [SMALL_STATE(666)] = 16121, [SMALL_STATE(667)] = 16236, [SMALL_STATE(668)] = 16351, [SMALL_STATE(669)] = 16463, [SMALL_STATE(670)] = 16575, [SMALL_STATE(671)] = 16687, [SMALL_STATE(672)] = 16799, [SMALL_STATE(673)] = 16911, [SMALL_STATE(674)] = 17023, [SMALL_STATE(675)] = 17135, [SMALL_STATE(676)] = 17247, [SMALL_STATE(677)] = 17359, [SMALL_STATE(678)] = 17471, [SMALL_STATE(679)] = 17583, [SMALL_STATE(680)] = 17695, [SMALL_STATE(681)] = 17807, [SMALL_STATE(682)] = 17919, [SMALL_STATE(683)] = 18031, [SMALL_STATE(684)] = 18143, [SMALL_STATE(685)] = 18255, [SMALL_STATE(686)] = 18367, [SMALL_STATE(687)] = 18479, [SMALL_STATE(688)] = 18591, [SMALL_STATE(689)] = 18703, [SMALL_STATE(690)] = 18815, [SMALL_STATE(691)] = 18927, [SMALL_STATE(692)] = 19039, [SMALL_STATE(693)] = 19151, [SMALL_STATE(694)] = 19263, [SMALL_STATE(695)] = 19375, [SMALL_STATE(696)] = 19487, [SMALL_STATE(697)] = 19599, [SMALL_STATE(698)] = 19711, [SMALL_STATE(699)] = 19823, [SMALL_STATE(700)] = 19935, [SMALL_STATE(701)] = 20047, [SMALL_STATE(702)] = 20159, [SMALL_STATE(703)] = 20223, [SMALL_STATE(704)] = 20287, [SMALL_STATE(705)] = 20351, [SMALL_STATE(706)] = 20415, [SMALL_STATE(707)] = 20477, [SMALL_STATE(708)] = 20585, [SMALL_STATE(709)] = 20693, [SMALL_STATE(710)] = 20801, [SMALL_STATE(711)] = 20909, [SMALL_STATE(712)] = 21017, [SMALL_STATE(713)] = 21086, [SMALL_STATE(714)] = 21150, [SMALL_STATE(715)] = 21206, [SMALL_STATE(716)] = 21272, [SMALL_STATE(717)] = 21338, [SMALL_STATE(718)] = 21393, [SMALL_STATE(719)] = 21456, [SMALL_STATE(720)] = 21511, [SMALL_STATE(721)] = 21570, [SMALL_STATE(722)] = 21625, [SMALL_STATE(723)] = 21688, [SMALL_STATE(724)] = 21751, [SMALL_STATE(725)] = 21810, [SMALL_STATE(726)] = 21869, [SMALL_STATE(727)] = 21925, [SMALL_STATE(728)] = 21981, [SMALL_STATE(729)] = 22037, [SMALL_STATE(730)] = 22091, [SMALL_STATE(731)] = 22153, [SMALL_STATE(732)] = 22209, [SMALL_STATE(733)] = 22263, [SMALL_STATE(734)] = 22319, [SMALL_STATE(735)] = 22375, [SMALL_STATE(736)] = 22431, [SMALL_STATE(737)] = 22487, [SMALL_STATE(738)] = 22541, [SMALL_STATE(739)] = 22597, [SMALL_STATE(740)] = 22651, [SMALL_STATE(741)] = 22705, [SMALL_STATE(742)] = 22759, [SMALL_STATE(743)] = 22815, [SMALL_STATE(744)] = 22871, [SMALL_STATE(745)] = 22927, [SMALL_STATE(746)] = 22981, [SMALL_STATE(747)] = 23037, [SMALL_STATE(748)] = 23093, [SMALL_STATE(749)] = 23149, [SMALL_STATE(750)] = 23203, [SMALL_STATE(751)] = 23259, [SMALL_STATE(752)] = 23315, [SMALL_STATE(753)] = 23371, [SMALL_STATE(754)] = 23425, [SMALL_STATE(755)] = 23479, [SMALL_STATE(756)] = 23533, [SMALL_STATE(757)] = 23589, [SMALL_STATE(758)] = 23643, [SMALL_STATE(759)] = 23697, [SMALL_STATE(760)] = 23751, [SMALL_STATE(761)] = 23807, [SMALL_STATE(762)] = 23861, [SMALL_STATE(763)] = 23923, [SMALL_STATE(764)] = 23985, [SMALL_STATE(765)] = 24041, [SMALL_STATE(766)] = 24097, [SMALL_STATE(767)] = 24151, [SMALL_STATE(768)] = 24213, [SMALL_STATE(769)] = 24269, [SMALL_STATE(770)] = 24325, [SMALL_STATE(771)] = 24378, [SMALL_STATE(772)] = 24443, [SMALL_STATE(773)] = 24496, [SMALL_STATE(774)] = 24549, [SMALL_STATE(775)] = 24602, [SMALL_STATE(776)] = 24681, [SMALL_STATE(777)] = 24734, [SMALL_STATE(778)] = 24811, [SMALL_STATE(779)] = 24892, [SMALL_STATE(780)] = 24959, [SMALL_STATE(781)] = 25032, [SMALL_STATE(782)] = 25117, [SMALL_STATE(783)] = 25170, [SMALL_STATE(784)] = 25251, [SMALL_STATE(785)] = 25304, [SMALL_STATE(786)] = 25359, [SMALL_STATE(787)] = 25412, [SMALL_STATE(788)] = 25465, [SMALL_STATE(789)] = 25518, [SMALL_STATE(790)] = 25571, [SMALL_STATE(791)] = 25624, [SMALL_STATE(792)] = 25687, [SMALL_STATE(793)] = 25740, [SMALL_STATE(794)] = 25793, [SMALL_STATE(795)] = 25846, [SMALL_STATE(796)] = 25899, [SMALL_STATE(797)] = 25952, [SMALL_STATE(798)] = 26005, [SMALL_STATE(799)] = 26058, [SMALL_STATE(800)] = 26113, [SMALL_STATE(801)] = 26198, [SMALL_STATE(802)] = 26251, [SMALL_STATE(803)] = 26304, [SMALL_STATE(804)] = 26357, [SMALL_STATE(805)] = 26410, [SMALL_STATE(806)] = 26463, [SMALL_STATE(807)] = 26516, [SMALL_STATE(808)] = 26569, [SMALL_STATE(809)] = 26622, [SMALL_STATE(810)] = 26675, [SMALL_STATE(811)] = 26728, [SMALL_STATE(812)] = 26781, [SMALL_STATE(813)] = 26834, [SMALL_STATE(814)] = 26887, [SMALL_STATE(815)] = 26940, [SMALL_STATE(816)] = 26993, [SMALL_STATE(817)] = 27046, [SMALL_STATE(818)] = 27099, [SMALL_STATE(819)] = 27152, [SMALL_STATE(820)] = 27205, [SMALL_STATE(821)] = 27296, [SMALL_STATE(822)] = 27349, [SMALL_STATE(823)] = 27402, [SMALL_STATE(824)] = 27471, [SMALL_STATE(825)] = 27524, [SMALL_STATE(826)] = 27595, [SMALL_STATE(827)] = 27648, [SMALL_STATE(828)] = 27701, [SMALL_STATE(829)] = 27786, [SMALL_STATE(830)] = 27871, [SMALL_STATE(831)] = 27924, [SMALL_STATE(832)] = 27977, [SMALL_STATE(833)] = 28030, [SMALL_STATE(834)] = 28085, [SMALL_STATE(835)] = 28138, [SMALL_STATE(836)] = 28191, [SMALL_STATE(837)] = 28244, [SMALL_STATE(838)] = 28297, [SMALL_STATE(839)] = 28382, [SMALL_STATE(840)] = 28435, [SMALL_STATE(841)] = 28488, [SMALL_STATE(842)] = 28541, [SMALL_STATE(843)] = 28594, [SMALL_STATE(844)] = 28647, [SMALL_STATE(845)] = 28700, [SMALL_STATE(846)] = 28753, [SMALL_STATE(847)] = 28806, [SMALL_STATE(848)] = 28859, [SMALL_STATE(849)] = 28912, [SMALL_STATE(850)] = 28965, [SMALL_STATE(851)] = 29018, [SMALL_STATE(852)] = 29071, [SMALL_STATE(853)] = 29124, [SMALL_STATE(854)] = 29177, [SMALL_STATE(855)] = 29230, [SMALL_STATE(856)] = 29283, [SMALL_STATE(857)] = 29336, [SMALL_STATE(858)] = 29389, [SMALL_STATE(859)] = 29442, [SMALL_STATE(860)] = 29495, [SMALL_STATE(861)] = 29548, [SMALL_STATE(862)] = 29601, [SMALL_STATE(863)] = 29654, [SMALL_STATE(864)] = 29707, [SMALL_STATE(865)] = 29760, [SMALL_STATE(866)] = 29813, [SMALL_STATE(867)] = 29866, [SMALL_STATE(868)] = 29957, [SMALL_STATE(869)] = 30010, [SMALL_STATE(870)] = 30062, [SMALL_STATE(871)] = 30114, [SMALL_STATE(872)] = 30166, [SMALL_STATE(873)] = 30218, [SMALL_STATE(874)] = 30270, [SMALL_STATE(875)] = 30326, [SMALL_STATE(876)] = 30378, [SMALL_STATE(877)] = 30438, [SMALL_STATE(878)] = 30523, [SMALL_STATE(879)] = 30618, [SMALL_STATE(880)] = 30703, [SMALL_STATE(881)] = 30798, [SMALL_STATE(882)] = 30848, [SMALL_STATE(883)] = 30932, [SMALL_STATE(884)] = 30982, [SMALL_STATE(885)] = 31074, [SMALL_STATE(886)] = 31126, [SMALL_STATE(887)] = 31210, [SMALL_STATE(888)] = 31302, [SMALL_STATE(889)] = 31386, [SMALL_STATE(890)] = 31470, [SMALL_STATE(891)] = 31526, [SMALL_STATE(892)] = 31578, [SMALL_STATE(893)] = 31667, [SMALL_STATE(894)] = 31756, [SMALL_STATE(895)] = 31845, [SMALL_STATE(896)] = 31934, [SMALL_STATE(897)] = 32023, [SMALL_STATE(898)] = 32112, [SMALL_STATE(899)] = 32201, [SMALL_STATE(900)] = 32288, [SMALL_STATE(901)] = 32337, [SMALL_STATE(902)] = 32426, [SMALL_STATE(903)] = 32515, [SMALL_STATE(904)] = 32604, [SMALL_STATE(905)] = 32693, [SMALL_STATE(906)] = 32782, [SMALL_STATE(907)] = 32869, [SMALL_STATE(908)] = 32958, [SMALL_STATE(909)] = 33047, [SMALL_STATE(910)] = 33136, [SMALL_STATE(911)] = 33225, [SMALL_STATE(912)] = 33314, [SMALL_STATE(913)] = 33403, [SMALL_STATE(914)] = 33492, [SMALL_STATE(915)] = 33573, [SMALL_STATE(916)] = 33662, [SMALL_STATE(917)] = 33751, [SMALL_STATE(918)] = 33840, [SMALL_STATE(919)] = 33929, [SMALL_STATE(920)] = 34018, [SMALL_STATE(921)] = 34069, [SMALL_STATE(922)] = 34158, [SMALL_STATE(923)] = 34247, [SMALL_STATE(924)] = 34334, [SMALL_STATE(925)] = 34423, [SMALL_STATE(926)] = 34512, [SMALL_STATE(927)] = 34599, [SMALL_STATE(928)] = 34688, [SMALL_STATE(929)] = 34737, [SMALL_STATE(930)] = 34826, [SMALL_STATE(931)] = 34915, [SMALL_STATE(932)] = 34990, [SMALL_STATE(933)] = 35079, [SMALL_STATE(934)] = 35168, [SMALL_STATE(935)] = 35257, [SMALL_STATE(936)] = 35344, [SMALL_STATE(937)] = 35431, [SMALL_STATE(938)] = 35512, [SMALL_STATE(939)] = 35601, [SMALL_STATE(940)] = 35690, [SMALL_STATE(941)] = 35779, [SMALL_STATE(942)] = 35866, [SMALL_STATE(943)] = 35955, [SMALL_STATE(944)] = 36042, [SMALL_STATE(945)] = 36131, [SMALL_STATE(946)] = 36220, [SMALL_STATE(947)] = 36307, [SMALL_STATE(948)] = 36396, [SMALL_STATE(949)] = 36485, [SMALL_STATE(950)] = 36572, [SMALL_STATE(951)] = 36661, [SMALL_STATE(952)] = 36747, [SMALL_STATE(953)] = 36833, [SMALL_STATE(954)] = 36919, [SMALL_STATE(955)] = 36977, [SMALL_STATE(956)] = 37043, [SMALL_STATE(957)] = 37129, [SMALL_STATE(958)] = 37193, [SMALL_STATE(959)] = 37279, [SMALL_STATE(960)] = 37365, [SMALL_STATE(961)] = 37451, [SMALL_STATE(962)] = 37511, [SMALL_STATE(963)] = 37591, [SMALL_STATE(964)] = 37663, [SMALL_STATE(965)] = 37735, [SMALL_STATE(966)] = 37785, [SMALL_STATE(967)] = 37871, [SMALL_STATE(968)] = 37919, [SMALL_STATE(969)] = 38005, [SMALL_STATE(970)] = 38085, [SMALL_STATE(971)] = 38171, [SMALL_STATE(972)] = 38219, [SMALL_STATE(973)] = 38305, [SMALL_STATE(974)] = 38353, [SMALL_STATE(975)] = 38421, [SMALL_STATE(976)] = 38471, [SMALL_STATE(977)] = 38533, [SMALL_STATE(978)] = 38605, [SMALL_STATE(979)] = 38655, [SMALL_STATE(980)] = 38741, [SMALL_STATE(981)] = 38827, [SMALL_STATE(982)] = 38913, [SMALL_STATE(983)] = 38961, [SMALL_STATE(984)] = 39011, [SMALL_STATE(985)] = 39097, [SMALL_STATE(986)] = 39183, [SMALL_STATE(987)] = 39269, [SMALL_STATE(988)] = 39355, [SMALL_STATE(989)] = 39441, [SMALL_STATE(990)] = 39527, [SMALL_STATE(991)] = 39613, [SMALL_STATE(992)] = 39699, [SMALL_STATE(993)] = 39785, [SMALL_STATE(994)] = 39833, [SMALL_STATE(995)] = 39883, [SMALL_STATE(996)] = 39959, [SMALL_STATE(997)] = 40031, [SMALL_STATE(998)] = 40103, [SMALL_STATE(999)] = 40189, [SMALL_STATE(1000)] = 40275, [SMALL_STATE(1001)] = 40351, [SMALL_STATE(1002)] = 40437, [SMALL_STATE(1003)] = 40523, [SMALL_STATE(1004)] = 40595, [SMALL_STATE(1005)] = 40681, [SMALL_STATE(1006)] = 40761, [SMALL_STATE(1007)] = 40811, [SMALL_STATE(1008)] = 40859, [SMALL_STATE(1009)] = 40931, [SMALL_STATE(1010)] = 41017, [SMALL_STATE(1011)] = 41065, [SMALL_STATE(1012)] = 41139, [SMALL_STATE(1013)] = 41219, [SMALL_STATE(1014)] = 41267, [SMALL_STATE(1015)] = 41353, [SMALL_STATE(1016)] = 41439, [SMALL_STATE(1017)] = 41519, [SMALL_STATE(1018)] = 41569, [SMALL_STATE(1019)] = 41655, [SMALL_STATE(1020)] = 41703, [SMALL_STATE(1021)] = 41789, [SMALL_STATE(1022)] = 41875, [SMALL_STATE(1023)] = 41944, [SMALL_STATE(1024)] = 42019, [SMALL_STATE(1025)] = 42094, [SMALL_STATE(1026)] = 42163, [SMALL_STATE(1027)] = 42229, [SMALL_STATE(1028)] = 42295, [SMALL_STATE(1029)] = 42358, [SMALL_STATE(1030)] = 42421, [SMALL_STATE(1031)] = 42484, [SMALL_STATE(1032)] = 42547, [SMALL_STATE(1033)] = 42610, [SMALL_STATE(1034)] = 42649, [SMALL_STATE(1035)] = 42688, [SMALL_STATE(1036)] = 42727, [SMALL_STATE(1037)] = 42780, [SMALL_STATE(1038)] = 42833, [SMALL_STATE(1039)] = 42886, [SMALL_STATE(1040)] = 42939, [SMALL_STATE(1041)] = 42992, [SMALL_STATE(1042)] = 43045, [SMALL_STATE(1043)] = 43098, [SMALL_STATE(1044)] = 43148, [SMALL_STATE(1045)] = 43198, [SMALL_STATE(1046)] = 43232, [SMALL_STATE(1047)] = 43266, [SMALL_STATE(1048)] = 43300, [SMALL_STATE(1049)] = 43334, [SMALL_STATE(1050)] = 43368, [SMALL_STATE(1051)] = 43400, [SMALL_STATE(1052)] = 43432, [SMALL_STATE(1053)] = 43464, [SMALL_STATE(1054)] = 43496, [SMALL_STATE(1055)] = 43528, [SMALL_STATE(1056)] = 43560, [SMALL_STATE(1057)] = 43592, [SMALL_STATE(1058)] = 43624, [SMALL_STATE(1059)] = 43656, [SMALL_STATE(1060)] = 43688, [SMALL_STATE(1061)] = 43720, [SMALL_STATE(1062)] = 43752, [SMALL_STATE(1063)] = 43784, [SMALL_STATE(1064)] = 43816, [SMALL_STATE(1065)] = 43848, [SMALL_STATE(1066)] = 43880, [SMALL_STATE(1067)] = 43912, [SMALL_STATE(1068)] = 43944, [SMALL_STATE(1069)] = 43976, [SMALL_STATE(1070)] = 44008, [SMALL_STATE(1071)] = 44040, [SMALL_STATE(1072)] = 44072, [SMALL_STATE(1073)] = 44104, [SMALL_STATE(1074)] = 44136, [SMALL_STATE(1075)] = 44168, [SMALL_STATE(1076)] = 44200, [SMALL_STATE(1077)] = 44232, [SMALL_STATE(1078)] = 44264, [SMALL_STATE(1079)] = 44296, [SMALL_STATE(1080)] = 44328, [SMALL_STATE(1081)] = 44360, [SMALL_STATE(1082)] = 44392, [SMALL_STATE(1083)] = 44424, [SMALL_STATE(1084)] = 44456, [SMALL_STATE(1085)] = 44488, [SMALL_STATE(1086)] = 44520, [SMALL_STATE(1087)] = 44552, [SMALL_STATE(1088)] = 44584, [SMALL_STATE(1089)] = 44616, [SMALL_STATE(1090)] = 44648, [SMALL_STATE(1091)] = 44680, [SMALL_STATE(1092)] = 44712, [SMALL_STATE(1093)] = 44744, [SMALL_STATE(1094)] = 44776, [SMALL_STATE(1095)] = 44808, [SMALL_STATE(1096)] = 44840, [SMALL_STATE(1097)] = 44872, [SMALL_STATE(1098)] = 44904, [SMALL_STATE(1099)] = 44936, [SMALL_STATE(1100)] = 44968, [SMALL_STATE(1101)] = 45000, [SMALL_STATE(1102)] = 45032, [SMALL_STATE(1103)] = 45064, [SMALL_STATE(1104)] = 45096, [SMALL_STATE(1105)] = 45128, [SMALL_STATE(1106)] = 45160, [SMALL_STATE(1107)] = 45192, [SMALL_STATE(1108)] = 45224, [SMALL_STATE(1109)] = 45256, [SMALL_STATE(1110)] = 45288, [SMALL_STATE(1111)] = 45320, [SMALL_STATE(1112)] = 45352, [SMALL_STATE(1113)] = 45384, [SMALL_STATE(1114)] = 45416, [SMALL_STATE(1115)] = 45448, [SMALL_STATE(1116)] = 45480, [SMALL_STATE(1117)] = 45512, [SMALL_STATE(1118)] = 45544, [SMALL_STATE(1119)] = 45576, [SMALL_STATE(1120)] = 45608, [SMALL_STATE(1121)] = 45640, [SMALL_STATE(1122)] = 45672, [SMALL_STATE(1123)] = 45704, [SMALL_STATE(1124)] = 45736, [SMALL_STATE(1125)] = 45768, [SMALL_STATE(1126)] = 45800, [SMALL_STATE(1127)] = 45832, [SMALL_STATE(1128)] = 45864, [SMALL_STATE(1129)] = 45896, [SMALL_STATE(1130)] = 45928, [SMALL_STATE(1131)] = 45960, [SMALL_STATE(1132)] = 45992, [SMALL_STATE(1133)] = 46024, [SMALL_STATE(1134)] = 46056, [SMALL_STATE(1135)] = 46088, [SMALL_STATE(1136)] = 46120, [SMALL_STATE(1137)] = 46152, [SMALL_STATE(1138)] = 46184, [SMALL_STATE(1139)] = 46216, [SMALL_STATE(1140)] = 46248, [SMALL_STATE(1141)] = 46280, [SMALL_STATE(1142)] = 46312, [SMALL_STATE(1143)] = 46344, [SMALL_STATE(1144)] = 46376, [SMALL_STATE(1145)] = 46408, [SMALL_STATE(1146)] = 46440, [SMALL_STATE(1147)] = 46472, [SMALL_STATE(1148)] = 46504, [SMALL_STATE(1149)] = 46536, [SMALL_STATE(1150)] = 46568, [SMALL_STATE(1151)] = 46600, [SMALL_STATE(1152)] = 46632, [SMALL_STATE(1153)] = 46664, [SMALL_STATE(1154)] = 46696, [SMALL_STATE(1155)] = 46728, [SMALL_STATE(1156)] = 46760, [SMALL_STATE(1157)] = 46792, [SMALL_STATE(1158)] = 46824, [SMALL_STATE(1159)] = 46856, [SMALL_STATE(1160)] = 46888, [SMALL_STATE(1161)] = 46920, [SMALL_STATE(1162)] = 46952, [SMALL_STATE(1163)] = 46984, [SMALL_STATE(1164)] = 47016, [SMALL_STATE(1165)] = 47048, [SMALL_STATE(1166)] = 47080, [SMALL_STATE(1167)] = 47112, [SMALL_STATE(1168)] = 47144, [SMALL_STATE(1169)] = 47176, [SMALL_STATE(1170)] = 47208, [SMALL_STATE(1171)] = 47240, [SMALL_STATE(1172)] = 47272, [SMALL_STATE(1173)] = 47304, [SMALL_STATE(1174)] = 47336, [SMALL_STATE(1175)] = 47368, [SMALL_STATE(1176)] = 47400, [SMALL_STATE(1177)] = 47432, [SMALL_STATE(1178)] = 47464, [SMALL_STATE(1179)] = 47496, [SMALL_STATE(1180)] = 47528, [SMALL_STATE(1181)] = 47560, [SMALL_STATE(1182)] = 47592, [SMALL_STATE(1183)] = 47624, [SMALL_STATE(1184)] = 47656, [SMALL_STATE(1185)] = 47688, [SMALL_STATE(1186)] = 47720, [SMALL_STATE(1187)] = 47752, [SMALL_STATE(1188)] = 47784, [SMALL_STATE(1189)] = 47816, [SMALL_STATE(1190)] = 47848, [SMALL_STATE(1191)] = 47880, [SMALL_STATE(1192)] = 47912, [SMALL_STATE(1193)] = 47944, [SMALL_STATE(1194)] = 47976, [SMALL_STATE(1195)] = 48008, [SMALL_STATE(1196)] = 48040, [SMALL_STATE(1197)] = 48072, [SMALL_STATE(1198)] = 48104, [SMALL_STATE(1199)] = 48136, [SMALL_STATE(1200)] = 48168, [SMALL_STATE(1201)] = 48200, [SMALL_STATE(1202)] = 48232, [SMALL_STATE(1203)] = 48264, [SMALL_STATE(1204)] = 48296, [SMALL_STATE(1205)] = 48328, [SMALL_STATE(1206)] = 48360, [SMALL_STATE(1207)] = 48392, [SMALL_STATE(1208)] = 48424, [SMALL_STATE(1209)] = 48456, [SMALL_STATE(1210)] = 48488, [SMALL_STATE(1211)] = 48520, [SMALL_STATE(1212)] = 48552, [SMALL_STATE(1213)] = 48584, [SMALL_STATE(1214)] = 48616, [SMALL_STATE(1215)] = 48648, [SMALL_STATE(1216)] = 48680, [SMALL_STATE(1217)] = 48712, [SMALL_STATE(1218)] = 48744, [SMALL_STATE(1219)] = 48776, [SMALL_STATE(1220)] = 48808, [SMALL_STATE(1221)] = 48840, [SMALL_STATE(1222)] = 48872, [SMALL_STATE(1223)] = 48904, [SMALL_STATE(1224)] = 48936, [SMALL_STATE(1225)] = 48968, [SMALL_STATE(1226)] = 49000, [SMALL_STATE(1227)] = 49032, [SMALL_STATE(1228)] = 49064, [SMALL_STATE(1229)] = 49096, [SMALL_STATE(1230)] = 49128, [SMALL_STATE(1231)] = 49160, [SMALL_STATE(1232)] = 49192, [SMALL_STATE(1233)] = 49224, [SMALL_STATE(1234)] = 49256, [SMALL_STATE(1235)] = 49288, [SMALL_STATE(1236)] = 49320, [SMALL_STATE(1237)] = 49352, [SMALL_STATE(1238)] = 49384, [SMALL_STATE(1239)] = 49416, [SMALL_STATE(1240)] = 49448, [SMALL_STATE(1241)] = 49480, [SMALL_STATE(1242)] = 49512, [SMALL_STATE(1243)] = 49544, [SMALL_STATE(1244)] = 49576, [SMALL_STATE(1245)] = 49608, [SMALL_STATE(1246)] = 49640, [SMALL_STATE(1247)] = 49672, [SMALL_STATE(1248)] = 49704, [SMALL_STATE(1249)] = 49736, [SMALL_STATE(1250)] = 49768, [SMALL_STATE(1251)] = 49808, [SMALL_STATE(1252)] = 49845, [SMALL_STATE(1253)] = 49882, [SMALL_STATE(1254)] = 49910, [SMALL_STATE(1255)] = 49938, [SMALL_STATE(1256)] = 49970, [SMALL_STATE(1257)] = 50024, [SMALL_STATE(1258)] = 50052, [SMALL_STATE(1259)] = 50080, [SMALL_STATE(1260)] = 50108, [SMALL_STATE(1261)] = 50140, [SMALL_STATE(1262)] = 50168, [SMALL_STATE(1263)] = 50200, [SMALL_STATE(1264)] = 50228, [SMALL_STATE(1265)] = 50282, [SMALL_STATE(1266)] = 50310, [SMALL_STATE(1267)] = 50349, [SMALL_STATE(1268)] = 50372, [SMALL_STATE(1269)] = 50395, [SMALL_STATE(1270)] = 50420, [SMALL_STATE(1271)] = 50443, [SMALL_STATE(1272)] = 50467, [SMALL_STATE(1273)] = 50489, [SMALL_STATE(1274)] = 50513, [SMALL_STATE(1275)] = 50537, [SMALL_STATE(1276)] = 50559, [SMALL_STATE(1277)] = 50581, [SMALL_STATE(1278)] = 50603, [SMALL_STATE(1279)] = 50627, [SMALL_STATE(1280)] = 50649, [SMALL_STATE(1281)] = 50673, [SMALL_STATE(1282)] = 50697, [SMALL_STATE(1283)] = 50722, [SMALL_STATE(1284)] = 50745, [SMALL_STATE(1285)] = 50766, [SMALL_STATE(1286)] = 50789, [SMALL_STATE(1287)] = 50810, [SMALL_STATE(1288)] = 50833, [SMALL_STATE(1289)] = 50854, [SMALL_STATE(1290)] = 50895, [SMALL_STATE(1291)] = 50920, [SMALL_STATE(1292)] = 50963, [SMALL_STATE(1293)] = 50986, [SMALL_STATE(1294)] = 51009, [SMALL_STATE(1295)] = 51052, [SMALL_STATE(1296)] = 51073, [SMALL_STATE(1297)] = 51098, [SMALL_STATE(1298)] = 51121, [SMALL_STATE(1299)] = 51146, [SMALL_STATE(1300)] = 51167, [SMALL_STATE(1301)] = 51190, [SMALL_STATE(1302)] = 51213, [SMALL_STATE(1303)] = 51238, [SMALL_STATE(1304)] = 51261, [SMALL_STATE(1305)] = 51284, [SMALL_STATE(1306)] = 51329, [SMALL_STATE(1307)] = 51349, [SMALL_STATE(1308)] = 51369, [SMALL_STATE(1309)] = 51389, [SMALL_STATE(1310)] = 51409, [SMALL_STATE(1311)] = 51429, [SMALL_STATE(1312)] = 51449, [SMALL_STATE(1313)] = 51469, [SMALL_STATE(1314)] = 51505, [SMALL_STATE(1315)] = 51525, [SMALL_STATE(1316)] = 51545, [SMALL_STATE(1317)] = 51567, [SMALL_STATE(1318)] = 51587, [SMALL_STATE(1319)] = 51607, [SMALL_STATE(1320)] = 51627, [SMALL_STATE(1321)] = 51647, [SMALL_STATE(1322)] = 51667, [SMALL_STATE(1323)] = 51687, [SMALL_STATE(1324)] = 51707, [SMALL_STATE(1325)] = 51727, [SMALL_STATE(1326)] = 51747, [SMALL_STATE(1327)] = 51767, [SMALL_STATE(1328)] = 51787, [SMALL_STATE(1329)] = 51807, [SMALL_STATE(1330)] = 51827, [SMALL_STATE(1331)] = 51847, [SMALL_STATE(1332)] = 51867, [SMALL_STATE(1333)] = 51887, [SMALL_STATE(1334)] = 51914, [SMALL_STATE(1335)] = 51949, [SMALL_STATE(1336)] = 51972, [SMALL_STATE(1337)] = 51995, [SMALL_STATE(1338)] = 52019, [SMALL_STATE(1339)] = 52039, [SMALL_STATE(1340)] = 52059, [SMALL_STATE(1341)] = 52079, [SMALL_STATE(1342)] = 52099, [SMALL_STATE(1343)] = 52119, [SMALL_STATE(1344)] = 52139, [SMALL_STATE(1345)] = 52159, [SMALL_STATE(1346)] = 52179, [SMALL_STATE(1347)] = 52203, [SMALL_STATE(1348)] = 52223, [SMALL_STATE(1349)] = 52243, [SMALL_STATE(1350)] = 52263, [SMALL_STATE(1351)] = 52287, [SMALL_STATE(1352)] = 52307, [SMALL_STATE(1353)] = 52327, [SMALL_STATE(1354)] = 52347, [SMALL_STATE(1355)] = 52367, [SMALL_STATE(1356)] = 52387, [SMALL_STATE(1357)] = 52407, [SMALL_STATE(1358)] = 52431, [SMALL_STATE(1359)] = 52451, [SMALL_STATE(1360)] = 52473, [SMALL_STATE(1361)] = 52493, [SMALL_STATE(1362)] = 52513, [SMALL_STATE(1363)] = 52533, [SMALL_STATE(1364)] = 52553, [SMALL_STATE(1365)] = 52573, [SMALL_STATE(1366)] = 52597, [SMALL_STATE(1367)] = 52617, [SMALL_STATE(1368)] = 52637, [SMALL_STATE(1369)] = 52657, [SMALL_STATE(1370)] = 52677, [SMALL_STATE(1371)] = 52697, [SMALL_STATE(1372)] = 52720, [SMALL_STATE(1373)] = 52743, [SMALL_STATE(1374)] = 52774, [SMALL_STATE(1375)] = 52795, [SMALL_STATE(1376)] = 52816, [SMALL_STATE(1377)] = 52837, [SMALL_STATE(1378)] = 52862, [SMALL_STATE(1379)] = 52893, [SMALL_STATE(1380)] = 52914, [SMALL_STATE(1381)] = 52945, [SMALL_STATE(1382)] = 52974, [SMALL_STATE(1383)] = 53007, [SMALL_STATE(1384)] = 53030, [SMALL_STATE(1385)] = 53053, [SMALL_STATE(1386)] = 53084, [SMALL_STATE(1387)] = 53115, [SMALL_STATE(1388)] = 53146, [SMALL_STATE(1389)] = 53169, [SMALL_STATE(1390)] = 53202, [SMALL_STATE(1391)] = 53233, [SMALL_STATE(1392)] = 53256, [SMALL_STATE(1393)] = 53279, [SMALL_STATE(1394)] = 53312, [SMALL_STATE(1395)] = 53335, [SMALL_STATE(1396)] = 53368, [SMALL_STATE(1397)] = 53399, [SMALL_STATE(1398)] = 53418, [SMALL_STATE(1399)] = 53449, [SMALL_STATE(1400)] = 53472, [SMALL_STATE(1401)] = 53495, [SMALL_STATE(1402)] = 53522, [SMALL_STATE(1403)] = 53552, [SMALL_STATE(1404)] = 53582, [SMALL_STATE(1405)] = 53602, [SMALL_STATE(1406)] = 53632, [SMALL_STATE(1407)] = 53662, [SMALL_STATE(1408)] = 53692, [SMALL_STATE(1409)] = 53724, [SMALL_STATE(1410)] = 53754, [SMALL_STATE(1411)] = 53784, [SMALL_STATE(1412)] = 53804, [SMALL_STATE(1413)] = 53824, [SMALL_STATE(1414)] = 53844, [SMALL_STATE(1415)] = 53876, [SMALL_STATE(1416)] = 53898, [SMALL_STATE(1417)] = 53928, [SMALL_STATE(1418)] = 53958, [SMALL_STATE(1419)] = 53978, [SMALL_STATE(1420)] = 53998, [SMALL_STATE(1421)] = 54028, [SMALL_STATE(1422)] = 54058, [SMALL_STATE(1423)] = 54088, [SMALL_STATE(1424)] = 54114, [SMALL_STATE(1425)] = 54136, [SMALL_STATE(1426)] = 54166, [SMALL_STATE(1427)] = 54196, [SMALL_STATE(1428)] = 54226, [SMALL_STATE(1429)] = 54256, [SMALL_STATE(1430)] = 54286, [SMALL_STATE(1431)] = 54308, [SMALL_STATE(1432)] = 54340, [SMALL_STATE(1433)] = 54370, [SMALL_STATE(1434)] = 54392, [SMALL_STATE(1435)] = 54418, [SMALL_STATE(1436)] = 54450, [SMALL_STATE(1437)] = 54480, [SMALL_STATE(1438)] = 54502, [SMALL_STATE(1439)] = 54526, [SMALL_STATE(1440)] = 54556, [SMALL_STATE(1441)] = 54586, [SMALL_STATE(1442)] = 54605, [SMALL_STATE(1443)] = 54634, [SMALL_STATE(1444)] = 54663, [SMALL_STATE(1445)] = 54690, [SMALL_STATE(1446)] = 54715, [SMALL_STATE(1447)] = 54742, [SMALL_STATE(1448)] = 54771, [SMALL_STATE(1449)] = 54786, [SMALL_STATE(1450)] = 54815, [SMALL_STATE(1451)] = 54838, [SMALL_STATE(1452)] = 54865, [SMALL_STATE(1453)] = 54892, [SMALL_STATE(1454)] = 54917, [SMALL_STATE(1455)] = 54936, [SMALL_STATE(1456)] = 54961, [SMALL_STATE(1457)] = 54986, [SMALL_STATE(1458)] = 55015, [SMALL_STATE(1459)] = 55034, [SMALL_STATE(1460)] = 55053, [SMALL_STATE(1461)] = 55072, [SMALL_STATE(1462)] = 55091, [SMALL_STATE(1463)] = 55118, [SMALL_STATE(1464)] = 55147, [SMALL_STATE(1465)] = 55174, [SMALL_STATE(1466)] = 55195, [SMALL_STATE(1467)] = 55222, [SMALL_STATE(1468)] = 55247, [SMALL_STATE(1469)] = 55274, [SMALL_STATE(1470)] = 55295, [SMALL_STATE(1471)] = 55320, [SMALL_STATE(1472)] = 55335, [SMALL_STATE(1473)] = 55360, [SMALL_STATE(1474)] = 55387, [SMALL_STATE(1475)] = 55414, [SMALL_STATE(1476)] = 55433, [SMALL_STATE(1477)] = 55460, [SMALL_STATE(1478)] = 55487, [SMALL_STATE(1479)] = 55514, [SMALL_STATE(1480)] = 55539, [SMALL_STATE(1481)] = 55566, [SMALL_STATE(1482)] = 55593, [SMALL_STATE(1483)] = 55614, [SMALL_STATE(1484)] = 55630, [SMALL_STATE(1485)] = 55652, [SMALL_STATE(1486)] = 55676, [SMALL_STATE(1487)] = 55698, [SMALL_STATE(1488)] = 55722, [SMALL_STATE(1489)] = 55748, [SMALL_STATE(1490)] = 55772, [SMALL_STATE(1491)] = 55798, [SMALL_STATE(1492)] = 55824, [SMALL_STATE(1493)] = 55846, [SMALL_STATE(1494)] = 55872, [SMALL_STATE(1495)] = 55898, [SMALL_STATE(1496)] = 55914, [SMALL_STATE(1497)] = 55940, [SMALL_STATE(1498)] = 55962, [SMALL_STATE(1499)] = 55976, [SMALL_STATE(1500)] = 56002, [SMALL_STATE(1501)] = 56028, [SMALL_STATE(1502)] = 56054, [SMALL_STATE(1503)] = 56080, [SMALL_STATE(1504)] = 56106, [SMALL_STATE(1505)] = 56128, [SMALL_STATE(1506)] = 56144, [SMALL_STATE(1507)] = 56166, [SMALL_STATE(1508)] = 56180, [SMALL_STATE(1509)] = 56194, [SMALL_STATE(1510)] = 56216, [SMALL_STATE(1511)] = 56232, [SMALL_STATE(1512)] = 56254, [SMALL_STATE(1513)] = 56280, [SMALL_STATE(1514)] = 56296, [SMALL_STATE(1515)] = 56310, [SMALL_STATE(1516)] = 56324, [SMALL_STATE(1517)] = 56338, [SMALL_STATE(1518)] = 56354, [SMALL_STATE(1519)] = 56368, [SMALL_STATE(1520)] = 56384, [SMALL_STATE(1521)] = 56400, [SMALL_STATE(1522)] = 56420, [SMALL_STATE(1523)] = 56444, [SMALL_STATE(1524)] = 56470, [SMALL_STATE(1525)] = 56496, [SMALL_STATE(1526)] = 56522, [SMALL_STATE(1527)] = 56548, [SMALL_STATE(1528)] = 56564, [SMALL_STATE(1529)] = 56586, [SMALL_STATE(1530)] = 56609, [SMALL_STATE(1531)] = 56632, [SMALL_STATE(1532)] = 56655, [SMALL_STATE(1533)] = 56678, [SMALL_STATE(1534)] = 56701, [SMALL_STATE(1535)] = 56724, [SMALL_STATE(1536)] = 56741, [SMALL_STATE(1537)] = 56764, [SMALL_STATE(1538)] = 56781, [SMALL_STATE(1539)] = 56804, [SMALL_STATE(1540)] = 56827, [SMALL_STATE(1541)] = 56850, [SMALL_STATE(1542)] = 56867, [SMALL_STATE(1543)] = 56886, [SMALL_STATE(1544)] = 56909, [SMALL_STATE(1545)] = 56932, [SMALL_STATE(1546)] = 56955, [SMALL_STATE(1547)] = 56978, [SMALL_STATE(1548)] = 56995, [SMALL_STATE(1549)] = 57018, [SMALL_STATE(1550)] = 57037, [SMALL_STATE(1551)] = 57054, [SMALL_STATE(1552)] = 57077, [SMALL_STATE(1553)] = 57096, [SMALL_STATE(1554)] = 57119, [SMALL_STATE(1555)] = 57142, [SMALL_STATE(1556)] = 57165, [SMALL_STATE(1557)] = 57182, [SMALL_STATE(1558)] = 57199, [SMALL_STATE(1559)] = 57216, [SMALL_STATE(1560)] = 57239, [SMALL_STATE(1561)] = 57262, [SMALL_STATE(1562)] = 57285, [SMALL_STATE(1563)] = 57308, [SMALL_STATE(1564)] = 57329, [SMALL_STATE(1565)] = 57352, [SMALL_STATE(1566)] = 57375, [SMALL_STATE(1567)] = 57398, [SMALL_STATE(1568)] = 57421, [SMALL_STATE(1569)] = 57444, [SMALL_STATE(1570)] = 57467, [SMALL_STATE(1571)] = 57490, [SMALL_STATE(1572)] = 57513, [SMALL_STATE(1573)] = 57536, [SMALL_STATE(1574)] = 57559, [SMALL_STATE(1575)] = 57580, [SMALL_STATE(1576)] = 57603, [SMALL_STATE(1577)] = 57626, [SMALL_STATE(1578)] = 57645, [SMALL_STATE(1579)] = 57660, [SMALL_STATE(1580)] = 57683, [SMALL_STATE(1581)] = 57706, [SMALL_STATE(1582)] = 57723, [SMALL_STATE(1583)] = 57746, [SMALL_STATE(1584)] = 57769, [SMALL_STATE(1585)] = 57792, [SMALL_STATE(1586)] = 57815, [SMALL_STATE(1587)] = 57838, [SMALL_STATE(1588)] = 57854, [SMALL_STATE(1589)] = 57870, [SMALL_STATE(1590)] = 57890, [SMALL_STATE(1591)] = 57910, [SMALL_STATE(1592)] = 57930, [SMALL_STATE(1593)] = 57946, [SMALL_STATE(1594)] = 57962, [SMALL_STATE(1595)] = 57978, [SMALL_STATE(1596)] = 57998, [SMALL_STATE(1597)] = 58014, [SMALL_STATE(1598)] = 58034, [SMALL_STATE(1599)] = 58050, [SMALL_STATE(1600)] = 58068, [SMALL_STATE(1601)] = 58088, [SMALL_STATE(1602)] = 58108, [SMALL_STATE(1603)] = 58124, [SMALL_STATE(1604)] = 58144, [SMALL_STATE(1605)] = 58164, [SMALL_STATE(1606)] = 58176, [SMALL_STATE(1607)] = 58196, [SMALL_STATE(1608)] = 58208, [SMALL_STATE(1609)] = 58228, [SMALL_STATE(1610)] = 58244, [SMALL_STATE(1611)] = 58260, [SMALL_STATE(1612)] = 58280, [SMALL_STATE(1613)] = 58296, [SMALL_STATE(1614)] = 58316, [SMALL_STATE(1615)] = 58328, [SMALL_STATE(1616)] = 58344, [SMALL_STATE(1617)] = 58360, [SMALL_STATE(1618)] = 58372, [SMALL_STATE(1619)] = 58388, [SMALL_STATE(1620)] = 58404, [SMALL_STATE(1621)] = 58418, [SMALL_STATE(1622)] = 58438, [SMALL_STATE(1623)] = 58454, [SMALL_STATE(1624)] = 58474, [SMALL_STATE(1625)] = 58494, [SMALL_STATE(1626)] = 58510, [SMALL_STATE(1627)] = 58530, [SMALL_STATE(1628)] = 58542, [SMALL_STATE(1629)] = 58554, [SMALL_STATE(1630)] = 58566, [SMALL_STATE(1631)] = 58586, [SMALL_STATE(1632)] = 58606, [SMALL_STATE(1633)] = 58622, [SMALL_STATE(1634)] = 58634, [SMALL_STATE(1635)] = 58654, [SMALL_STATE(1636)] = 58674, [SMALL_STATE(1637)] = 58694, [SMALL_STATE(1638)] = 58714, [SMALL_STATE(1639)] = 58726, [SMALL_STATE(1640)] = 58744, [SMALL_STATE(1641)] = 58760, [SMALL_STATE(1642)] = 58780, [SMALL_STATE(1643)] = 58800, [SMALL_STATE(1644)] = 58820, [SMALL_STATE(1645)] = 58836, [SMALL_STATE(1646)] = 58850, [SMALL_STATE(1647)] = 58862, [SMALL_STATE(1648)] = 58874, [SMALL_STATE(1649)] = 58894, [SMALL_STATE(1650)] = 58914, [SMALL_STATE(1651)] = 58934, [SMALL_STATE(1652)] = 58950, [SMALL_STATE(1653)] = 58966, [SMALL_STATE(1654)] = 58982, [SMALL_STATE(1655)] = 59002, [SMALL_STATE(1656)] = 59022, [SMALL_STATE(1657)] = 59042, [SMALL_STATE(1658)] = 59062, [SMALL_STATE(1659)] = 59074, [SMALL_STATE(1660)] = 59089, [SMALL_STATE(1661)] = 59106, [SMALL_STATE(1662)] = 59123, [SMALL_STATE(1663)] = 59140, [SMALL_STATE(1664)] = 59155, [SMALL_STATE(1665)] = 59168, [SMALL_STATE(1666)] = 59181, [SMALL_STATE(1667)] = 59198, [SMALL_STATE(1668)] = 59215, [SMALL_STATE(1669)] = 59232, [SMALL_STATE(1670)] = 59249, [SMALL_STATE(1671)] = 59266, [SMALL_STATE(1672)] = 59281, [SMALL_STATE(1673)] = 59298, [SMALL_STATE(1674)] = 59315, [SMALL_STATE(1675)] = 59332, [SMALL_STATE(1676)] = 59347, [SMALL_STATE(1677)] = 59364, [SMALL_STATE(1678)] = 59381, [SMALL_STATE(1679)] = 59398, [SMALL_STATE(1680)] = 59413, [SMALL_STATE(1681)] = 59430, [SMALL_STATE(1682)] = 59445, [SMALL_STATE(1683)] = 59458, [SMALL_STATE(1684)] = 59473, [SMALL_STATE(1685)] = 59490, [SMALL_STATE(1686)] = 59507, [SMALL_STATE(1687)] = 59524, [SMALL_STATE(1688)] = 59541, [SMALL_STATE(1689)] = 59556, [SMALL_STATE(1690)] = 59569, [SMALL_STATE(1691)] = 59586, [SMALL_STATE(1692)] = 59599, [SMALL_STATE(1693)] = 59614, [SMALL_STATE(1694)] = 59629, [SMALL_STATE(1695)] = 59646, [SMALL_STATE(1696)] = 59663, [SMALL_STATE(1697)] = 59680, [SMALL_STATE(1698)] = 59697, [SMALL_STATE(1699)] = 59712, [SMALL_STATE(1700)] = 59729, [SMALL_STATE(1701)] = 59746, [SMALL_STATE(1702)] = 59761, [SMALL_STATE(1703)] = 59778, [SMALL_STATE(1704)] = 59795, [SMALL_STATE(1705)] = 59808, [SMALL_STATE(1706)] = 59825, [SMALL_STATE(1707)] = 59840, [SMALL_STATE(1708)] = 59857, [SMALL_STATE(1709)] = 59874, [SMALL_STATE(1710)] = 59891, [SMALL_STATE(1711)] = 59908, [SMALL_STATE(1712)] = 59925, [SMALL_STATE(1713)] = 59942, [SMALL_STATE(1714)] = 59959, [SMALL_STATE(1715)] = 59976, [SMALL_STATE(1716)] = 59991, [SMALL_STATE(1717)] = 60006, [SMALL_STATE(1718)] = 60023, [SMALL_STATE(1719)] = 60040, [SMALL_STATE(1720)] = 60057, [SMALL_STATE(1721)] = 60072, [SMALL_STATE(1722)] = 60089, [SMALL_STATE(1723)] = 60104, [SMALL_STATE(1724)] = 60119, [SMALL_STATE(1725)] = 60136, [SMALL_STATE(1726)] = 60153, [SMALL_STATE(1727)] = 60166, [SMALL_STATE(1728)] = 60181, [SMALL_STATE(1729)] = 60198, [SMALL_STATE(1730)] = 60213, [SMALL_STATE(1731)] = 60226, [SMALL_STATE(1732)] = 60243, [SMALL_STATE(1733)] = 60260, [SMALL_STATE(1734)] = 60277, [SMALL_STATE(1735)] = 60292, [SMALL_STATE(1736)] = 60309, [SMALL_STATE(1737)] = 60326, [SMALL_STATE(1738)] = 60343, [SMALL_STATE(1739)] = 60358, [SMALL_STATE(1740)] = 60375, [SMALL_STATE(1741)] = 60392, [SMALL_STATE(1742)] = 60409, [SMALL_STATE(1743)] = 60426, [SMALL_STATE(1744)] = 60441, [SMALL_STATE(1745)] = 60458, [SMALL_STATE(1746)] = 60475, [SMALL_STATE(1747)] = 60489, [SMALL_STATE(1748)] = 60499, [SMALL_STATE(1749)] = 60513, [SMALL_STATE(1750)] = 60527, [SMALL_STATE(1751)] = 60539, [SMALL_STATE(1752)] = 60553, [SMALL_STATE(1753)] = 60567, [SMALL_STATE(1754)] = 60581, [SMALL_STATE(1755)] = 60595, [SMALL_STATE(1756)] = 60609, [SMALL_STATE(1757)] = 60619, [SMALL_STATE(1758)] = 60629, [SMALL_STATE(1759)] = 60643, [SMALL_STATE(1760)] = 60657, [SMALL_STATE(1761)] = 60671, [SMALL_STATE(1762)] = 60685, [SMALL_STATE(1763)] = 60699, [SMALL_STATE(1764)] = 60713, [SMALL_STATE(1765)] = 60727, [SMALL_STATE(1766)] = 60741, [SMALL_STATE(1767)] = 60755, [SMALL_STATE(1768)] = 60769, [SMALL_STATE(1769)] = 60781, [SMALL_STATE(1770)] = 60795, [SMALL_STATE(1771)] = 60809, [SMALL_STATE(1772)] = 60823, [SMALL_STATE(1773)] = 60837, [SMALL_STATE(1774)] = 60851, [SMALL_STATE(1775)] = 60865, [SMALL_STATE(1776)] = 60879, [SMALL_STATE(1777)] = 60893, [SMALL_STATE(1778)] = 60907, [SMALL_STATE(1779)] = 60917, [SMALL_STATE(1780)] = 60931, [SMALL_STATE(1781)] = 60945, [SMALL_STATE(1782)] = 60959, [SMALL_STATE(1783)] = 60969, [SMALL_STATE(1784)] = 60983, [SMALL_STATE(1785)] = 60993, [SMALL_STATE(1786)] = 61007, [SMALL_STATE(1787)] = 61021, [SMALL_STATE(1788)] = 61035, [SMALL_STATE(1789)] = 61049, [SMALL_STATE(1790)] = 61059, [SMALL_STATE(1791)] = 61071, [SMALL_STATE(1792)] = 61085, [SMALL_STATE(1793)] = 61099, [SMALL_STATE(1794)] = 61113, [SMALL_STATE(1795)] = 61123, [SMALL_STATE(1796)] = 61135, [SMALL_STATE(1797)] = 61149, [SMALL_STATE(1798)] = 61163, [SMALL_STATE(1799)] = 61177, [SMALL_STATE(1800)] = 61191, [SMALL_STATE(1801)] = 61201, [SMALL_STATE(1802)] = 61215, [SMALL_STATE(1803)] = 61225, [SMALL_STATE(1804)] = 61239, [SMALL_STATE(1805)] = 61253, [SMALL_STATE(1806)] = 61267, [SMALL_STATE(1807)] = 61281, [SMALL_STATE(1808)] = 61295, [SMALL_STATE(1809)] = 61309, [SMALL_STATE(1810)] = 61323, [SMALL_STATE(1811)] = 61335, [SMALL_STATE(1812)] = 61349, [SMALL_STATE(1813)] = 61361, [SMALL_STATE(1814)] = 61375, [SMALL_STATE(1815)] = 61385, [SMALL_STATE(1816)] = 61399, [SMALL_STATE(1817)] = 61411, [SMALL_STATE(1818)] = 61425, [SMALL_STATE(1819)] = 61439, [SMALL_STATE(1820)] = 61453, [SMALL_STATE(1821)] = 61467, [SMALL_STATE(1822)] = 61481, [SMALL_STATE(1823)] = 61495, [SMALL_STATE(1824)] = 61509, [SMALL_STATE(1825)] = 61521, [SMALL_STATE(1826)] = 61535, [SMALL_STATE(1827)] = 61549, [SMALL_STATE(1828)] = 61561, [SMALL_STATE(1829)] = 61575, [SMALL_STATE(1830)] = 61589, [SMALL_STATE(1831)] = 61601, [SMALL_STATE(1832)] = 61613, [SMALL_STATE(1833)] = 61625, [SMALL_STATE(1834)] = 61639, [SMALL_STATE(1835)] = 61653, [SMALL_STATE(1836)] = 61667, [SMALL_STATE(1837)] = 61681, [SMALL_STATE(1838)] = 61695, [SMALL_STATE(1839)] = 61709, [SMALL_STATE(1840)] = 61719, [SMALL_STATE(1841)] = 61733, [SMALL_STATE(1842)] = 61743, [SMALL_STATE(1843)] = 61757, [SMALL_STATE(1844)] = 61771, [SMALL_STATE(1845)] = 61785, [SMALL_STATE(1846)] = 61799, [SMALL_STATE(1847)] = 61813, [SMALL_STATE(1848)] = 61827, [SMALL_STATE(1849)] = 61841, [SMALL_STATE(1850)] = 61855, [SMALL_STATE(1851)] = 61869, [SMALL_STATE(1852)] = 61883, [SMALL_STATE(1853)] = 61895, [SMALL_STATE(1854)] = 61907, [SMALL_STATE(1855)] = 61921, [SMALL_STATE(1856)] = 61935, [SMALL_STATE(1857)] = 61949, [SMALL_STATE(1858)] = 61963, [SMALL_STATE(1859)] = 61975, [SMALL_STATE(1860)] = 61989, [SMALL_STATE(1861)] = 62003, [SMALL_STATE(1862)] = 62013, [SMALL_STATE(1863)] = 62027, [SMALL_STATE(1864)] = 62041, [SMALL_STATE(1865)] = 62051, [SMALL_STATE(1866)] = 62065, [SMALL_STATE(1867)] = 62079, [SMALL_STATE(1868)] = 62089, [SMALL_STATE(1869)] = 62103, [SMALL_STATE(1870)] = 62117, [SMALL_STATE(1871)] = 62127, [SMALL_STATE(1872)] = 62139, [SMALL_STATE(1873)] = 62153, [SMALL_STATE(1874)] = 62167, [SMALL_STATE(1875)] = 62177, [SMALL_STATE(1876)] = 62191, [SMALL_STATE(1877)] = 62205, [SMALL_STATE(1878)] = 62215, [SMALL_STATE(1879)] = 62229, [SMALL_STATE(1880)] = 62243, [SMALL_STATE(1881)] = 62257, [SMALL_STATE(1882)] = 62267, [SMALL_STATE(1883)] = 62277, [SMALL_STATE(1884)] = 62287, [SMALL_STATE(1885)] = 62301, [SMALL_STATE(1886)] = 62315, [SMALL_STATE(1887)] = 62329, [SMALL_STATE(1888)] = 62343, [SMALL_STATE(1889)] = 62357, [SMALL_STATE(1890)] = 62371, [SMALL_STATE(1891)] = 62385, [SMALL_STATE(1892)] = 62395, [SMALL_STATE(1893)] = 62409, [SMALL_STATE(1894)] = 62423, [SMALL_STATE(1895)] = 62437, [SMALL_STATE(1896)] = 62451, [SMALL_STATE(1897)] = 62465, [SMALL_STATE(1898)] = 62479, [SMALL_STATE(1899)] = 62493, [SMALL_STATE(1900)] = 62507, [SMALL_STATE(1901)] = 62521, [SMALL_STATE(1902)] = 62535, [SMALL_STATE(1903)] = 62549, [SMALL_STATE(1904)] = 62563, [SMALL_STATE(1905)] = 62575, [SMALL_STATE(1906)] = 62589, [SMALL_STATE(1907)] = 62603, [SMALL_STATE(1908)] = 62617, [SMALL_STATE(1909)] = 62629, [SMALL_STATE(1910)] = 62643, [SMALL_STATE(1911)] = 62657, [SMALL_STATE(1912)] = 62667, [SMALL_STATE(1913)] = 62681, [SMALL_STATE(1914)] = 62691, [SMALL_STATE(1915)] = 62705, [SMALL_STATE(1916)] = 62717, [SMALL_STATE(1917)] = 62731, [SMALL_STATE(1918)] = 62743, [SMALL_STATE(1919)] = 62755, [SMALL_STATE(1920)] = 62769, [SMALL_STATE(1921)] = 62783, [SMALL_STATE(1922)] = 62797, [SMALL_STATE(1923)] = 62811, [SMALL_STATE(1924)] = 62825, [SMALL_STATE(1925)] = 62837, [SMALL_STATE(1926)] = 62851, [SMALL_STATE(1927)] = 62865, [SMALL_STATE(1928)] = 62879, [SMALL_STATE(1929)] = 62893, [SMALL_STATE(1930)] = 62907, [SMALL_STATE(1931)] = 62921, [SMALL_STATE(1932)] = 62935, [SMALL_STATE(1933)] = 62945, [SMALL_STATE(1934)] = 62957, [SMALL_STATE(1935)] = 62971, [SMALL_STATE(1936)] = 62985, [SMALL_STATE(1937)] = 62997, [SMALL_STATE(1938)] = 63009, [SMALL_STATE(1939)] = 63023, [SMALL_STATE(1940)] = 63037, [SMALL_STATE(1941)] = 63051, [SMALL_STATE(1942)] = 63065, [SMALL_STATE(1943)] = 63079, [SMALL_STATE(1944)] = 63093, [SMALL_STATE(1945)] = 63107, [SMALL_STATE(1946)] = 63121, [SMALL_STATE(1947)] = 63135, [SMALL_STATE(1948)] = 63149, [SMALL_STATE(1949)] = 63159, [SMALL_STATE(1950)] = 63169, [SMALL_STATE(1951)] = 63183, [SMALL_STATE(1952)] = 63193, [SMALL_STATE(1953)] = 63207, [SMALL_STATE(1954)] = 63217, [SMALL_STATE(1955)] = 63231, [SMALL_STATE(1956)] = 63245, [SMALL_STATE(1957)] = 63259, [SMALL_STATE(1958)] = 63273, [SMALL_STATE(1959)] = 63287, [SMALL_STATE(1960)] = 63301, [SMALL_STATE(1961)] = 63311, [SMALL_STATE(1962)] = 63325, [SMALL_STATE(1963)] = 63335, [SMALL_STATE(1964)] = 63349, [SMALL_STATE(1965)] = 63363, [SMALL_STATE(1966)] = 63377, [SMALL_STATE(1967)] = 63387, [SMALL_STATE(1968)] = 63397, [SMALL_STATE(1969)] = 63411, [SMALL_STATE(1970)] = 63421, [SMALL_STATE(1971)] = 63435, [SMALL_STATE(1972)] = 63447, [SMALL_STATE(1973)] = 63461, [SMALL_STATE(1974)] = 63475, [SMALL_STATE(1975)] = 63489, [SMALL_STATE(1976)] = 63501, [SMALL_STATE(1977)] = 63515, [SMALL_STATE(1978)] = 63529, [SMALL_STATE(1979)] = 63541, [SMALL_STATE(1980)] = 63555, [SMALL_STATE(1981)] = 63569, [SMALL_STATE(1982)] = 63583, [SMALL_STATE(1983)] = 63597, [SMALL_STATE(1984)] = 63611, [SMALL_STATE(1985)] = 63625, [SMALL_STATE(1986)] = 63635, [SMALL_STATE(1987)] = 63649, [SMALL_STATE(1988)] = 63663, [SMALL_STATE(1989)] = 63677, [SMALL_STATE(1990)] = 63691, [SMALL_STATE(1991)] = 63705, [SMALL_STATE(1992)] = 63719, [SMALL_STATE(1993)] = 63733, [SMALL_STATE(1994)] = 63745, [SMALL_STATE(1995)] = 63759, [SMALL_STATE(1996)] = 63769, [SMALL_STATE(1997)] = 63783, [SMALL_STATE(1998)] = 63797, [SMALL_STATE(1999)] = 63807, [SMALL_STATE(2000)] = 63819, [SMALL_STATE(2001)] = 63833, [SMALL_STATE(2002)] = 63847, [SMALL_STATE(2003)] = 63857, [SMALL_STATE(2004)] = 63869, [SMALL_STATE(2005)] = 63880, [SMALL_STATE(2006)] = 63891, [SMALL_STATE(2007)] = 63900, [SMALL_STATE(2008)] = 63911, [SMALL_STATE(2009)] = 63922, [SMALL_STATE(2010)] = 63933, [SMALL_STATE(2011)] = 63944, [SMALL_STATE(2012)] = 63955, [SMALL_STATE(2013)] = 63966, [SMALL_STATE(2014)] = 63977, [SMALL_STATE(2015)] = 63986, [SMALL_STATE(2016)] = 63997, [SMALL_STATE(2017)] = 64008, [SMALL_STATE(2018)] = 64019, [SMALL_STATE(2019)] = 64030, [SMALL_STATE(2020)] = 64041, [SMALL_STATE(2021)] = 64052, [SMALL_STATE(2022)] = 64063, [SMALL_STATE(2023)] = 64074, [SMALL_STATE(2024)] = 64085, [SMALL_STATE(2025)] = 64096, [SMALL_STATE(2026)] = 64107, [SMALL_STATE(2027)] = 64116, [SMALL_STATE(2028)] = 64127, [SMALL_STATE(2029)] = 64138, [SMALL_STATE(2030)] = 64149, [SMALL_STATE(2031)] = 64160, [SMALL_STATE(2032)] = 64171, [SMALL_STATE(2033)] = 64182, [SMALL_STATE(2034)] = 64193, [SMALL_STATE(2035)] = 64202, [SMALL_STATE(2036)] = 64213, [SMALL_STATE(2037)] = 64222, [SMALL_STATE(2038)] = 64231, [SMALL_STATE(2039)] = 64242, [SMALL_STATE(2040)] = 64251, [SMALL_STATE(2041)] = 64262, [SMALL_STATE(2042)] = 64273, [SMALL_STATE(2043)] = 64284, [SMALL_STATE(2044)] = 64295, [SMALL_STATE(2045)] = 64306, [SMALL_STATE(2046)] = 64317, [SMALL_STATE(2047)] = 64328, [SMALL_STATE(2048)] = 64339, [SMALL_STATE(2049)] = 64348, [SMALL_STATE(2050)] = 64359, [SMALL_STATE(2051)] = 64368, [SMALL_STATE(2052)] = 64379, [SMALL_STATE(2053)] = 64390, [SMALL_STATE(2054)] = 64401, [SMALL_STATE(2055)] = 64410, [SMALL_STATE(2056)] = 64421, [SMALL_STATE(2057)] = 64432, [SMALL_STATE(2058)] = 64443, [SMALL_STATE(2059)] = 64454, [SMALL_STATE(2060)] = 64465, [SMALL_STATE(2061)] = 64476, [SMALL_STATE(2062)] = 64487, [SMALL_STATE(2063)] = 64496, [SMALL_STATE(2064)] = 64507, [SMALL_STATE(2065)] = 64518, [SMALL_STATE(2066)] = 64527, [SMALL_STATE(2067)] = 64536, [SMALL_STATE(2068)] = 64545, [SMALL_STATE(2069)] = 64556, [SMALL_STATE(2070)] = 64567, [SMALL_STATE(2071)] = 64576, [SMALL_STATE(2072)] = 64587, [SMALL_STATE(2073)] = 64598, [SMALL_STATE(2074)] = 64609, [SMALL_STATE(2075)] = 64620, [SMALL_STATE(2076)] = 64629, [SMALL_STATE(2077)] = 64638, [SMALL_STATE(2078)] = 64649, [SMALL_STATE(2079)] = 64660, [SMALL_STATE(2080)] = 64671, [SMALL_STATE(2081)] = 64682, [SMALL_STATE(2082)] = 64693, [SMALL_STATE(2083)] = 64704, [SMALL_STATE(2084)] = 64715, [SMALL_STATE(2085)] = 64726, [SMALL_STATE(2086)] = 64737, [SMALL_STATE(2087)] = 64748, [SMALL_STATE(2088)] = 64757, [SMALL_STATE(2089)] = 64768, [SMALL_STATE(2090)] = 64779, [SMALL_STATE(2091)] = 64790, [SMALL_STATE(2092)] = 64801, [SMALL_STATE(2093)] = 64810, [SMALL_STATE(2094)] = 64821, [SMALL_STATE(2095)] = 64832, [SMALL_STATE(2096)] = 64843, [SMALL_STATE(2097)] = 64854, [SMALL_STATE(2098)] = 64863, [SMALL_STATE(2099)] = 64874, [SMALL_STATE(2100)] = 64885, [SMALL_STATE(2101)] = 64896, [SMALL_STATE(2102)] = 64907, [SMALL_STATE(2103)] = 64918, [SMALL_STATE(2104)] = 64929, [SMALL_STATE(2105)] = 64940, [SMALL_STATE(2106)] = 64951, [SMALL_STATE(2107)] = 64962, [SMALL_STATE(2108)] = 64973, [SMALL_STATE(2109)] = 64984, [SMALL_STATE(2110)] = 64995, [SMALL_STATE(2111)] = 65004, [SMALL_STATE(2112)] = 65013, [SMALL_STATE(2113)] = 65022, [SMALL_STATE(2114)] = 65033, [SMALL_STATE(2115)] = 65044, [SMALL_STATE(2116)] = 65055, [SMALL_STATE(2117)] = 65066, [SMALL_STATE(2118)] = 65077, [SMALL_STATE(2119)] = 65088, [SMALL_STATE(2120)] = 65099, [SMALL_STATE(2121)] = 65108, [SMALL_STATE(2122)] = 65119, [SMALL_STATE(2123)] = 65130, [SMALL_STATE(2124)] = 65141, [SMALL_STATE(2125)] = 65152, [SMALL_STATE(2126)] = 65163, [SMALL_STATE(2127)] = 65174, [SMALL_STATE(2128)] = 65185, [SMALL_STATE(2129)] = 65196, [SMALL_STATE(2130)] = 65207, [SMALL_STATE(2131)] = 65218, [SMALL_STATE(2132)] = 65229, [SMALL_STATE(2133)] = 65240, [SMALL_STATE(2134)] = 65251, [SMALL_STATE(2135)] = 65262, [SMALL_STATE(2136)] = 65273, [SMALL_STATE(2137)] = 65282, [SMALL_STATE(2138)] = 65293, [SMALL_STATE(2139)] = 65302, [SMALL_STATE(2140)] = 65313, [SMALL_STATE(2141)] = 65324, [SMALL_STATE(2142)] = 65335, [SMALL_STATE(2143)] = 65346, [SMALL_STATE(2144)] = 65357, [SMALL_STATE(2145)] = 65368, [SMALL_STATE(2146)] = 65379, [SMALL_STATE(2147)] = 65388, [SMALL_STATE(2148)] = 65397, [SMALL_STATE(2149)] = 65408, [SMALL_STATE(2150)] = 65417, [SMALL_STATE(2151)] = 65428, [SMALL_STATE(2152)] = 65439, [SMALL_STATE(2153)] = 65450, [SMALL_STATE(2154)] = 65459, [SMALL_STATE(2155)] = 65470, [SMALL_STATE(2156)] = 65479, [SMALL_STATE(2157)] = 65490, [SMALL_STATE(2158)] = 65501, [SMALL_STATE(2159)] = 65512, [SMALL_STATE(2160)] = 65523, [SMALL_STATE(2161)] = 65534, [SMALL_STATE(2162)] = 65545, [SMALL_STATE(2163)] = 65556, [SMALL_STATE(2164)] = 65567, [SMALL_STATE(2165)] = 65578, [SMALL_STATE(2166)] = 65589, [SMALL_STATE(2167)] = 65600, [SMALL_STATE(2168)] = 65611, [SMALL_STATE(2169)] = 65622, [SMALL_STATE(2170)] = 65633, [SMALL_STATE(2171)] = 65644, [SMALL_STATE(2172)] = 65655, [SMALL_STATE(2173)] = 65666, [SMALL_STATE(2174)] = 65677, [SMALL_STATE(2175)] = 65685, [SMALL_STATE(2176)] = 65693, [SMALL_STATE(2177)] = 65701, [SMALL_STATE(2178)] = 65709, [SMALL_STATE(2179)] = 65717, [SMALL_STATE(2180)] = 65725, [SMALL_STATE(2181)] = 65733, [SMALL_STATE(2182)] = 65741, [SMALL_STATE(2183)] = 65749, [SMALL_STATE(2184)] = 65757, [SMALL_STATE(2185)] = 65765, [SMALL_STATE(2186)] = 65773, [SMALL_STATE(2187)] = 65781, [SMALL_STATE(2188)] = 65789, [SMALL_STATE(2189)] = 65797, [SMALL_STATE(2190)] = 65805, [SMALL_STATE(2191)] = 65813, [SMALL_STATE(2192)] = 65821, [SMALL_STATE(2193)] = 65829, [SMALL_STATE(2194)] = 65837, [SMALL_STATE(2195)] = 65845, [SMALL_STATE(2196)] = 65853, [SMALL_STATE(2197)] = 65861, [SMALL_STATE(2198)] = 65869, [SMALL_STATE(2199)] = 65877, [SMALL_STATE(2200)] = 65885, [SMALL_STATE(2201)] = 65893, [SMALL_STATE(2202)] = 65901, [SMALL_STATE(2203)] = 65909, [SMALL_STATE(2204)] = 65917, [SMALL_STATE(2205)] = 65925, [SMALL_STATE(2206)] = 65933, [SMALL_STATE(2207)] = 65941, [SMALL_STATE(2208)] = 65949, [SMALL_STATE(2209)] = 65957, [SMALL_STATE(2210)] = 65965, [SMALL_STATE(2211)] = 65973, [SMALL_STATE(2212)] = 65981, [SMALL_STATE(2213)] = 65989, [SMALL_STATE(2214)] = 65997, [SMALL_STATE(2215)] = 66005, [SMALL_STATE(2216)] = 66013, [SMALL_STATE(2217)] = 66021, [SMALL_STATE(2218)] = 66029, [SMALL_STATE(2219)] = 66037, [SMALL_STATE(2220)] = 66045, [SMALL_STATE(2221)] = 66053, [SMALL_STATE(2222)] = 66061, [SMALL_STATE(2223)] = 66069, [SMALL_STATE(2224)] = 66077, [SMALL_STATE(2225)] = 66085, [SMALL_STATE(2226)] = 66093, [SMALL_STATE(2227)] = 66101, [SMALL_STATE(2228)] = 66109, [SMALL_STATE(2229)] = 66117, [SMALL_STATE(2230)] = 66125, [SMALL_STATE(2231)] = 66133, [SMALL_STATE(2232)] = 66141, [SMALL_STATE(2233)] = 66149, [SMALL_STATE(2234)] = 66157, [SMALL_STATE(2235)] = 66165, [SMALL_STATE(2236)] = 66173, [SMALL_STATE(2237)] = 66181, [SMALL_STATE(2238)] = 66189, [SMALL_STATE(2239)] = 66197, [SMALL_STATE(2240)] = 66205, [SMALL_STATE(2241)] = 66213, [SMALL_STATE(2242)] = 66221, [SMALL_STATE(2243)] = 66229, [SMALL_STATE(2244)] = 66237, [SMALL_STATE(2245)] = 66245, [SMALL_STATE(2246)] = 66253, [SMALL_STATE(2247)] = 66261, [SMALL_STATE(2248)] = 66269, [SMALL_STATE(2249)] = 66277, [SMALL_STATE(2250)] = 66285, [SMALL_STATE(2251)] = 66293, [SMALL_STATE(2252)] = 66301, [SMALL_STATE(2253)] = 66309, [SMALL_STATE(2254)] = 66317, [SMALL_STATE(2255)] = 66325, [SMALL_STATE(2256)] = 66333, [SMALL_STATE(2257)] = 66341, [SMALL_STATE(2258)] = 66349, [SMALL_STATE(2259)] = 66357, [SMALL_STATE(2260)] = 66365, [SMALL_STATE(2261)] = 66373, [SMALL_STATE(2262)] = 66381, [SMALL_STATE(2263)] = 66389, [SMALL_STATE(2264)] = 66397, [SMALL_STATE(2265)] = 66405, [SMALL_STATE(2266)] = 66413, [SMALL_STATE(2267)] = 66421, [SMALL_STATE(2268)] = 66429, [SMALL_STATE(2269)] = 66437, [SMALL_STATE(2270)] = 66445, [SMALL_STATE(2271)] = 66453, [SMALL_STATE(2272)] = 66461, [SMALL_STATE(2273)] = 66469, [SMALL_STATE(2274)] = 66477, [SMALL_STATE(2275)] = 66485, [SMALL_STATE(2276)] = 66493, [SMALL_STATE(2277)] = 66501, [SMALL_STATE(2278)] = 66509, [SMALL_STATE(2279)] = 66517, [SMALL_STATE(2280)] = 66525, [SMALL_STATE(2281)] = 66533, [SMALL_STATE(2282)] = 66541, [SMALL_STATE(2283)] = 66549, [SMALL_STATE(2284)] = 66557, [SMALL_STATE(2285)] = 66565, [SMALL_STATE(2286)] = 66573, [SMALL_STATE(2287)] = 66581, [SMALL_STATE(2288)] = 66589, [SMALL_STATE(2289)] = 66597, [SMALL_STATE(2290)] = 66605, [SMALL_STATE(2291)] = 66613, [SMALL_STATE(2292)] = 66621, [SMALL_STATE(2293)] = 66629, [SMALL_STATE(2294)] = 66637, [SMALL_STATE(2295)] = 66645, [SMALL_STATE(2296)] = 66653, [SMALL_STATE(2297)] = 66661, [SMALL_STATE(2298)] = 66669, [SMALL_STATE(2299)] = 66677, [SMALL_STATE(2300)] = 66685, [SMALL_STATE(2301)] = 66693, [SMALL_STATE(2302)] = 66701, [SMALL_STATE(2303)] = 66709, [SMALL_STATE(2304)] = 66717, [SMALL_STATE(2305)] = 66725, [SMALL_STATE(2306)] = 66733, [SMALL_STATE(2307)] = 66741, [SMALL_STATE(2308)] = 66749, [SMALL_STATE(2309)] = 66757, [SMALL_STATE(2310)] = 66765, [SMALL_STATE(2311)] = 66773, [SMALL_STATE(2312)] = 66781, [SMALL_STATE(2313)] = 66789, [SMALL_STATE(2314)] = 66797, [SMALL_STATE(2315)] = 66805, [SMALL_STATE(2316)] = 66813, [SMALL_STATE(2317)] = 66821, [SMALL_STATE(2318)] = 66829, [SMALL_STATE(2319)] = 66837, [SMALL_STATE(2320)] = 66845, [SMALL_STATE(2321)] = 66853, [SMALL_STATE(2322)] = 66861, [SMALL_STATE(2323)] = 66869, [SMALL_STATE(2324)] = 66877, [SMALL_STATE(2325)] = 66885, [SMALL_STATE(2326)] = 66893, [SMALL_STATE(2327)] = 66901, [SMALL_STATE(2328)] = 66909, [SMALL_STATE(2329)] = 66917, [SMALL_STATE(2330)] = 66925, [SMALL_STATE(2331)] = 66933, [SMALL_STATE(2332)] = 66941, [SMALL_STATE(2333)] = 66949, [SMALL_STATE(2334)] = 66957, [SMALL_STATE(2335)] = 66965, [SMALL_STATE(2336)] = 66973, [SMALL_STATE(2337)] = 66981, [SMALL_STATE(2338)] = 66989, [SMALL_STATE(2339)] = 66997, [SMALL_STATE(2340)] = 67005, [SMALL_STATE(2341)] = 67013, [SMALL_STATE(2342)] = 67021, [SMALL_STATE(2343)] = 67029, [SMALL_STATE(2344)] = 67037, [SMALL_STATE(2345)] = 67045, [SMALL_STATE(2346)] = 67053, [SMALL_STATE(2347)] = 67061, [SMALL_STATE(2348)] = 67069, [SMALL_STATE(2349)] = 67077, [SMALL_STATE(2350)] = 67085, [SMALL_STATE(2351)] = 67093, [SMALL_STATE(2352)] = 67101, [SMALL_STATE(2353)] = 67109, [SMALL_STATE(2354)] = 67117, [SMALL_STATE(2355)] = 67125, [SMALL_STATE(2356)] = 67133, [SMALL_STATE(2357)] = 67141, [SMALL_STATE(2358)] = 67149, [SMALL_STATE(2359)] = 67157, [SMALL_STATE(2360)] = 67165, [SMALL_STATE(2361)] = 67173, [SMALL_STATE(2362)] = 67181, [SMALL_STATE(2363)] = 67189, [SMALL_STATE(2364)] = 67197, [SMALL_STATE(2365)] = 67205, [SMALL_STATE(2366)] = 67213, [SMALL_STATE(2367)] = 67221, [SMALL_STATE(2368)] = 67229, [SMALL_STATE(2369)] = 67237, [SMALL_STATE(2370)] = 67245, [SMALL_STATE(2371)] = 67253, [SMALL_STATE(2372)] = 67261, [SMALL_STATE(2373)] = 67269, [SMALL_STATE(2374)] = 67277, [SMALL_STATE(2375)] = 67285, [SMALL_STATE(2376)] = 67293, [SMALL_STATE(2377)] = 67301, [SMALL_STATE(2378)] = 67309, [SMALL_STATE(2379)] = 67317, [SMALL_STATE(2380)] = 67325, [SMALL_STATE(2381)] = 67333, [SMALL_STATE(2382)] = 67341, [SMALL_STATE(2383)] = 67349, [SMALL_STATE(2384)] = 67357, [SMALL_STATE(2385)] = 67365, [SMALL_STATE(2386)] = 67373, [SMALL_STATE(2387)] = 67381, [SMALL_STATE(2388)] = 67389, [SMALL_STATE(2389)] = 67397, [SMALL_STATE(2390)] = 67405, [SMALL_STATE(2391)] = 67413, [SMALL_STATE(2392)] = 67421, [SMALL_STATE(2393)] = 67429, [SMALL_STATE(2394)] = 67437, [SMALL_STATE(2395)] = 67445, [SMALL_STATE(2396)] = 67453, [SMALL_STATE(2397)] = 67461, [SMALL_STATE(2398)] = 67469, [SMALL_STATE(2399)] = 67477, [SMALL_STATE(2400)] = 67485, [SMALL_STATE(2401)] = 67493, [SMALL_STATE(2402)] = 67501, [SMALL_STATE(2403)] = 67509, [SMALL_STATE(2404)] = 67517, [SMALL_STATE(2405)] = 67525, [SMALL_STATE(2406)] = 67533, [SMALL_STATE(2407)] = 67541, [SMALL_STATE(2408)] = 67549, [SMALL_STATE(2409)] = 67557, [SMALL_STATE(2410)] = 67565, [SMALL_STATE(2411)] = 67573, [SMALL_STATE(2412)] = 67581, [SMALL_STATE(2413)] = 67589, [SMALL_STATE(2414)] = 67597, [SMALL_STATE(2415)] = 67605, [SMALL_STATE(2416)] = 67613, [SMALL_STATE(2417)] = 67621, [SMALL_STATE(2418)] = 67629, [SMALL_STATE(2419)] = 67637, [SMALL_STATE(2420)] = 67645, [SMALL_STATE(2421)] = 67653, }; static TSParseActionEntry ts_parse_actions[] = { [0] = {.count = 0, .reusable = false}, [1] = {.count = 1, .reusable = false}, RECOVER(), [3] = {.count = 1, .reusable = true}, SHIFT_EXTRA(), [5] = {.count = 1, .reusable = true}, REDUCE(sym_source_file, 0), [7] = {.count = 1, .reusable = false}, SHIFT(876), [9] = {.count = 1, .reusable = true}, SHIFT(421), [11] = {.count = 1, .reusable = true}, SHIFT(2295), [13] = {.count = 1, .reusable = true}, SHIFT(39), [15] = {.count = 1, .reusable = true}, SHIFT(4), [17] = {.count = 1, .reusable = true}, SHIFT(31), [19] = {.count = 1, .reusable = true}, SHIFT(93), [21] = {.count = 1, .reusable = false}, SHIFT(799), [23] = {.count = 1, .reusable = false}, SHIFT(1433), [25] = {.count = 1, .reusable = false}, SHIFT(17), [27] = {.count = 1, .reusable = false}, SHIFT(1505), [29] = {.count = 1, .reusable = false}, SHIFT(720), [31] = {.count = 1, .reusable = false}, SHIFT(735), [33] = {.count = 1, .reusable = false}, SHIFT(2419), [35] = {.count = 1, .reusable = false}, SHIFT(2014), [37] = {.count = 1, .reusable = false}, SHIFT(677), [39] = {.count = 1, .reusable = false}, SHIFT(72), [41] = {.count = 1, .reusable = false}, SHIFT(544), [43] = {.count = 1, .reusable = false}, SHIFT(678), [45] = {.count = 1, .reusable = false}, SHIFT(2018), [47] = {.count = 1, .reusable = false}, SHIFT(161), [49] = {.count = 1, .reusable = false}, SHIFT(2416), [51] = {.count = 1, .reusable = false}, SHIFT(1269), [53] = {.count = 1, .reusable = false}, SHIFT(16), [55] = {.count = 1, .reusable = false}, SHIFT(1944), [57] = {.count = 1, .reusable = false}, SHIFT(2407), [59] = {.count = 1, .reusable = false}, SHIFT(2404), [61] = {.count = 1, .reusable = false}, SHIFT(2401), [63] = {.count = 1, .reusable = false}, SHIFT(920), [65] = {.count = 1, .reusable = false}, SHIFT(1377), [67] = {.count = 1, .reusable = false}, SHIFT(1031), [69] = {.count = 1, .reusable = false}, SHIFT(73), [71] = {.count = 1, .reusable = true}, SHIFT(2063), [73] = {.count = 1, .reusable = false}, SHIFT(1346), [75] = {.count = 1, .reusable = true}, SHIFT(539), [77] = {.count = 1, .reusable = true}, SHIFT(2353), [79] = {.count = 1, .reusable = true}, SHIFT(85), [81] = {.count = 1, .reusable = false}, SHIFT(2350), [83] = {.count = 1, .reusable = true}, SHIFT(19), [85] = {.count = 1, .reusable = true}, SHIFT(532), [87] = {.count = 1, .reusable = false}, SHIFT(2069), [89] = {.count = 1, .reusable = true}, SHIFT(1009), [91] = {.count = 1, .reusable = true}, SHIFT(1706), [93] = {.count = 1, .reusable = false}, SHIFT(719), [95] = {.count = 1, .reusable = false}, SHIFT(785), [97] = {.count = 1, .reusable = false}, SHIFT(2343), [99] = {.count = 1, .reusable = false}, SHIFT(1281), [101] = {.count = 1, .reusable = true}, SHIFT(785), [103] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(876), [106] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(421), [109] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2295), [112] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(39), [115] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4), [118] = {.count = 1, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), [120] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(31), [123] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(93), [126] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(799), [129] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1433), [132] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(17), [135] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1505), [138] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(720), [141] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(735), [144] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2419), [147] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2014), [150] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(677), [153] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(72), [156] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(544), [159] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(678), [162] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2018), [165] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(161), [168] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2416), [171] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1269), [174] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(16), [177] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1944), [180] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2407), [183] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2404), [186] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2401), [189] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(920), [192] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1377), [195] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1031), [198] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(73), [201] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2063), [204] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1346), [207] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(539), [210] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2353), [213] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(85), [216] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2350), [219] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(19), [222] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(532), [225] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2069), [228] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1009), [231] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1706), [234] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(719), [237] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(785), [240] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2343), [243] = {.count = 2, .reusable = false}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1281), [246] = {.count = 2, .reusable = true}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(785), [249] = {.count = 1, .reusable = true}, SHIFT(269), [251] = {.count = 1, .reusable = true}, SHIFT(933), [253] = {.count = 1, .reusable = true}, SHIFT(28), [255] = {.count = 1, .reusable = true}, SHIFT(910), [257] = {.count = 1, .reusable = true}, SHIFT(759), [259] = {.count = 1, .reusable = true}, SHIFT(907), [261] = {.count = 1, .reusable = true}, SHIFT(288), [263] = {.count = 1, .reusable = true}, SHIFT(892), [265] = {.count = 1, .reusable = true}, SHIFT(206), [267] = {.count = 1, .reusable = true}, SHIFT(895), [269] = {.count = 1, .reusable = true}, SHIFT(755), [271] = {.count = 1, .reusable = true}, SHIFT(902), [273] = {.count = 1, .reusable = true}, SHIFT(205), [275] = {.count = 1, .reusable = true}, SHIFT(922), [277] = {.count = 1, .reusable = true}, REDUCE(sym_source_file, 1), [279] = {.count = 1, .reusable = true}, SHIFT(1186), [281] = {.count = 1, .reusable = true}, SHIFT(919), [283] = {.count = 1, .reusable = true}, SHIFT(29), [285] = {.count = 1, .reusable = true}, SHIFT(898), [287] = {.count = 1, .reusable = true}, SHIFT(1188), [289] = {.count = 1, .reusable = true}, SHIFT(913), [291] = {.count = 1, .reusable = false}, SHIFT(713), [293] = {.count = 1, .reusable = true}, REDUCE(sym_break_expression, 2), [295] = {.count = 1, .reusable = true}, SHIFT(9), [297] = {.count = 1, .reusable = false}, SHIFT(1931), [299] = {.count = 1, .reusable = false}, REDUCE(sym_break_expression, 2), [301] = {.count = 1, .reusable = false}, SHIFT(1786), [303] = {.count = 1, .reusable = false}, SHIFT(868), [305] = {.count = 1, .reusable = false}, SHIFT(688), [307] = {.count = 1, .reusable = false}, SHIFT(84), [309] = {.count = 1, .reusable = false}, SHIFT(2109), [311] = {.count = 1, .reusable = false}, SHIFT(175), [313] = {.count = 1, .reusable = false}, SHIFT(2083), [315] = {.count = 1, .reusable = false}, SHIFT(81), [317] = {.count = 1, .reusable = false}, SHIFT(93), [319] = {.count = 1, .reusable = true}, SHIFT(838), [321] = {.count = 1, .reusable = true}, REDUCE(sym_return_expression, 1), [323] = {.count = 1, .reusable = false}, REDUCE(sym_return_expression, 1), [325] = {.count = 1, .reusable = false}, SHIFT(539), [327] = {.count = 1, .reusable = false}, SHIFT(85), [329] = {.count = 1, .reusable = false}, SHIFT(19), [331] = {.count = 1, .reusable = false}, SHIFT(532), [333] = {.count = 1, .reusable = true}, SHIFT(828), [335] = {.count = 1, .reusable = true}, REDUCE(sym_break_expression, 1), [337] = {.count = 1, .reusable = false}, REDUCE(sym_break_expression, 1), [339] = {.count = 1, .reusable = false}, SHIFT(2305), [341] = {.count = 1, .reusable = true}, SHIFT(800), [343] = {.count = 1, .reusable = true}, REDUCE(sym_range_expression, 2), [345] = {.count = 1, .reusable = false}, REDUCE(sym_range_expression, 2), [347] = {.count = 1, .reusable = true}, SHIFT(778), [349] = {.count = 1, .reusable = true}, REDUCE(sym_range_expression, 1), [351] = {.count = 1, .reusable = false}, REDUCE(sym_range_expression, 1), [353] = {.count = 1, .reusable = true}, SHIFT(783), [355] = {.count = 1, .reusable = false}, SHIFT(890), [357] = {.count = 1, .reusable = false}, SHIFT(1006), [359] = {.count = 1, .reusable = false}, SHIFT(22), [361] = {.count = 1, .reusable = false}, SHIFT(21), [363] = {.count = 1, .reusable = false}, SHIFT(129), [365] = {.count = 1, .reusable = true}, SHIFT(2303), [367] = {.count = 1, .reusable = false}, SHIFT(2101), [369] = {.count = 1, .reusable = true}, SHIFT(1016), [371] = {.count = 1, .reusable = false}, SHIFT(983), [373] = {.count = 1, .reusable = false}, SHIFT(2229), [375] = {.count = 1, .reusable = true}, SHIFT(983), [377] = {.count = 1, .reusable = false}, SHIFT(79), [379] = {.count = 1, .reusable = false}, SHIFT(24), [381] = {.count = 1, .reusable = true}, SHIFT(1005), [383] = {.count = 1, .reusable = true}, SHIFT(1012), [385] = {.count = 1, .reusable = true}, SHIFT(995), [387] = {.count = 1, .reusable = true}, SHIFT(1000), [389] = {.count = 1, .reusable = true}, REDUCE(sym_if_let_expression, 6, .production_id = 139), [391] = {.count = 1, .reusable = false}, REDUCE(sym_if_let_expression, 6, .production_id = 139), [393] = {.count = 1, .reusable = false}, SHIFT(1596), [395] = {.count = 1, .reusable = true}, REDUCE(sym_if_expression, 3, .production_id = 17), [397] = {.count = 1, .reusable = false}, REDUCE(sym_if_expression, 3, .production_id = 17), [399] = {.count = 1, .reusable = true}, REDUCE(sym_block, 4), [401] = {.count = 1, .reusable = false}, REDUCE(sym_block, 4), [403] = {.count = 1, .reusable = true}, REDUCE(sym_block, 2), [405] = {.count = 1, .reusable = false}, REDUCE(sym_block, 2), [407] = {.count = 1, .reusable = true}, REDUCE(sym_block, 3), [409] = {.count = 1, .reusable = false}, REDUCE(sym_block, 3), [411] = {.count = 1, .reusable = true}, SHIFT(830), [413] = {.count = 1, .reusable = true}, SHIFT(2325), [415] = {.count = 1, .reusable = true}, SHIFT(2297), [417] = {.count = 1, .reusable = true}, SHIFT(878), [419] = {.count = 1, .reusable = true}, SHIFT(798), [421] = {.count = 1, .reusable = true}, SHIFT(2324), [423] = {.count = 1, .reusable = true}, SHIFT(880), [425] = {.count = 1, .reusable = true}, SHIFT(797), [427] = {.count = 1, .reusable = true}, SHIFT(2287), [429] = {.count = 1, .reusable = true}, SHIFT(887), [431] = {.count = 1, .reusable = true}, REDUCE(sym_while_let_expression, 6, .production_id = 164), [433] = {.count = 1, .reusable = false}, REDUCE(sym_while_let_expression, 6, .production_id = 164), [435] = {.count = 1, .reusable = true}, REDUCE(sym__else_tail, 2, .production_id = 98), [437] = {.count = 1, .reusable = false}, REDUCE(sym__else_tail, 2, .production_id = 98), [439] = {.count = 1, .reusable = true}, REDUCE(sym_token_tree, 2), [441] = {.count = 1, .reusable = false}, REDUCE(sym_token_tree, 2), [443] = {.count = 1, .reusable = true}, SHIFT(834), [445] = {.count = 1, .reusable = true}, SHIFT(899), [447] = {.count = 1, .reusable = true}, SHIFT(861), [449] = {.count = 1, .reusable = true}, REDUCE(sym_unsafe_block, 2), [451] = {.count = 1, .reusable = false}, REDUCE(sym_unsafe_block, 2), [453] = {.count = 1, .reusable = true}, SHIFT(863), [455] = {.count = 1, .reusable = true}, SHIFT(909), [457] = {.count = 1, .reusable = true}, REDUCE(sym_token_tree, 3), [459] = {.count = 1, .reusable = false}, REDUCE(sym_token_tree, 3), [461] = {.count = 1, .reusable = true}, REDUCE(sym_async_block, 2), [463] = {.count = 1, .reusable = false}, REDUCE(sym_async_block, 2), [465] = {.count = 1, .reusable = true}, REDUCE(sym_loop_expression, 2, .production_id = 4), [467] = {.count = 1, .reusable = false}, REDUCE(sym_loop_expression, 2, .production_id = 4), [469] = {.count = 1, .reusable = true}, REDUCE(sym_if_let_expression, 7, .production_id = 184), [471] = {.count = 1, .reusable = false}, REDUCE(sym_if_let_expression, 7, .production_id = 184), [473] = {.count = 1, .reusable = true}, REDUCE(sym_while_expression, 5, .production_id = 129), [475] = {.count = 1, .reusable = false}, REDUCE(sym_while_expression, 5, .production_id = 129), [477] = {.count = 1, .reusable = true}, REDUCE(sym_macro_invocation, 3, .production_id = 33), [479] = {.count = 1, .reusable = false}, REDUCE(sym_macro_invocation, 3, .production_id = 33), [481] = {.count = 1, .reusable = true}, REDUCE(sym_if_expression, 4, .production_id = 57), [483] = {.count = 1, .reusable = false}, REDUCE(sym_if_expression, 4, .production_id = 57), [485] = {.count = 1, .reusable = true}, REDUCE(sym_for_expression, 5, .production_id = 97), [487] = {.count = 1, .reusable = false}, REDUCE(sym_for_expression, 5, .production_id = 97), [489] = {.count = 1, .reusable = true}, REDUCE(sym_match_block, 4), [491] = {.count = 1, .reusable = false}, REDUCE(sym_match_block, 4), [493] = {.count = 1, .reusable = true}, REDUCE(sym_match_block, 2), [495] = {.count = 1, .reusable = false}, REDUCE(sym_match_block, 2), [497] = {.count = 1, .reusable = true}, REDUCE(sym_loop_expression, 4, .production_id = 88), [499] = {.count = 1, .reusable = false}, REDUCE(sym_loop_expression, 4, .production_id = 88), [501] = {.count = 1, .reusable = true}, REDUCE(sym_match_block, 3), [503] = {.count = 1, .reusable = false}, REDUCE(sym_match_block, 3), [505] = {.count = 1, .reusable = true}, REDUCE(sym_async_block, 3), [507] = {.count = 1, .reusable = false}, REDUCE(sym_async_block, 3), [509] = {.count = 1, .reusable = true}, REDUCE(sym_match_expression, 3, .production_id = 26), [511] = {.count = 1, .reusable = false}, REDUCE(sym_match_expression, 3, .production_id = 26), [513] = {.count = 1, .reusable = true}, SHIFT(796), [515] = {.count = 1, .reusable = true}, REDUCE(sym__statement, 1), [517] = {.count = 1, .reusable = false}, REDUCE(sym__statement, 1), [519] = {.count = 1, .reusable = true}, REDUCE(sym__expression, 1), [521] = {.count = 1, .reusable = false}, REDUCE(sym__expression, 1), [523] = {.count = 1, .reusable = true}, REDUCE(sym_for_expression, 7, .production_id = 209), [525] = {.count = 1, .reusable = false}, REDUCE(sym_for_expression, 7, .production_id = 209), [527] = {.count = 1, .reusable = true}, REDUCE(sym_while_expression, 3, .production_id = 30), [529] = {.count = 1, .reusable = false}, REDUCE(sym_while_expression, 3, .production_id = 30), [531] = {.count = 1, .reusable = true}, REDUCE(sym__expression_statement, 1), [533] = {.count = 1, .reusable = false}, REDUCE(sym__expression_statement, 1), [535] = {.count = 1, .reusable = true}, REDUCE(sym_while_let_expression, 8, .production_id = 226), [537] = {.count = 1, .reusable = false}, REDUCE(sym_while_let_expression, 8, .production_id = 226), [539] = {.count = 1, .reusable = true}, SHIFT(1021), [541] = {.count = 1, .reusable = true}, SHIFT(935), [543] = {.count = 1, .reusable = true}, SHIFT(884), [545] = {.count = 1, .reusable = true}, SHIFT(810), [547] = {.count = 1, .reusable = true}, SHIFT(921), [549] = {.count = 1, .reusable = true}, SHIFT(788), [551] = {.count = 1, .reusable = true}, SHIFT(927), [553] = {.count = 1, .reusable = true}, SHIFT(842), [555] = {.count = 1, .reusable = true}, SHIFT(942), [557] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(713), [560] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(39), [563] = {.count = 1, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), [565] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(9), [568] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(31), [571] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(93), [574] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(799), [577] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(1786), [580] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(17), [583] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(720), [586] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(868), [589] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(688), [592] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(84), [595] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(2109), [598] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(175), [601] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(16), [604] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(2083), [607] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(81), [610] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(539), [613] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(2353), [616] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(85), [619] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(2350), [622] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(19), [625] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(532), [628] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(2069), [631] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(992), [634] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(1706), [637] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(719), [640] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(785), [643] = {.count = 2, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(2343), [646] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(785), [649] = {.count = 1, .reusable = true}, SHIFT(567), [651] = {.count = 1, .reusable = true}, SHIFT(820), [653] = {.count = 1, .reusable = true}, SHIFT(129), [655] = {.count = 1, .reusable = true}, SHIFT(79), [657] = {.count = 1, .reusable = true}, SHIFT(24), [659] = {.count = 1, .reusable = true}, SHIFT(970), [661] = {.count = 1, .reusable = false}, SHIFT(668), [663] = {.count = 1, .reusable = true}, SHIFT(918), [665] = {.count = 1, .reusable = false}, SHIFT(689), [667] = {.count = 1, .reusable = true}, SHIFT(945), [669] = {.count = 1, .reusable = true}, SHIFT(793), [671] = {.count = 1, .reusable = true}, SHIFT(946), [673] = {.count = 1, .reusable = false}, SHIFT(673), [675] = {.count = 1, .reusable = true}, SHIFT(894), [677] = {.count = 1, .reusable = false}, SHIFT(671), [679] = {.count = 1, .reusable = true}, SHIFT(932), [681] = {.count = 1, .reusable = true}, SHIFT(862), [683] = {.count = 1, .reusable = false}, SHIFT(670), [685] = {.count = 1, .reusable = true}, SHIFT(911), [687] = {.count = 1, .reusable = false}, SHIFT(141), [689] = {.count = 1, .reusable = true}, SHIFT(762), [691] = {.count = 1, .reusable = true}, SHIFT(555), [693] = {.count = 1, .reusable = true}, SHIFT(867), [695] = {.count = 1, .reusable = false}, SHIFT(685), [697] = {.count = 1, .reusable = true}, SHIFT(912), [699] = {.count = 1, .reusable = false}, SHIFT(687), [701] = {.count = 1, .reusable = true}, SHIFT(950), [703] = {.count = 1, .reusable = false}, SHIFT(681), [705] = {.count = 1, .reusable = true}, SHIFT(939), [707] = {.count = 1, .reusable = false}, SHIFT(686), [709] = {.count = 1, .reusable = true}, SHIFT(944), [711] = {.count = 1, .reusable = false}, SHIFT(169), [713] = {.count = 1, .reusable = true}, SHIFT(1002), [715] = {.count = 1, .reusable = true}, SHIFT(814), [717] = {.count = 1, .reusable = true}, SHIFT(1014), [719] = {.count = 1, .reusable = true}, SHIFT(956), [721] = {.count = 1, .reusable = true}, SHIFT(893), [723] = {.count = 1, .reusable = true}, SHIFT(938), [725] = {.count = 1, .reusable = true}, SHIFT(943), [727] = {.count = 1, .reusable = true}, SHIFT(763), [729] = {.count = 1, .reusable = true}, SHIFT(1015), [731] = {.count = 1, .reusable = true}, SHIFT(941), [733] = {.count = 1, .reusable = true}, SHIFT(923), [735] = {.count = 1, .reusable = true}, SHIFT(1018), [737] = {.count = 1, .reusable = true}, SHIFT(998), [739] = {.count = 1, .reusable = false}, SHIFT(1291), [741] = {.count = 1, .reusable = true}, SHIFT(188), [743] = {.count = 1, .reusable = true}, SHIFT(1644), [745] = {.count = 1, .reusable = true}, SHIFT(190), [747] = {.count = 1, .reusable = true}, SHIFT(2097), [749] = {.count = 1, .reusable = false}, SHIFT(1509), [751] = {.count = 1, .reusable = false}, SHIFT(1482), [753] = {.count = 1, .reusable = false}, SHIFT(1483), [755] = {.count = 1, .reusable = false}, SHIFT(2107), [757] = {.count = 1, .reusable = false}, SHIFT(2301), [759] = {.count = 1, .reusable = false}, SHIFT(888), [761] = {.count = 1, .reusable = false}, SHIFT(2240), [763] = {.count = 1, .reusable = true}, SHIFT(2394), [765] = {.count = 1, .reusable = true}, SHIFT(1306), [767] = {.count = 1, .reusable = true}, SHIFT(2326), [769] = {.count = 1, .reusable = false}, SHIFT(1441), [771] = {.count = 1, .reusable = false}, SHIFT(698), [773] = {.count = 1, .reusable = true}, SHIFT(2195), [775] = {.count = 1, .reusable = false}, SHIFT(1721), [777] = {.count = 1, .reusable = true}, SHIFT(194), [779] = {.count = 1, .reusable = true}, SHIFT(2147), [781] = {.count = 1, .reusable = false}, SHIFT(2175), [783] = {.count = 1, .reusable = false}, SHIFT(886), [785] = {.count = 1, .reusable = false}, SHIFT(651), [787] = {.count = 1, .reusable = false}, SHIFT(1361), [789] = {.count = 1, .reusable = true}, SHIFT(2087), [791] = {.count = 1, .reusable = true}, SHIFT(1397), [793] = {.count = 1, .reusable = false}, SHIFT(1549), [795] = {.count = 1, .reusable = false}, SHIFT(1790), [797] = {.count = 1, .reusable = true}, SHIFT(1556), [799] = {.count = 1, .reusable = false}, SHIFT(1289), [801] = {.count = 1, .reusable = true}, SHIFT(189), [803] = {.count = 1, .reusable = true}, SHIFT(761), [805] = {.count = 1, .reusable = false}, SHIFT(1521), [807] = {.count = 1, .reusable = true}, SHIFT(2409), [809] = {.count = 1, .reusable = true}, SHIFT(2177), [811] = {.count = 1, .reusable = false}, SHIFT(1708), [813] = {.count = 1, .reusable = true}, SHIFT(196), [815] = {.count = 1, .reusable = false}, SHIFT(1552), [817] = {.count = 1, .reusable = false}, SHIFT(1924), [819] = {.count = 1, .reusable = true}, SHIFT(1550), [821] = {.count = 1, .reusable = true}, SHIFT(989), [823] = {.count = 1, .reusable = true}, SHIFT(904), [825] = {.count = 1, .reusable = true}, SHIFT(981), [827] = {.count = 1, .reusable = true}, SHIFT(986), [829] = {.count = 1, .reusable = true}, SHIFT(896), [831] = {.count = 1, .reusable = true}, SHIFT(979), [833] = {.count = 1, .reusable = true}, SHIFT(980), [835] = {.count = 1, .reusable = true}, SHIFT(984), [837] = {.count = 1, .reusable = true}, SHIFT(10), [839] = {.count = 1, .reusable = false}, SHIFT(1842), [841] = {.count = 1, .reusable = false}, SHIFT(675), [843] = {.count = 1, .reusable = false}, SHIFT(75), [845] = {.count = 1, .reusable = false}, SHIFT(2135), [847] = {.count = 1, .reusable = false}, SHIFT(119), [849] = {.count = 1, .reusable = false}, SHIFT(2098), [851] = {.count = 1, .reusable = false}, SHIFT(78), [853] = {.count = 1, .reusable = true}, SHIFT(985), [855] = {.count = 1, .reusable = true}, SHIFT(925), [857] = {.count = 1, .reusable = true}, SHIFT(958), [859] = {.count = 1, .reusable = true}, SHIFT(952), [861] = {.count = 1, .reusable = true}, SHIFT(1612), [863] = {.count = 1, .reusable = true}, SHIFT(2181), [865] = {.count = 1, .reusable = true}, SHIFT(929), [867] = {.count = 1, .reusable = true}, SHIFT(1288), [869] = {.count = 1, .reusable = true}, SHIFT(2258), [871] = {.count = 1, .reusable = false}, SHIFT(1735), [873] = {.count = 1, .reusable = true}, SHIFT(988), [875] = {.count = 1, .reusable = true}, SHIFT(947), [877] = {.count = 1, .reusable = true}, SHIFT(968), [879] = {.count = 1, .reusable = true}, SHIFT(897), [881] = {.count = 1, .reusable = true}, SHIFT(953), [883] = {.count = 1, .reusable = true}, SHIFT(999), [885] = {.count = 1, .reusable = true}, SHIFT(959), [887] = {.count = 1, .reusable = true}, SHIFT(960), [889] = {.count = 1, .reusable = true}, SHIFT(949), [891] = {.count = 1, .reusable = true}, SHIFT(940), [893] = {.count = 1, .reusable = true}, SHIFT(924), [895] = {.count = 1, .reusable = true}, SHIFT(966), [897] = {.count = 1, .reusable = true}, SHIFT(962), [899] = {.count = 1, .reusable = true}, SHIFT(829), [901] = {.count = 1, .reusable = true}, SHIFT(771), [903] = {.count = 1, .reusable = true}, SHIFT(823), [905] = {.count = 1, .reusable = true}, SHIFT(957), [907] = {.count = 1, .reusable = true}, SHIFT(917), [909] = {.count = 1, .reusable = true}, SHIFT(825), [911] = {.count = 1, .reusable = true}, SHIFT(948), [913] = {.count = 1, .reusable = true}, SHIFT(775), [915] = {.count = 1, .reusable = true}, SHIFT(990), [917] = {.count = 1, .reusable = true}, SHIFT(777), [919] = {.count = 1, .reusable = true}, SHIFT(915), [921] = {.count = 1, .reusable = true}, SHIFT(730), [923] = {.count = 1, .reusable = true}, SHIFT(1620), [925] = {.count = 1, .reusable = true}, SHIFT(2339), [927] = {.count = 1, .reusable = true}, SHIFT(905), [929] = {.count = 1, .reusable = true}, SHIFT(906), [931] = {.count = 1, .reusable = true}, SHIFT(779), [933] = {.count = 1, .reusable = true}, SHIFT(972), [935] = {.count = 1, .reusable = true}, SHIFT(926), [937] = {.count = 1, .reusable = true}, SHIFT(780), [939] = {.count = 1, .reusable = true}, SHIFT(954), [941] = {.count = 1, .reusable = true}, SHIFT(781), [943] = {.count = 1, .reusable = true}, SHIFT(767), [945] = {.count = 1, .reusable = true}, SHIFT(934), [947] = {.count = 1, .reusable = true}, SHIFT(791), [949] = {.count = 1, .reusable = true}, SHIFT(987), [951] = {.count = 1, .reusable = true}, SHIFT(991), [953] = {.count = 1, .reusable = true}, SHIFT(961), [955] = {.count = 1, .reusable = true}, SHIFT(908), [957] = {.count = 1, .reusable = true}, SHIFT(930), [959] = {.count = 1, .reusable = true}, SHIFT(951), [961] = {.count = 1, .reusable = true}, SHIFT(936), [963] = {.count = 1, .reusable = true}, SHIFT(969), [965] = {.count = 1, .reusable = true}, SHIFT(974), [967] = {.count = 1, .reusable = true}, SHIFT(976), [969] = {.count = 1, .reusable = true}, SHIFT(1004), [971] = {.count = 1, .reusable = true}, SHIFT(996), [973] = {.count = 1, .reusable = true}, SHIFT(1011), [975] = {.count = 1, .reusable = true}, SHIFT(916), [977] = {.count = 1, .reusable = true}, SHIFT(955), [979] = {.count = 1, .reusable = true}, SHIFT(1020), [981] = {.count = 1, .reusable = true}, SHIFT(901), [983] = {.count = 1, .reusable = true}, SHIFT(903), [985] = {.count = 1, .reusable = true}, SHIFT(1001), [987] = {.count = 1, .reusable = true}, SHIFT(1286), [989] = {.count = 1, .reusable = false}, SHIFT(1810), [991] = {.count = 1, .reusable = true}, SHIFT(729), [993] = {.count = 1, .reusable = true}, SHIFT(1284), [995] = {.count = 1, .reusable = true}, SHIFT(1299), [997] = {.count = 1, .reusable = true}, SHIFT(753), [999] = {.count = 1, .reusable = true}, SHIFT(757), [1001] = {.count = 1, .reusable = false}, SHIFT(1709), [1003] = {.count = 1, .reusable = false}, SHIFT(1915), [1005] = {.count = 1, .reusable = false}, SHIFT(1702), [1007] = {.count = 1, .reusable = true}, SHIFT(1688), [1009] = {.count = 1, .reusable = true}, SHIFT(2388), [1011] = {.count = 1, .reusable = false}, SHIFT(1769), [1013] = {.count = 1, .reusable = true}, SHIFT(201), [1015] = {.count = 1, .reusable = false}, SHIFT(701), [1017] = {.count = 1, .reusable = true}, SHIFT(1361), [1019] = {.count = 1, .reusable = true}, SHIFT(1704), [1021] = {.count = 1, .reusable = false}, SHIFT(1294), [1023] = {.count = 1, .reusable = true}, SHIFT(192), [1025] = {.count = 1, .reusable = true}, SHIFT(1354), [1027] = {.count = 1, .reusable = false}, SHIFT(1511), [1029] = {.count = 1, .reusable = true}, SHIFT(2203), [1031] = {.count = 1, .reusable = true}, SHIFT(2209), [1033] = {.count = 1, .reusable = false}, SHIFT(1766), [1035] = {.count = 1, .reusable = true}, SHIFT(195), [1037] = {.count = 1, .reusable = false}, SHIFT(1832), [1039] = {.count = 1, .reusable = true}, SHIFT(1581), [1041] = {.count = 1, .reusable = false}, REDUCE(sym_loop_label, 2), [1043] = {.count = 1, .reusable = true}, REDUCE(sym_loop_label, 2), [1045] = {.count = 1, .reusable = true}, SHIFT(1720), [1047] = {.count = 1, .reusable = false}, SHIFT(1369), [1049] = {.count = 1, .reusable = false}, SHIFT(1358), [1051] = {.count = 1, .reusable = false}, SHIFT(2316), [1053] = {.count = 1, .reusable = false}, SHIFT(198), [1055] = {.count = 1, .reusable = false}, SHIFT(1593), [1057] = {.count = 1, .reusable = false}, SHIFT(193), [1059] = {.count = 1, .reusable = true}, SHIFT(197), [1061] = {.count = 1, .reusable = false}, SHIFT(199), [1063] = {.count = 1, .reusable = false}, SHIFT(1619), [1065] = {.count = 1, .reusable = false}, SHIFT(202), [1067] = {.count = 1, .reusable = false}, SHIFT(1594), [1069] = {.count = 1, .reusable = false}, SHIFT(1618), [1071] = {.count = 1, .reusable = false}, SHIFT(200), [1073] = {.count = 1, .reusable = false}, SHIFT(1592), [1075] = {.count = 1, .reusable = false}, SHIFT(1398), [1077] = {.count = 1, .reusable = true}, SHIFT(537), [1079] = {.count = 1, .reusable = true}, SHIFT(638), [1081] = {.count = 1, .reusable = false}, SHIFT(1282), [1083] = {.count = 1, .reusable = true}, SHIFT(1280), [1085] = {.count = 1, .reusable = true}, SHIFT(2313), [1087] = {.count = 1, .reusable = true}, SHIFT(538), [1089] = {.count = 1, .reusable = true}, SHIFT(2066), [1091] = {.count = 1, .reusable = true}, SHIFT(1698), [1093] = {.count = 1, .reusable = false}, SHIFT(1471), [1095] = {.count = 1, .reusable = false}, SHIFT(2237), [1097] = {.count = 1, .reusable = true}, SHIFT(1302), [1099] = {.count = 1, .reusable = true}, SHIFT(745), [1101] = {.count = 1, .reusable = true}, SHIFT(737), [1103] = {.count = 2, .reusable = false}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2), SHIFT_REPEAT(226), [1106] = {.count = 2, .reusable = true}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2), SHIFT_REPEAT(448), [1109] = {.count = 1, .reusable = true}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2), [1111] = {.count = 2, .reusable = true}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2), SHIFT_REPEAT(447), [1114] = {.count = 2, .reusable = true}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2), SHIFT_REPEAT(446), [1117] = {.count = 2, .reusable = false}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2), SHIFT_REPEAT(2273), [1120] = {.count = 2, .reusable = false}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2), SHIFT_REPEAT(507), [1123] = {.count = 2, .reusable = true}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2), SHIFT_REPEAT(226), [1126] = {.count = 2, .reusable = true}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2), SHIFT_REPEAT(1729), [1129] = {.count = 2, .reusable = false}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2), SHIFT_REPEAT(510), [1132] = {.count = 1, .reusable = false}, SHIFT_EXTRA(), [1134] = {.count = 2, .reusable = true}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2), SHIFT_REPEAT(500), [1137] = {.count = 1, .reusable = false}, REDUCE(sym_match_arm, 3, .production_id = 151), [1139] = {.count = 1, .reusable = true}, REDUCE(sym_match_arm, 3, .production_id = 151), [1141] = {.count = 1, .reusable = true}, SHIFT(1274), [1143] = {.count = 1, .reusable = false}, REDUCE(sym_match_arm, 4, .production_id = 110), [1145] = {.count = 1, .reusable = true}, REDUCE(sym_match_arm, 4, .production_id = 110), [1147] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 8, .production_id = 217), [1149] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 8, .production_id = 217), [1151] = {.count = 1, .reusable = true}, REDUCE(sym_static_item, 5, .production_id = 90), [1153] = {.count = 1, .reusable = false}, REDUCE(sym_static_item, 5, .production_id = 90), [1155] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 8, .production_id = 224), [1157] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 8, .production_id = 224), [1159] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 8, .production_id = 223), [1161] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 8, .production_id = 223), [1163] = {.count = 1, .reusable = true}, REDUCE(sym_extern_crate_declaration, 6, .production_id = 165), [1165] = {.count = 1, .reusable = false}, REDUCE(sym_extern_crate_declaration, 6, .production_id = 165), [1167] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 7, .production_id = 185), [1169] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 7, .production_id = 185), [1171] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 4, .production_id = 64), [1173] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 4, .production_id = 64), [1175] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 4, .production_id = 65), [1177] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 4, .production_id = 65), [1179] = {.count = 1, .reusable = true}, REDUCE(sym_let_declaration, 4, .production_id = 68), [1181] = {.count = 1, .reusable = false}, REDUCE(sym_let_declaration, 4, .production_id = 68), [1183] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 8, .production_id = 206), [1185] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 8, .production_id = 206), [1187] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 6, .production_id = 163), [1189] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 6, .production_id = 163), [1191] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 7, .production_id = 186), [1193] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 7, .production_id = 186), [1195] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 6, .production_id = 162), [1197] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 6, .production_id = 162), [1199] = {.count = 1, .reusable = true}, REDUCE(sym_let_declaration, 7, .production_id = 188), [1201] = {.count = 1, .reusable = false}, REDUCE(sym_let_declaration, 7, .production_id = 188), [1203] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 6, .production_id = 161), [1205] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 6, .production_id = 161), [1207] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 8, .production_id = 222), [1209] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 8, .production_id = 222), [1211] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 6, .production_id = 160), [1213] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 6, .production_id = 160), [1215] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 6, .production_id = 159), [1217] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 6, .production_id = 159), [1219] = {.count = 1, .reusable = true}, REDUCE(sym_static_item, 7, .production_id = 190), [1221] = {.count = 1, .reusable = false}, REDUCE(sym_static_item, 7, .production_id = 190), [1223] = {.count = 1, .reusable = true}, REDUCE(sym_static_item, 7, .production_id = 177), [1225] = {.count = 1, .reusable = false}, REDUCE(sym_static_item, 7, .production_id = 177), [1227] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 6, .production_id = 158), [1229] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 6, .production_id = 158), [1231] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration_list, 2), [1233] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration_list, 2), [1235] = {.count = 1, .reusable = true}, REDUCE(sym_type_item, 6, .production_id = 157), [1237] = {.count = 1, .reusable = false}, REDUCE(sym_type_item, 6, .production_id = 157), [1239] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 6, .production_id = 156), [1241] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 6, .production_id = 156), [1243] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 4, .production_id = 51), [1245] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 4, .production_id = 51), [1247] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 6, .production_id = 49), [1249] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 6, .production_id = 49), [1251] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration_list, 4), [1253] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration_list, 4), [1255] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 4, .production_id = 14), [1257] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 4, .production_id = 14), [1259] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 4, .production_id = 48), [1261] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 4, .production_id = 48), [1263] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 4, .production_id = 50), [1265] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 4, .production_id = 50), [1267] = {.count = 1, .reusable = true}, REDUCE(sym_enum_item, 3, .production_id = 14), [1269] = {.count = 1, .reusable = false}, REDUCE(sym_enum_item, 3, .production_id = 14), [1271] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 4, .production_id = 69), [1273] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 4, .production_id = 69), [1275] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 4, .production_id = 49), [1277] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 4, .production_id = 49), [1279] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 4, .production_id = 48), [1281] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 4, .production_id = 48), [1283] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 4, .production_id = 70), [1285] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 4, .production_id = 70), [1287] = {.count = 1, .reusable = true}, REDUCE(sym_static_item, 6, .production_id = 153), [1289] = {.count = 1, .reusable = false}, REDUCE(sym_static_item, 6, .production_id = 153), [1291] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 6, .production_id = 172), [1293] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 6, .production_id = 172), [1295] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 6, .production_id = 171), [1297] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 6, .production_id = 171), [1299] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 6, .production_id = 119), [1301] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 6, .production_id = 119), [1303] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 4, .production_id = 49), [1305] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 4, .production_id = 49), [1307] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration_list, 5), [1309] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration_list, 5), [1311] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 7, .production_id = 193), [1313] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 7, .production_id = 193), [1315] = {.count = 1, .reusable = true}, REDUCE(sym_associated_type, 4, .production_id = 71), [1317] = {.count = 1, .reusable = false}, REDUCE(sym_associated_type, 4, .production_id = 71), [1319] = {.count = 1, .reusable = true}, REDUCE(sym_let_declaration, 6, .production_id = 150), [1321] = {.count = 1, .reusable = false}, REDUCE(sym_let_declaration, 6, .production_id = 150), [1323] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 7, .production_id = 194), [1325] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 7, .production_id = 194), [1327] = {.count = 1, .reusable = true}, REDUCE(sym_let_declaration, 6, .production_id = 149), [1329] = {.count = 1, .reusable = false}, REDUCE(sym_let_declaration, 6, .production_id = 149), [1331] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 6, .production_id = 148), [1333] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 6, .production_id = 148), [1335] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 6, .production_id = 145), [1337] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 6, .production_id = 145), [1339] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 6, .production_id = 162), [1341] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 6, .production_id = 162), [1343] = {.count = 1, .reusable = true}, SHIFT(1875), [1345] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 6, .production_id = 73), [1347] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 6, .production_id = 73), [1349] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 6, .production_id = 144), [1351] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 6, .production_id = 144), [1353] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 6, .production_id = 142), [1355] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 6, .production_id = 142), [1357] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 7, .production_id = 195), [1359] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 7, .production_id = 195), [1361] = {.count = 1, .reusable = true}, REDUCE(sym_enum_item, 6, .production_id = 162), [1363] = {.count = 1, .reusable = false}, REDUCE(sym_enum_item, 6, .production_id = 162), [1365] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 6, .production_id = 135), [1367] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 6, .production_id = 135), [1369] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 6, .production_id = 134), [1371] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 6, .production_id = 134), [1373] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 6, .production_id = 133), [1375] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 6, .production_id = 133), [1377] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 7, .production_id = 196), [1379] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 7, .production_id = 196), [1381] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 6, .production_id = 93), [1383] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 6, .production_id = 93), [1385] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 7, .production_id = 197), [1387] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 7, .production_id = 197), [1389] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 4, .production_id = 6), [1391] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 4, .production_id = 6), [1393] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 9, .production_id = 224), [1395] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 9, .production_id = 224), [1397] = {.count = 1, .reusable = true}, REDUCE(sym_static_item, 9, .production_id = 227), [1399] = {.count = 1, .reusable = false}, REDUCE(sym_static_item, 9, .production_id = 227), [1401] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant_list, 4), [1403] = {.count = 1, .reusable = false}, REDUCE(sym_enum_variant_list, 4), [1405] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 7, .production_id = 167), [1407] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 7, .production_id = 167), [1409] = {.count = 1, .reusable = true}, REDUCE(sym_macro_definition, 6, .production_id = 5), [1411] = {.count = 1, .reusable = false}, REDUCE(sym_macro_definition, 6, .production_id = 5), [1413] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 4, .production_id = 48), [1415] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 4, .production_id = 48), [1417] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 7, .production_id = 198), [1419] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 7, .production_id = 198), [1421] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 7, .production_id = 199), [1423] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 7, .production_id = 199), [1425] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 6, .production_id = 126), [1427] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 6, .production_id = 126), [1429] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 7, .production_id = 200), [1431] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 7, .production_id = 200), [1433] = {.count = 1, .reusable = true}, REDUCE(sym_extern_crate_declaration, 5, .production_id = 128), [1435] = {.count = 1, .reusable = false}, REDUCE(sym_extern_crate_declaration, 5, .production_id = 128), [1437] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 5, .production_id = 127), [1439] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 5, .production_id = 127), [1441] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 5, .production_id = 119), [1443] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 5, .production_id = 119), [1445] = {.count = 1, .reusable = true}, REDUCE(sym_foreign_mod_item, 2), [1447] = {.count = 1, .reusable = false}, REDUCE(sym_foreign_mod_item, 2), [1449] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 5, .production_id = 126), [1451] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 5, .production_id = 126), [1453] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 5, .production_id = 117), [1455] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 5, .production_id = 117), [1457] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 5, .production_id = 85), [1459] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 5, .production_id = 85), [1461] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 5, .production_id = 119), [1463] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 5, .production_id = 119), [1465] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 5, .production_id = 126), [1467] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 5, .production_id = 126), [1469] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 5, .production_id = 117), [1471] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 5, .production_id = 117), [1473] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 5, .production_id = 73), [1475] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 5, .production_id = 73), [1477] = {.count = 1, .reusable = true}, REDUCE(sym_macro_definition, 7, .production_id = 5), [1479] = {.count = 1, .reusable = false}, REDUCE(sym_macro_definition, 7, .production_id = 5), [1481] = {.count = 1, .reusable = true}, REDUCE(sym_enum_item, 5, .production_id = 119), [1483] = {.count = 1, .reusable = false}, REDUCE(sym_enum_item, 5, .production_id = 119), [1485] = {.count = 1, .reusable = true}, REDUCE(sym_enum_item, 5, .production_id = 117), [1487] = {.count = 1, .reusable = false}, REDUCE(sym_enum_item, 5, .production_id = 117), [1489] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 5, .production_id = 125), [1491] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 5, .production_id = 125), [1493] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 7, .production_id = 182), [1495] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 7, .production_id = 182), [1497] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 5, .production_id = 124), [1499] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 5, .production_id = 124), [1501] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 3, .production_id = 23), [1503] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 3, .production_id = 23), [1505] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 7, .production_id = 134), [1507] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 7, .production_id = 134), [1509] = {.count = 1, .reusable = true}, REDUCE(sym_enum_item, 4, .production_id = 49), [1511] = {.count = 1, .reusable = false}, REDUCE(sym_enum_item, 4, .production_id = 49), [1513] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 7, .production_id = 181), [1515] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 7, .production_id = 181), [1517] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 9, .production_id = 218), [1519] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 9, .production_id = 218), [1521] = {.count = 1, .reusable = true}, REDUCE(sym_enum_item, 4, .production_id = 48), [1523] = {.count = 1, .reusable = false}, REDUCE(sym_enum_item, 4, .production_id = 48), [1525] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 7, .production_id = 119), [1527] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 7, .production_id = 119), [1529] = {.count = 1, .reusable = true}, REDUCE(sym_inner_attribute_item, 5), [1531] = {.count = 1, .reusable = false}, REDUCE(sym_inner_attribute_item, 5), [1533] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 5, .production_id = 119), [1535] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 5, .production_id = 119), [1537] = {.count = 1, .reusable = true}, REDUCE(sym_let_declaration, 3, .production_id = 25), [1539] = {.count = 1, .reusable = false}, REDUCE(sym_let_declaration, 3, .production_id = 25), [1541] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 5, .production_id = 118), [1543] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 5, .production_id = 118), [1545] = {.count = 1, .reusable = true}, REDUCE(sym_type_item, 7, .production_id = 201), [1547] = {.count = 1, .reusable = false}, REDUCE(sym_type_item, 7, .production_id = 201), [1549] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 4, .production_id = 69), [1551] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 4, .production_id = 69), [1553] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 7, .production_id = 202), [1555] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 7, .production_id = 202), [1557] = {.count = 1, .reusable = true}, REDUCE(sym_mod_item, 3, .production_id = 5), [1559] = {.count = 1, .reusable = false}, REDUCE(sym_mod_item, 3, .production_id = 5), [1561] = {.count = 1, .reusable = true}, REDUCE(sym_mod_item, 3, .production_id = 27), [1563] = {.count = 1, .reusable = false}, REDUCE(sym_mod_item, 3, .production_id = 27), [1565] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 5, .production_id = 117), [1567] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 5, .production_id = 117), [1569] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 5, .production_id = 116), [1571] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 5, .production_id = 116), [1573] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 6, .production_id = 173), [1575] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 6, .production_id = 173), [1577] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 5, .production_id = 115), [1579] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 5, .production_id = 115), [1581] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 5, .production_id = 92), [1583] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 5, .production_id = 92), [1585] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 3, .production_id = 6), [1587] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 3, .production_id = 6), [1589] = {.count = 1, .reusable = true}, REDUCE(sym_foreign_mod_item, 2, .production_id = 4), [1591] = {.count = 1, .reusable = false}, REDUCE(sym_foreign_mod_item, 2, .production_id = 4), [1593] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 7, .production_id = 180), [1595] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 7, .production_id = 180), [1597] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 3, .production_id = 14), [1599] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 3, .production_id = 14), [1601] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 7, .production_id = 203), [1603] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 7, .production_id = 203), [1605] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 4, .production_id = 49), [1607] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 4, .production_id = 49), [1609] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant_list, 5), [1611] = {.count = 1, .reusable = false}, REDUCE(sym_enum_variant_list, 5), [1613] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 3, .production_id = 14), [1615] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 3, .production_id = 14), [1617] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 5, .production_id = 69), [1619] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 5, .production_id = 69), [1621] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 4, .production_id = 72), [1623] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 4, .production_id = 72), [1625] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 8, .production_id = 225), [1627] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 8, .production_id = 225), [1629] = {.count = 1, .reusable = true}, REDUCE(sym_associated_type, 3, .production_id = 6), [1631] = {.count = 1, .reusable = false}, REDUCE(sym_associated_type, 3, .production_id = 6), [1633] = {.count = 1, .reusable = true}, REDUCE(sym_type_item, 5, .production_id = 114), [1635] = {.count = 1, .reusable = false}, REDUCE(sym_type_item, 5, .production_id = 114), [1637] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 4, .production_id = 73), [1639] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 4, .production_id = 73), [1641] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 5, .production_id = 113), [1643] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 5, .production_id = 113), [1645] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 3, .production_id = 6), [1647] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 3, .production_id = 6), [1649] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 3, .production_id = 14), [1651] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 3, .production_id = 14), [1653] = {.count = 1, .reusable = true}, REDUCE(sym_static_item, 8, .production_id = 221), [1655] = {.count = 1, .reusable = false}, REDUCE(sym_static_item, 8, .production_id = 221), [1657] = {.count = 1, .reusable = true}, REDUCE(sym_attribute_item, 4), [1659] = {.count = 1, .reusable = false}, REDUCE(sym_attribute_item, 4), [1661] = {.count = 1, .reusable = true}, REDUCE(sym_const_item, 6, .production_id = 153), [1663] = {.count = 1, .reusable = false}, REDUCE(sym_const_item, 6, .production_id = 153), [1665] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 5, .production_id = 92), [1667] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 5, .production_id = 92), [1669] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 5, .production_id = 112), [1671] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 5, .production_id = 112), [1673] = {.count = 1, .reusable = true}, REDUCE(sym_extern_crate_declaration, 4, .production_id = 80), [1675] = {.count = 1, .reusable = false}, REDUCE(sym_extern_crate_declaration, 4, .production_id = 80), [1677] = {.count = 1, .reusable = true}, REDUCE(sym_const_item, 8, .production_id = 214), [1679] = {.count = 1, .reusable = false}, REDUCE(sym_const_item, 8, .production_id = 214), [1681] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant_list, 2), [1683] = {.count = 1, .reusable = false}, REDUCE(sym_enum_variant_list, 2), [1685] = {.count = 1, .reusable = true}, REDUCE(sym_const_item, 7, .production_id = 177), [1687] = {.count = 1, .reusable = false}, REDUCE(sym_const_item, 7, .production_id = 177), [1689] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 8, .production_id = 220), [1691] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 8, .production_id = 220), [1693] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 8, .production_id = 199), [1695] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 8, .production_id = 199), [1697] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 8, .production_id = 219), [1699] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 8, .production_id = 219), [1701] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 8, .production_id = 218), [1703] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 8, .production_id = 218), [1705] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 5, .production_id = 92), [1707] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 5, .production_id = 92), [1709] = {.count = 1, .reusable = true}, REDUCE(sym_declaration_list, 3), [1711] = {.count = 1, .reusable = false}, REDUCE(sym_declaration_list, 3), [1713] = {.count = 1, .reusable = true}, REDUCE(sym_macro_definition, 4, .production_id = 5), [1715] = {.count = 1, .reusable = false}, REDUCE(sym_macro_definition, 4, .production_id = 5), [1717] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 6, .production_id = 169), [1719] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 6, .production_id = 169), [1721] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 6, .production_id = 124), [1723] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 6, .production_id = 124), [1725] = {.count = 1, .reusable = true}, REDUCE(sym_use_declaration, 3, .production_id = 29), [1727] = {.count = 1, .reusable = false}, REDUCE(sym_use_declaration, 3, .production_id = 29), [1729] = {.count = 1, .reusable = true}, REDUCE(sym_type_item, 6, .production_id = 170), [1731] = {.count = 1, .reusable = false}, REDUCE(sym_type_item, 6, .production_id = 170), [1733] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 5, .production_id = 49), [1735] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 5, .production_id = 49), [1737] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 5, .production_id = 14), [1739] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 5, .production_id = 14), [1741] = {.count = 1, .reusable = true}, REDUCE(sym_trait_item, 7, .production_id = 204), [1743] = {.count = 1, .reusable = false}, REDUCE(sym_trait_item, 7, .production_id = 204), [1745] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 9, .production_id = 229), [1747] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 9, .production_id = 229), [1749] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration_list, 3), [1751] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration_list, 3), [1753] = {.count = 1, .reusable = true}, REDUCE(sym_extern_crate_declaration, 7, .production_id = 205), [1755] = {.count = 1, .reusable = false}, REDUCE(sym_extern_crate_declaration, 7, .production_id = 205), [1757] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 7, .production_id = 206), [1759] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 7, .production_id = 206), [1761] = {.count = 1, .reusable = true}, REDUCE(sym_enum_item, 4, .production_id = 73), [1763] = {.count = 1, .reusable = false}, REDUCE(sym_enum_item, 4, .production_id = 73), [1765] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 10, .production_id = 234), [1767] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 10, .production_id = 234), [1769] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 6, .production_id = 168), [1771] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 6, .production_id = 168), [1773] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 7, .production_id = 207), [1775] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 7, .production_id = 207), [1777] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 9, .production_id = 230), [1779] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 9, .production_id = 230), [1781] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 7, .production_id = 174), [1783] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 7, .production_id = 174), [1785] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 7, .production_id = 208), [1787] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 7, .production_id = 208), [1789] = {.count = 1, .reusable = true}, REDUCE(sym_let_declaration, 5, .production_id = 110), [1791] = {.count = 1, .reusable = false}, REDUCE(sym_let_declaration, 5, .production_id = 110), [1793] = {.count = 1, .reusable = true}, REDUCE(sym_mod_item, 4, .production_id = 80), [1795] = {.count = 1, .reusable = false}, REDUCE(sym_mod_item, 4, .production_id = 80), [1797] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 6, .production_id = 175), [1799] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 6, .production_id = 175), [1801] = {.count = 1, .reusable = true}, REDUCE(sym_let_declaration, 5, .production_id = 109), [1803] = {.count = 1, .reusable = false}, REDUCE(sym_let_declaration, 5, .production_id = 109), [1805] = {.count = 1, .reusable = true}, REDUCE(sym_mod_item, 4, .production_id = 84), [1807] = {.count = 1, .reusable = false}, REDUCE(sym_mod_item, 4, .production_id = 84), [1809] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 6, .production_id = 174), [1811] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 6, .production_id = 174), [1813] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 4, .production_id = 85), [1815] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 4, .production_id = 85), [1817] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 5, .production_id = 107), [1819] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 5, .production_id = 107), [1821] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 4, .production_id = 73), [1823] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 4, .production_id = 73), [1825] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 5, .production_id = 105), [1827] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 5, .production_id = 105), [1829] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 5, .production_id = 103), [1831] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 5, .production_id = 103), [1833] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 4, .production_id = 85), [1835] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 4, .production_id = 85), [1837] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 9, .production_id = 231), [1839] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 9, .production_id = 231), [1841] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant_list, 6), [1843] = {.count = 1, .reusable = false}, REDUCE(sym_enum_variant_list, 6), [1845] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 8, .production_id = 180), [1847] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 8, .production_id = 180), [1849] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 8, .production_id = 211), [1851] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 8, .production_id = 211), [1853] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 6, .production_id = 167), [1855] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 6, .production_id = 167), [1857] = {.count = 1, .reusable = true}, REDUCE(sym_union_item, 4, .production_id = 73), [1859] = {.count = 1, .reusable = false}, REDUCE(sym_union_item, 4, .production_id = 73), [1861] = {.count = 1, .reusable = true}, REDUCE(sym_use_declaration, 4, .production_id = 86), [1863] = {.count = 1, .reusable = false}, REDUCE(sym_use_declaration, 4, .production_id = 86), [1865] = {.count = 1, .reusable = true}, REDUCE(sym_struct_item, 6, .production_id = 162), [1867] = {.count = 1, .reusable = false}, REDUCE(sym_struct_item, 6, .production_id = 162), [1869] = {.count = 1, .reusable = true}, REDUCE(sym_impl_item, 8, .production_id = 216), [1871] = {.count = 1, .reusable = false}, REDUCE(sym_impl_item, 8, .production_id = 216), [1873] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 5, .production_id = 95), [1875] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 5, .production_id = 95), [1877] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 5, .production_id = 50), [1879] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 5, .production_id = 50), [1881] = {.count = 1, .reusable = true}, REDUCE(sym_empty_statement, 1), [1883] = {.count = 1, .reusable = false}, REDUCE(sym_empty_statement, 1), [1885] = {.count = 1, .reusable = true}, REDUCE(sym_declaration_list, 2), [1887] = {.count = 1, .reusable = false}, REDUCE(sym_declaration_list, 2), [1889] = {.count = 1, .reusable = true}, REDUCE(sym_let_declaration, 8, .production_id = 213), [1891] = {.count = 1, .reusable = false}, REDUCE(sym_let_declaration, 8, .production_id = 213), [1893] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 5, .production_id = 94), [1895] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 5, .production_id = 94), [1897] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 5, .production_id = 93), [1899] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 5, .production_id = 93), [1901] = {.count = 1, .reusable = true}, REDUCE(sym_static_item, 8, .production_id = 214), [1903] = {.count = 1, .reusable = false}, REDUCE(sym_static_item, 8, .production_id = 214), [1905] = {.count = 1, .reusable = true}, REDUCE(sym_macro_definition, 5, .production_id = 5), [1907] = {.count = 1, .reusable = false}, REDUCE(sym_macro_definition, 5, .production_id = 5), [1909] = {.count = 1, .reusable = true}, SHIFT(1963), [1911] = {.count = 1, .reusable = true}, REDUCE(sym_function_signature_item, 10, .production_id = 230), [1913] = {.count = 1, .reusable = false}, REDUCE(sym_function_signature_item, 10, .production_id = 230), [1915] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration_list, 6), [1917] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration_list, 6), [1919] = {.count = 1, .reusable = true}, REDUCE(sym_enum_item, 5, .production_id = 92), [1921] = {.count = 1, .reusable = false}, REDUCE(sym_enum_item, 5, .production_id = 92), [1923] = {.count = 1, .reusable = true}, REDUCE(sym_static_item, 10, .production_id = 233), [1925] = {.count = 1, .reusable = false}, REDUCE(sym_static_item, 10, .production_id = 233), [1927] = {.count = 1, .reusable = true}, REDUCE(sym_const_item, 5, .production_id = 90), [1929] = {.count = 1, .reusable = false}, REDUCE(sym_const_item, 5, .production_id = 90), [1931] = {.count = 1, .reusable = true}, REDUCE(sym_foreign_mod_item, 3, .production_id = 38), [1933] = {.count = 1, .reusable = false}, REDUCE(sym_foreign_mod_item, 3, .production_id = 38), [1935] = {.count = 1, .reusable = true}, REDUCE(sym_function_item, 9, .production_id = 232), [1937] = {.count = 1, .reusable = false}, REDUCE(sym_function_item, 9, .production_id = 232), [1939] = {.count = 1, .reusable = true}, REDUCE(sym_foreign_mod_item, 3), [1941] = {.count = 1, .reusable = false}, REDUCE(sym_foreign_mod_item, 3), [1943] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant_list, 3), [1945] = {.count = 1, .reusable = false}, REDUCE(sym_enum_variant_list, 3), [1947] = {.count = 1, .reusable = true}, REDUCE(sym__expression_statement, 2), [1949] = {.count = 1, .reusable = false}, REDUCE(sym__expression_statement, 2), [1951] = {.count = 1, .reusable = false}, SHIFT(450), [1953] = {.count = 1, .reusable = true}, SHIFT(448), [1955] = {.count = 1, .reusable = true}, SHIFT(447), [1957] = {.count = 1, .reusable = true}, SHIFT(2179), [1959] = {.count = 1, .reusable = true}, SHIFT(446), [1961] = {.count = 1, .reusable = false}, SHIFT(2273), [1963] = {.count = 1, .reusable = false}, SHIFT(507), [1965] = {.count = 1, .reusable = true}, SHIFT(450), [1967] = {.count = 1, .reusable = true}, SHIFT(1729), [1969] = {.count = 1, .reusable = false}, SHIFT(510), [1971] = {.count = 1, .reusable = true}, SHIFT(500), [1973] = {.count = 1, .reusable = false}, SHIFT(226), [1975] = {.count = 1, .reusable = true}, SHIFT(1727), [1977] = {.count = 1, .reusable = true}, SHIFT(226), [1979] = {.count = 1, .reusable = false}, SHIFT(440), [1981] = {.count = 1, .reusable = true}, SHIFT(1659), [1983] = {.count = 1, .reusable = true}, SHIFT(440), [1985] = {.count = 2, .reusable = false}, REDUCE(aux_sym_token_tree_repeat1, 2), SHIFT_REPEAT(442), [1988] = {.count = 2, .reusable = true}, REDUCE(aux_sym_token_tree_repeat1, 2), SHIFT_REPEAT(460), [1991] = {.count = 1, .reusable = true}, REDUCE(aux_sym_token_tree_repeat1, 2), [1993] = {.count = 2, .reusable = true}, REDUCE(aux_sym_token_tree_repeat1, 2), SHIFT_REPEAT(458), [1996] = {.count = 2, .reusable = true}, REDUCE(aux_sym_token_tree_repeat1, 2), SHIFT_REPEAT(457), [1999] = {.count = 2, .reusable = false}, REDUCE(aux_sym_token_tree_repeat1, 2), SHIFT_REPEAT(2230), [2002] = {.count = 2, .reusable = false}, REDUCE(aux_sym_token_tree_repeat1, 2), SHIFT_REPEAT(514), [2005] = {.count = 2, .reusable = true}, REDUCE(aux_sym_token_tree_repeat1, 2), SHIFT_REPEAT(442), [2008] = {.count = 2, .reusable = true}, REDUCE(aux_sym_token_tree_repeat1, 2), SHIFT_REPEAT(1729), [2011] = {.count = 2, .reusable = false}, REDUCE(aux_sym_token_tree_repeat1, 2), SHIFT_REPEAT(510), [2014] = {.count = 1, .reusable = true}, SHIFT(509), [2016] = {.count = 1, .reusable = false}, SHIFT(443), [2018] = {.count = 1, .reusable = true}, SHIFT(506), [2020] = {.count = 1, .reusable = true}, SHIFT(443), [2022] = {.count = 1, .reusable = false}, SHIFT(444), [2024] = {.count = 1, .reusable = true}, SHIFT(444), [2026] = {.count = 1, .reusable = false}, SHIFT(445), [2028] = {.count = 1, .reusable = true}, SHIFT(445), [2030] = {.count = 1, .reusable = true}, SHIFT(2327), [2032] = {.count = 1, .reusable = false}, SHIFT(452), [2034] = {.count = 1, .reusable = true}, SHIFT(452), [2036] = {.count = 1, .reusable = false}, SHIFT(449), [2038] = {.count = 1, .reusable = true}, SHIFT(449), [2040] = {.count = 1, .reusable = false}, SHIFT(464), [2042] = {.count = 1, .reusable = true}, SHIFT(460), [2044] = {.count = 1, .reusable = true}, SHIFT(458), [2046] = {.count = 1, .reusable = true}, SHIFT(457), [2048] = {.count = 1, .reusable = true}, SHIFT(1308), [2050] = {.count = 1, .reusable = false}, SHIFT(2230), [2052] = {.count = 1, .reusable = false}, SHIFT(514), [2054] = {.count = 1, .reusable = true}, SHIFT(464), [2056] = {.count = 1, .reusable = false}, SHIFT(442), [2058] = {.count = 1, .reusable = true}, SHIFT(1317), [2060] = {.count = 1, .reusable = true}, SHIFT(442), [2062] = {.count = 1, .reusable = true}, SHIFT(520), [2064] = {.count = 1, .reusable = false}, SHIFT(462), [2066] = {.count = 1, .reusable = true}, SHIFT(504), [2068] = {.count = 1, .reusable = true}, SHIFT(462), [2070] = {.count = 1, .reusable = false}, SHIFT(472), [2072] = {.count = 1, .reusable = true}, SHIFT(472), [2074] = {.count = 1, .reusable = false}, SHIFT(480), [2076] = {.count = 1, .reusable = true}, SHIFT(35), [2078] = {.count = 1, .reusable = true}, SHIFT(480), [2080] = {.count = 1, .reusable = false}, SHIFT(456), [2082] = {.count = 1, .reusable = true}, SHIFT(456), [2084] = {.count = 1, .reusable = false}, SHIFT(481), [2086] = {.count = 1, .reusable = true}, SHIFT(481), [2088] = {.count = 1, .reusable = false}, SHIFT(485), [2090] = {.count = 1, .reusable = true}, SHIFT(485), [2092] = {.count = 1, .reusable = true}, SHIFT(1743), [2094] = {.count = 1, .reusable = false}, SHIFT(455), [2096] = {.count = 1, .reusable = true}, SHIFT(455), [2098] = {.count = 1, .reusable = false}, SHIFT(466), [2100] = {.count = 1, .reusable = true}, SHIFT(466), [2102] = {.count = 1, .reusable = false}, SHIFT(465), [2104] = {.count = 1, .reusable = true}, SHIFT(1671), [2106] = {.count = 1, .reusable = true}, SHIFT(465), [2108] = {.count = 1, .reusable = true}, SHIFT(802), [2110] = {.count = 1, .reusable = true}, SHIFT(1172), [2112] = {.count = 1, .reusable = false}, SHIFT(473), [2114] = {.count = 1, .reusable = true}, SHIFT(776), [2116] = {.count = 1, .reusable = true}, SHIFT(473), [2118] = {.count = 1, .reusable = false}, SHIFT(471), [2120] = {.count = 1, .reusable = true}, SHIFT(471), [2122] = {.count = 1, .reusable = false}, SHIFT(482), [2124] = {.count = 1, .reusable = true}, SHIFT(1174), [2126] = {.count = 1, .reusable = true}, SHIFT(482), [2128] = {.count = 1, .reusable = false}, SHIFT(470), [2130] = {.count = 1, .reusable = true}, SHIFT(470), [2132] = {.count = 1, .reusable = true}, SHIFT(40), [2134] = {.count = 1, .reusable = false}, SHIFT(474), [2136] = {.count = 1, .reusable = true}, SHIFT(474), [2138] = {.count = 1, .reusable = false}, SHIFT(475), [2140] = {.count = 1, .reusable = true}, SHIFT(475), [2142] = {.count = 1, .reusable = false}, SHIFT(1334), [2144] = {.count = 1, .reusable = true}, SHIFT(617), [2146] = {.count = 1, .reusable = true}, SHIFT(49), [2148] = {.count = 1, .reusable = true}, SHIFT(620), [2150] = {.count = 1, .reusable = false}, SHIFT(1469), [2152] = {.count = 1, .reusable = false}, SHIFT(680), [2154] = {.count = 1, .reusable = true}, SHIFT(2317), [2156] = {.count = 1, .reusable = false}, SHIFT(1719), [2158] = {.count = 1, .reusable = true}, SHIFT(676), [2160] = {.count = 1, .reusable = false}, SHIFT(674), [2162] = {.count = 1, .reusable = true}, SHIFT(1527), [2164] = {.count = 1, .reusable = false}, SHIFT(1853), [2166] = {.count = 1, .reusable = true}, SHIFT(1853), [2168] = {.count = 1, .reusable = true}, SHIFT(805), [2170] = {.count = 1, .reusable = true}, SHIFT(221), [2172] = {.count = 1, .reusable = false}, SHIFT(1250), [2174] = {.count = 1, .reusable = true}, SHIFT(1617), [2176] = {.count = 1, .reusable = false}, SHIFT(975), [2178] = {.count = 1, .reusable = true}, SHIFT(2361), [2180] = {.count = 1, .reusable = true}, SHIFT(2189), [2182] = {.count = 1, .reusable = true}, SHIFT(2175), [2184] = {.count = 1, .reusable = false}, SHIFT(994), [2186] = {.count = 1, .reusable = true}, SHIFT(1628), [2188] = {.count = 1, .reusable = true}, SHIFT(1629), [2190] = {.count = 1, .reusable = true}, SHIFT(1605), [2192] = {.count = 1, .reusable = true}, SHIFT(1607), [2194] = {.count = 1, .reusable = true}, SHIFT(1614), [2196] = {.count = 1, .reusable = true}, SHIFT(1647), [2198] = {.count = 2, .reusable = false}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(1334), [2201] = {.count = 2, .reusable = true}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(617), [2204] = {.count = 2, .reusable = true}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(620), [2207] = {.count = 2, .reusable = false}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(1469), [2210] = {.count = 2, .reusable = true}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(2325), [2213] = {.count = 2, .reusable = false}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(680), [2216] = {.count = 2, .reusable = true}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(539), [2219] = {.count = 2, .reusable = true}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(2317), [2222] = {.count = 2, .reusable = false}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(1719), [2225] = {.count = 2, .reusable = true}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(676), [2228] = {.count = 2, .reusable = false}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(674), [2231] = {.count = 2, .reusable = true}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(1361), [2234] = {.count = 2, .reusable = true}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(2087), [2237] = {.count = 2, .reusable = true}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(1527), [2240] = {.count = 2, .reusable = true}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(1698), [2243] = {.count = 2, .reusable = false}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(1471), [2246] = {.count = 2, .reusable = false}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(1853), [2249] = {.count = 2, .reusable = true}, REDUCE(aux_sym_match_block_repeat1, 2), SHIFT_REPEAT(1853), [2252] = {.count = 1, .reusable = false}, REDUCE(sym__token_pattern, 1), [2254] = {.count = 1, .reusable = true}, REDUCE(sym__token_pattern, 1), [2256] = {.count = 1, .reusable = false}, SHIFT(1359), [2258] = {.count = 1, .reusable = false}, REDUCE(sym_token_repetition, 4), [2260] = {.count = 1, .reusable = true}, REDUCE(sym_token_repetition, 4), [2262] = {.count = 1, .reusable = false}, REDUCE(sym_token_tree_pattern, 2), [2264] = {.count = 1, .reusable = true}, REDUCE(sym_token_tree_pattern, 2), [2266] = {.count = 1, .reusable = false}, REDUCE(sym__token_pattern, 1, .production_id = 2), [2268] = {.count = 1, .reusable = true}, REDUCE(sym__token_pattern, 1, .production_id = 2), [2270] = {.count = 1, .reusable = false}, REDUCE(sym_string_literal, 3), [2272] = {.count = 1, .reusable = true}, REDUCE(sym_string_literal, 3), [2274] = {.count = 1, .reusable = false}, REDUCE(sym_token_tree_pattern, 3), [2276] = {.count = 1, .reusable = true}, REDUCE(sym_token_tree_pattern, 3), [2278] = {.count = 1, .reusable = false}, REDUCE(sym_boolean_literal, 1), [2280] = {.count = 1, .reusable = true}, REDUCE(sym_boolean_literal, 1), [2282] = {.count = 1, .reusable = false}, REDUCE(sym_token_repetition_pattern, 6), [2284] = {.count = 1, .reusable = true}, REDUCE(sym_token_repetition_pattern, 6), [2286] = {.count = 1, .reusable = false}, REDUCE(sym_token_repetition, 5), [2288] = {.count = 1, .reusable = true}, REDUCE(sym_token_repetition, 5), [2290] = {.count = 1, .reusable = false}, REDUCE(sym_token_repetition, 6), [2292] = {.count = 1, .reusable = true}, REDUCE(sym_token_repetition, 6), [2294] = {.count = 1, .reusable = false}, REDUCE(aux_sym_token_tree_repeat1, 1, .production_id = 2), [2296] = {.count = 1, .reusable = true}, REDUCE(aux_sym_token_tree_repeat1, 1, .production_id = 2), [2298] = {.count = 1, .reusable = false}, REDUCE(sym_fragment_specifier, 1), [2300] = {.count = 1, .reusable = true}, REDUCE(sym_fragment_specifier, 1), [2302] = {.count = 1, .reusable = false}, REDUCE(sym_token_repetition_pattern, 5), [2304] = {.count = 1, .reusable = true}, REDUCE(sym_token_repetition_pattern, 5), [2306] = {.count = 1, .reusable = false}, REDUCE(sym_token_binding_pattern, 3, .production_id = 176), [2308] = {.count = 1, .reusable = true}, REDUCE(sym_token_binding_pattern, 3, .production_id = 176), [2310] = {.count = 1, .reusable = false}, REDUCE(sym_token_repetition_pattern, 4), [2312] = {.count = 1, .reusable = true}, REDUCE(sym_token_repetition_pattern, 4), [2314] = {.count = 1, .reusable = false}, REDUCE(sym_string_literal, 2), [2316] = {.count = 1, .reusable = true}, REDUCE(sym_string_literal, 2), [2318] = {.count = 1, .reusable = false}, SHIFT(1305), [2320] = {.count = 1, .reusable = false}, SHIFT(1510), [2322] = {.count = 1, .reusable = true}, SHIFT(1563), [2324] = {.count = 1, .reusable = true}, SHIFT(657), [2326] = {.count = 1, .reusable = false}, SHIFT(2164), [2328] = {.count = 1, .reusable = true}, SHIFT(648), [2330] = {.count = 1, .reusable = false}, SHIFT(601), [2332] = {.count = 1, .reusable = false}, SHIFT(568), [2334] = {.count = 1, .reusable = false}, SHIFT(1816), [2336] = {.count = 1, .reusable = false}, SHIFT(586), [2338] = {.count = 1, .reusable = false}, SHIFT(712), [2340] = {.count = 1, .reusable = true}, SHIFT(536), [2342] = {.count = 1, .reusable = true}, SHIFT(581), [2344] = {.count = 1, .reusable = true}, SHIFT(622), [2346] = {.count = 1, .reusable = true}, SHIFT(2092), [2348] = {.count = 1, .reusable = false}, SHIFT(736), [2350] = {.count = 1, .reusable = false}, SHIFT(2091), [2352] = {.count = 1, .reusable = false}, SHIFT(882), [2354] = {.count = 1, .reusable = true}, SHIFT(854), [2356] = {.count = 1, .reusable = true}, SHIFT(2265), [2358] = {.count = 1, .reusable = true}, SHIFT(533), [2360] = {.count = 1, .reusable = false}, SHIFT(889), [2362] = {.count = 1, .reusable = false}, SHIFT(634), [2364] = {.count = 1, .reusable = false}, SHIFT(2333), [2366] = {.count = 1, .reusable = true}, SHIFT(756), [2368] = {.count = 1, .reusable = false}, SHIFT(1313), [2370] = {.count = 1, .reusable = false}, SHIFT(1660), [2372] = {.count = 1, .reusable = false}, SHIFT(579), [2374] = {.count = 1, .reusable = true}, SHIFT(705), [2376] = {.count = 1, .reusable = false}, SHIFT(1679), [2378] = {.count = 1, .reusable = true}, SHIFT(2316), [2380] = {.count = 1, .reusable = false}, SHIFT(551), [2382] = {.count = 1, .reusable = true}, SHIFT(1325), [2384] = {.count = 1, .reusable = true}, SHIFT(850), [2386] = {.count = 1, .reusable = true}, SHIFT(857), [2388] = {.count = 1, .reusable = true}, SHIFT(1315), [2390] = {.count = 1, .reusable = false}, SHIFT(582), [2392] = {.count = 1, .reusable = false}, SHIFT(1904), [2394] = {.count = 1, .reusable = false}, SHIFT(1373), [2396] = {.count = 1, .reusable = true}, SHIFT(521), [2398] = {.count = 1, .reusable = false}, REDUCE(aux_sym_enum_variant_list_repeat1, 2), [2400] = {.count = 1, .reusable = true}, REDUCE(aux_sym_enum_variant_list_repeat1, 2), [2402] = {.count = 2, .reusable = true}, REDUCE(aux_sym_enum_variant_list_repeat1, 2), SHIFT_REPEAT(2325), [2405] = {.count = 1, .reusable = false}, SHIFT(580), [2407] = {.count = 1, .reusable = false}, SHIFT(1390), [2409] = {.count = 1, .reusable = true}, SHIFT(846), [2411] = {.count = 1, .reusable = false}, SHIFT(1378), [2413] = {.count = 1, .reusable = true}, SHIFT(1318), [2415] = {.count = 1, .reusable = false}, SHIFT(1380), [2417] = {.count = 1, .reusable = false}, SHIFT(1918), [2419] = {.count = 1, .reusable = false}, SHIFT(2322), [2421] = {.count = 1, .reusable = false}, SHIFT(1682), [2423] = {.count = 1, .reusable = false}, SHIFT(1681), [2425] = {.count = 1, .reusable = false}, SHIFT(1386), [2427] = {.count = 1, .reusable = false}, SHIFT(1385), [2429] = {.count = 1, .reusable = false}, SHIFT(1266), [2431] = {.count = 1, .reusable = true}, SHIFT(1368), [2433] = {.count = 1, .reusable = false}, SHIFT(1365), [2435] = {.count = 1, .reusable = true}, SHIFT(2234), [2437] = {.count = 1, .reusable = false}, SHIFT(1754), [2439] = {.count = 1, .reusable = true}, SHIFT(700), [2441] = {.count = 1, .reusable = false}, SHIFT(1768), [2443] = {.count = 1, .reusable = true}, SHIFT(1768), [2445] = {.count = 1, .reusable = true}, SHIFT(1352), [2447] = {.count = 1, .reusable = false}, SHIFT(1387), [2449] = {.count = 1, .reusable = false}, SHIFT(1396), [2451] = {.count = 1, .reusable = false}, SHIFT(1577), [2453] = {.count = 1, .reusable = true}, SHIFT(1338), [2455] = {.count = 1, .reusable = false}, SHIFT(1962), [2457] = {.count = 1, .reusable = true}, SHIFT(1343), [2459] = {.count = 1, .reusable = true}, SHIFT(1356), [2461] = {.count = 1, .reusable = true}, SHIFT(1347), [2463] = {.count = 1, .reusable = true}, SHIFT(1349), [2465] = {.count = 1, .reusable = true}, SHIFT(1344), [2467] = {.count = 1, .reusable = false}, SHIFT(2260), [2469] = {.count = 1, .reusable = false}, SHIFT(2070), [2471] = {.count = 1, .reusable = false}, SHIFT(2397), [2473] = {.count = 1, .reusable = false}, SHIFT(2320), [2475] = {.count = 1, .reusable = false}, SHIFT(2246), [2477] = {.count = 1, .reusable = false}, SHIFT(2396), [2479] = {.count = 1, .reusable = false}, SHIFT(1362), [2481] = {.count = 1, .reusable = false}, SHIFT(2395), [2483] = {.count = 1, .reusable = false}, SHIFT(684), [2485] = {.count = 1, .reusable = false}, SHIFT(2308), [2487] = {.count = 1, .reusable = false}, SHIFT(1843), [2489] = {.count = 1, .reusable = false}, SHIFT(691), [2491] = {.count = 1, .reusable = false}, SHIFT(2034), [2493] = {.count = 1, .reusable = false}, SHIFT(1340), [2495] = {.count = 1, .reusable = false}, SHIFT(2392), [2497] = {.count = 1, .reusable = false}, SHIFT(1345), [2499] = {.count = 1, .reusable = false}, SHIFT(2390), [2501] = {.count = 1, .reusable = false}, SHIFT(2381), [2503] = {.count = 1, .reusable = false}, SHIFT(2372), [2505] = {.count = 1, .reusable = false}, SHIFT(2399), [2507] = {.count = 1, .reusable = false}, SHIFT(2363), [2509] = {.count = 1, .reusable = false}, SHIFT(2365), [2511] = {.count = 1, .reusable = false}, SHIFT(2006), [2513] = {.count = 1, .reusable = false}, SHIFT(1897), [2515] = {.count = 1, .reusable = false}, SHIFT(1912), [2517] = {.count = 1, .reusable = false}, SHIFT(2398), [2519] = {.count = 1, .reusable = false}, SHIFT(1841), [2521] = {.count = 1, .reusable = false}, SHIFT(1866), [2523] = {.count = 1, .reusable = false}, SHIFT(693), [2525] = {.count = 1, .reusable = false}, SHIFT(692), [2527] = {.count = 1, .reusable = false}, REDUCE(sym_closure_parameters, 3), [2529] = {.count = 1, .reusable = true}, REDUCE(sym_closure_parameters, 3), [2531] = {.count = 1, .reusable = false}, REDUCE(sym_closure_parameters, 4), [2533] = {.count = 1, .reusable = true}, REDUCE(sym_closure_parameters, 4), [2535] = {.count = 1, .reusable = false}, REDUCE(aux_sym_tuple_expression_repeat1, 2), [2537] = {.count = 1, .reusable = false}, REDUCE(sym_closure_parameters, 2), [2539] = {.count = 1, .reusable = true}, REDUCE(sym_closure_parameters, 2), [2541] = {.count = 1, .reusable = false}, SHIFT(2298), [2543] = {.count = 1, .reusable = true}, SHIFT(1069), [2545] = {.count = 1, .reusable = true}, SHIFT(2356), [2547] = {.count = 1, .reusable = true}, SHIFT(422), [2549] = {.count = 1, .reusable = false}, SHIFT(1495), [2551] = {.count = 1, .reusable = false}, SHIFT(2216), [2553] = {.count = 1, .reusable = false}, SHIFT(2065), [2555] = {.count = 1, .reusable = false}, SHIFT(541), [2557] = {.count = 1, .reusable = false}, SHIFT(697), [2559] = {.count = 1, .reusable = false}, SHIFT(2221), [2561] = {.count = 1, .reusable = false}, SHIFT(1930), [2563] = {.count = 1, .reusable = false}, SHIFT(2222), [2565] = {.count = 1, .reusable = false}, SHIFT(2223), [2567] = {.count = 1, .reusable = false}, SHIFT(2224), [2569] = {.count = 1, .reusable = false}, SHIFT(2300), [2571] = {.count = 1, .reusable = false}, SHIFT(1475), [2573] = {.count = 1, .reusable = false}, SHIFT(1032), [2575] = {.count = 1, .reusable = true}, SHIFT(2064), [2577] = {.count = 1, .reusable = false}, SHIFT(1350), [2579] = {.count = 1, .reusable = false}, SHIFT(1277), [2581] = {.count = 1, .reusable = true}, SHIFT(1064), [2583] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(2298), [2586] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(1069), [2589] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(2356), [2592] = {.count = 1, .reusable = true}, REDUCE(aux_sym_declaration_list_repeat1, 2), [2594] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(1482), [2597] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(1495), [2600] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(2216), [2603] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(2065), [2606] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(541), [2609] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(697), [2612] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(2221), [2615] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(1269), [2618] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(1930), [2621] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(2222), [2624] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(2223), [2627] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(2224), [2630] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(2300), [2633] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(1475), [2636] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(1032), [2639] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(2064), [2642] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(1350), [2645] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_list_repeat1, 2), SHIFT_REPEAT(1277), [2648] = {.count = 1, .reusable = true}, SHIFT(377), [2650] = {.count = 1, .reusable = true}, SHIFT(1133), [2652] = {.count = 1, .reusable = true}, REDUCE(sym__type, 1, .production_id = 3), [2654] = {.count = 1, .reusable = true}, SHIFT(100), [2656] = {.count = 1, .reusable = false}, REDUCE(sym__type, 1, .production_id = 3), [2658] = {.count = 1, .reusable = false}, SHIFT(1674), [2660] = {.count = 1, .reusable = false}, SHIFT(428), [2662] = {.count = 1, .reusable = true}, SHIFT(1755), [2664] = {.count = 1, .reusable = true}, SHIFT(1381), [2666] = {.count = 1, .reusable = true}, SHIFT(1898), [2668] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_identifier, 3, .production_id = 34), [2670] = {.count = 1, .reusable = false}, REDUCE(sym_scoped_identifier, 3, .production_id = 34), [2672] = {.count = 1, .reusable = true}, REDUCE(sym_dynamic_type, 2, .production_id = 19), [2674] = {.count = 1, .reusable = false}, REDUCE(sym_dynamic_type, 2, .production_id = 19), [2676] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_type, 2, .production_id = 19), [2678] = {.count = 1, .reusable = false}, REDUCE(sym_abstract_type, 2, .production_id = 19), [2680] = {.count = 1, .reusable = true}, REDUCE(sym_dynamic_type, 2, .production_id = 20), [2682] = {.count = 1, .reusable = false}, REDUCE(sym_dynamic_type, 2, .production_id = 20), [2684] = {.count = 1, .reusable = true}, REDUCE(sym_continue_expression, 1), [2686] = {.count = 1, .reusable = false}, REDUCE(sym_continue_expression, 1), [2688] = {.count = 1, .reusable = true}, SHIFT(2350), [2690] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_type, 2, .production_id = 20), [2692] = {.count = 1, .reusable = false}, REDUCE(sym_abstract_type, 2, .production_id = 20), [2694] = {.count = 1, .reusable = true}, REDUCE(sym__type, 1), [2696] = {.count = 1, .reusable = false}, REDUCE(sym__type, 1), [2698] = {.count = 1, .reusable = true}, SHIFT(1609), [2700] = {.count = 1, .reusable = true}, REDUCE(sym_generic_function, 3, .production_id = 36), [2702] = {.count = 1, .reusable = true}, REDUCE(sym_generic_type_with_turbofish, 3, .production_id = 37), [2704] = {.count = 1, .reusable = false}, REDUCE(sym_generic_function, 3, .production_id = 36), [2706] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_identifier, 2, .production_id = 5), [2708] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_type_identifier_in_expression_position, 2, .production_id = 6), [2710] = {.count = 1, .reusable = false}, REDUCE(sym_scoped_identifier, 2, .production_id = 5), [2712] = {.count = 1, .reusable = true}, SHIFT(2358), [2714] = {.count = 1, .reusable = true}, REDUCE(sym_parameters, 5), [2716] = {.count = 1, .reusable = false}, REDUCE(sym_parameters, 5), [2718] = {.count = 1, .reusable = true}, REDUCE(sym_reference_expression, 3, .production_id = 31), [2720] = {.count = 1, .reusable = true}, SHIFT(32), [2722] = {.count = 1, .reusable = true}, SHIFT(155), [2724] = {.count = 1, .reusable = false}, REDUCE(sym_reference_expression, 3, .production_id = 31), [2726] = {.count = 1, .reusable = false}, SHIFT(1836), [2728] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 3, .production_id = 63), [2730] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 3, .production_id = 63), [2732] = {.count = 1, .reusable = true}, SHIFT(562), [2734] = {.count = 1, .reusable = true}, REDUCE(sym_parameters, 3), [2736] = {.count = 1, .reusable = false}, REDUCE(sym_parameters, 3), [2738] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 2, .production_id = 22), [2740] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 2, .production_id = 22), [2742] = {.count = 1, .reusable = true}, SHIFT(643), [2744] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 2, .production_id = 18), [2746] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 2, .production_id = 18), [2748] = {.count = 1, .reusable = true}, SHIFT(621), [2750] = {.count = 1, .reusable = true}, REDUCE(sym__expression, 1, .production_id = 1), [2752] = {.count = 1, .reusable = false}, REDUCE(sym__expression, 1, .production_id = 1), [2754] = {.count = 1, .reusable = true}, REDUCE(aux_sym_function_modifiers_repeat1, 1), [2756] = {.count = 1, .reusable = true}, REDUCE(sym__type, 1, .production_id = 2), [2758] = {.count = 1, .reusable = false}, REDUCE(sym__type, 1, .production_id = 2), [2760] = {.count = 1, .reusable = true}, SHIFT(2256), [2762] = {.count = 1, .reusable = true}, REDUCE(sym_type_arguments, 5), [2764] = {.count = 1, .reusable = false}, REDUCE(sym_type_arguments, 5), [2766] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 2, .production_id = 24), [2768] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 2, .production_id = 24), [2770] = {.count = 1, .reusable = true}, SHIFT(637), [2772] = {.count = 1, .reusable = true}, REDUCE(sym_generic_type, 2, .production_id = 16), [2774] = {.count = 1, .reusable = false}, REDUCE(sym_generic_type, 2, .production_id = 16), [2776] = {.count = 1, .reusable = true}, REDUCE(sym_type_arguments, 3), [2778] = {.count = 1, .reusable = false}, REDUCE(sym_type_arguments, 3), [2780] = {.count = 1, .reusable = true}, REDUCE(sym_generic_type, 2, .production_id = 15), [2782] = {.count = 1, .reusable = false}, REDUCE(sym_generic_type, 2, .production_id = 15), [2784] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 3, .production_id = 66), [2786] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 3, .production_id = 66), [2788] = {.count = 1, .reusable = true}, SHIFT(563), [2790] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 4, .production_id = 106), [2792] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 4, .production_id = 106), [2794] = {.count = 1, .reusable = true}, SHIFT(602), [2796] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 13), [2798] = {.count = 1, .reusable = false}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 13), [2800] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_identifier, 3, .production_id = 12), [2802] = {.count = 1, .reusable = true}, REDUCE(sym_type_arguments, 4), [2804] = {.count = 1, .reusable = false}, REDUCE(sym_type_arguments, 4), [2806] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, .production_id = 13), [2808] = {.count = 1, .reusable = false}, REDUCE(sym_scoped_identifier, 3, .production_id = 12), [2810] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, .production_id = 35), [2812] = {.count = 1, .reusable = true}, REDUCE(sym_generic_type_with_turbofish, 3, .production_id = 46), [2814] = {.count = 1, .reusable = true}, REDUCE(sym_field_expression, 3, .production_id = 45), [2816] = {.count = 1, .reusable = false}, REDUCE(sym_field_expression, 3, .production_id = 45), [2818] = {.count = 1, .reusable = true}, SHIFT(2005), [2820] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 3, .production_id = 67), [2822] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 3, .production_id = 67), [2824] = {.count = 1, .reusable = true}, SHIFT(564), [2826] = {.count = 1, .reusable = true}, REDUCE(sym_parameters, 4), [2828] = {.count = 1, .reusable = false}, REDUCE(sym_parameters, 4), [2830] = {.count = 1, .reusable = true}, REDUCE(sym_field_expression, 3, .production_id = 44), [2832] = {.count = 1, .reusable = false}, REDUCE(sym_field_expression, 3, .production_id = 44), [2834] = {.count = 1, .reusable = true}, SHIFT(2241), [2836] = {.count = 1, .reusable = true}, REDUCE(sym_parameters, 6), [2838] = {.count = 1, .reusable = false}, REDUCE(sym_parameters, 6), [2840] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 35), [2842] = {.count = 1, .reusable = false}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 35), [2844] = {.count = 1, .reusable = true}, REDUCE(sym_parameters, 2), [2846] = {.count = 1, .reusable = false}, REDUCE(sym_parameters, 2), [2848] = {.count = 1, .reusable = true}, REDUCE(sym_reference_expression, 2, .production_id = 7), [2850] = {.count = 1, .reusable = false}, REDUCE(sym_reference_expression, 2, .production_id = 7), [2852] = {.count = 1, .reusable = true}, REDUCE(sym_unary_expression, 2), [2854] = {.count = 1, .reusable = false}, REDUCE(sym_unary_expression, 2), [2856] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_type_identifier, 2, .production_id = 6), [2858] = {.count = 1, .reusable = false}, REDUCE(sym_scoped_type_identifier, 2, .production_id = 6), [2860] = {.count = 1, .reusable = true}, REDUCE(sym_binary_expression, 3, .production_id = 41), [2862] = {.count = 1, .reusable = false}, REDUCE(sym_binary_expression, 3, .production_id = 41), [2864] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 40), [2866] = {.count = 1, .reusable = false}, REDUCE(sym_scoped_type_identifier, 3, .production_id = 40), [2868] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_identifier, 3, .production_id = 39), [2870] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, .production_id = 40), [2872] = {.count = 1, .reusable = false}, REDUCE(sym_scoped_identifier, 3, .production_id = 39), [2874] = {.count = 1, .reusable = true}, REDUCE(sym_index_expression, 4), [2876] = {.count = 1, .reusable = false}, REDUCE(sym_index_expression, 4), [2878] = {.count = 1, .reusable = false}, SHIFT(154), [2880] = {.count = 1, .reusable = false}, SHIFT(152), [2882] = {.count = 1, .reusable = true}, REDUCE(sym_closure_expression, 4, .production_id = 87), [2884] = {.count = 1, .reusable = false}, REDUCE(sym_closure_expression, 4, .production_id = 87), [2886] = {.count = 1, .reusable = false}, SHIFT(149), [2888] = {.count = 1, .reusable = false}, SHIFT(146), [2890] = {.count = 1, .reusable = true}, SHIFT(139), [2892] = {.count = 1, .reusable = false}, SHIFT(135), [2894] = {.count = 1, .reusable = false}, SHIFT(132), [2896] = {.count = 1, .reusable = true}, SHIFT(149), [2898] = {.count = 1, .reusable = false}, SHIFT(131), [2900] = {.count = 1, .reusable = true}, REDUCE(sym_range_expression, 3), [2902] = {.count = 1, .reusable = false}, REDUCE(sym_range_expression, 3), [2904] = {.count = 1, .reusable = true}, SHIFT(137), [2906] = {.count = 1, .reusable = true}, REDUCE(sym_assignment_expression, 3, .production_id = 43), [2908] = {.count = 1, .reusable = false}, REDUCE(sym_assignment_expression, 3, .production_id = 43), [2910] = {.count = 1, .reusable = true}, SHIFT(143), [2912] = {.count = 1, .reusable = false}, SHIFT(18), [2914] = {.count = 1, .reusable = true}, REDUCE(sym_type_cast_expression, 3, .production_id = 42), [2916] = {.count = 1, .reusable = false}, REDUCE(sym_type_cast_expression, 3, .production_id = 42), [2918] = {.count = 1, .reusable = true}, SHIFT(2219), [2920] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_expression, 5), [2922] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_expression, 5), [2924] = {.count = 1, .reusable = true}, REDUCE(sym_reference_type, 2, .production_id = 21), [2926] = {.count = 1, .reusable = false}, REDUCE(sym_reference_type, 2, .production_id = 21), [2928] = {.count = 1, .reusable = true}, REDUCE(sym_array_expression, 5, .production_id = 89), [2930] = {.count = 1, .reusable = false}, REDUCE(sym_array_expression, 5, .production_id = 89), [2932] = {.count = 1, .reusable = true}, REDUCE(sym_array_expression, 5), [2934] = {.count = 1, .reusable = false}, REDUCE(sym_array_expression, 5), [2936] = {.count = 1, .reusable = true}, REDUCE(sym_lifetime, 2), [2938] = {.count = 1, .reusable = false}, REDUCE(sym_lifetime, 2), [2940] = {.count = 1, .reusable = true}, REDUCE(sym_arguments, 4), [2942] = {.count = 1, .reusable = false}, REDUCE(sym_arguments, 4), [2944] = {.count = 1, .reusable = true}, REDUCE(sym_arguments, 2), [2946] = {.count = 1, .reusable = false}, REDUCE(sym_arguments, 2), [2948] = {.count = 1, .reusable = true}, REDUCE(sym_array_expression, 2), [2950] = {.count = 1, .reusable = false}, REDUCE(sym_array_expression, 2), [2952] = {.count = 1, .reusable = true}, SHIFT(2323), [2954] = {.count = 1, .reusable = true}, REDUCE(sym_struct_expression, 2, .production_id = 8), [2956] = {.count = 1, .reusable = false}, REDUCE(sym_struct_expression, 2, .production_id = 8), [2958] = {.count = 1, .reusable = true}, REDUCE(sym_continue_expression, 2), [2960] = {.count = 1, .reusable = false}, REDUCE(sym_continue_expression, 2), [2962] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 5, .production_id = 147), [2964] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 5, .production_id = 147), [2966] = {.count = 1, .reusable = true}, REDUCE(sym_closure_expression, 5, .production_id = 122), [2968] = {.count = 1, .reusable = false}, REDUCE(sym_closure_expression, 5, .production_id = 122), [2970] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_expression, 7), [2972] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_expression, 7), [2974] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_expression, 6), [2976] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_expression, 6), [2978] = {.count = 1, .reusable = true}, REDUCE(sym_struct_expression, 2, .production_id = 9), [2980] = {.count = 1, .reusable = false}, REDUCE(sym_struct_expression, 2, .production_id = 9), [2982] = {.count = 1, .reusable = true}, REDUCE(sym_try_expression, 2), [2984] = {.count = 1, .reusable = false}, REDUCE(sym_try_expression, 2), [2986] = {.count = 1, .reusable = true}, REDUCE(sym_array_expression, 6, .production_id = 130), [2988] = {.count = 1, .reusable = false}, REDUCE(sym_array_expression, 6, .production_id = 130), [2990] = {.count = 1, .reusable = true}, REDUCE(sym_array_expression, 6), [2992] = {.count = 1, .reusable = false}, REDUCE(sym_array_expression, 6), [2994] = {.count = 1, .reusable = true}, REDUCE(sym_call_expression, 2, .production_id = 10), [2996] = {.count = 1, .reusable = false}, REDUCE(sym_call_expression, 2, .production_id = 10), [2998] = {.count = 1, .reusable = true}, REDUCE(sym_arguments, 3), [3000] = {.count = 1, .reusable = false}, REDUCE(sym_arguments, 3), [3002] = {.count = 1, .reusable = true}, REDUCE(sym_field_initializer_list, 4), [3004] = {.count = 1, .reusable = false}, REDUCE(sym_field_initializer_list, 4), [3006] = {.count = 1, .reusable = true}, REDUCE(sym_reference_type, 3, .production_id = 59), [3008] = {.count = 1, .reusable = false}, REDUCE(sym_reference_type, 3, .production_id = 59), [3010] = {.count = 1, .reusable = true}, REDUCE(sym_field_initializer_list, 5), [3012] = {.count = 1, .reusable = false}, REDUCE(sym_field_initializer_list, 5), [3014] = {.count = 1, .reusable = true}, REDUCE(sym_closure_expression, 2, .production_id = 11), [3016] = {.count = 1, .reusable = true}, SHIFT(812), [3018] = {.count = 1, .reusable = true}, SHIFT(569), [3020] = {.count = 1, .reusable = false}, SHIFT(151), [3022] = {.count = 1, .reusable = true}, SHIFT(130), [3024] = {.count = 1, .reusable = true}, REDUCE(sym_parenthesized_expression, 3), [3026] = {.count = 1, .reusable = false}, REDUCE(sym_parenthesized_expression, 3), [3028] = {.count = 1, .reusable = true}, REDUCE(sym_return_expression, 2), [3030] = {.count = 1, .reusable = false}, REDUCE(sym_return_expression, 2), [3032] = {.count = 1, .reusable = true}, REDUCE(sym_compound_assignment_expr, 3, .production_id = 41), [3034] = {.count = 1, .reusable = false}, REDUCE(sym_compound_assignment_expr, 3, .production_id = 41), [3036] = {.count = 1, .reusable = true}, REDUCE(sym_array_expression, 3), [3038] = {.count = 1, .reusable = false}, REDUCE(sym_array_expression, 3), [3040] = {.count = 1, .reusable = true}, REDUCE(sym_await_expression, 3), [3042] = {.count = 1, .reusable = false}, REDUCE(sym_await_expression, 3), [3044] = {.count = 1, .reusable = true}, SHIFT(1828), [3046] = {.count = 1, .reusable = true}, REDUCE(sym_arguments, 5), [3048] = {.count = 1, .reusable = false}, REDUCE(sym_arguments, 5), [3050] = {.count = 1, .reusable = true}, REDUCE(sym_pointer_type, 3, .production_id = 59), [3052] = {.count = 1, .reusable = false}, REDUCE(sym_pointer_type, 3, .production_id = 59), [3054] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 4, .production_id = 108), [3056] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 4, .production_id = 108), [3058] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_type, 3), [3060] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_type, 3), [3062] = {.count = 1, .reusable = true}, REDUCE(sym_break_expression, 3), [3064] = {.count = 1, .reusable = false}, REDUCE(sym_break_expression, 3), [3066] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 6, .production_id = 187), [3068] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 6, .production_id = 187), [3070] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_expression, 4), [3072] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_expression, 4), [3074] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 5, .production_id = 146), [3076] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 5, .production_id = 146), [3078] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 4, .production_id = 104), [3080] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 4, .production_id = 104), [3082] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_type, 5), [3084] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_type, 5), [3086] = {.count = 1, .reusable = true}, REDUCE(sym_bounded_type, 3), [3088] = {.count = 1, .reusable = false}, REDUCE(sym_bounded_type, 3), [3090] = {.count = 1, .reusable = true}, REDUCE(sym_reference_type, 4, .production_id = 102), [3092] = {.count = 1, .reusable = false}, REDUCE(sym_reference_type, 4, .production_id = 102), [3094] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 4, .production_id = 99), [3096] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 4, .production_id = 99), [3098] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_type, 4), [3100] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_type, 4), [3102] = {.count = 1, .reusable = true}, REDUCE(sym_array_type, 5, .production_id = 140), [3104] = {.count = 1, .reusable = false}, REDUCE(sym_array_type, 5, .production_id = 140), [3106] = {.count = 1, .reusable = true}, REDUCE(sym_empty_type, 1), [3108] = {.count = 1, .reusable = false}, REDUCE(sym_empty_type, 1), [3110] = {.count = 1, .reusable = true}, REDUCE(sym_array_type, 3, .production_id = 58), [3112] = {.count = 1, .reusable = false}, REDUCE(sym_array_type, 3, .production_id = 58), [3114] = {.count = 1, .reusable = true}, REDUCE(sym_unit_type, 2), [3116] = {.count = 1, .reusable = false}, REDUCE(sym_unit_type, 2), [3118] = {.count = 1, .reusable = true}, REDUCE(sym_field_initializer_list, 2), [3120] = {.count = 1, .reusable = false}, REDUCE(sym_field_initializer_list, 2), [3122] = {.count = 1, .reusable = true}, REDUCE(sym_field_initializer_list, 3), [3124] = {.count = 1, .reusable = false}, REDUCE(sym_field_initializer_list, 3), [3126] = {.count = 1, .reusable = true}, REDUCE(sym_arguments, 6), [3128] = {.count = 1, .reusable = false}, REDUCE(sym_arguments, 6), [3130] = {.count = 1, .reusable = true}, REDUCE(sym_array_expression, 4), [3132] = {.count = 1, .reusable = false}, REDUCE(sym_array_expression, 4), [3134] = {.count = 1, .reusable = true}, REDUCE(sym_unit_expression, 2), [3136] = {.count = 1, .reusable = false}, REDUCE(sym_unit_expression, 2), [3138] = {.count = 1, .reusable = true}, REDUCE(sym_function_type, 5, .production_id = 143), [3140] = {.count = 1, .reusable = false}, REDUCE(sym_function_type, 5, .production_id = 143), [3142] = {.count = 1, .reusable = true}, REDUCE(sym_closure_expression, 3, .production_id = 32), [3144] = {.count = 1, .reusable = false}, REDUCE(sym_type_parameters, 3), [3146] = {.count = 1, .reusable = true}, REDUCE(sym_type_parameters, 3), [3148] = {.count = 1, .reusable = false}, REDUCE(sym_type_parameters, 3, .production_id = 60), [3150] = {.count = 1, .reusable = true}, REDUCE(sym_type_parameters, 3, .production_id = 60), [3152] = {.count = 1, .reusable = false}, REDUCE(sym_type_parameters, 4), [3154] = {.count = 1, .reusable = true}, REDUCE(sym_type_parameters, 4), [3156] = {.count = 1, .reusable = false}, REDUCE(sym_type_parameters, 4, .production_id = 60), [3158] = {.count = 1, .reusable = true}, REDUCE(sym_type_parameters, 4, .production_id = 60), [3160] = {.count = 1, .reusable = false}, REDUCE(sym_type_parameters, 5), [3162] = {.count = 1, .reusable = true}, REDUCE(sym_type_parameters, 5), [3164] = {.count = 2, .reusable = true}, REDUCE(aux_sym_enum_variant_list_repeat1, 2), SHIFT_REPEAT(2361), [3167] = {.count = 1, .reusable = false}, REDUCE(sym_type_parameters, 5, .production_id = 60), [3169] = {.count = 1, .reusable = true}, REDUCE(sym_type_parameters, 5, .production_id = 60), [3171] = {.count = 1, .reusable = false}, SHIFT(1667), [3173] = {.count = 1, .reusable = false}, SHIFT(1608), [3175] = {.count = 1, .reusable = true}, REDUCE(sym_where_clause, 4), [3177] = {.count = 1, .reusable = true}, SHIFT(611), [3179] = {.count = 1, .reusable = true}, SHIFT(2149), [3181] = {.count = 1, .reusable = false}, SHIFT(1787), [3183] = {.count = 1, .reusable = false}, SHIFT(2133), [3185] = {.count = 1, .reusable = true}, SHIFT(543), [3187] = {.count = 1, .reusable = true}, SHIFT(2237), [3189] = {.count = 1, .reusable = true}, SHIFT(162), [3191] = {.count = 1, .reusable = true}, SHIFT(74), [3193] = {.count = 1, .reusable = true}, REDUCE(sym_where_clause, 3), [3195] = {.count = 1, .reusable = true}, SHIFT(120), [3197] = {.count = 1, .reusable = true}, SHIFT(77), [3199] = {.count = 1, .reusable = false}, SHIFT(716), [3201] = {.count = 1, .reusable = false}, SHIFT(2264), [3203] = {.count = 1, .reusable = true}, SHIFT(2333), [3205] = {.count = 1, .reusable = true}, SHIFT(36), [3207] = {.count = 1, .reusable = false}, REDUCE(sym_match_arm, 4, .production_id = 151), [3209] = {.count = 1, .reusable = true}, REDUCE(sym_match_arm, 4, .production_id = 151), [3211] = {.count = 1, .reusable = true}, REDUCE(sym_last_match_arm, 4, .production_id = 151), [3213] = {.count = 1, .reusable = false}, SHIFT(1251), [3215] = {.count = 1, .reusable = false}, SHIFT(2198), [3217] = {.count = 1, .reusable = true}, SHIFT(816), [3219] = {.count = 1, .reusable = true}, SHIFT(54), [3221] = {.count = 1, .reusable = false}, SHIFT(1252), [3223] = {.count = 1, .reusable = false}, SHIFT(715), [3225] = {.count = 1, .reusable = true}, SHIFT(1879), [3227] = {.count = 1, .reusable = false}, REDUCE(sym_match_arm, 5, .production_id = 110), [3229] = {.count = 1, .reusable = true}, REDUCE(sym_match_arm, 5, .production_id = 110), [3231] = {.count = 1, .reusable = true}, REDUCE(sym_last_match_arm, 5, .production_id = 110), [3233] = {.count = 1, .reusable = true}, SHIFT(438), [3235] = {.count = 1, .reusable = true}, SHIFT(352), [3237] = {.count = 1, .reusable = false}, SHIFT(150), [3239] = {.count = 1, .reusable = false}, SHIFT(158), [3241] = {.count = 1, .reusable = false}, SHIFT(164), [3243] = {.count = 1, .reusable = false}, SHIFT(165), [3245] = {.count = 1, .reusable = false}, SHIFT(166), [3247] = {.count = 1, .reusable = true}, SHIFT(167), [3249] = {.count = 1, .reusable = false}, SHIFT(23), [3251] = {.count = 1, .reusable = true}, SHIFT(170), [3253] = {.count = 1, .reusable = true}, SHIFT(171), [3255] = {.count = 1, .reusable = false}, SHIFT(173), [3257] = {.count = 1, .reusable = false}, SHIFT(133), [3259] = {.count = 1, .reusable = true}, SHIFT(165), [3261] = {.count = 1, .reusable = false}, SHIFT(157), [3263] = {.count = 1, .reusable = true}, SHIFT(128), [3265] = {.count = 1, .reusable = true}, SHIFT(207), [3267] = {.count = 1, .reusable = true}, SHIFT(488), [3269] = {.count = 1, .reusable = true}, SHIFT(27), [3271] = {.count = 1, .reusable = true}, REDUCE(aux_sym_arguments_repeat1, 2), [3273] = {.count = 1, .reusable = true}, SHIFT(487), [3275] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant, 5, .production_id = 210), [3277] = {.count = 1, .reusable = true}, SHIFT(758), [3279] = {.count = 1, .reusable = true}, SHIFT(826), [3281] = {.count = 1, .reusable = true}, SHIFT(67), [3283] = {.count = 1, .reusable = true}, SHIFT(1184), [3285] = {.count = 1, .reusable = false}, SHIFT(1493), [3287] = {.count = 1, .reusable = true}, SHIFT(808), [3289] = {.count = 1, .reusable = true}, SHIFT(704), [3291] = {.count = 1, .reusable = true}, REDUCE(sym_field_initializer, 4, .production_id = 166), [3293] = {.count = 1, .reusable = true}, REDUCE(sym_last_match_arm, 4, .production_id = 110), [3295] = {.count = 1, .reusable = true}, SHIFT(891), [3297] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant, 3, .production_id = 131), [3299] = {.count = 1, .reusable = true}, SHIFT(486), [3301] = {.count = 1, .reusable = false}, SHIFT(1492), [3303] = {.count = 1, .reusable = true}, SHIFT(1814), [3305] = {.count = 1, .reusable = false}, SHIFT(1486), [3307] = {.count = 1, .reusable = true}, SHIFT(2247), [3309] = {.count = 1, .reusable = true}, SHIFT(2271), [3311] = {.count = 1, .reusable = true}, SHIFT(1801), [3313] = {.count = 1, .reusable = false}, SHIFT(1497), [3315] = {.count = 1, .reusable = true}, SHIFT(1497), [3317] = {.count = 1, .reusable = true}, REDUCE(aux_sym_arguments_repeat1, 3), [3319] = {.count = 1, .reusable = true}, REDUCE(sym_field_initializer, 3, .production_id = 123), [3321] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant, 4, .production_id = 179), [3323] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant, 4, .production_id = 178), [3325] = {.count = 1, .reusable = true}, REDUCE(aux_sym_array_expression_repeat1, 2), [3327] = {.count = 1, .reusable = true}, REDUCE(sym_last_match_arm, 3, .production_id = 151), [3329] = {.count = 1, .reusable = true}, SHIFT(885), [3331] = {.count = 1, .reusable = true}, REDUCE(sym_base_field_initializer, 2), [3333] = {.count = 1, .reusable = true}, SHIFT(813), [3335] = {.count = 1, .reusable = true}, SHIFT(1221), [3337] = {.count = 1, .reusable = true}, SHIFT(792), [3339] = {.count = 1, .reusable = true}, SHIFT(853), [3341] = {.count = 1, .reusable = true}, REDUCE(sym_match_pattern, 3, .production_id = 152), [3343] = {.count = 1, .reusable = true}, SHIFT(928), [3345] = {.count = 1, .reusable = true}, SHIFT(246), [3347] = {.count = 1, .reusable = false}, SHIFT(1413), [3349] = {.count = 1, .reusable = false}, SHIFT(1336), [3351] = {.count = 1, .reusable = true}, SHIFT(1355), [3353] = {.count = 1, .reusable = false}, SHIFT(1418), [3355] = {.count = 1, .reusable = true}, SHIFT(1418), [3357] = {.count = 1, .reusable = false}, SHIFT(1537), [3359] = {.count = 1, .reusable = false}, SHIFT(1541), [3361] = {.count = 1, .reusable = true}, SHIFT(1541), [3363] = {.count = 1, .reusable = true}, SHIFT(1229), [3365] = {.count = 1, .reusable = false}, REDUCE(sym_visibility_modifier, 4), [3367] = {.count = 1, .reusable = true}, REDUCE(sym_visibility_modifier, 4), [3369] = {.count = 1, .reusable = true}, SHIFT(1168), [3371] = {.count = 1, .reusable = true}, SHIFT(1166), [3373] = {.count = 1, .reusable = false}, REDUCE(sym_visibility_modifier, 1), [3375] = {.count = 1, .reusable = true}, SHIFT(1689), [3377] = {.count = 1, .reusable = true}, REDUCE(sym_visibility_modifier, 1), [3379] = {.count = 1, .reusable = false}, SHIFT(1558), [3381] = {.count = 1, .reusable = false}, SHIFT(1335), [3383] = {.count = 1, .reusable = true}, SHIFT(1370), [3385] = {.count = 1, .reusable = false}, SHIFT(1557), [3387] = {.count = 1, .reusable = true}, SHIFT(1557), [3389] = {.count = 1, .reusable = true}, SHIFT(1885), [3391] = {.count = 1, .reusable = true}, SHIFT(1163), [3393] = {.count = 1, .reusable = true}, SHIFT(423), [3395] = {.count = 1, .reusable = true}, SHIFT(252), [3397] = {.count = 1, .reusable = true}, SHIFT(2335), [3399] = {.count = 1, .reusable = true}, REDUCE(sym_match_pattern, 4, .production_id = 189), [3401] = {.count = 1, .reusable = true}, SHIFT(900), [3403] = {.count = 1, .reusable = true}, SHIFT(1142), [3405] = {.count = 1, .reusable = true}, SHIFT(770), [3407] = {.count = 1, .reusable = true}, SHIFT(426), [3409] = {.count = 1, .reusable = true}, SHIFT(1130), [3411] = {.count = 1, .reusable = true}, SHIFT(1321), [3413] = {.count = 1, .reusable = true}, SHIFT(371), [3415] = {.count = 1, .reusable = true}, SHIFT(2357), [3417] = {.count = 1, .reusable = true}, SHIFT(1969), [3419] = {.count = 1, .reusable = true}, SHIFT(2146), [3421] = {.count = 1, .reusable = true}, SHIFT(398), [3423] = {.count = 1, .reusable = true}, SHIFT(298), [3425] = {.count = 1, .reusable = true}, SHIFT(369), [3427] = {.count = 1, .reusable = false}, SHIFT(1404), [3429] = {.count = 1, .reusable = false}, SHIFT(1411), [3431] = {.count = 1, .reusable = true}, SHIFT(1411), [3433] = {.count = 1, .reusable = true}, SHIFT(432), [3435] = {.count = 1, .reusable = true}, SHIFT(2309), [3437] = {.count = 1, .reusable = false}, REDUCE(sym_visibility_modifier, 5, .production_id = 111), [3439] = {.count = 1, .reusable = true}, REDUCE(sym_visibility_modifier, 5, .production_id = 111), [3441] = {.count = 1, .reusable = true}, SHIFT(1948), [3443] = {.count = 1, .reusable = false}, REDUCE(sym_visibility_modifier, 5), [3445] = {.count = 1, .reusable = true}, REDUCE(sym_visibility_modifier, 5), [3447] = {.count = 1, .reusable = true}, SHIFT(1077), [3449] = {.count = 1, .reusable = true}, SHIFT(1076), [3451] = {.count = 1, .reusable = true}, SHIFT(1066), [3453] = {.count = 1, .reusable = true}, SHIFT(277), [3455] = {.count = 1, .reusable = true}, SHIFT(69), [3457] = {.count = 1, .reusable = false}, SHIFT(1654), [3459] = {.count = 1, .reusable = false}, SHIFT(2059), [3461] = {.count = 1, .reusable = false}, SHIFT(1649), [3463] = {.count = 1, .reusable = false}, SHIFT(2115), [3465] = {.count = 1, .reusable = false}, SHIFT(1610), [3467] = {.count = 1, .reusable = true}, SHIFT(1025), [3469] = {.count = 1, .reusable = true}, SHIFT(1967), [3471] = {.count = 1, .reusable = true}, SHIFT(1877), [3473] = {.count = 1, .reusable = false}, SHIFT(1598), [3475] = {.count = 1, .reusable = true}, SHIFT(2408), [3477] = {.count = 1, .reusable = true}, SHIFT(1988), [3479] = {.count = 1, .reusable = false}, SHIFT(1615), [3481] = {.count = 1, .reusable = true}, SHIFT(1615), [3483] = {.count = 1, .reusable = true}, SHIFT(1881), [3485] = {.count = 1, .reusable = true}, SHIFT(1839), [3487] = {.count = 1, .reusable = false}, REDUCE(sym_for_lifetimes, 4), [3489] = {.count = 1, .reusable = true}, REDUCE(sym_for_lifetimes, 4), [3491] = {.count = 1, .reusable = false}, REDUCE(sym_for_lifetimes, 5), [3493] = {.count = 1, .reusable = true}, REDUCE(sym_for_lifetimes, 5), [3495] = {.count = 1, .reusable = false}, REDUCE(sym_for_lifetimes, 6), [3497] = {.count = 1, .reusable = true}, REDUCE(sym_for_lifetimes, 6), [3499] = {.count = 1, .reusable = false}, SHIFT(2024), [3501] = {.count = 1, .reusable = false}, SHIFT(2025), [3503] = {.count = 1, .reusable = false}, SHIFT(2023), [3505] = {.count = 1, .reusable = true}, SHIFT(2023), [3507] = {.count = 1, .reusable = false}, SHIFT(2171), [3509] = {.count = 1, .reusable = false}, SHIFT(2170), [3511] = {.count = 1, .reusable = false}, SHIFT(2172), [3513] = {.count = 1, .reusable = true}, SHIFT(2172), [3515] = {.count = 1, .reusable = true}, SHIFT(115), [3517] = {.count = 1, .reusable = true}, SHIFT(1736), [3519] = {.count = 1, .reusable = true}, SHIFT(283), [3521] = {.count = 1, .reusable = true}, SHIFT(1895), [3523] = {.count = 1, .reusable = true}, SHIFT(1482), [3525] = {.count = 1, .reusable = true}, SHIFT(1513), [3527] = {.count = 1, .reusable = true}, SHIFT(2215), [3529] = {.count = 1, .reusable = true}, SHIFT(2155), [3531] = {.count = 1, .reusable = true}, SHIFT(2208), [3533] = {.count = 1, .reusable = true}, SHIFT(1847), [3535] = {.count = 1, .reusable = true}, SHIFT(2206), [3537] = {.count = 1, .reusable = true}, SHIFT(2270), [3539] = {.count = 1, .reusable = true}, SHIFT(2205), [3541] = {.count = 1, .reusable = true}, SHIFT(2204), [3543] = {.count = 1, .reusable = true}, SHIFT(1517), [3545] = {.count = 1, .reusable = true}, SHIFT(1028), [3547] = {.count = 1, .reusable = true}, SHIFT(1357), [3549] = {.count = 1, .reusable = true}, SHIFT(1519), [3551] = {.count = 1, .reusable = true}, SHIFT(2252), [3553] = {.count = 1, .reusable = true}, SHIFT(2050), [3555] = {.count = 1, .reusable = true}, SHIFT(2253), [3557] = {.count = 1, .reusable = true}, SHIFT(1941), [3559] = {.count = 1, .reusable = true}, SHIFT(2254), [3561] = {.count = 1, .reusable = true}, SHIFT(2249), [3563] = {.count = 1, .reusable = true}, SHIFT(2410), [3565] = {.count = 1, .reusable = true}, SHIFT(2255), [3567] = {.count = 1, .reusable = true}, SHIFT(1520), [3569] = {.count = 1, .reusable = true}, SHIFT(1030), [3571] = {.count = 1, .reusable = true}, SHIFT(1337), [3573] = {.count = 1, .reusable = true}, REDUCE(sym__pattern, 1), [3575] = {.count = 1, .reusable = true}, SHIFT(612), [3577] = {.count = 1, .reusable = true}, SHIFT(1473), [3579] = {.count = 1, .reusable = false}, REDUCE(sym__pattern, 1), [3581] = {.count = 1, .reusable = true}, SHIFT(1752), [3583] = {.count = 1, .reusable = true}, SHIFT(963), [3585] = {.count = 1, .reusable = true}, SHIFT(699), [3587] = {.count = 1, .reusable = true}, SHIFT(1691), [3589] = {.count = 1, .reusable = true}, SHIFT(2349), [3591] = {.count = 1, .reusable = true}, SHIFT(587), [3593] = {.count = 1, .reusable = true}, SHIFT(615), [3595] = {.count = 1, .reusable = true}, SHIFT(142), [3597] = {.count = 1, .reusable = true}, SHIFT(1803), [3599] = {.count = 1, .reusable = true}, SHIFT(2227), [3601] = {.count = 1, .reusable = true}, SHIFT(99), [3603] = {.count = 2, .reusable = true}, REDUCE(sym__type, 1, .production_id = 3), REDUCE(sym__pattern, 1), [3606] = {.count = 1, .reusable = true}, SHIFT(1840), [3608] = {.count = 1, .reusable = true}, SHIFT(616), [3610] = {.count = 1, .reusable = true}, SHIFT(113), [3612] = {.count = 1, .reusable = true}, SHIFT(1851), [3614] = {.count = 1, .reusable = true}, SHIFT(559), [3616] = {.count = 1, .reusable = true}, SHIFT(557), [3618] = {.count = 1, .reusable = true}, SHIFT(603), [3620] = {.count = 1, .reusable = true}, SHIFT(556), [3622] = {.count = 1, .reusable = false}, SHIFT(527), [3624] = {.count = 1, .reusable = true}, SHIFT(590), [3626] = {.count = 1, .reusable = true}, SHIFT(1420), [3628] = {.count = 1, .reusable = true}, SHIFT(870), [3630] = {.count = 1, .reusable = true}, SHIFT(964), [3632] = {.count = 1, .reusable = true}, SHIFT(682), [3634] = {.count = 1, .reusable = true}, REDUCE(sym_negative_literal, 2), [3636] = {.count = 1, .reusable = false}, REDUCE(sym_negative_literal, 2), [3638] = {.count = 1, .reusable = true}, SHIFT(1763), [3640] = {.count = 1, .reusable = true}, SHIFT(1674), [3642] = {.count = 1, .reusable = true}, REDUCE(sym_range_pattern, 3, .production_id = 52), [3644] = {.count = 1, .reusable = false}, REDUCE(sym_range_pattern, 3, .production_id = 52), [3646] = {.count = 1, .reusable = true}, SHIFT(2220), [3648] = {.count = 1, .reusable = true}, REDUCE(sym_range_pattern, 3, .production_id = 56), [3650] = {.count = 1, .reusable = false}, REDUCE(sym_range_pattern, 3, .production_id = 56), [3652] = {.count = 1, .reusable = true}, REDUCE(sym_extern_modifier, 1), [3654] = {.count = 1, .reusable = true}, SHIFT(2277), [3656] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_pattern, 4), [3658] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_pattern, 4), [3660] = {.count = 1, .reusable = true}, REDUCE(sym_struct_pattern, 5, .production_id = 53), [3662] = {.count = 1, .reusable = false}, REDUCE(sym_struct_pattern, 5, .production_id = 53), [3664] = {.count = 1, .reusable = true}, REDUCE(sym_ref_pattern, 2), [3666] = {.count = 1, .reusable = false}, REDUCE(sym_ref_pattern, 2), [3668] = {.count = 1, .reusable = true}, REDUCE(sym_struct_pattern, 3, .production_id = 53), [3670] = {.count = 1, .reusable = false}, REDUCE(sym_struct_pattern, 3, .production_id = 53), [3672] = {.count = 1, .reusable = true}, REDUCE(sym_struct_pattern, 4, .production_id = 53), [3674] = {.count = 1, .reusable = false}, REDUCE(sym_struct_pattern, 4, .production_id = 53), [3676] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_struct_pattern, 6, .production_id = 53), [3678] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_struct_pattern, 6, .production_id = 53), [3680] = {.count = 1, .reusable = true}, REDUCE(sym_slice_pattern, 5), [3682] = {.count = 1, .reusable = false}, REDUCE(sym_slice_pattern, 5), [3684] = {.count = 1, .reusable = true}, REDUCE(sym_captured_pattern, 3), [3686] = {.count = 1, .reusable = false}, REDUCE(sym_captured_pattern, 3), [3688] = {.count = 1, .reusable = true}, SHIFT(2248), [3690] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_pattern, 5), [3692] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_pattern, 5), [3694] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_struct_pattern, 4, .production_id = 53), [3696] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_struct_pattern, 4, .production_id = 53), [3698] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_struct_pattern, 5, .production_id = 53), [3700] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_struct_pattern, 5, .production_id = 53), [3702] = {.count = 1, .reusable = true}, SHIFT(2251), [3704] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_pattern, 3), [3706] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_pattern, 3), [3708] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_pattern, 2), [3710] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_pattern, 2), [3712] = {.count = 1, .reusable = true}, REDUCE(sym_struct_pattern, 4, .production_id = 54), [3714] = {.count = 1, .reusable = false}, REDUCE(sym_struct_pattern, 4, .production_id = 54), [3716] = {.count = 1, .reusable = true}, REDUCE(sym_slice_pattern, 2), [3718] = {.count = 1, .reusable = false}, REDUCE(sym_slice_pattern, 2), [3720] = {.count = 1, .reusable = true}, REDUCE(sym_range_pattern, 3), [3722] = {.count = 1, .reusable = false}, REDUCE(sym_range_pattern, 3), [3724] = {.count = 1, .reusable = true}, REDUCE(sym_slice_pattern, 4), [3726] = {.count = 1, .reusable = false}, REDUCE(sym_slice_pattern, 4), [3728] = {.count = 1, .reusable = true}, SHIFT(2288), [3730] = {.count = 1, .reusable = true}, REDUCE(sym_reference_pattern, 2), [3732] = {.count = 1, .reusable = false}, REDUCE(sym_reference_pattern, 2), [3734] = {.count = 1, .reusable = true}, SHIFT(515), [3736] = {.count = 1, .reusable = false}, SHIFT(515), [3738] = {.count = 1, .reusable = true}, REDUCE(sym_slice_pattern, 3), [3740] = {.count = 1, .reusable = false}, REDUCE(sym_slice_pattern, 3), [3742] = {.count = 1, .reusable = true}, REDUCE(sym_remaining_field_pattern, 1), [3744] = {.count = 1, .reusable = false}, REDUCE(sym_remaining_field_pattern, 1), [3746] = {.count = 1, .reusable = true}, REDUCE(sym_mut_pattern, 2), [3748] = {.count = 1, .reusable = false}, REDUCE(sym_mut_pattern, 2), [3750] = {.count = 1, .reusable = true}, REDUCE(sym_struct_pattern, 5, .production_id = 54), [3752] = {.count = 1, .reusable = false}, REDUCE(sym_struct_pattern, 5, .production_id = 54), [3754] = {.count = 1, .reusable = true}, REDUCE(sym_struct_pattern, 6, .production_id = 54), [3756] = {.count = 1, .reusable = false}, REDUCE(sym_struct_pattern, 6, .production_id = 54), [3758] = {.count = 1, .reusable = true}, REDUCE(sym__pattern, 1, .production_id = 1), [3760] = {.count = 1, .reusable = false}, REDUCE(sym__pattern, 1, .production_id = 1), [3762] = {.count = 1, .reusable = true}, SHIFT(2214), [3764] = {.count = 1, .reusable = true}, SHIFT(1003), [3766] = {.count = 1, .reusable = true}, REDUCE(sym_struct_pattern, 3, .production_id = 54), [3768] = {.count = 1, .reusable = false}, REDUCE(sym_struct_pattern, 3, .production_id = 54), [3770] = {.count = 1, .reusable = true}, REDUCE(sym_struct_pattern, 6, .production_id = 53), [3772] = {.count = 1, .reusable = false}, REDUCE(sym_struct_pattern, 6, .production_id = 53), [3774] = {.count = 1, .reusable = true}, REDUCE(sym_tuple_struct_pattern, 3, .production_id = 53), [3776] = {.count = 1, .reusable = false}, REDUCE(sym_tuple_struct_pattern, 3, .production_id = 53), [3778] = {.count = 1, .reusable = true}, REDUCE(sym_reference_pattern, 3), [3780] = {.count = 1, .reusable = false}, REDUCE(sym_reference_pattern, 3), [3782] = {.count = 1, .reusable = true}, REDUCE(sym_range_pattern, 3, .production_id = 1), [3784] = {.count = 1, .reusable = false}, REDUCE(sym_range_pattern, 3, .production_id = 1), [3786] = {.count = 2, .reusable = true}, REDUCE(sym_scoped_identifier, 3, .production_id = 34), REDUCE(sym_scoped_type_identifier, 3, .production_id = 35), [3789] = {.count = 2, .reusable = true}, REDUCE(sym_scoped_identifier, 2, .production_id = 5), REDUCE(sym_scoped_type_identifier, 2, .production_id = 6), [3792] = {.count = 1, .reusable = true}, SHIFT(606), [3794] = {.count = 2, .reusable = true}, REDUCE(sym_scoped_identifier, 3, .production_id = 12), REDUCE(sym_scoped_type_identifier, 3, .production_id = 13), [3797] = {.count = 2, .reusable = true}, REDUCE(sym_scoped_identifier, 3, .production_id = 39), REDUCE(sym_scoped_type_identifier, 3, .production_id = 40), [3800] = {.count = 1, .reusable = true}, SHIFT(546), [3802] = {.count = 1, .reusable = true}, SHIFT(647), [3804] = {.count = 1, .reusable = true}, SHIFT(660), [3806] = {.count = 1, .reusable = true}, SHIFT(1852), [3808] = {.count = 1, .reusable = true}, SHIFT(858), [3810] = {.count = 1, .reusable = true}, SHIFT(2314), [3812] = {.count = 1, .reusable = true}, SHIFT(124), [3814] = {.count = 1, .reusable = false}, SHIFT(1506), [3816] = {.count = 1, .reusable = true}, SHIFT(1058), [3818] = {.count = 1, .reusable = true}, SHIFT(2405), [3820] = {.count = 1, .reusable = true}, SHIFT(1789), [3822] = {.count = 1, .reusable = true}, SHIFT(719), [3824] = {.count = 1, .reusable = true}, SHIFT(1794), [3826] = {.count = 1, .reusable = true}, SHIFT(594), [3828] = {.count = 1, .reusable = true}, SHIFT(629), [3830] = {.count = 1, .reusable = true}, SHIFT(630), [3832] = {.count = 1, .reusable = true}, SHIFT(370), [3834] = {.count = 1, .reusable = true}, SHIFT(2283), [3836] = {.count = 1, .reusable = true}, SHIFT(640), [3838] = {.count = 1, .reusable = false}, SHIFT(2190), [3840] = {.count = 1, .reusable = true}, SHIFT(254), [3842] = {.count = 1, .reusable = true}, SHIFT(2232), [3844] = {.count = 1, .reusable = true}, SHIFT(1047), [3846] = {.count = 1, .reusable = true}, SHIFT(2294), [3848] = {.count = 1, .reusable = true}, SHIFT(605), [3850] = {.count = 1, .reusable = true}, SHIFT(565), [3852] = {.count = 1, .reusable = true}, SHIFT(1477), [3854] = {.count = 1, .reusable = false}, SHIFT(1599), [3856] = {.count = 1, .reusable = false}, SHIFT(2269), [3858] = {.count = 1, .reusable = true}, SHIFT(971), [3860] = {.count = 1, .reusable = true}, SHIFT(2136), [3862] = {.count = 1, .reusable = true}, SHIFT(430), [3864] = {.count = 1, .reusable = true}, SHIFT(1889), [3866] = {.count = 1, .reusable = true}, SHIFT(1913), [3868] = {.count = 1, .reusable = true}, SHIFT(351), [3870] = {.count = 1, .reusable = true}, SHIFT(274), [3872] = {.count = 1, .reusable = true}, SHIFT(1137), [3874] = {.count = 1, .reusable = true}, SHIFT(489), [3876] = {.count = 1, .reusable = true}, SHIFT(1395), [3878] = {.count = 1, .reusable = true}, SHIFT(914), [3880] = {.count = 1, .reusable = true}, SHIFT(1468), [3882] = {.count = 1, .reusable = true}, SHIFT(1045), [3884] = {.count = 1, .reusable = true}, SHIFT(1911), [3886] = {.count = 1, .reusable = true}, SHIFT(2193), [3888] = {.count = 1, .reusable = true}, SHIFT(1896), [3890] = {.count = 1, .reusable = true}, SHIFT(404), [3892] = {.count = 1, .reusable = true}, SHIFT(1393), [3894] = {.count = 1, .reusable = true}, SHIFT(310), [3896] = {.count = 1, .reusable = true}, SHIFT(707), [3898] = {.count = 1, .reusable = true}, SHIFT(1080), [3900] = {.count = 1, .reusable = true}, SHIFT(1046), [3902] = {.count = 1, .reusable = true}, SHIFT(872), [3904] = {.count = 1, .reusable = true}, SHIFT(411), [3906] = {.count = 1, .reusable = true}, SHIFT(871), [3908] = {.count = 1, .reusable = true}, SHIFT(819), [3910] = {.count = 1, .reusable = true}, SHIFT(436), [3912] = {.count = 1, .reusable = true}, SHIFT(1162), [3914] = {.count = 1, .reusable = true}, SHIFT(1048), [3916] = {.count = 1, .reusable = true}, SHIFT(1998), [3918] = {.count = 1, .reusable = true}, SHIFT(1995), [3920] = {.count = 1, .reusable = true}, SHIFT(1050), [3922] = {.count = 1, .reusable = true}, SHIFT(1234), [3924] = {.count = 1, .reusable = true}, SHIFT(708), [3926] = {.count = 1, .reusable = true}, SHIFT(1091), [3928] = {.count = 1, .reusable = true}, SHIFT(259), [3930] = {.count = 1, .reusable = true}, SHIFT(2084), [3932] = {.count = 1, .reusable = true}, SHIFT(817), [3934] = {.count = 1, .reusable = true}, SHIFT(345), [3936] = {.count = 1, .reusable = true}, SHIFT(299), [3938] = {.count = 1, .reusable = true}, SHIFT(1063), [3940] = {.count = 1, .reusable = true}, SHIFT(873), [3942] = {.count = 1, .reusable = true}, SHIFT(875), [3944] = {.count = 1, .reusable = true}, SHIFT(527), [3946] = {.count = 1, .reusable = true}, SHIFT(1444), [3948] = {.count = 1, .reusable = false}, SHIFT(1540), [3950] = {.count = 1, .reusable = true}, SHIFT(1903), [3952] = {.count = 1, .reusable = true}, SHIFT(656), [3954] = {.count = 2, .reusable = true}, REDUCE(aux_sym_macro_definition_repeat1, 2), SHIFT_REPEAT(451), [3957] = {.count = 1, .reusable = true}, REDUCE(aux_sym_macro_definition_repeat1, 2), [3959] = {.count = 2, .reusable = true}, REDUCE(aux_sym_macro_definition_repeat1, 2), SHIFT_REPEAT(439), [3962] = {.count = 2, .reusable = true}, REDUCE(aux_sym_macro_definition_repeat1, 2), SHIFT_REPEAT(453), [3965] = {.count = 1, .reusable = true}, REDUCE(sym_extern_modifier, 2), [3967] = {.count = 1, .reusable = false}, SHIFT(1531), [3969] = {.count = 1, .reusable = true}, SHIFT(1797), [3971] = {.count = 1, .reusable = true}, SHIFT(642), [3973] = {.count = 1, .reusable = true}, REDUCE(sym_trait_bounds, 3), [3975] = {.count = 1, .reusable = true}, SHIFT(522), [3977] = {.count = 1, .reusable = true}, SHIFT(549), [3979] = {.count = 1, .reusable = true}, SHIFT(596), [3981] = {.count = 1, .reusable = true}, REDUCE(aux_sym_trait_bounds_repeat1, 2), [3983] = {.count = 2, .reusable = true}, REDUCE(aux_sym_trait_bounds_repeat1, 2), SHIFT_REPEAT(522), [3986] = {.count = 1, .reusable = true}, REDUCE(sym_trait_bounds, 2), [3988] = {.count = 1, .reusable = true}, SHIFT(524), [3990] = {.count = 1, .reusable = true}, SHIFT(523), [3992] = {.count = 2, .reusable = true}, REDUCE(aux_sym_function_modifiers_repeat1, 2), SHIFT_REPEAT(1465), [3995] = {.count = 1, .reusable = true}, REDUCE(aux_sym_function_modifiers_repeat1, 2), [3997] = {.count = 2, .reusable = true}, REDUCE(aux_sym_function_modifiers_repeat1, 2), SHIFT_REPEAT(1441), [4000] = {.count = 1, .reusable = true}, SHIFT(608), [4002] = {.count = 1, .reusable = true}, SHIFT(977), [4004] = {.count = 1, .reusable = true}, SHIFT(645), [4006] = {.count = 1, .reusable = true}, SHIFT(609), [4008] = {.count = 1, .reusable = false}, SHIFT(1750), [4010] = {.count = 1, .reusable = true}, SHIFT(1366), [4012] = {.count = 1, .reusable = true}, SHIFT(2217), [4014] = {.count = 1, .reusable = false}, SHIFT(2159), [4016] = {.count = 1, .reusable = false}, SHIFT(2212), [4018] = {.count = 1, .reusable = true}, SHIFT(548), [4020] = {.count = 1, .reusable = true}, SHIFT(1341), [4022] = {.count = 1, .reusable = true}, SHIFT(2244), [4024] = {.count = 1, .reusable = true}, SHIFT(627), [4026] = {.count = 1, .reusable = true}, SHIFT(1465), [4028] = {.count = 1, .reusable = true}, REDUCE(sym_function_modifiers, 1), [4030] = {.count = 1, .reusable = true}, SHIFT(1441), [4032] = {.count = 1, .reusable = true}, SHIFT(553), [4034] = {.count = 1, .reusable = true}, SHIFT(931), [4036] = {.count = 1, .reusable = true}, REDUCE(sym_meta_item, 1), [4038] = {.count = 1, .reusable = true}, SHIFT(1383), [4040] = {.count = 1, .reusable = true}, SHIFT(1363), [4042] = {.count = 1, .reusable = true}, REDUCE(sym_meta_item, 1, .production_id = 1), [4044] = {.count = 1, .reusable = true}, SHIFT(1384), [4046] = {.count = 1, .reusable = true}, SHIFT(1364), [4048] = {.count = 1, .reusable = true}, SHIFT(1204), [4050] = {.count = 1, .reusable = true}, SHIFT(1339), [4052] = {.count = 1, .reusable = true}, SHIFT(451), [4054] = {.count = 1, .reusable = true}, SHIFT(2400), [4056] = {.count = 1, .reusable = true}, SHIFT(439), [4058] = {.count = 1, .reusable = true}, SHIFT(453), [4060] = {.count = 1, .reusable = true}, SHIFT(1113), [4062] = {.count = 1, .reusable = true}, SHIFT(361), [4064] = {.count = 1, .reusable = true}, SHIFT(409), [4066] = {.count = 1, .reusable = false}, SHIFT(2362), [4068] = {.count = 1, .reusable = false}, REDUCE(aux_sym_function_modifiers_repeat1, 1), [4070] = {.count = 1, .reusable = true}, SHIFT(1059), [4072] = {.count = 1, .reusable = true}, REDUCE(sym_higher_ranked_trait_bound, 3, .production_id = 132), [4074] = {.count = 1, .reusable = true}, SHIFT(315), [4076] = {.count = 1, .reusable = true}, SHIFT(264), [4078] = {.count = 1, .reusable = true}, SHIFT(2257), [4080] = {.count = 1, .reusable = true}, SHIFT(2414), [4082] = {.count = 1, .reusable = true}, SHIFT(427), [4084] = {.count = 1, .reusable = true}, SHIFT(1845), [4086] = {.count = 1, .reusable = false}, SHIFT(2321), [4088] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant, 1, .production_id = 47), [4090] = {.count = 1, .reusable = true}, SHIFT(148), [4092] = {.count = 1, .reusable = true}, REDUCE(sym_removed_trait_bound, 2), [4094] = {.count = 2, .reusable = true}, REDUCE(sym__type, 1, .production_id = 2), REDUCE(sym__pattern, 1, .production_id = 1), [4097] = {.count = 1, .reusable = true}, SHIFT(2197), [4099] = {.count = 1, .reusable = false}, SHIFT(2184), [4101] = {.count = 1, .reusable = true}, SHIFT(2210), [4103] = {.count = 1, .reusable = true}, SHIFT(1085), [4105] = {.count = 1, .reusable = false}, SHIFT(2272), [4107] = {.count = 1, .reusable = true}, SHIFT(2293), [4109] = {.count = 1, .reusable = false}, SHIFT(2382), [4111] = {.count = 1, .reusable = true}, SHIFT(2276), [4113] = {.count = 1, .reusable = true}, SHIFT(2180), [4115] = {.count = 1, .reusable = true}, SHIFT(1367), [4117] = {.count = 1, .reusable = true}, SHIFT(1139), [4119] = {.count = 1, .reusable = true}, SHIFT(2286), [4121] = {.count = 1, .reusable = true}, SHIFT(378), [4123] = {.count = 1, .reusable = true}, SHIFT(1144), [4125] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant, 2, .production_id = 5), [4127] = {.count = 1, .reusable = true}, SHIFT(95), [4129] = {.count = 1, .reusable = true}, SHIFT(1389), [4131] = {.count = 1, .reusable = true}, SHIFT(1402), [4133] = {.count = 1, .reusable = true}, SHIFT(993), [4135] = {.count = 1, .reusable = true}, SHIFT(262), [4137] = {.count = 1, .reusable = true}, SHIFT(3), [4139] = {.count = 1, .reusable = true}, SHIFT(653), [4141] = {.count = 1, .reusable = true}, SHIFT(1150), [4143] = {.count = 1, .reusable = true}, SHIFT(14), [4145] = {.count = 1, .reusable = true}, SHIFT(632), [4147] = {.count = 1, .reusable = true}, SHIFT(414), [4149] = {.count = 1, .reusable = true}, SHIFT(570), [4151] = {.count = 1, .reusable = true}, SHIFT(1878), [4153] = {.count = 1, .reusable = true}, SHIFT(395), [4155] = {.count = 1, .reusable = true}, SHIFT(654), [4157] = {.count = 1, .reusable = true}, SHIFT(1857), [4159] = {.count = 1, .reusable = true}, SHIFT(1106), [4161] = {.count = 1, .reusable = true}, SHIFT(1382), [4163] = {.count = 1, .reusable = true}, SHIFT(1427), [4165] = {.count = 1, .reusable = true}, SHIFT(1757), [4167] = {.count = 1, .reusable = true}, SHIFT(2340), [4169] = {.count = 1, .reusable = true}, SHIFT(1855), [4171] = {.count = 1, .reusable = true}, SHIFT(1219), [4173] = {.count = 1, .reusable = true}, SHIFT(1161), [4175] = {.count = 1, .reusable = true}, SHIFT(425), [4177] = {.count = 1, .reusable = true}, SHIFT(566), [4179] = {.count = 1, .reusable = true}, SHIFT(1086), [4181] = {.count = 1, .reusable = true}, SHIFT(625), [4183] = {.count = 1, .reusable = true}, REDUCE(sym_self_parameter, 1), [4185] = {.count = 1, .reusable = false}, SHIFT(554), [4187] = {.count = 1, .reusable = true}, SHIFT(2199), [4189] = {.count = 1, .reusable = true}, SHIFT(2182), [4191] = {.count = 1, .reusable = true}, SHIFT(403), [4193] = {.count = 1, .reusable = true}, SHIFT(583), [4195] = {.count = 1, .reusable = true}, SHIFT(1247), [4197] = {.count = 1, .reusable = true}, SHIFT(613), [4199] = {.count = 1, .reusable = true}, SHIFT(390), [4201] = {.count = 1, .reusable = true}, SHIFT(604), [4203] = {.count = 1, .reusable = true}, SHIFT(1090), [4205] = {.count = 1, .reusable = true}, SHIFT(593), [4207] = {.count = 1, .reusable = true}, SHIFT(1105), [4209] = {.count = 1, .reusable = true}, SHIFT(1187), [4211] = {.count = 1, .reusable = true}, SHIFT(599), [4213] = {.count = 1, .reusable = true}, SHIFT(1422), [4215] = {.count = 1, .reusable = true}, SHIFT(869), [4217] = {.count = 1, .reusable = true}, SHIFT(1053), [4219] = {.count = 1, .reusable = true}, SHIFT(1073), [4221] = {.count = 1, .reusable = true}, SHIFT(235), [4223] = {.count = 1, .reusable = true}, SHIFT(323), [4225] = {.count = 1, .reusable = true}, SHIFT(649), [4227] = {.count = 1, .reusable = true}, SHIFT(714), [4229] = {.count = 1, .reusable = true}, SHIFT(1747), [4231] = {.count = 1, .reusable = true}, SHIFT(1196), [4233] = {.count = 1, .reusable = true}, SHIFT(626), [4235] = {.count = 1, .reusable = true}, SHIFT(304), [4237] = {.count = 1, .reusable = true}, SHIFT(357), [4239] = {.count = 1, .reusable = true}, SHIFT(591), [4241] = {.count = 1, .reusable = true}, REDUCE(sym_self_parameter, 2), [4243] = {.count = 1, .reusable = false}, SHIFT(550), [4245] = {.count = 1, .reusable = true}, SHIFT(2218), [4247] = {.count = 1, .reusable = true}, SHIFT(347), [4249] = {.count = 1, .reusable = true}, SHIFT(2174), [4251] = {.count = 1, .reusable = true}, SHIFT(375), [4253] = {.count = 1, .reusable = true}, SHIFT(1070), [4255] = {.count = 1, .reusable = true}, SHIFT(633), [4257] = {.count = 1, .reusable = true}, SHIFT(291), [4259] = {.count = 1, .reusable = true}, SHIFT(1208), [4261] = {.count = 1, .reusable = true}, SHIFT(75), [4263] = {.count = 1, .reusable = true}, REDUCE(sym_self_parameter, 3), [4265] = {.count = 1, .reusable = true}, SHIFT(72), [4267] = {.count = 1, .reusable = true}, REDUCE(sym__use_clause, 1, .production_id = 1), [4269] = {.count = 1, .reusable = true}, SHIFT(2402), [4271] = {.count = 1, .reusable = true}, SHIFT(1697), [4273] = {.count = 1, .reusable = true}, REDUCE(aux_sym_type_parameters_repeat1, 2, .production_id = 60), [4275] = {.count = 1, .reusable = true}, SHIFT(336), [4277] = {.count = 1, .reusable = true}, REDUCE(sym_ordered_field_declaration_list, 6, .production_id = 215), [4279] = {.count = 1, .reusable = true}, REDUCE(sym_ordered_field_declaration_list, 6, .production_id = 102), [4281] = {.count = 1, .reusable = true}, SHIFT(84), [4283] = {.count = 1, .reusable = true}, REDUCE(sym__use_clause, 1), [4285] = {.count = 1, .reusable = true}, SHIFT(2378), [4287] = {.count = 1, .reusable = true}, SHIFT(1570), [4289] = {.count = 2, .reusable = true}, REDUCE(sym_parameters, 2), REDUCE(sym_tuple_struct_pattern, 3, .production_id = 53), [4292] = {.count = 1, .reusable = true}, REDUCE(sym_ordered_field_declaration_list, 7, .production_id = 228), [4294] = {.count = 1, .reusable = true}, SHIFT(1695), [4296] = {.count = 2, .reusable = true}, REDUCE(sym_parameters, 3), REDUCE(sym_tuple_struct_pattern, 4, .production_id = 53), [4299] = {.count = 1, .reusable = true}, REDUCE(sym_ordered_field_declaration_list, 2), [4301] = {.count = 1, .reusable = true}, SHIFT(1428), [4303] = {.count = 1, .reusable = true}, SHIFT(1756), [4305] = {.count = 1, .reusable = true}, REDUCE(sym_ordered_field_declaration_list, 5, .production_id = 102), [4307] = {.count = 1, .reusable = true}, REDUCE(sym_ordered_field_declaration_list, 5, .production_id = 191), [4309] = {.count = 1, .reusable = true}, REDUCE(sym_ordered_field_declaration_list, 5, .production_id = 59), [4311] = {.count = 1, .reusable = true}, SHIFT(1585), [4313] = {.count = 1, .reusable = true}, REDUCE(sym_ordered_field_declaration_list, 4, .production_id = 59), [4315] = {.count = 1, .reusable = true}, SHIFT(1805), [4317] = {.count = 1, .reusable = true}, SHIFT(311), [4319] = {.count = 1, .reusable = true}, SHIFT(1124), [4321] = {.count = 1, .reusable = true}, REDUCE(sym_ordered_field_declaration_list, 3), [4323] = {.count = 1, .reusable = true}, REDUCE(sym_ordered_field_declaration_list, 4, .production_id = 21), [4325] = {.count = 1, .reusable = true}, REDUCE(sym_ordered_field_declaration_list, 3, .production_id = 21), [4327] = {.count = 1, .reusable = false}, SHIFT(1985), [4329] = {.count = 1, .reusable = false}, SHIFT(518), [4331] = {.count = 1, .reusable = true}, SHIFT(554), [4333] = {.count = 1, .reusable = true}, SHIFT(540), [4335] = {.count = 1, .reusable = true}, SHIFT(702), [4337] = {.count = 1, .reusable = true}, SHIFT(598), [4339] = {.count = 1, .reusable = true}, SHIFT(837), [4341] = {.count = 1, .reusable = true}, SHIFT(535), [4343] = {.count = 1, .reusable = true}, SHIFT(721), [4345] = {.count = 1, .reusable = true}, SHIFT(1683), [4347] = {.count = 1, .reusable = true}, REDUCE(sym_parameter, 3, .production_id = 83), [4349] = {.count = 1, .reusable = true}, REDUCE(sym_parameter, 3, .production_id = 82), [4351] = {.count = 1, .reusable = true}, SHIFT(463), [4353] = {.count = 1, .reusable = true}, SHIFT(461), [4355] = {.count = 1, .reusable = true}, SHIFT(459), [4357] = {.count = 1, .reusable = false}, SHIFT(2002), [4359] = {.count = 1, .reusable = false}, SHIFT(505), [4361] = {.count = 1, .reusable = true}, SHIFT(1638), [4363] = {.count = 1, .reusable = true}, SHIFT(494), [4365] = {.count = 1, .reusable = true}, SHIFT(476), [4367] = {.count = 1, .reusable = true}, SHIFT(477), [4369] = {.count = 1, .reusable = true}, SHIFT(479), [4371] = {.count = 1, .reusable = true}, SHIFT(1268), [4373] = {.count = 1, .reusable = true}, SHIFT(1627), [4375] = {.count = 1, .reusable = true}, SHIFT(496), [4377] = {.count = 1, .reusable = true}, SHIFT(550), [4379] = {.count = 1, .reusable = true}, REDUCE(aux_sym_string_literal_repeat1, 2), [4381] = {.count = 2, .reusable = true}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1683), [4384] = {.count = 2, .reusable = true}, REDUCE(sym_unit_type, 2), REDUCE(sym_tuple_pattern, 2), [4387] = {.count = 1, .reusable = true}, SHIFT(1043), [4389] = {.count = 1, .reusable = true}, SHIFT(2369), [4391] = {.count = 1, .reusable = true}, SHIFT(1044), [4393] = {.count = 1, .reusable = true}, SHIFT(2374), [4395] = {.count = 1, .reusable = true}, REDUCE(aux_sym_match_pattern_repeat1, 2), [4397] = {.count = 2, .reusable = true}, REDUCE(aux_sym_match_pattern_repeat1, 2), SHIFT_REPEAT(695), [4400] = {.count = 1, .reusable = true}, SHIFT(1908), [4402] = {.count = 1, .reusable = true}, SHIFT(1292), [4404] = {.count = 1, .reusable = true}, SHIFT(1867), [4406] = {.count = 1, .reusable = true}, SHIFT(1267), [4408] = {.count = 1, .reusable = true}, SHIFT(1675), [4410] = {.count = 1, .reusable = true}, SHIFT(179), [4412] = {.count = 1, .reusable = true}, SHIFT(877), [4414] = {.count = 1, .reusable = true}, SHIFT(211), [4416] = {.count = 1, .reusable = true}, SHIFT(1278), [4418] = {.count = 1, .reusable = true}, SHIFT(717), [4420] = {.count = 1, .reusable = true}, SHIFT(1663), [4422] = {.count = 1, .reusable = true}, SHIFT(1348), [4424] = {.count = 1, .reusable = true}, SHIFT(666), [4426] = {.count = 1, .reusable = true}, SHIFT(732), [4428] = {.count = 1, .reusable = true}, SHIFT(182), [4430] = {.count = 1, .reusable = true}, SHIFT(181), [4432] = {.count = 1, .reusable = true}, SHIFT(1658), [4434] = {.count = 1, .reusable = true}, SHIFT(498), [4436] = {.count = 1, .reusable = true}, SHIFT(222), [4438] = {.count = 1, .reusable = true}, SHIFT(740), [4440] = {.count = 1, .reusable = true}, REDUCE(aux_sym_where_clause_repeat1, 2), [4442] = {.count = 2, .reusable = true}, REDUCE(aux_sym_where_clause_repeat1, 2), SHIFT_REPEAT(937), [4445] = {.count = 1, .reusable = true}, REDUCE(aux_sym_tuple_pattern_repeat1, 2), [4447] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_pattern_repeat1, 2), SHIFT_REPEAT(696), [4450] = {.count = 1, .reusable = true}, SHIFT(478), [4452] = {.count = 1, .reusable = true}, SHIFT(484), [4454] = {.count = 1, .reusable = true}, SHIFT(483), [4456] = {.count = 1, .reusable = true}, REDUCE(sym_match_pattern, 1), [4458] = {.count = 1, .reusable = true}, SHIFT(111), [4460] = {.count = 1, .reusable = true}, SHIFT(695), [4462] = {.count = 2, .reusable = true}, REDUCE(sym__pattern, 1), SHIFT(1295), [4465] = {.count = 2, .reusable = true}, REDUCE(sym__pattern, 1), SHIFT(180), [4468] = {.count = 2, .reusable = true}, REDUCE(aux_sym_type_parameters_repeat1, 2), REDUCE(aux_sym_for_lifetimes_repeat1, 2), [4471] = {.count = 1, .reusable = true}, REDUCE(sym_where_clause, 2), [4473] = {.count = 1, .reusable = true}, SHIFT(879), [4475] = {.count = 1, .reusable = true}, REDUCE(sym_parameter, 4, .production_id = 121), [4477] = {.count = 1, .reusable = false}, SHIFT(1960), [4479] = {.count = 1, .reusable = false}, SHIFT(516), [4481] = {.count = 1, .reusable = true}, SHIFT(519), [4483] = {.count = 1, .reusable = true}, SHIFT(1734), [4485] = {.count = 1, .reusable = true}, REDUCE(sym_parameter, 4, .production_id = 109), [4487] = {.count = 1, .reusable = true}, SHIFT(1329), [4489] = {.count = 1, .reusable = true}, SHIFT(547), [4491] = {.count = 1, .reusable = true}, SHIFT(508), [4493] = {.count = 1, .reusable = true}, SHIFT(1295), [4495] = {.count = 1, .reusable = true}, SHIFT(180), [4497] = {.count = 1, .reusable = true}, SHIFT(468), [4499] = {.count = 1, .reusable = true}, SHIFT(467), [4501] = {.count = 1, .reusable = true}, SHIFT(454), [4503] = {.count = 1, .reusable = true}, REDUCE(aux_sym_type_parameters_repeat1, 2), [4505] = {.count = 1, .reusable = true}, REDUCE(sym_match_pattern, 2), [4507] = {.count = 1, .reusable = true}, SHIFT(108), [4509] = {.count = 1, .reusable = false}, SHIFT(1966), [4511] = {.count = 1, .reusable = false}, SHIFT(512), [4513] = {.count = 1, .reusable = true}, SHIFT(433), [4515] = {.count = 1, .reusable = true}, SHIFT(156), [4517] = {.count = 1, .reusable = true}, REDUCE(sym_use_wildcard, 3), [4519] = {.count = 1, .reusable = true}, SHIFT(1421), [4521] = {.count = 1, .reusable = true}, SHIFT(1353), [4523] = {.count = 1, .reusable = true}, SHIFT(1485), [4525] = {.count = 1, .reusable = true}, REDUCE(sym_field_pattern, 1, .production_id = 55), [4527] = {.count = 1, .reusable = true}, SHIFT(669), [4529] = {.count = 1, .reusable = true}, SHIFT(1265), [4531] = {.count = 1, .reusable = true}, SHIFT(760), [4533] = {.count = 1, .reusable = true}, SHIFT(305), [4535] = {.count = 1, .reusable = true}, SHIFT(667), [4537] = {.count = 1, .reusable = true}, SHIFT(665), [4539] = {.count = 1, .reusable = true}, SHIFT(420), [4541] = {.count = 1, .reusable = true}, SHIFT(365), [4543] = {.count = 1, .reusable = true}, SHIFT(177), [4545] = {.count = 1, .reusable = true}, SHIFT(2263), [4547] = {.count = 1, .reusable = true}, SHIFT(2138), [4549] = {.count = 1, .reusable = true}, SHIFT(1360), [4551] = {.count = 1, .reusable = true}, SHIFT(664), [4553] = {.count = 1, .reusable = true}, SHIFT(1351), [4555] = {.count = 1, .reusable = true}, SHIFT(661), [4557] = {.count = 1, .reusable = true}, SHIFT(1342), [4559] = {.count = 1, .reusable = true}, SHIFT(1489), [4561] = {.count = 1, .reusable = true}, SHIFT(534), [4563] = {.count = 1, .reusable = true}, SHIFT(1981), [4565] = {.count = 1, .reusable = true}, SHIFT(1033), [4567] = {.count = 2, .reusable = true}, REDUCE(aux_sym_arguments_repeat1, 2), SHIFT_REPEAT(60), [4570] = {.count = 1, .reusable = true}, SHIFT(37), [4572] = {.count = 1, .reusable = true}, SHIFT(380), [4574] = {.count = 1, .reusable = true}, SHIFT(138), [4576] = {.count = 1, .reusable = true}, SHIFT(1307), [4578] = {.count = 1, .reusable = true}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), [4580] = {.count = 2, .reusable = true}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), SHIFT_REPEAT(1450), [4583] = {.count = 1, .reusable = true}, REDUCE(sym_constrained_type_parameter, 2, .production_id = 61), [4585] = {.count = 1, .reusable = true}, SHIFT(1440), [4587] = {.count = 1, .reusable = true}, SHIFT(1439), [4589] = {.count = 1, .reusable = true}, REDUCE(sym_macro_rule, 3, .production_id = 43), [4591] = {.count = 1, .reusable = true}, SHIFT(1169), [4593] = {.count = 1, .reusable = true}, REDUCE(sym_constrained_type_parameter, 2, .production_id = 62), [4595] = {.count = 1, .reusable = true}, SHIFT(401), [4597] = {.count = 1, .reusable = true}, SHIFT(123), [4599] = {.count = 1, .reusable = true}, SHIFT(2095), [4601] = {.count = 1, .reusable = true}, SHIFT(1153), [4603] = {.count = 1, .reusable = true}, REDUCE(sym_meta_item, 3, .production_id = 31), [4605] = {.count = 1, .reusable = true}, SHIFT(1216), [4607] = {.count = 1, .reusable = true}, SHIFT(437), [4609] = {.count = 1, .reusable = true}, SHIFT(1436), [4611] = {.count = 1, .reusable = true}, REDUCE(aux_sym_enum_variant_list_repeat2, 2), [4613] = {.count = 2, .reusable = true}, REDUCE(aux_sym_enum_variant_list_repeat2, 2), SHIFT_REPEAT(1478), [4616] = {.count = 1, .reusable = true}, REDUCE(sym_meta_item, 3, .production_id = 120), [4618] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant, 3, .production_id = 27), [4620] = {.count = 1, .reusable = true}, SHIFT(145), [4622] = {.count = 1, .reusable = true}, SHIFT(279), [4624] = {.count = 1, .reusable = true}, SHIFT(107), [4626] = {.count = 1, .reusable = true}, SHIFT(87), [4628] = {.count = 2, .reusable = true}, REDUCE(aux_sym_array_expression_repeat1, 2), SHIFT_REPEAT(160), [4631] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_use_list, 3, .production_id = 77), [4633] = {.count = 1, .reusable = true}, SHIFT(1882), [4635] = {.count = 1, .reusable = true}, SHIFT(1008), [4637] = {.count = 1, .reusable = true}, SHIFT(1371), [4639] = {.count = 1, .reusable = true}, SHIFT(1056), [4641] = {.count = 1, .reusable = true}, SHIFT(1061), [4643] = {.count = 1, .reusable = true}, SHIFT(118), [4645] = {.count = 1, .reusable = true}, SHIFT(234), [4647] = {.count = 1, .reusable = true}, SHIFT(103), [4649] = {.count = 1, .reusable = true}, SHIFT(1068), [4651] = {.count = 1, .reusable = true}, REDUCE(aux_sym_parameters_repeat1, 2), [4653] = {.count = 1, .reusable = true}, SHIFT(2192), [4655] = {.count = 2, .reusable = true}, REDUCE(aux_sym_parameters_repeat1, 2), SHIFT_REPEAT(184), [4658] = {.count = 1, .reusable = true}, REDUCE(sym_meta_arguments, 2), [4660] = {.count = 1, .reusable = true}, SHIFT(1079), [4662] = {.count = 1, .reusable = true}, REDUCE(aux_sym_use_list_repeat1, 2), [4664] = {.count = 2, .reusable = true}, REDUCE(aux_sym_use_list_repeat1, 2), SHIFT_REPEAT(1029), [4667] = {.count = 1, .reusable = true}, SHIFT(694), [4669] = {.count = 1, .reusable = true}, SHIFT(2158), [4671] = {.count = 1, .reusable = true}, SHIFT(82), [4673] = {.count = 1, .reusable = true}, SHIFT(585), [4675] = {.count = 1, .reusable = true}, SHIFT(672), [4677] = {.count = 1, .reusable = true}, SHIFT(2122), [4679] = {.count = 1, .reusable = true}, SHIFT(76), [4681] = {.count = 1, .reusable = true}, SHIFT(178), [4683] = {.count = 1, .reusable = true}, SHIFT(325), [4685] = {.count = 1, .reusable = true}, SHIFT(399), [4687] = {.count = 1, .reusable = true}, REDUCE(sym_field_pattern, 3, .production_id = 136), [4689] = {.count = 1, .reusable = true}, SHIFT(690), [4691] = {.count = 1, .reusable = true}, SHIFT(387), [4693] = {.count = 1, .reusable = true}, SHIFT(1432), [4695] = {.count = 1, .reusable = true}, REDUCE(aux_sym_struct_pattern_repeat1, 2), [4697] = {.count = 2, .reusable = true}, REDUCE(aux_sym_struct_pattern_repeat1, 2), SHIFT_REPEAT(1574), [4700] = {.count = 1, .reusable = true}, REDUCE(sym_type_binding, 3, .production_id = 138), [4702] = {.count = 1, .reusable = true}, SHIFT(747), [4704] = {.count = 1, .reusable = true}, SHIFT(428), [4706] = {.count = 1, .reusable = true}, SHIFT(1084), [4708] = {.count = 1, .reusable = true}, REDUCE(aux_sym_type_arguments_repeat1, 2), [4710] = {.count = 2, .reusable = true}, REDUCE(aux_sym_type_arguments_repeat1, 2), SHIFT_REPEAT(389), [4713] = {.count = 1, .reusable = true}, SHIFT(1035), [4715] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_lifetimes_repeat1, 2), SHIFT_REPEAT(2031), [4718] = {.count = 1, .reusable = true}, REDUCE(aux_sym_for_lifetimes_repeat1, 2), [4720] = {.count = 1, .reusable = false}, SHIFT(749), [4722] = {.count = 1, .reusable = false}, SHIFT(832), [4724] = {.count = 1, .reusable = true}, SHIFT(754), [4726] = {.count = 1, .reusable = true}, SHIFT(383), [4728] = {.count = 1, .reusable = true}, SHIFT(1112), [4730] = {.count = 1, .reusable = true}, REDUCE(sym_use_list, 4), [4732] = {.count = 1, .reusable = true}, SHIFT(1391), [4734] = {.count = 1, .reusable = true}, SHIFT(2139), [4736] = {.count = 1, .reusable = true}, SHIFT(333), [4738] = {.count = 1, .reusable = true}, SHIFT(600), [4740] = {.count = 1, .reusable = true}, SHIFT(98), [4742] = {.count = 1, .reusable = true}, SHIFT(338), [4744] = {.count = 1, .reusable = true}, SHIFT(1409), [4746] = {.count = 1, .reusable = false}, SHIFT(2386), [4748] = {.count = 1, .reusable = false}, SHIFT(2113), [4750] = {.count = 1, .reusable = false}, SHIFT(2384), [4752] = {.count = 1, .reusable = true}, SHIFT(860), [4754] = {.count = 1, .reusable = true}, SHIFT(1434), [4756] = {.count = 1, .reusable = true}, SHIFT(251), [4758] = {.count = 1, .reusable = true}, SHIFT(121), [4760] = {.count = 1, .reusable = true}, SHIFT(354), [4762] = {.count = 1, .reusable = true}, SHIFT(1379), [4764] = {.count = 1, .reusable = true}, REDUCE(sym_shorthand_field_initializer, 1), [4766] = {.count = 1, .reusable = true}, SHIFT(163), [4768] = {.count = 1, .reusable = true}, SHIFT(495), [4770] = {.count = 1, .reusable = true}, SHIFT(1132), [4772] = {.count = 1, .reusable = true}, SHIFT(112), [4774] = {.count = 1, .reusable = true}, SHIFT(1578), [4776] = {.count = 1, .reusable = true}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, .production_id = 21), [4778] = {.count = 1, .reusable = true}, SHIFT(1151), [4780] = {.count = 1, .reusable = true}, SHIFT(703), [4782] = {.count = 1, .reusable = true}, REDUCE(sym_use_list, 3), [4784] = {.count = 1, .reusable = true}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, .production_id = 154), [4786] = {.count = 2, .reusable = true}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, .production_id = 154), SHIFT_REPEAT(501), [4789] = {.count = 1, .reusable = true}, SHIFT(1026), [4791] = {.count = 1, .reusable = true}, REDUCE(sym_use_as_clause, 3, .production_id = 74), [4793] = {.count = 1, .reusable = true}, SHIFT(183), [4795] = {.count = 1, .reusable = true}, SHIFT(1100), [4797] = {.count = 1, .reusable = true}, SHIFT(614), [4799] = {.count = 1, .reusable = true}, SHIFT(147), [4801] = {.count = 1, .reusable = true}, REDUCE(sym_use_wildcard, 3, .production_id = 1), [4803] = {.count = 1, .reusable = true}, SHIFT(1098), [4805] = {.count = 1, .reusable = true}, SHIFT(1416), [4807] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_use_list, 3, .production_id = 75), [4809] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration, 3, .production_id = 155), [4811] = {.count = 1, .reusable = true}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), [4813] = {.count = 2, .reusable = true}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1476), [4816] = {.count = 1, .reusable = true}, SHIFT(1403), [4818] = {.count = 1, .reusable = true}, REDUCE(sym_use_as_clause, 3, .production_id = 76), [4820] = {.count = 1, .reusable = true}, REDUCE(aux_sym_meta_arguments_repeat1, 2), [4822] = {.count = 2, .reusable = true}, REDUCE(aux_sym_meta_arguments_repeat1, 2), SHIFT_REPEAT(1022), [4825] = {.count = 1, .reusable = true}, REDUCE(sym_use_wildcard, 1), [4827] = {.count = 1, .reusable = true}, SHIFT(1019), [4829] = {.count = 1, .reusable = true}, SHIFT(1407), [4831] = {.count = 1, .reusable = true}, REDUCE(sym_use_list, 5), [4833] = {.count = 1, .reusable = true}, REDUCE(sym_meta_arguments, 3), [4835] = {.count = 1, .reusable = true}, REDUCE(sym_meta_item, 2, .production_id = 78), [4837] = {.count = 1, .reusable = true}, SHIFT(1214), [4839] = {.count = 1, .reusable = true}, SHIFT(997), [4841] = {.count = 1, .reusable = true}, SHIFT(300), [4843] = {.count = 1, .reusable = true}, SHIFT(1224), [4845] = {.count = 1, .reusable = true}, REDUCE(sym_meta_item, 2, .production_id = 79), [4847] = {.count = 1, .reusable = true}, SHIFT(1242), [4849] = {.count = 1, .reusable = true}, SHIFT(97), [4851] = {.count = 1, .reusable = true}, SHIFT(639), [4853] = {.count = 1, .reusable = true}, SHIFT(1249), [4855] = {.count = 1, .reusable = true}, SHIFT(1259), [4857] = {.count = 1, .reusable = true}, SHIFT(241), [4859] = {.count = 1, .reusable = true}, SHIFT(618), [4861] = {.count = 1, .reusable = true}, SHIFT(174), [4863] = {.count = 1, .reusable = true}, SHIFT(493), [4865] = {.count = 1, .reusable = true}, SHIFT(89), [4867] = {.count = 1, .reusable = true}, SHIFT(855), [4869] = {.count = 1, .reusable = true}, SHIFT(396), [4871] = {.count = 1, .reusable = true}, REDUCE(aux_sym_closure_parameters_repeat1, 2), [4873] = {.count = 2, .reusable = true}, REDUCE(aux_sym_closure_parameters_repeat1, 2), SHIFT_REPEAT(540), [4876] = {.count = 1, .reusable = true}, SHIFT(1423), [4878] = {.count = 1, .reusable = true}, REDUCE(sym_shorthand_field_initializer, 2), [4880] = {.count = 1, .reusable = true}, SHIFT(96), [4882] = {.count = 1, .reusable = true}, SHIFT(1426), [4884] = {.count = 1, .reusable = true}, SHIFT(1107), [4886] = {.count = 1, .reusable = true}, SHIFT(644), [4888] = {.count = 1, .reusable = true}, SHIFT(127), [4890] = {.count = 1, .reusable = true}, REDUCE(aux_sym_parameters_repeat1, 3), [4892] = {.count = 1, .reusable = true}, SHIFT(1108), [4894] = {.count = 1, .reusable = true}, REDUCE(sym_self_parameter, 4), [4896] = {.count = 1, .reusable = true}, SHIFT(1230), [4898] = {.count = 1, .reusable = true}, SHIFT(94), [4900] = {.count = 1, .reusable = true}, SHIFT(2344), [4902] = {.count = 1, .reusable = true}, SHIFT(317), [4904] = {.count = 1, .reusable = true}, SHIFT(1228), [4906] = {.count = 1, .reusable = true}, SHIFT(88), [4908] = {.count = 1, .reusable = true}, SHIFT(1121), [4910] = {.count = 1, .reusable = true}, SHIFT(313), [4912] = {.count = 1, .reusable = true}, SHIFT(412), [4914] = {.count = 1, .reusable = true}, SHIFT(268), [4916] = {.count = 1, .reusable = true}, SHIFT(116), [4918] = {.count = 1, .reusable = true}, SHIFT(552), [4920] = {.count = 1, .reusable = true}, SHIFT(2328), [4922] = {.count = 1, .reusable = false}, SHIFT(2367), [4924] = {.count = 1, .reusable = false}, SHIFT(2032), [4926] = {.count = 1, .reusable = false}, SHIFT(2406), [4928] = {.count = 1, .reusable = true}, SHIFT(683), [4930] = {.count = 1, .reusable = true}, SHIFT(2020), [4932] = {.count = 1, .reusable = true}, SHIFT(83), [4934] = {.count = 1, .reusable = true}, REDUCE(sym_scoped_use_list, 2, .production_id = 28), [4936] = {.count = 1, .reusable = true}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 3, .production_id = 59), [4938] = {.count = 1, .reusable = true}, SHIFT(1135), [4940] = {.count = 1, .reusable = true}, SHIFT(272), [4942] = {.count = 1, .reusable = true}, REDUCE(sym_enum_variant, 2, .production_id = 9), [4944] = {.count = 1, .reusable = true}, SHIFT(92), [4946] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration, 4, .production_id = 192), [4948] = {.count = 1, .reusable = true}, SHIFT(223), [4950] = {.count = 1, .reusable = true}, SHIFT(1406), [4952] = {.count = 1, .reusable = true}, SHIFT(260), [4954] = {.count = 1, .reusable = false}, SHIFT(2376), [4956] = {.count = 1, .reusable = false}, SHIFT(2021), [4958] = {.count = 1, .reusable = false}, SHIFT(2412), [4960] = {.count = 1, .reusable = true}, SHIFT(1861), [4962] = {.count = 1, .reusable = true}, SHIFT(1027), [4964] = {.count = 1, .reusable = true}, SHIFT(1217), [4966] = {.count = 1, .reusable = false}, SHIFT(2278), [4968] = {.count = 1, .reusable = false}, SHIFT(2123), [4970] = {.count = 1, .reusable = false}, SHIFT(2284), [4972] = {.count = 1, .reusable = true}, SHIFT(1145), [4974] = {.count = 1, .reusable = true}, SHIFT(106), [4976] = {.count = 1, .reusable = true}, SHIFT(1146), [4978] = {.count = 1, .reusable = true}, SHIFT(1429), [4980] = {.count = 1, .reusable = true}, REDUCE(sym_meta_arguments, 4), [4982] = {.count = 1, .reusable = true}, REDUCE(sym_where_predicate, 2, .production_id = 91), [4984] = {.count = 1, .reusable = true}, REDUCE(sym_where_predicate, 2, .production_id = 61), [4986] = {.count = 1, .reusable = true}, REDUCE(sym_where_predicate, 2, .production_id = 62), [4988] = {.count = 1, .reusable = true}, SHIFT(497), [4990] = {.count = 1, .reusable = true}, SHIFT(1154), [4992] = {.count = 1, .reusable = true}, SHIFT(429), [4994] = {.count = 1, .reusable = true}, SHIFT(511), [4996] = {.count = 1, .reusable = true}, SHIFT(294), [4998] = {.count = 1, .reusable = true}, SHIFT(297), [5000] = {.count = 1, .reusable = true}, SHIFT(328), [5002] = {.count = 1, .reusable = true}, SHIFT(513), [5004] = {.count = 1, .reusable = true}, REDUCE(sym_use_list, 2), [5006] = {.count = 1, .reusable = true}, SHIFT(663), [5008] = {.count = 1, .reusable = true}, REDUCE(sym_meta_arguments, 5), [5010] = {.count = 1, .reusable = true}, SHIFT(545), [5012] = {.count = 1, .reusable = true}, REDUCE(sym_field_pattern, 2, .production_id = 96), [5014] = {.count = 1, .reusable = true}, SHIFT(679), [5016] = {.count = 1, .reusable = true}, SHIFT(1405), [5018] = {.count = 1, .reusable = true}, SHIFT(1487), [5020] = {.count = 1, .reusable = true}, SHIFT(1410), [5022] = {.count = 1, .reusable = true}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 4, .production_id = 102), [5024] = {.count = 1, .reusable = true}, SHIFT(230), [5026] = {.count = 1, .reusable = true}, SHIFT(1522), [5028] = {.count = 1, .reusable = true}, REDUCE(aux_sym_tuple_type_repeat1, 2), [5030] = {.count = 2, .reusable = true}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(635), [5033] = {.count = 1, .reusable = true}, SHIFT(1164), [5035] = {.count = 1, .reusable = true}, SHIFT(104), [5037] = {.count = 1, .reusable = true}, SHIFT(1034), [5039] = {.count = 1, .reusable = true}, SHIFT(1425), [5041] = {.count = 1, .reusable = true}, SHIFT(1834), [5043] = {.count = 1, .reusable = true}, SHIFT(516), [5045] = {.count = 1, .reusable = true}, SHIFT(242), [5047] = {.count = 1, .reusable = true}, SHIFT(1170), [5049] = {.count = 1, .reusable = true}, SHIFT(101), [5051] = {.count = 1, .reusable = true}, SHIFT(1283), [5053] = {.count = 1, .reusable = true}, SHIFT(1049), [5055] = {.count = 1, .reusable = true}, SHIFT(1417), [5057] = {.count = 1, .reusable = true}, SHIFT(363), [5059] = {.count = 1, .reusable = true}, SHIFT(168), [5061] = {.count = 1, .reusable = true}, SHIFT(1175), [5063] = {.count = 1, .reusable = true}, SHIFT(373), [5065] = {.count = 1, .reusable = true}, REDUCE(sym_optional_type_parameter, 3, .production_id = 100), [5067] = {.count = 1, .reusable = true}, SHIFT(1202), [5069] = {.count = 1, .reusable = true}, SHIFT(296), [5071] = {.count = 1, .reusable = true}, SHIFT(1182), [5073] = {.count = 1, .reusable = true}, SHIFT(1206), [5075] = {.count = 2, .reusable = true}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(1474), [5078] = {.count = 1, .reusable = true}, SHIFT(512), [5080] = {.count = 1, .reusable = true}, REDUCE(sym_optional_type_parameter, 3, .production_id = 101), [5082] = {.count = 1, .reusable = true}, REDUCE(sym_field_pattern, 5, .production_id = 212), [5084] = {.count = 1, .reusable = true}, SHIFT(1181), [5086] = {.count = 1, .reusable = true}, SHIFT(1731), [5088] = {.count = 1, .reusable = true}, SHIFT(1213), [5090] = {.count = 1, .reusable = true}, SHIFT(2315), [5092] = {.count = 1, .reusable = false}, SHIFT(2385), [5094] = {.count = 1, .reusable = false}, SHIFT(2415), [5096] = {.count = 1, .reusable = true}, SHIFT(1633), [5098] = {.count = 1, .reusable = true}, SHIFT(1215), [5100] = {.count = 1, .reusable = true}, SHIFT(1010), [5102] = {.count = 1, .reusable = true}, SHIFT(1007), [5104] = {.count = 1, .reusable = true}, REDUCE(aux_sym_field_declaration_list_repeat1, 3), [5106] = {.count = 1, .reusable = true}, REDUCE(sym_field_pattern, 4, .production_id = 183), [5108] = {.count = 1, .reusable = true}, REDUCE(aux_sym_enum_variant_list_repeat2, 3), [5110] = {.count = 1, .reusable = true}, SHIFT(1742), [5112] = {.count = 1, .reusable = true}, SHIFT(335), [5114] = {.count = 1, .reusable = true}, SHIFT(1131), [5116] = {.count = 1, .reusable = true}, SHIFT(2299), [5118] = {.count = 1, .reusable = true}, SHIFT(1686), [5120] = {.count = 1, .reusable = true}, REDUCE(sym_const_parameter, 4, .production_id = 141), [5122] = {.count = 1, .reusable = true}, SHIFT(1235), [5124] = {.count = 1, .reusable = true}, SHIFT(1040), [5126] = {.count = 1, .reusable = true}, SHIFT(2250), [5128] = {.count = 1, .reusable = true}, SHIFT(1036), [5130] = {.count = 1, .reusable = true}, SHIFT(2368), [5132] = {.count = 1, .reusable = true}, SHIFT(1684), [5134] = {.count = 1, .reusable = true}, REDUCE(sym_field_pattern, 3, .production_id = 137), [5136] = {.count = 1, .reusable = true}, SHIFT(1243), [5138] = {.count = 1, .reusable = true}, SHIFT(368), [5140] = {.count = 1, .reusable = true}, SHIFT(2226), [5142] = {.count = 1, .reusable = true}, SHIFT(382), [5144] = {.count = 1, .reusable = true}, SHIFT(1524), [5146] = {.count = 1, .reusable = true}, SHIFT(1525), [5148] = {.count = 1, .reusable = true}, SHIFT(1316), [5150] = {.count = 1, .reusable = true}, SHIFT(560), [5152] = {.count = 1, .reusable = true}, SHIFT(573), [5154] = {.count = 1, .reusable = true}, SHIFT(2336), [5156] = {.count = 1, .reusable = true}, SHIFT(1099), [5158] = {.count = 1, .reusable = false}, SHIFT(2187), [5160] = {.count = 1, .reusable = false}, SHIFT(2235), [5162] = {.count = 1, .reusable = true}, SHIFT(1687), [5164] = {.count = 1, .reusable = true}, SHIFT(255), [5166] = {.count = 1, .reusable = true}, SHIFT(301), [5168] = {.count = 1, .reusable = true}, SHIFT(2373), [5170] = {.count = 1, .reusable = true}, REDUCE(sym_variadic_parameter, 1), [5172] = {.count = 1, .reusable = true}, SHIFT(307), [5174] = {.count = 1, .reusable = true}, SHIFT(2318), [5176] = {.count = 1, .reusable = true}, SHIFT(578), [5178] = {.count = 1, .reusable = true}, SHIFT(1490), [5180] = {.count = 1, .reusable = true}, SHIFT(1496), [5182] = {.count = 1, .reusable = true}, REDUCE(sym_qualified_type, 3, .production_id = 81), [5184] = {.count = 1, .reusable = true}, SHIFT(1696), [5186] = {.count = 1, .reusable = false}, SHIFT(1971), [5188] = {.count = 1, .reusable = false}, SHIFT(2267), [5190] = {.count = 1, .reusable = true}, SHIFT(358), [5192] = {.count = 1, .reusable = true}, SHIFT(1452), [5194] = {.count = 1, .reusable = true}, SHIFT(1279), [5196] = {.count = 1, .reusable = true}, SHIFT(1276), [5198] = {.count = 1, .reusable = true}, SHIFT(1272), [5200] = {.count = 1, .reusable = true}, SHIFT(51), [5202] = {.count = 1, .reusable = true}, SHIFT(1372), [5204] = {.count = 1, .reusable = true}, SHIFT(117), [5206] = {.count = 1, .reusable = true}, SHIFT(1400), [5208] = {.count = 1, .reusable = true}, SHIFT(1616), [5210] = {.count = 1, .reusable = true}, SHIFT(1399), [5212] = {.count = 1, .reusable = true}, SHIFT(2268), [5214] = {.count = 1, .reusable = true}, SHIFT(1191), [5216] = {.count = 1, .reusable = true}, SHIFT(214), [5218] = {.count = 1, .reusable = true}, SHIFT(571), [5220] = {.count = 1, .reusable = true}, SHIFT(122), [5222] = {.count = 1, .reusable = true}, SHIFT(1646), [5224] = {.count = 1, .reusable = true}, SHIFT(576), [5226] = {.count = 1, .reusable = true}, SHIFT(2281), [5228] = {.count = 1, .reusable = true}, SHIFT(769), [5230] = {.count = 1, .reusable = true}, SHIFT(384), [5232] = {.count = 1, .reusable = true}, SHIFT(1394), [5234] = {.count = 1, .reusable = true}, SHIFT(2120), [5236] = {.count = 1, .reusable = true}, SHIFT(1392), [5238] = {.count = 1, .reusable = true}, SHIFT(1388), [5240] = {.count = 1, .reusable = true}, SHIFT(706), [5242] = {.count = 1, .reusable = true}, SHIFT(1494), [5244] = {.count = 1, .reusable = true}, SHIFT(1819), [5246] = {.count = 1, .reusable = true}, SHIFT(1414), [5248] = {.count = 1, .reusable = true}, SHIFT(1823), [5250] = {.count = 1, .reusable = true}, SHIFT(1374), [5252] = {.count = 1, .reusable = true}, SHIFT(1375), [5254] = {.count = 1, .reusable = true}, SHIFT(216), [5256] = {.count = 1, .reusable = true}, SHIFT(1971), [5258] = {.count = 1, .reusable = true}, SHIFT(1376), [5260] = {.count = 1, .reusable = true}, SHIFT(1257), [5262] = {.count = 1, .reusable = true}, SHIFT(1560), [5264] = {.count = 1, .reusable = true}, SHIFT(1539), [5266] = {.count = 1, .reusable = true}, SHIFT(1868), [5268] = {.count = 1, .reusable = true}, SHIFT(1431), [5270] = {.count = 1, .reusable = true}, SHIFT(1463), [5272] = {.count = 1, .reusable = true}, SHIFT(1548), [5274] = {.count = 1, .reusable = true}, SHIFT(331), [5276] = {.count = 1, .reusable = true}, SHIFT(2296), [5278] = {.count = 1, .reusable = true}, SHIFT(1270), [5280] = {.count = 1, .reusable = true}, SHIFT(883), [5282] = {.count = 1, .reusable = true}, SHIFT(469), [5284] = {.count = 1, .reusable = true}, SHIFT(1263), [5286] = {.count = 1, .reusable = true}, SHIFT(2306), [5288] = {.count = 1, .reusable = true}, SHIFT(768), [5290] = {.count = 1, .reusable = true}, SHIFT(2364), [5292] = {.count = 1, .reusable = true}, SHIFT(619), [5294] = {.count = 1, .reusable = true}, SHIFT(2059), [5296] = {.count = 1, .reusable = true}, SHIFT(1753), [5298] = {.count = 1, .reusable = true}, SHIFT(91), [5300] = {.count = 1, .reusable = true}, SHIFT(2080), [5302] = {.count = 1, .reusable = true}, SHIFT(1442), [5304] = {.count = 1, .reusable = true}, SHIFT(1042), [5306] = {.count = 1, .reusable = true}, SHIFT(2045), [5308] = {.count = 1, .reusable = true}, SHIFT(1569), [5310] = {.count = 1, .reusable = true}, SHIFT(1934), [5312] = {.count = 1, .reusable = true}, SHIFT(1408), [5314] = {.count = 1, .reusable = true}, SHIFT(1523), [5316] = {.count = 1, .reusable = true}, SHIFT(744), [5318] = {.count = 1, .reusable = true}, SHIFT(2383), [5320] = {.count = 1, .reusable = true}, SHIFT(176), [5322] = {.count = 1, .reusable = true}, SHIFT(795), [5324] = {.count = 1, .reusable = true}, SHIFT(381), [5326] = {.count = 1, .reusable = true}, SHIFT(2075), [5328] = {.count = 1, .reusable = true}, SHIFT(765), [5330] = {.count = 1, .reusable = true}, SHIFT(2028), [5332] = {.count = 1, .reusable = true}, SHIFT(1824), [5334] = {.count = 1, .reusable = true}, SHIFT(2054), [5336] = {.count = 1, .reusable = true}, SHIFT(2184), [5338] = {.count = 1, .reusable = true}, SHIFT(1457), [5340] = {.count = 1, .reusable = true}, SHIFT(589), [5342] = {.count = 1, .reusable = true}, SHIFT(441), [5344] = {.count = 1, .reusable = true}, SHIFT(109), [5346] = {.count = 1, .reusable = true}, SHIFT(110), [5348] = {.count = 1, .reusable = true}, SHIFT(1443), [5350] = {.count = 1, .reusable = true}, SHIFT(2017), [5352] = {.count = 1, .reusable = true}, SHIFT(595), [5354] = {.count = 1, .reusable = true}, SHIFT(1528), [5356] = {.count = 1, .reusable = true}, SHIFT(48), [5358] = {.count = 1, .reusable = true}, SHIFT(558), [5360] = {.count = 1, .reusable = true}, SHIFT(258), [5362] = {.count = 1, .reusable = true}, SHIFT(2386), [5364] = {.count = 1, .reusable = true}, SHIFT(1690), [5366] = {.count = 1, .reusable = true}, SHIFT(2148), [5368] = {.count = 1, .reusable = true}, SHIFT(2115), [5370] = {.count = 1, .reusable = true}, SHIFT(1899), [5372] = {.count = 1, .reusable = true}, SHIFT(416), [5374] = {.count = 1, .reusable = true}, SHIFT(1449), [5376] = {.count = 1, .reusable = true}, SHIFT(2082), [5378] = {.count = 1, .reusable = true}, SHIFT(237), [5380] = {.count = 1, .reusable = true}, SHIFT(1718), [5382] = {.count = 1, .reusable = true}, SHIFT(2359), [5384] = {.count = 1, .reusable = true}, SHIFT(1512), [5386] = {.count = 1, .reusable = true}, SHIFT(2137), [5388] = {.count = 1, .reusable = true}, SHIFT(1092), [5390] = {.count = 1, .reusable = true}, SHIFT(973), [5392] = {.count = 1, .reusable = true}, SHIFT(1102), [5394] = {.count = 1, .reusable = true}, SHIFT(191), [5396] = {.count = 1, .reusable = true}, SHIFT(575), [5398] = {.count = 1, .reusable = true}, SHIFT(284), [5400] = {.count = 1, .reusable = true}, SHIFT(102), [5402] = {.count = 1, .reusable = true}, SHIFT(1013), [5404] = {.count = 1, .reusable = true}, SHIFT(2233), [5406] = {.count = 1, .reusable = true}, SHIFT(1253), [5408] = {.count = 1, .reusable = true}, SHIFT(2302), [5410] = {.count = 1, .reusable = true}, SHIFT(881), [5412] = {.count = 1, .reusable = true}, SHIFT(1254), [5414] = {.count = 1, .reusable = true}, SHIFT(2387), [5416] = {.count = 1, .reusable = true}, SHIFT(159), [5418] = {.count = 1, .reusable = true}, SHIFT(561), [5420] = {.count = 1, .reusable = true}, SHIFT(607), [5422] = {.count = 1, .reusable = true}, SHIFT(746), [5424] = {.count = 1, .reusable = true}, SHIFT(1041), [5426] = {.count = 1, .reusable = true}, SHIFT(1625), [5428] = {.count = 1, .reusable = true}, REDUCE(sym_bracketed_type, 3), [5430] = {.count = 1, .reusable = true}, SHIFT(2169), [5432] = {.count = 1, .reusable = true}, SHIFT(1820), [5434] = {.count = 1, .reusable = true}, SHIFT(1082), [5436] = {.count = 1, .reusable = true}, SHIFT(2236), [5438] = {.count = 1, .reusable = true}, SHIFT(1167), [5440] = {.count = 1, .reusable = true}, SHIFT(364), [5442] = {.count = 1, .reusable = true}, SHIFT(1645), [5444] = {.count = 1, .reusable = true}, ACCEPT_INPUT(), [5446] = {.count = 1, .reusable = true}, SHIFT(982), [5448] = {.count = 1, .reusable = true}, SHIFT(1236), [5450] = {.count = 1, .reusable = true}, SHIFT(2183), [5452] = {.count = 1, .reusable = true}, SHIFT(1261), [5454] = {.count = 1, .reusable = true}, SHIFT(766), [5456] = {.count = 1, .reusable = true}, SHIFT(2200), [5458] = {.count = 1, .reusable = true}, SHIFT(727), [5460] = {.count = 1, .reusable = true}, SHIFT(2213), [5462] = {.count = 1, .reusable = true}, SHIFT(2151), [5464] = {.count = 1, .reusable = true}, SHIFT(784), [5466] = {.count = 1, .reusable = true}, SHIFT(1245), [5468] = {.count = 1, .reusable = true}, SHIFT(1931), [5470] = {.count = 1, .reusable = true}, SHIFT(1037), [5472] = {.count = 1, .reusable = true}, SHIFT(597), [5474] = {.count = 1, .reusable = true}, SHIFT(153), [5476] = {.count = 1, .reusable = true}, SHIFT(1258), [5478] = {.count = 1, .reusable = true}, SHIFT(172), [5480] = {.count = 1, .reusable = true}, SHIFT(1232), [5482] = {.count = 1, .reusable = true}, SHIFT(624), [5484] = {.count = 1, .reusable = true}, SHIFT(1038), [5486] = {.count = 1, .reusable = true}, SHIFT(967), [5488] = {.count = 1, .reusable = true}, SHIFT(1120), [5490] = {.count = 1, .reusable = true}, SHIFT(794), [5492] = {.count = 1, .reusable = true}, SHIFT(136), [5494] = {.count = 1, .reusable = true}, SHIFT(318), [5496] = {.count = 1, .reusable = true}, SHIFT(1275), [5498] = {.count = 1, .reusable = true}, SHIFT(662), [5500] = {.count = 1, .reusable = true}, SHIFT(655), [5502] = {.count = 1, .reusable = true}, SHIFT(658), [5504] = {.count = 1, .reusable = true}, SHIFT(1874), [5506] = {.count = 1, .reusable = true}, SHIFT(330), [5508] = {.count = 1, .reusable = true}, SHIFT(1141), [5510] = {.count = 1, .reusable = true}, SHIFT(114), [5512] = {.count = 1, .reusable = true}, SHIFT(650), [5514] = {.count = 1, .reusable = true}, SHIFT(1304), [5516] = {.count = 1, .reusable = true}, SHIFT(2187), [5518] = {.count = 1, .reusable = true}, SHIFT(631), [5520] = {.count = 1, .reusable = true}, SHIFT(636), [5522] = {.count = 1, .reusable = true}, SHIFT(388), [5524] = {.count = 1, .reusable = true}, SHIFT(623), [5526] = {.count = 1, .reusable = true}, SHIFT(90), [5528] = {.count = 1, .reusable = true}, SHIFT(610), [5530] = {.count = 1, .reusable = true}, SHIFT(105), [5532] = {.count = 1, .reusable = true}, SHIFT(1818), [5534] = {.count = 1, .reusable = true}, SHIFT(1039), [5536] = {.count = 1, .reusable = true}, SHIFT(125), [5538] = {.count = 1, .reusable = true}, SHIFT(126), [5540] = {.count = 1, .reusable = true}, SHIFT(134), [5542] = {.count = 1, .reusable = true}, SHIFT(140), [5544] = {.count = 1, .reusable = true}, SHIFT(144), [5546] = {.count = 1, .reusable = true}, SHIFT(1576), [5548] = {.count = 1, .reusable = true}, SHIFT(1864), [5550] = {.count = 1, .reusable = true}, SHIFT(1447), [5552] = {.count = 1, .reusable = true}, SHIFT(2376), [5554] = {.count = 1, .reusable = true}, SHIFT(1435), [5556] = {.count = 1, .reusable = true}, SHIFT(1893), [5558] = {.count = 1, .reusable = true}, SHIFT(2039), [5560] = {.count = 1, .reusable = true}, SHIFT(2385), [5562] = {.count = 1, .reusable = true}, SHIFT(831), [5564] = {.count = 1, .reusable = true}, SHIFT(2391), [5566] = {.count = 1, .reusable = true}, SHIFT(1844), [5568] = {.count = 1, .reusable = true}, SHIFT(276), [5570] = {.count = 1, .reusable = true}, SHIFT(652), [5572] = {.count = 1, .reusable = true}, SHIFT(1529), [5574] = {.count = 1, .reusable = true}, SHIFT(1195), [5576] = {.count = 1, .reusable = true}, SHIFT(1173), }; #ifdef __cplusplus extern "C" { #endif void *tree_sitter_rust_external_scanner_create(void); void tree_sitter_rust_external_scanner_destroy(void *); bool tree_sitter_rust_external_scanner_scan(void *, TSLexer *, const bool *); unsigned tree_sitter_rust_external_scanner_serialize(void *, char *); void tree_sitter_rust_external_scanner_deserialize(void *, const char *, unsigned); #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_rust(void) { static TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .large_state_count = LARGE_STATE_COUNT, .symbol_metadata = ts_symbol_metadata, .parse_table = (const unsigned short *)ts_parse_table, .small_parse_table = (const uint16_t *)ts_small_parse_table, .small_parse_table_map = (const uint32_t *)ts_small_parse_table_map, .parse_actions = ts_parse_actions, .lex_modes = ts_lex_modes, .symbol_names = ts_symbol_names, .public_symbol_map = ts_symbol_map, .alias_sequences = (const TSSymbol *)ts_alias_sequences, .field_count = FIELD_COUNT, .field_names = ts_field_names, .field_map_slices = (const TSFieldMapSlice *)ts_field_map_slices, .field_map_entries = (const TSFieldMapEntry *)ts_field_map_entries, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, .external_token_count = EXTERNAL_TOKEN_COUNT, .external_scanner = { (const bool *)ts_external_scanner_states, ts_external_scanner_symbol_map, tree_sitter_rust_external_scanner_create, tree_sitter_rust_external_scanner_destroy, tree_sitter_rust_external_scanner_scan, tree_sitter_rust_external_scanner_serialize, tree_sitter_rust_external_scanner_deserialize, }, }; return &language; } #ifdef __cplusplus } #endif