[
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<&()>,
},
FileSymbol {
name: "Foo",
def: Adt(
Struct(
Struct {
id: StructId(
3c00,
),
},
),
),
loc: DeclarationLocation {
hir_file_id: FileId(
EditionedFileId(
Id(3000),
),
),
ptr: SyntaxNodePtr {
kind: USE_TREE,
range: 17..25,
},
name_ptr: Some(
AstPtr(
SyntaxNodePtr {
kind: NAME_REF,
range: 22..25,
},
),
),
},
container_name: None,
is_alias: false,
is_assoc: false,
is_import: true,
do_not_complete: Yes,
_marker: PhantomData<&()>,
},
]