rust/crates/ra_syntax/test_data/parser/ok
2019-07-24 12:49:19 +03:00
..
0000_empty.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0000_empty.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0001_struct_item.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0001_struct_item.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0002_struct_item_field.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0002_struct_item_field.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0004_file_shebang.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0004_file_shebang.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0005_fn_item.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0005_fn_item.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0006_inner_attributes.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0006_inner_attributes.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0007_extern_crate.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0007_extern_crate.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0008_mod_item.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0008_mod_item.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0009_use_item.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0009_use_item.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0010_use_path_segments.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0010_use_path_segments.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0011_outer_attribute.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0011_outer_attribute.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0012_visibility.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0012_visibility.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0013_use_path_self_super.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0013_use_path_self_super.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0014_use_tree.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0014_use_tree.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0015_use_tree.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0015_use_tree.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0016_struct_flavors.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0016_struct_flavors.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0017_attr_trailing_comma.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0017_attr_trailing_comma.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0018_struct_type_params.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0018_struct_type_params.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0019_enums.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0019_enums.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0020_type_param_bounds.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0020_type_param_bounds.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0021_extern_fn.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0021_extern_fn.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0022_empty_extern_block.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0022_empty_extern_block.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0023_static_items.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0023_static_items.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0024_const_item.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0024_const_item.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0025_extern_fn_in_block.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0025_extern_fn_in_block.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0026_const_fn_in_block.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0026_const_fn_in_block.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0027_unsafe_fn_in_block.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0027_unsafe_fn_in_block.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0028_operator_binding_power.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0028_operator_binding_power.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0029_range_forms.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0029_range_forms.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0030_string_suffixes.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0030_string_suffixes.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0030_traits.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0030_traits.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0031_extern.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0031_extern.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0032_where_for.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0032_where_for.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0033_label_break.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0033_label_break.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0034_crate_path_in_call.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0034_crate_path_in_call.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0035_weird_exprs.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0035_weird_exprs.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0036_fully_qualified.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0036_fully_qualified.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0037_mod.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0037_mod.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0038_where_pred_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0038_where_pred_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0039_raw_fn_item.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0039_raw_fn_item.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0040_raw_struct_item_field.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0040_raw_struct_item_field.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0041_raw_keywords.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0041_raw_keywords.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0042_ufcs_call_list.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0042_ufcs_call_list.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0043_complex_assignment.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0043_complex_assignment.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0044_let_attrs.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0044_let_attrs.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0045_block_inner_attrs.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0045_block_inner_attrs.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0046_extern_inner_attributes.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0046_extern_inner_attributes.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0047_minus_in_inner_pattern.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0047_minus_in_inner_pattern.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0048_compound_assignment.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0048_compound_assignment.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0049_async_block.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0049_async_block.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0050_async_block_as_argument.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0050_async_block_as_argument.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00