aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__tuple_field_completion.snap
blob: 5b6ed9d7776d1dcbd213097a386a290cd9a80fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
created: "2019-02-18T07:29:59.598973382Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "0",
        source_range: [75; 75),
        kind: Field,
        detail: "i32"
    },
    CompletionItem {
        label: "1",
        source_range: [75; 75),
        kind: Field,
        detail: "f64"
    }
]