rust-analyzer/crates/parser/test_data/parser/err
2022-05-13 15:08:14 +02:00
..
0000_struct_field_missing_comma.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0000_struct_field_missing_comma.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0001_item_recovery_in_file.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0001_item_recovery_in_file.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0002_duplicate_shebang.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0002_duplicate_shebang.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0003_C++_semicolon.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0003_C++_semicolon.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0004_use_path_bad_segment.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0004_use_path_bad_segment.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0005_attribute_recover.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0005_attribute_recover.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0006_named_field_recovery.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0006_named_field_recovery.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0007_stray_curly_in_file.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0007_stray_curly_in_file.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0008_item_block_recovery.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0008_item_block_recovery.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0009_broken_struct_type_parameter.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0009_broken_struct_type_parameter.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0010_unsafe_lambda_block.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0010_unsafe_lambda_block.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0011_extern_struct.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0011_extern_struct.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0012_broken_lambda.rast internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0013_invalid_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0013_invalid_type.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0014_where_no_bounds.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0014_where_no_bounds.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0015_curly_in_params.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0015_curly_in_params.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0016_missing_semi.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0016_missing_semi.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0017_incomplete_binexpr.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0017_incomplete_binexpr.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0018_incomplete_fn.rast Wrap macros in expr position in MacroExpr node 2022-04-05 17:43:34 +02:00
0018_incomplete_fn.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0019_let_recover.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0019_let_recover.rs Update tests 2022-02-21 08:34:35 +02:00
0020_fn_recover.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0020_fn_recover.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0021_incomplete_param.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0021_incomplete_param.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0022_bad_exprs.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0022_bad_exprs.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0023_mismatched_paren.rast Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jonas-schievink" 2022-05-13 15:08:14 +02:00
0023_mismatched_paren.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0024_many_type_parens.rast Parse for<'a> closure syntax 2022-04-10 17:50:14 +02:00
0024_many_type_parens.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0025_nope.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0025_nope.rs Parse destructuring assignment 2022-03-02 01:51:25 +00:00
0026_imp_recovery.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0026_imp_recovery.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0027_incomplere_where_for.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0027_incomplere_where_for.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0029_field_completion.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0029_field_completion.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0032_match_arms_inner_attrs.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0032_match_arms_inner_attrs.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0033_match_arms_outer_attrs.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0033_match_arms_outer_attrs.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0034_bad_box_pattern.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0034_bad_box_pattern.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0035_use_recover.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0035_use_recover.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0036_partial_use.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0036_partial_use.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0039_lambda_recovery.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0039_lambda_recovery.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0042_weird_blocks.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0042_weird_blocks.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0043_unexpected_for_type.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0043_unexpected_for_type.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0044_item_modifiers.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0044_item_modifiers.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0047_repated_extern_modifier.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0047_repated_extern_modifier.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00
0048_double_fish.rast Bring back syntax highlighting in test data 2022-03-06 08:43:18 +00:00
0048_double_fish.rs internal: move outlined parser tests 2021-12-26 17:58:33 +03:00