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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
    0: CrateBuilder {
        basic: CrateData {
            root_file_id: FileId(
                1,
            ),
            edition: Edition2024,
            dependencies: [],
            origin: Local {
                repo: None,
                name: Some(
                    "foo",
                ),
            },
            crate_attrs: [
                "#![no_std]",
                "#![feature(f16,f128)]",
                "#![crate_type = \"lib\"]",
            ],
            is_proc_macro: false,
            proc_macro_cwd: AbsPathBuf(
                "$ROOT$",
            ),
        },
        extra: ExtraCrateData {
            version: None,
            display_name: Some(
                CrateDisplayName {
                    crate_name: CrateName(
                        "foo",
                    ),
                    canonical_name: "foo",
                },
            ),
            potential_cfg_options: None,
        },
        cfg_options: CfgOptions(
            [
                "rust_analyzer",
                "test",
                "true",
            ],
        ),
        env: Env {
            entries: {},
        },
        ws_data: CrateWorkspaceData {
            target: Err(
                "test has no target data",
            ),
            toolchain: None,
        },
    },
}