aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion.snap
blob: ffad98f7d44f7bfbaa61b6cd83eb17ce5cc146b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
created: "2019-02-18T07:29:59.599230647Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "the_field",
        source_range: [85; 85),
        kind: Field,
        detail: "u32"
    }
]