rust-analyzer/crates/ra_syntax/test_data/parser/inline/ok
Aleksey Kladov e1c0bdaf75 Introduce dedicated AST node for union
Although structs and unions have the same syntax and differ only in
the keyword, re-using the single syntax node for both of them leads to
confusion in practice, and propagates further down the hir in an
upleasent way.

Moreover, static and consts also share syntax, but we use different
nodes for them.
2019-11-25 17:50:49 +03:00
..
0001_trait_item_list.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0001_trait_item_list.txt update test data 2019-09-02 20:15:51 +03:00
0002_use_tree_list.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0002_use_tree_list.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0003_where_pred_for.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0003_where_pred_for.txt update test data 2019-09-02 20:15:51 +03:00
0004_value_parameters_no_patterns.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0004_value_parameters_no_patterns.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0005_function_type_params.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0005_function_type_params.txt update test data 2019-09-02 20:15:51 +03:00
0006_self_param.rs Fix parser tests according to review 2019-08-08 09:12:07 +07:00
0006_self_param.txt update test data 2019-09-02 20:15:51 +03:00
0007_type_param_bounds.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0007_type_param_bounds.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0008_path_part.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0008_path_part.txt Bless old tests containing a .. pattern 2019-09-14 17:08:22 -07:00
0009_loop_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0009_loop_expr.txt update test data 2019-09-02 20:15:51 +03:00
0010_extern_block.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0010_extern_block.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0011_field_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0011_field_expr.txt update test data 2019-09-02 20:15:51 +03:00
0012_type_item_where_clause.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0012_type_item_where_clause.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0013_pointer_type_mut.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0013_pointer_type_mut.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0014_never_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0014_never_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0015_continue_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0015_continue_expr.txt update test data 2019-09-02 20:15:51 +03:00
0016_unsafe_trait.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0016_unsafe_trait.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0017_array_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0017_array_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0018_arb_self_types.rs Fix parser tests according to review 2019-08-08 09:12:07 +07:00
0018_arb_self_types.txt update test data 2019-09-02 20:15:51 +03:00
0019_unary_expr.rs Move tests around 2019-10-05 16:33:05 -07:00
0019_unary_expr.txt Move tests around 2019-10-05 16:33:05 -07:00
0020_use_star.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0020_use_star.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0021_impl_item_list.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0021_impl_item_list.txt update test data 2019-09-02 20:15:51 +03:00
0022_crate_visibility.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0022_crate_visibility.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0023_placeholder_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0023_placeholder_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0024_slice_pat.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0024_slice_pat.txt Bless old tests containing a .. pattern 2019-09-14 17:08:22 -07:00
0025_slice_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0025_slice_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0026_tuple_pat_fields.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0026_tuple_pat_fields.txt Bless old tests containing a .. pattern 2019-09-14 17:08:22 -07:00
0027_ref_pat.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0027_ref_pat.txt update test data 2019-09-02 20:15:51 +03:00
0028_impl_trait_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0028_impl_trait_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0029_cast_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0029_cast_expr.txt update test data 2019-09-02 20:15:51 +03:00
0030_cond.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0030_cond.txt update test data 2019-09-02 20:15:51 +03:00
0031_while_expr.rs Fix parsing of block expressions in "forbid_structs" contexts. 2019-10-03 00:39:52 -07:00
0031_while_expr.txt Fix parsing of block expressions in "forbid_structs" contexts. 2019-10-03 00:39:52 -07:00
0032_fn_pointer_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0032_fn_pointer_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0033_reference_type;.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0033_reference_type;.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0034_break_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0034_break_expr.txt update test data 2019-09-02 20:15:51 +03:00
0036_unsafe_extern_fn.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0036_unsafe_extern_fn.txt update test data 2019-09-02 20:15:51 +03:00
0037_qual_paths.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0037_qual_paths.txt update test data 2019-09-02 20:15:51 +03:00
0038_full_range_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0038_full_range_expr.txt update test data 2019-09-02 20:15:51 +03:00
0039_type_arg.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0039_type_arg.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0040_crate_keyword_vis.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0040_crate_keyword_vis.txt update test data 2019-09-02 20:15:51 +03:00
0041_trait_item.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0041_trait_item.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0042_call_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0042_call_expr.txt update test data 2019-09-02 20:15:51 +03:00
0043_use_alias.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0043_use_alias.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0044_block_items.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0044_block_items.txt update test data 2019-09-02 20:15:51 +03:00
0045_param_list_opt_patterns.rs Fix parser tests according to review 2019-08-08 09:12:07 +07:00
0045_param_list_opt_patterns.txt update test data 2019-09-02 20:15:51 +03:00
0046_singleton_tuple_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0046_singleton_tuple_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0047_unsafe_default_impl.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0047_unsafe_default_impl.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0048_path_type_with_bounds.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0048_path_type_with_bounds.txt update test data 2019-09-02 20:15:51 +03:00
0050_fn_decl.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0050_fn_decl.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0051_unit_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0051_unit_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0052_path_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0052_path_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0053_path_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0053_path_expr.txt update test data 2019-09-02 20:15:51 +03:00
0054_record_field_attrs.rs rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
0054_record_field_attrs.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0055_literal_pattern.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0055_literal_pattern.txt update test data 2019-09-02 20:15:51 +03:00
0056_where_clause.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0056_where_clause.txt update test data 2019-09-02 20:15:51 +03:00
0057_const_fn.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0057_const_fn.txt update test data 2019-09-02 20:15:51 +03:00
0058_range_pat.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0058_range_pat.txt update test data 2019-09-02 20:15:51 +03:00
0059_match_arms_commas.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0059_match_arms_commas.txt update test data 2019-09-02 20:15:51 +03:00
0060_extern_crate.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0060_extern_crate.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0061_record_lit.rs rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
0061_record_lit.txt update test data 2019-09-02 20:15:51 +03:00
0062_mod_contents.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0062_mod_contents.txt update test data 2019-09-02 20:15:51 +03:00
0063_impl_block_neg.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0063_impl_block_neg.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0064_if_expr.rs Fix parsing of block expressions in "forbid_structs" contexts. 2019-10-03 00:39:52 -07:00
0064_if_expr.txt Fix parsing of block expressions in "forbid_structs" contexts. 2019-10-03 00:39:52 -07:00
0065_dyn_trait_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0065_dyn_trait_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0066_match_arm.rs Generate and bless tests 2019-08-23 16:24:30 -07:00
0066_match_arm.txt update test data 2019-09-02 20:15:51 +03:00
0067_crate_path.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0067_crate_path.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0068_union_items.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0068_union_items.txt Introduce dedicated AST node for union 2019-11-25 17:50:49 +03:00
0069_use_tree_list_after_path.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0069_use_tree_list_after_path.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0070_stmt_bin_expr_ambiguity.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0070_stmt_bin_expr_ambiguity.txt update test data 2019-09-02 20:15:51 +03:00
0071_match_expr.rs Fix parsing of block expressions in "forbid_structs" contexts. 2019-10-03 00:39:52 -07:00
0071_match_expr.txt Fix parsing of block expressions in "forbid_structs" contexts. 2019-10-03 00:39:52 -07:00
0072_return_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0072_return_expr.txt update test data 2019-09-02 20:15:51 +03:00
0073_type_item_type_params.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0073_type_item_type_params.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0074_stmt_postfix_expr_ambiguity.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0074_stmt_postfix_expr_ambiguity.txt update test data 2019-09-02 20:15:51 +03:00
0075_block.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0075_block.txt update test data 2019-09-02 20:15:51 +03:00
0076_function_where_clause.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0076_function_where_clause.txt update test data 2019-09-02 20:15:51 +03:00
0077_try_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0077_try_expr.txt update test data 2019-09-02 20:15:51 +03:00
0078_type_item.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0078_type_item.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0079_impl_block.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0079_impl_block.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0080_postfix_range.rs Fix parsing of block expressions in "forbid_structs" contexts. 2019-10-03 00:39:52 -07:00
0080_postfix_range.txt Fix parsing of block expressions in "forbid_structs" contexts. 2019-10-03 00:39:52 -07:00
0081_for_type.rs Fix for<'lifetime> for types specified by path 2019-08-11 16:56:05 +07:00
0081_for_type.txt update test data 2019-09-02 20:15:51 +03:00
0082_ref_expr.rs Move tests around 2019-10-05 16:33:05 -07:00
0082_ref_expr.txt Move tests around 2019-10-05 16:33:05 -07:00
0083_struct_items.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0083_struct_items.txt rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
0084_paren_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0084_paren_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0085_expr_literals.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0085_expr_literals.txt update test data 2019-09-02 20:15:51 +03:00
0086_function_ret_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0086_function_ret_type.txt update test data 2019-09-02 20:15:51 +03:00
0087_unsafe_impl.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0087_unsafe_impl.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0088_break_ambiguity.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0088_break_ambiguity.txt update test data 2019-09-02 20:15:51 +03:00
0089_extern_fn.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0089_extern_fn.txt update test data 2019-09-02 20:15:51 +03:00
0090_type_param_default.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0090_type_param_default.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0091_auto_trait.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0091_auto_trait.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0092_fn_pointer_type_with_ret.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0092_fn_pointer_type_with_ret.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0093_index_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0093_index_expr.txt update test data 2019-09-02 20:15:51 +03:00
0094_unsafe_auto_trait.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0094_unsafe_auto_trait.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0095_placeholder_pat.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0095_placeholder_pat.txt update test data 2019-09-02 20:15:51 +03:00
0096_no_semi_after_block.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0096_no_semi_after_block.txt update test data 2019-09-02 20:15:51 +03:00
0097_default_impl.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0097_default_impl.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0098_const_unsafe_fn.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0098_const_unsafe_fn.txt update test data 2019-09-02 20:15:51 +03:00
0099_param_list.rs Fix parser tests according to review 2019-08-08 09:12:07 +07:00
0099_param_list.txt update test data 2019-09-02 20:15:51 +03:00
0100_for_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0100_for_expr.txt update test data 2019-09-02 20:15:51 +03:00
0101_unsafe_fn.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0101_unsafe_fn.txt update test data 2019-09-02 20:15:51 +03:00
0102_record_field_pat_list.rs rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
0102_record_field_pat_list.txt update test data 2019-09-02 20:15:51 +03:00
0103_array_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0103_array_expr.txt update test data 2019-09-02 20:15:51 +03:00
0104_path_fn_trait_args.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0104_path_fn_trait_args.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0105_block_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0105_block_expr.txt update test data 2019-09-02 20:15:51 +03:00
0106_lambda_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0106_lambda_expr.txt update test data 2019-09-02 20:15:51 +03:00
0107_method_call_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0107_method_call_expr.txt update test data 2019-09-02 20:15:51 +03:00
0108_tuple_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0108_tuple_expr.txt update test data 2019-09-02 20:15:51 +03:00
0109_label.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0109_label.txt update test data 2019-09-02 20:15:51 +03:00
0110_use_path.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0110_use_path.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0111_tuple_pat.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0111_tuple_pat.txt Bless old tests containing a .. pattern 2019-09-14 17:08:22 -07:00
0112_bind_pat.rs Generate and bless tests 2019-08-23 16:24:30 -07:00
0112_bind_pat.txt update test data 2019-09-02 20:15:51 +03:00
0113_nocontentexpr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0113_nocontentexpr.txt update test data 2019-09-02 20:15:51 +03:00
0114_tuple_struct_where.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0114_tuple_struct_where.txt rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
0115_tuple_field_attrs.rs rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
0115_tuple_field_attrs.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0116_trait_fn_placeholder_parameter.rs Fix parser tests according to review 2019-08-08 09:12:07 +07:00
0116_trait_fn_placeholder_parameter.txt Fix parser tests according to review 2019-08-08 09:12:07 +07:00
0117_macro_call_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0117_macro_call_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0118_impl_inner_attributes.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0118_impl_inner_attributes.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0118_match_guard.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0118_match_guard.txt update test data 2019-09-02 20:15:51 +03:00
0120_match_arms_inner_attribute.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0120_match_arms_inner_attribute.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0121_match_arms_outer_attributes.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0121_match_arms_outer_attributes.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0122_generic_lifetime_type_attribute.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0122_generic_lifetime_type_attribute.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0123_param_list_vararg.rs Fix parser tests according to review 2019-08-08 09:12:07 +07:00
0123_param_list_vararg.txt Fix parser tests according to review 2019-08-08 09:12:07 +07:00
0124_async_fn.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0124_async_fn.txt update test data 2019-09-02 20:15:51 +03:00
0125_crate_keyword_path.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0125_crate_keyword_path.txt update test data 2019-09-02 20:15:51 +03:00
0125_record_literal_field_with_attr.rs rename struct -> record, pos -> tuple 2019-08-23 16:59:50 +03:00
0125_record_literal_field_with_attr.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0126_attr_on_expr_stmt.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0126_attr_on_expr_stmt.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0127_attr_on_last_expr_in_block.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0127_attr_on_last_expr_in_block.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0128_combined_fns.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0128_combined_fns.txt update test data 2019-09-02 20:15:51 +03:00
0129_marco_pat.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0129_marco_pat.txt update test data 2019-09-02 20:15:51 +03:00
0130_let_stmt.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0130_let_stmt.txt update test data 2019-09-02 20:15:51 +03:00
0130_try_block_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0130_try_block_expr.txt update test data 2019-09-02 20:15:51 +03:00
0131_existential_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0131_existential_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0132_box_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0132_box_expr.txt update test data 2019-09-02 20:15:51 +03:00
0132_default_fn_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0132_default_fn_type.txt update test data 2019-09-02 20:15:51 +03:00
0134_nocontentexpr_after_item.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0134_nocontentexpr_after_item.txt update test data 2019-09-02 20:15:51 +03:00
0135_first_array_member_attributes.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0135_first_array_member_attributes.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0136_subsequent_array_member_attributes.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0136_subsequent_array_member_attributes.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0137_await_expr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0137_await_expr.txt update test data 2019-09-02 20:15:51 +03:00
0138_associated_type_bounds.rs assoc types bounds 2019-08-07 21:00:02 +02:00
0138_associated_type_bounds.txt update test data 2019-09-02 20:15:51 +03:00
0138_expression_after_block.rs add inline test 2019-08-13 18:17:10 +08:00
0138_expression_after_block.txt update test data 2019-09-02 20:15:51 +03:00
0138_self_param_outer_attr.rs Fix parser tests according to review 2019-08-08 09:12:07 +07:00
0138_self_param_outer_attr.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0139_param_outer_arg.rs Fix parser tests according to review 2019-08-08 09:12:07 +07:00
0139_param_outer_arg.txt Parse correct AttrInput 2019-09-30 16:11:40 +08:00
0142_for_range_from.rs fix test position 2019-08-14 21:20:04 +08:00
0142_for_range_from.txt update test data 2019-09-02 20:15:51 +03:00
0143_box_pat.rs Generate and bless tests 2019-08-23 16:24:30 -07:00
0143_box_pat.txt update test data 2019-09-02 20:15:51 +03:00
0144_dot_dot_pat.rs Generate dot_dot_test 2019-09-14 17:08:22 -07:00
0144_dot_dot_pat.txt Generate dot_dot_test 2019-09-14 17:08:22 -07:00
0145_record_field_pat.rs Add indexing to record_field_pat 2019-09-20 11:43:34 -04:00
0145_record_field_pat.txt Add indexing to record_field_pat 2019-09-20 11:43:34 -04:00
0146_as_precedence.rs Move tests around 2019-10-05 16:33:05 -07:00
0146_as_precedence.txt Move tests around 2019-10-05 16:33:05 -07:00