mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-30 15:03:42 +00:00
15 lines
412 B
Rust
15 lines
412 B
Rust
//! See test_utils/src/marks.rs
|
|
|
|
test_utils::marks!(
|
|
inserts_angle_brackets_for_generics
|
|
inserts_parens_for_function_calls
|
|
goto_def_for_macros
|
|
goto_def_for_methods
|
|
goto_def_for_fields
|
|
goto_def_for_record_fields
|
|
goto_def_for_field_init_shorthand
|
|
call_info_bad_offset
|
|
dont_complete_current_use
|
|
dont_complete_primitive_in_use
|
|
test_resolve_parent_module_on_module_decl
|
|
);
|