rust/tests/data/parser/inline
Aleksey Kladov cd814fdf81 trait bounds
2018-07-31 18:24:30 +03:00
..
0001_const_unsafe_fn.rs
0001_const_unsafe_fn.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0002_const_fn.rs
0002_const_fn.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0003_extern_block.rs
0003_extern_block.txt
0004_extern_fn.rs
0004_extern_fn.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0005_extern_crate.rs
0005_extern_crate.txt
0006_extern_struct.rs
0006_extern_struct.txt
0007_unsafe_trait.rs
0007_unsafe_trait.txt
0008_unsafe_impl.rs
0008_unsafe_impl.txt impl type&trait 2018-07-31 15:08:04 +03:00
0009_unsafe_auto_trait.rs
0009_unsafe_auto_trait.txt
0010_unsafe_default_impl.rs
0010_unsafe_default_impl.txt impl type&trait 2018-07-31 15:08:04 +03:00
0011_unsafe_fn.rs
0011_unsafe_fn.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0012_unsafe_extern_fn.rs
0012_unsafe_extern_fn.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0013_unsafe_block_in_mod.rs
0013_unsafe_block_in_mod.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0014_type_item_type_params.rs
0014_type_item_type_params.txt
0015_type_item.rs
0015_type_item.txt
0016_type_item_where_clause.rs
0016_type_item_where_clause.txt
0017_paren_type.rs
0017_paren_type.txt
0018_unit_type.rs
0018_unit_type.txt
0019_singleton_tuple_type.rs
0019_singleton_tuple_type.txt
0020_never_type.rs
0020_never_type.txt
0021_pointer_type_no_mutability.rs
0021_pointer_type_no_mutability.txt
0022_pointer_type_mut.rs
0022_pointer_type_mut.txt
0023_array_type_missing_semi.rs
0023_array_type_missing_semi.txt
0024_array_type.rs
0024_array_type.txt
0025_slice_type.rs
0025_slice_type.txt
0026_reference_type;.rs
0026_reference_type;.txt
0027_placeholder_type.rs
0027_placeholder_type.txt
0028_fn_pointer_type.rs
0028_fn_pointer_type.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0029_fn_pointer_type_missing_fn.rs
0029_fn_pointer_type_missing_fn.txt
0030_fn_pointer_type_with_ret.rs
0030_fn_pointer_type_with_ret.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0031_for_type.rs
0031_for_type.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0032_path_type.rs
0032_path_type.txt
0033_fn_value_parameters.rs
0033_fn_value_parameters.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0034_bind_pat.rs mut bindings 2018-07-31 15:30:11 +03:00
0034_bind_pat.txt mut bindings 2018-07-31 15:30:11 +03:00
0035_ref_pat.rs
0035_ref_pat.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0036_placeholder_pat.rs
0036_placeholder_pat.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0037_crate_visibility.rs
0037_crate_visibility.txt
0038_fn_item_ret_type.rs
0038_fn_item_ret_type.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0039_path_expr.rs
0039_path_expr.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0040_expr_literals.rs
0040_expr_literals.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0041_type_param_bounds.rs
0041_type_param_bounds.txt
0042_type_param_default.rs
0042_type_param_default.txt
0043_call_expr.rs
0043_call_expr.txt Introduce param & arg list 2018-07-31 12:32:53 +03:00
0044_ref_expr.rs Ref exprs 2018-07-31 12:51:00 +03:00
0044_ref_expr.txt Ref exprs 2018-07-31 12:51:00 +03:00
0045_block.rs expr stmt 2018-07-31 12:59:52 +03:00
0045_block.txt expr stmt 2018-07-31 12:59:52 +03:00
0046_default_impl.rs Bare & default impls 2018-07-31 14:00:22 +03:00
0046_default_impl.txt impl type&trait 2018-07-31 15:08:04 +03:00
0047_impl_item.rs Bare & default impls 2018-07-31 14:00:22 +03:00
0047_impl_item.txt impl type&trait 2018-07-31 15:08:04 +03:00
0048_impl_item_neg.rs impl type&trait 2018-07-31 15:08:04 +03:00
0048_impl_item_neg.txt impl type&trait 2018-07-31 15:08:04 +03:00
0050_let_stmt;.rs Type ascription in let 2018-07-31 15:33:51 +03:00
0050_let_stmt;.txt Type ascription in let 2018-07-31 15:33:51 +03:00
0051_method_call_expr.rs Field expr 2018-07-31 17:35:54 +03:00
0051_method_call_expr.txt Field expr 2018-07-31 17:35:54 +03:00
0052_field_expr.rs Field expr 2018-07-31 17:35:54 +03:00
0052_field_expr.txt Field expr 2018-07-31 17:35:54 +03:00
0053_block_items.rs allow items inside blocks 2018-07-31 17:43:44 +03:00
0053_block_items.txt allow items inside blocks 2018-07-31 17:43:44 +03:00
0054_impl_item_items.rs impl items 2018-07-31 18:03:50 +03:00
0054_impl_item_items.txt impl items 2018-07-31 18:03:50 +03:00
0055_self_param.rs impl items 2018-07-31 18:03:50 +03:00
0055_self_param.txt trait bounds 2018-07-31 18:24:30 +03:00
0056_trait_item.rs trait bounds 2018-07-31 18:24:30 +03:00
0056_trait_item.txt trait bounds 2018-07-31 18:24:30 +03:00
0057_auto_trait.rs trait bounds 2018-07-31 18:24:30 +03:00
0057_auto_trait.txt trait bounds 2018-07-31 18:24:30 +03:00