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.
rust-analyzer
alloc
1 parent 023ccfc commit b4d81aaCopy full SHA for b4d81aa
1 file changed
scripts/generate_rust_analyzer.py
@@ -56,8 +56,8 @@ def append_crate(display_name, root_module, is_workspace_member, deps, cfg):
56
57
append_crate(
58
"alloc",
59
- sysroot_src / "alloc" / "src" / "lib.rs",
60
- False,
+ srctree / "rust" / "alloc" / "lib.rs",
+ True,
61
["core", "compiler_builtins"],
62
[],
63
)
0 commit comments