rust/crates/ra_syntax/tests/data/parser/ok
2019-04-28 23:46:03 +08:00
..
0000_empty.rs
0000_empty.txt
0001_struct_item.rs
0001_struct_item.txt always show token text 2019-04-02 14:49:46 +03:00
0002_struct_item_field.rs
0002_struct_item_field.txt always show token text 2019-04-02 14:49:46 +03:00
0004_file_shebang.rs
0004_file_shebang.txt always show token text 2019-04-02 14:49:46 +03:00
0005_fn_item.rs
0005_fn_item.txt always show token text 2019-04-02 14:49:46 +03:00
0006_inner_attributes.rs
0006_inner_attributes.txt always show token text 2019-04-02 14:49:46 +03:00
0007_extern_crate.rs Add tests to ra_syntax for extern_crate_self 2019-03-28 12:15:44 -04:00
0007_extern_crate.txt always show token text 2019-04-02 14:49:46 +03:00
0008_mod_item.rs
0008_mod_item.txt always show token text 2019-04-02 14:49:46 +03:00
0009_use_item.rs
0009_use_item.txt always show token text 2019-04-02 14:49:46 +03:00
0010_use_path_segments.rs
0010_use_path_segments.txt always show token text 2019-04-02 14:49:46 +03:00
0011_outer_attribute.rs
0011_outer_attribute.txt always show token text 2019-04-02 14:49:46 +03:00
0012_visibility.rs
0012_visibility.txt always show token text 2019-04-02 14:49:46 +03:00
0013_use_path_self_super.rs
0013_use_path_self_super.txt always show token text 2019-04-02 14:49:46 +03:00
0014_use_tree.rs
0014_use_tree.txt always show token text 2019-04-02 14:49:46 +03:00
0015_use_tree.rs
0015_use_tree.txt always show token text 2019-04-02 14:49:46 +03:00
0016_struct_flavors.rs
0016_struct_flavors.txt always show token text 2019-04-02 14:49:46 +03:00
0017_attr_trailing_comma.rs
0017_attr_trailing_comma.txt always show token text 2019-04-02 14:49:46 +03:00
0018_struct_type_params.rs
0018_struct_type_params.txt always show token text 2019-04-02 14:49:46 +03:00
0019_enums.rs
0019_enums.txt always show token text 2019-04-02 14:49:46 +03:00
0020_type_param_bounds.rs Update tests 2019-03-30 17:11:46 +02:00
0020_type_param_bounds.txt always show token text 2019-04-02 14:49:46 +03:00
0021_extern_fn.rs
0021_extern_fn.txt always show token text 2019-04-02 14:49:46 +03:00
0022_empty_extern_block.rs
0022_empty_extern_block.txt always show token text 2019-04-02 14:49:46 +03:00
0023_static_items.rs
0023_static_items.txt always show token text 2019-04-02 14:49:46 +03:00
0024_const_item.rs
0024_const_item.txt always show token text 2019-04-02 14:49:46 +03:00
0025_extern_fn_in_block.rs
0025_extern_fn_in_block.txt always show token text 2019-04-02 14:49:46 +03:00
0026_const_fn_in_block.rs
0026_const_fn_in_block.txt always show token text 2019-04-02 14:49:46 +03:00
0027_unsafe_fn_in_block.rs
0027_unsafe_fn_in_block.txt always show token text 2019-04-02 14:49:46 +03:00
0028_operator_binding_power.rs
0028_operator_binding_power.txt always show token text 2019-04-02 14:49:46 +03:00
0029_range_forms.rs
0029_range_forms.txt always show token text 2019-04-02 14:49:46 +03:00
0030_traits.rs
0030_traits.txt always show token text 2019-04-02 14:49:46 +03:00
0031_extern.rs
0031_extern.txt always show token text 2019-04-02 14:49:46 +03:00
0032_where_for.rs
0032_where_for.txt always show token text 2019-04-02 14:49:46 +03:00
0033_label_break.rs
0033_label_break.txt always show token text 2019-04-02 14:49:46 +03:00
0034_crate_path_in_call.rs
0034_crate_path_in_call.txt always show token text 2019-04-02 14:49:46 +03:00
0035_weird_exprs.rs
0035_weird_exprs.txt Refactor parser handle mult-char punct internally 2019-04-28 23:46:03 +08:00
0036_fully_qualified.rs
0036_fully_qualified.txt always show token text 2019-04-02 14:49:46 +03:00
0037_mod.rs add mod doc comment test 2019-01-04 21:28:09 +08:00
0037_mod.txt always show token text 2019-04-02 14:49:46 +03:00
0038_where_pred_type.rs Update tests after allowing where predicate to accept types 2019-01-22 14:32:23 +01:00
0038_where_pred_type.txt always show token text 2019-04-02 14:49:46 +03:00
0039_raw_fn_item.rs Add raw idents to lexer and parser 2019-01-23 13:17:41 -05:00
0039_raw_fn_item.txt always show token text 2019-04-02 14:49:46 +03:00
0040_raw_struct_item_field.rs Add raw idents to lexer and parser 2019-01-23 13:17:41 -05:00
0040_raw_struct_item_field.txt always show token text 2019-04-02 14:49:46 +03:00
0041_raw_keywords.rs More correct raw ident handling 2019-01-23 13:57:17 -05:00
0041_raw_keywords.txt always show token text 2019-04-02 14:49:46 +03:00
0042_ufcs_call_list.rs Support universal function call syntax in function calls 2019-01-24 21:19:16 +00:00
0042_ufcs_call_list.txt always show token text 2019-04-02 14:49:46 +03:00
0043_complex_assignment.rs Struct literals should not be a BlockLike::Block 2019-01-26 18:45:29 +00:00
0043_complex_assignment.txt always show token text 2019-04-02 14:49:46 +03:00
0044_let_attrs.rs Support attributes on let statements 2019-01-26 21:35:03 +00:00
0044_let_attrs.txt always show token text 2019-04-02 14:49:46 +03:00
0045_block_inner_attrs.rs Parse and validate attributes in blocks 2019-01-28 20:03:56 +00:00
0045_block_inner_attrs.txt always show token text 2019-04-02 14:49:46 +03:00
0046_extern_inner_attributes.rs Fix number of extern_inner_attributes 2019-02-02 16:18:12 +00:00
0046_extern_inner_attributes.txt always show token text 2019-04-02 14:49:46 +03:00
0047_minus_in_inner_pattern.rs Add test for minus in inner pattern 2019-03-14 19:24:12 +10:30
0047_minus_in_inner_pattern.txt always show token text 2019-04-02 14:49:46 +03:00
0048_compound_assignment.rs support remainder assignment operator 2019-03-17 14:11:24 +01:00
0048_compound_assignment.txt always show token text 2019-04-02 14:49:46 +03:00
0049_async_block.rs add test for async blocks 2019-03-28 18:54:06 -04:00
0049_async_block.txt always show token text 2019-04-02 14:49:46 +03:00
0050_async_block_as_argument.rs Async block in argument position 2019-04-01 15:15:41 +04:00
0050_async_block_as_argument.txt always show token text 2019-04-02 14:49:46 +03:00