mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-02 16:28:46 +00:00
bb4521be1c
Now goto definition should work when done on a named field in a struct initializer.
8 lines
234 B
Rust
8 lines
234 B
Rust
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
|
|
);
|