rust/crates/ra_syntax/test_data/parser/err
2019-07-24 12:49:19 +03:00
..
0000_struct_field_missing_comma.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0000_struct_field_missing_comma.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0001_item_recovery_in_file.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0001_item_recovery_in_file.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0002_duplicate_shebang.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0002_duplicate_shebang.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0003_C++_semicolon.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0003_C++_semicolon.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0004_use_path_bad_segment.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0004_use_path_bad_segment.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0005_attribute_recover.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0005_attribute_recover.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0006_named_field_recovery.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0006_named_field_recovery.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0007_stray_curly_in_file.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0007_stray_curly_in_file.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0008_item_block_recovery.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0008_item_block_recovery.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0009_broken_struct_type_parameter.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0009_broken_struct_type_parameter.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0010_unsafe_lambda_block.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0010_unsafe_lambda_block.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0011_extern_struct.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0011_extern_struct.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0012_broken_lambda.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0013_invalid_type.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0013_invalid_type.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0014_where_no_bounds.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0014_where_no_bounds.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0015_curly_in_params.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0015_curly_in_params.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0016_missing_semi.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0016_missing_semi.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0017_incomplete_binexpr.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0017_incomplete_binexpr.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0018_incomplete_fn.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0018_incomplete_fn.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0019_let_recover.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0019_let_recover.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0020_fn_recover.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0020_fn_recover.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0021_incomplete_param.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0021_incomplete_param.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0022_bad_exprs.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0022_bad_exprs.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0023_mismatched_paren.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0023_mismatched_paren.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0024_many_type_parens.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0024_many_type_parens.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0025_nope.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0025_nope.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0026_imp_recovery.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0026_imp_recovery.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0027_incomplere_where_for.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0027_incomplere_where_for.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0028_macro_2.0.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0028_macro_2.0.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0029_field_completion.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0029_field_completion.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0031_block_inner_attrs.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0031_block_inner_attrs.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0032_match_arms_inner_attrs.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0032_match_arms_inner_attrs.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0033_match_arms_outer_attrs.rs move syntax tests to unit tests 2019-07-24 12:49:19 +03:00
0033_match_arms_outer_attrs.txt move syntax tests to unit tests 2019-07-24 12:49:19 +03:00