rust-analyzer/crates/ra_syntax/tests/data/parser/err
2019-05-29 10:31:07 +03:00
..
0000_struct_field_missing_comma.rs rename all things 2018-09-16 13:07:39 +03:00
0000_struct_field_missing_comma.txt show error offsets in tests 2019-05-29 10:31:07 +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 show error offsets in tests 2019-05-29 10:31:07 +03:00
0002_duplicate_shebang.rs rename all things 2018-09-16 13:07:39 +03:00
0002_duplicate_shebang.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0003_C++_semicolon.rs rename all things 2018-09-16 13:07:39 +03:00
0003_C++_semicolon.txt show error offsets in tests 2019-05-29 10:31:07 +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 show error offsets in tests 2019-05-29 10:31:07 +03:00
0005_attribute_recover.rs rename all things 2018-09-16 13:07:39 +03:00
0005_attribute_recover.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0006_named_field_recovery.rs rename all things 2018-09-16 13:07:39 +03:00
0006_named_field_recovery.txt show error offsets in tests 2019-05-29 10:31:07 +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 show error offsets in tests 2019-05-29 10:31:07 +03:00
0008_item_block_recovery.rs rename all things 2018-09-16 13:07:39 +03:00
0008_item_block_recovery.txt show error offsets in tests 2019-05-29 10:31:07 +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 show error offsets in tests 2019-05-29 10:31:07 +03:00
0010_unsafe_lambda_block.rs rename all things 2018-09-16 13:07:39 +03:00
0010_unsafe_lambda_block.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0011_extern_struct.rs rename all things 2018-09-16 13:07:39 +03:00
0011_extern_struct.txt show error offsets in tests 2019-05-29 10:31:07 +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 show error offsets in tests 2019-05-29 10:31:07 +03:00
0014_where_no_bounds.rs rename all things 2018-09-16 13:07:39 +03:00
0014_where_no_bounds.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0015_curly_in_params.rs rename all things 2018-09-16 13:07:39 +03:00
0015_curly_in_params.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0016_missing_semi.rs rename all things 2018-09-16 13:07:39 +03:00
0016_missing_semi.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0017_incomplete_binexpr.rs rename all things 2018-09-16 13:07:39 +03:00
0017_incomplete_binexpr.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0018_incomplete_fn.rs rename all things 2018-09-16 13:07:39 +03:00
0018_incomplete_fn.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0019_let_recover.rs rename all things 2018-09-16 13:07:39 +03:00
0019_let_recover.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0020_fn_recover.rs rename all things 2018-09-16 13:07:39 +03:00
0020_fn_recover.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0021_incomplete_param.rs rename all things 2018-09-16 13:07:39 +03:00
0021_incomplete_param.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0022_bad_exprs.rs rename all things 2018-09-16 13:07:39 +03:00
0022_bad_exprs.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0023_mismatched_paren.rs rename all things 2018-09-16 13:07:39 +03:00
0023_mismatched_paren.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0024_many_type_parens.rs rename all things 2018-09-16 13:07:39 +03:00
0024_many_type_parens.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0025_nope.rs rename all things 2018-09-16 13:07:39 +03:00
0025_nope.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0026_imp_recovery.rs generate testsuite for impl_type 2018-09-26 16:53:16 +08:00
0026_imp_recovery.txt show error offsets in tests 2019-05-29 10:31:07 +03:00
0027_incomplere_where_for.rs grammar: fix where clause parsing 2018-11-06 21:19:32 +03:00
0027_incomplere_where_for.txt show error offsets in tests 2019-05-29 10:31:07 +03: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 show error offsets in tests 2019-05-29 10:31:07 +03: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 show error offsets in tests 2019-05-29 10:31:07 +03:00
0030_string_suffixes.rs fix suffix ranges 2018-12-27 15:10:30 +03:00
0030_string_suffixes.txt show error offsets in tests 2019-05-29 10:31:07 +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 show error offsets in tests 2019-05-29 10:31:07 +03: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 show error offsets in tests 2019-05-29 10:31:07 +03: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 show error offsets in tests 2019-05-29 10:31:07 +03:00