On Wed, Sep 3, 2025 at 9:08 PM Asuna Yang <spriteovo@xxxxxxxxx> wrote: > > Decouple the code for getting the version of libclang used by Rust > bindgen from rust_is_available.sh into a separate script so that we can > define a symbol for the version in Kconfig that will be used for > checking in subsequent patches. Hmm... I am not sure it is a good idea to move that into another script. Do we really need to intertwine these two scripts? The rename isn't great either. Cc'ing the rust-for-linux list too. Thanks! Cheers, Miguel