mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Allow goto-definition to work for named fields in struct initializer
Now goto definition should work when done on a named field in a struct initializer.
This commit is contained in:
parent
2e2a6dd2fb
commit
bb4521be1c
2 changed files with 45 additions and 0 deletions
|
@ -2,6 +2,7 @@ test_utils::marks!(
|
|||
inserts_parens_for_function_calls
|
||||
goto_definition_works_for_methods
|
||||
goto_definition_works_for_fields
|
||||
goto_definition_works_for_named_fields
|
||||
call_info_bad_offset
|
||||
dont_complete_current_use
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue