rust/crates/ra_syntax/tests/data/parser/err
Florian Diebold fe6c4115f6 Rename ImplItem to ImplBlock
rustc uses the name ImplItem for items in impls, not the impl {} block itself,
which could lead to confusion.
2019-01-04 18:28:36 +01: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
0009_broken_struct_type_parameter.rs
0009_broken_struct_type_parameter.txt
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
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
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
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