aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_associated_type.snap
blob: 79168702c7e65ef152b5c7b7a4b037cdb9b23403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
created: "2019-02-18T09:10:52.066746177Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "T",
        source_range: [101; 101),
        text_edit: TextEdit {
            atoms: [
                AtomTextEdit {
                    delete: [101; 101),
                    insert: "T"
                }
            ]
        },
        kind: TypeAlias,
        detail: "type T = i32;",
        documentation: Documentation(
            "An associated type"
        )
    }
]