This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-28
lines changed Expand file tree Collapse file tree 1 file changed +5
-28
lines changed Original file line number Diff line number Diff line change 7
7
"rust-analyzer.cargo.features" : [" unstable-features" ],
8
8
"rust-analyzer.linkedProjects" : [
9
9
" ./Cargo.toml" ,
10
- //"./build_sysroot/sysroot_src/library/std/Cargo.toml",
11
10
{
12
- "roots" : [
13
- " ./example/mini_core.rs" ,
14
- " ./example/mini_core_hello_world.rs" ,
15
- " ./example/mod_bench.rs"
16
- ],
17
11
"crates" : [
18
12
{
19
13
"root_module" : " ./example/mini_core.rs" ,
36
30
]
37
31
},
38
32
{
39
- "roots" : [" ./example/std_example.rs" ],
40
- "crates" : [
41
- {
42
- "root_module" : " ./example/std_example.rs" ,
43
- "edition" : " 2018" ,
44
- "deps" : [{ "crate" : 1 , "name" : " std" }],
45
- "cfg" : [],
46
- },
47
- {
48
- "root_module" : " ./build_sysroot/sysroot_src/library/std/src/lib.rs" ,
49
- "edition" : " 2018" ,
50
- "deps" : [],
51
- "cfg" : [],
52
- },
53
- ]
54
- },
55
- {
56
- "roots" : [" ./y.rs" ],
33
+ "sysroot_src" : " ./build_sysroot/sysroot_src/library" ,
57
34
"crates" : [
58
35
{
59
36
"root_module" : " ./y.rs" ,
60
- "edition" : " 2018 " ,
61
- "deps" : [{ "crate" : 1 , "name" : " std " } ],
37
+ "edition" : " 2021 " ,
38
+ "deps" : [],
62
39
"cfg" : [],
63
40
},
64
41
{
65
- "root_module" : " ./build_sysroot/sysroot_src/library/std/src/lib .rs" ,
66
- "edition" : " 2018 " ,
42
+ "root_module" : " ./example/std_example .rs" ,
43
+ "edition" : " 2015 " ,
67
44
"deps" : [],
68
45
"cfg" : [],
69
46
},
You can’t perform that action at this time.
0 commit comments