mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
fix regression in self-referential completion
This commit is contained in:
parent
db6d214411
commit
8ef80086a0
3 changed files with 32 additions and 15 deletions
|
@ -3,4 +3,5 @@ test_utils::marks!(
|
|||
goto_definition_works_for_methods
|
||||
goto_definition_works_for_fields
|
||||
call_info_bad_offset
|
||||
dont_complete_current_use
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue