diff options
author | 2024-06-10 12:03:21 +0100 | |
---|---|---|
committer | 2024-06-10 12:03:21 +0100 | |
commit | 594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2 (patch) | |
tree | 070bd60a8fda15e5f47339d3f6888a0fe2ca6fe9 /scripts/generate_rust_analyzer.py | |
parent | clkdev: don't fail clkdev_alloc() if over-sized (diff) | |
parent | ARM: 9405/1: ftrace: Don't assume stack frames are contiguous in memory (diff) | |
download | linux-rng-594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2.tar.xz linux-rng-594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2.zip |
Merge topic branches 'clkdev' and 'fixes' into for-linus
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
-rwxr-xr-x | scripts/generate_rust_analyzer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_rust_analyzer.py b/scripts/generate_rust_analyzer.py index fc52bc41d3e7..f270c7b0cf34 100755 --- a/scripts/generate_rust_analyzer.py +++ b/scripts/generate_rust_analyzer.py @@ -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", []), ) |