Unnamed repository; edit this file 'description' to name the repository.
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[
    FileSymbol {
        name: "Foo",
        def: Adt(
            Struct(
                Struct {
                    id: StructId(
                        3c00,
                    ),
                },
            ),
        ),
        loc: DeclarationLocation {
            hir_file_id: FileId(
                EditionedFileId(
                    Id(3001),
                ),
            ),
            ptr: SyntaxNodePtr {
                kind: STRUCT,
                range: 0..15,
            },
            name_ptr: Some(
                AstPtr(
                    SyntaxNodePtr {
                        kind: NAME,
                        range: 11..14,
                    },
                ),
            ),
        },
        container_name: None,
        is_alias: false,
        is_assoc: false,
        is_import: false,
        do_not_complete: Yes,
        _marker: PhantomData<&()>,
    },
]