]> Git Repo - J-linux.git/blobdiff - scripts/generate_rust_analyzer.py
Merge tag 'sh-for-v6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubi...
[J-linux.git] / scripts / generate_rust_analyzer.py
index fc52bc41d3e7bd51c56f1abaed1424db59951781..f270c7b0cf345d948db8d03f488dc3de45a7e599 100755 (executable)
@@ -66,7 +66,7 @@ def generate_crates(srctree, objtree, sysroot_src, external_src, cfgs):
 
     append_crate(
         "alloc",
-        srctree / "rust" / "alloc" / "lib.rs",
+        sysroot_src / "alloc" / "src" / "lib.rs",
         ["core", "compiler_builtins"],
         cfg=crates_cfgs.get("alloc", []),
     )
This page took 0.024275 seconds and 4 git commands to generate.