rust/crates/ra_syntax/tests/data/parser/err
Aleksey Kladov 77f2381eea improve error recovery
parse the contents of error block as an expression
2019-03-04 15:31:18 +03:00
..
0000_struct_field_missing_comma.rs
0000_struct_field_missing_comma.txt
0001_item_recovery_in_file.rs
0001_item_recovery_in_file.txt
0002_duplicate_shebang.rs
0002_duplicate_shebang.txt
0003_C++_semicolon.rs
0003_C++_semicolon.txt
0004_use_path_bad_segment.rs
0004_use_path_bad_segment.txt
0005_attribute_recover.rs
0005_attribute_recover.txt
0006_named_field_recovery.rs
0006_named_field_recovery.txt
0007_stray_curly_in_file.rs
0007_stray_curly_in_file.txt
0008_item_block_recovery.rs
0008_item_block_recovery.txt improve error recovery 2019-03-04 15:31:18 +03:00
0009_broken_struct_type_parameter.rs
0009_broken_struct_type_parameter.txt improve error recovery 2019-03-04 15:31:18 +03:00
0010_unsafe_lambda_block.rs
0010_unsafe_lambda_block.txt
0011_extern_struct.rs
0011_extern_struct.txt
0012_broken_lambda.txt
0013_invalid_type.rs
0013_invalid_type.txt rename POS_FIELD -> POS_FIELD_DEF 2019-01-26 00:24:12 +03:00
0014_where_no_bounds.rs
0014_where_no_bounds.txt
0015_curly_in_params.rs
0015_curly_in_params.txt
0016_missing_semi.rs
0016_missing_semi.txt
0017_incomplete_binexpr.rs
0017_incomplete_binexpr.txt
0018_incomplete_fn.rs
0018_incomplete_fn.txt Rename ImplItem to ImplBlock 2019-01-04 18:28:36 +01:00
0019_let_recover.rs
0019_let_recover.txt
0020_fn_recover.rs
0020_fn_recover.txt
0021_incomplete_param.rs
0021_incomplete_param.txt
0022_bad_exprs.rs
0022_bad_exprs.txt Rename ImplItem to ImplBlock 2019-01-04 18:28:36 +01:00
0023_mismatched_paren.rs
0023_mismatched_paren.txt
0024_many_type_parens.rs
0024_many_type_parens.txt
0025_nope.rs
0025_nope.txt rename POS_FIELD -> POS_FIELD_DEF 2019-01-26 00:24:12 +03:00
0026_imp_recovery.rs
0026_imp_recovery.txt Rename ImplItem to ImplBlock 2019-01-04 18:28:36 +01:00
0027_incomplere_where_for.rs
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
0028_macro_2.0.txt improve error recovery 2019-03-04 15:31:18 +03:00
0029_field_completion.rs
0029_field_completion.txt
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
0032_match_arms_inner_attrs.rs Enable parsing of attributes inside a match block 2019-02-17 19:26:57 +02:00
0032_match_arms_inner_attrs.txt Parse only outer_attributes for match arms for now 2019-02-17 19:48:08 +02:00
0033_match_arms_outer_attrs.rs Enable parsing of attributes inside a match block 2019-02-17 19:26:57 +02:00
0033_match_arms_outer_attrs.txt Enable parsing of attributes inside a match block 2019-02-17 19:26:57 +02:00