2019-09-30 08:58:53 +00:00
|
|
|
//! See test_utils/src/marks.rs
|
|
|
|
|
2019-01-25 17:32:34 +00:00
|
|
|
test_utils::marks!(
|
2019-10-08 18:14:52 +00:00
|
|
|
inserts_angle_brackets_for_generics
|
2019-01-25 17:32:34 +00:00
|
|
|
inserts_parens_for_function_calls
|
2019-12-20 13:47:01 +00:00
|
|
|
goto_def_for_macros
|
|
|
|
goto_def_for_methods
|
|
|
|
goto_def_for_fields
|
|
|
|
goto_def_for_record_fields
|
|
|
|
goto_def_for_field_init_shorthand
|
2019-01-26 21:32:27 +00:00
|
|
|
call_info_bad_offset
|
2019-02-11 20:40:08 +00:00
|
|
|
dont_complete_current_use
|
2019-05-30 13:10:07 +00:00
|
|
|
dont_complete_primitive_in_use
|
2020-02-06 14:36:32 +00:00
|
|
|
test_resolve_parent_module_on_module_decl
|
2019-01-25 17:32:34 +00:00
|
|
|
);
|