mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Merge #2332
2332: Add HasResolver trait r=matklad a=matklad bors merge Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
2cb2fb1a48
10 changed files with 127 additions and 141 deletions
|
@ -304,6 +304,13 @@ mod tests {
|
|||
),
|
||||
@r###"
|
||||
[
|
||||
CompletionItem {
|
||||
label: "Self",
|
||||
source_range: [54; 54),
|
||||
delete: [54; 54),
|
||||
insert: "Self",
|
||||
kind: TypeParam,
|
||||
},
|
||||
CompletionItem {
|
||||
label: "T",
|
||||
source_range: [54; 54),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue