rust/crates/ra_syntax/tests/data/parser/err
2019-01-28 20:03:56 +00:00
..
0000_struct_field_missing_comma.rs rename all things 2018-09-16 13:07:39 +03:00
0000_struct_field_missing_comma.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0001_item_recovery_in_file.rs rename all things 2018-09-16 13:07:39 +03:00
0001_item_recovery_in_file.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0002_duplicate_shebang.rs rename all things 2018-09-16 13:07:39 +03:00
0002_duplicate_shebang.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0003_C++_semicolon.rs rename all things 2018-09-16 13:07:39 +03:00
0003_C++_semicolon.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0004_use_path_bad_segment.rs rename all things 2018-09-16 13:07:39 +03:00
0004_use_path_bad_segment.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0005_attribute_recover.rs rename all things 2018-09-16 13:07:39 +03:00
0005_attribute_recover.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0006_named_field_recovery.rs rename all things 2018-09-16 13:07:39 +03:00
0006_named_field_recovery.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0007_stray_curly_in_file.rs rename all things 2018-09-16 13:07:39 +03:00
0007_stray_curly_in_file.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0008_item_block_recovery.rs rename all things 2018-09-16 13:07:39 +03:00
0008_item_block_recovery.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0009_broken_struct_type_parameter.rs rename all things 2018-09-16 13:07:39 +03:00
0009_broken_struct_type_parameter.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0010_unsafe_lambda_block.rs rename all things 2018-09-16 13:07:39 +03:00
0010_unsafe_lambda_block.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0011_extern_struct.rs rename all things 2018-09-16 13:07:39 +03:00
0011_extern_struct.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0012_broken_lambda.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0013_invalid_type.rs rename all things 2018-09-16 13:07:39 +03:00
0013_invalid_type.txt rename POS_FIELD -> POS_FIELD_DEF 2019-01-26 00:24:12 +03:00
0014_where_no_bounds.rs rename all things 2018-09-16 13:07:39 +03:00
0014_where_no_bounds.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0015_curly_in_params.rs rename all things 2018-09-16 13:07:39 +03:00
0015_curly_in_params.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0016_missing_semi.rs rename all things 2018-09-16 13:07:39 +03:00
0016_missing_semi.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0017_incomplete_binexpr.rs rename all things 2018-09-16 13:07:39 +03:00
0017_incomplete_binexpr.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0018_incomplete_fn.rs rename all things 2018-09-16 13:07:39 +03:00
0018_incomplete_fn.txt Rename ImplItem to ImplBlock 2019-01-04 18:28:36 +01:00
0019_let_recover.rs rename all things 2018-09-16 13:07:39 +03:00
0019_let_recover.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0020_fn_recover.rs rename all things 2018-09-16 13:07:39 +03:00
0020_fn_recover.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0021_incomplete_param.rs rename all things 2018-09-16 13:07:39 +03:00
0021_incomplete_param.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0022_bad_exprs.rs rename all things 2018-09-16 13:07:39 +03:00
0022_bad_exprs.txt Rename ImplItem to ImplBlock 2019-01-04 18:28:36 +01:00
0023_mismatched_paren.rs rename all things 2018-09-16 13:07:39 +03:00
0023_mismatched_paren.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0024_many_type_parens.rs rename all things 2018-09-16 13:07:39 +03:00
0024_many_type_parens.txt rename ROOT -> SOURCE_FILE 2018-11-07 18:42:36 +03:00
0025_nope.rs rename all things 2018-09-16 13:07:39 +03:00
0025_nope.txt rename POS_FIELD -> POS_FIELD_DEF 2019-01-26 00:24:12 +03:00
0026_imp_recovery.rs generate testsuite for impl_type 2018-09-26 16:53:16 +08:00
0026_imp_recovery.txt Rename ImplItem to ImplBlock 2019-01-04 18:28:36 +01:00
0027_incomplere_where_for.rs grammar: fix where clause parsing 2018-11-06 21:19:32 +03:00
0027_incomplere_where_for.txt Update tests after allowing where predicate to accept types 2019-01-22 14:32:23 +01:00
0028_macro_2.0.rs Fix the tests and fix the precommit hook 2018-12-20 16:45:54 +00:00
0028_macro_2.0.txt Fix the tests and fix the precommit hook 2018-12-20 16:45:54 +00:00
0029_field_completion.rs Improve parsing of incomplete field accesses in preparation for field completion 2018-12-25 15:16:42 +01:00
0029_field_completion.txt Improve parsing of incomplete field accesses in preparation for field completion 2018-12-25 15:16:42 +01:00
0030_string_suffixes.rs fix suffix ranges 2018-12-27 15:10:30 +03:00
0030_string_suffixes.txt fix suffix ranges 2018-12-27 15:10:30 +03:00
0031_block_inner_attrs.rs Parse and validate attributes in blocks 2019-01-28 20:03:56 +00:00
0031_block_inner_attrs.txt Parse and validate attributes in blocks 2019-01-28 20:03:56 +00:00