We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69297f9 commit e1a7791Copy full SHA for e1a7791
.vscode/settings.json
@@ -7,7 +7,7 @@
7
"rust-analyzer.cargo.features": ["unstable-features"],
8
"rust-analyzer.linkedProjects": [
9
"./Cargo.toml",
10
- //"./build_sysroot/sysroot_src/src/libstd/Cargo.toml",
+ //"./build_sysroot/sysroot_src/library/std/Cargo.toml",
11
{
12
"roots": [
13
"./example/mini_core.rs",
@@ -36,10 +36,10 @@
36
]
37
},
38
39
- "roots": ["./scripts/filter_profile.rs"],
+ "roots": ["./example/std_example.rs"],
40
"crates": [
41
42
- "root_module": "./scripts/filter_profile.rs",
+ "root_module": "./example/std_example.rs",
43
"edition": "2018",
44
"deps": [{ "crate": 1, "name": "std" }],
45
"cfg": [],
0 commit comments