diff options
| author | Mark Brown <broonie@kernel.org> | 2026-08-24 12:33:40 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-08-24 12:33:40 +0100 |
| commit | e891c028ecc29720cf70f2eab0ce90bc81bc8104 (patch) | |
| tree | 616e43b22dfcadc87ccd1229969a2f757bc73eb6 /scripts | |
| parent | 3e0688bc5f2fbcda6f35ee7d08af53546777bbbb (diff) | |
| parent | 5f45afb8ab04d934fc0601a202f95267ebc20059 (diff) | |
| download | linux-next-e891c028ecc29720cf70f2eab0ce90bc81bc8104.tar.gz linux-next-e891c028ecc29720cf70f2eab0ce90bc81bc8104.zip | |
Merge branch 'rust-analyzer-next' of https://github.com/Rust-for-Linux/linux.git
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/generate_rust_analyzer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/generate_rust_analyzer.py b/scripts/generate_rust_analyzer.py index dc1219736f77..621895bae128 100755 --- a/scripts/generate_rust_analyzer.py +++ b/scripts/generate_rust_analyzer.py @@ -250,6 +250,7 @@ def generate_crates( "macros", srctree / "rust" / "macros" / "lib.rs", [std, proc_macro, proc_macro2, quote, syn], + cfg=generated_cfg, ) zerocopy_derive = append_proc_macro_crate( |
