Skip to content

Commit

Permalink
scripts: update rust-analyzer for local alloc
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Ojeda <[email protected]>
  • Loading branch information
ojeda committed Jul 2, 2021
1 parent 023ccfc commit b4d81aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate_rust_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def append_crate(display_name, root_module, is_workspace_member, deps, cfg):

append_crate(
"alloc",
sysroot_src / "alloc" / "src" / "lib.rs",
False,
srctree / "rust" / "alloc" / "lib.rs",
True,
["core", "compiler_builtins"],
[],
)
Expand Down

0 comments on commit b4d81aa

Please sign in to comment.