mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Add HasResolver trait
This commit is contained in:
parent
7c275a7ed2
commit
6241cf9a59
9 changed files with 145 additions and 134 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