diff options
author | 2024-07-04 15:19:33 +0200 | |
---|---|---|
committer | 2024-07-04 15:19:33 +0200 | |
commit | afeea2758b4f1210361ce2a91d8fa3e7df606ad2 (patch) | |
tree | 969164f4e52fac6d4ec7d275540e702375e80950 /scripts/generate_rust_analyzer.py | |
parent | drm/komeda: remove unused struct 'gamma_curve_segment' (diff) | |
parent | drm/panthor: Record devfreq busy as soon as a job is started (diff) | |
download | wireguard-linux-afeea2758b4f1210361ce2a91d8fa3e7df606ad2.tar.xz wireguard-linux-afeea2758b4f1210361ce2a91d8fa3e7df606ad2.zip |
Merge drm-misc-next-2024-07-04 into drm-misc-next-fixes
Let's start the drm-misc-next-fixes cycle.
Signed-off-by: Maxime Ripard <mripard@kernel.org>
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", []), ) |