Re: [PATCH v2 11/13] kbuild: rust: add `rustc-version` support

From: Miguel Ojeda
Date: Tue Jul 09 2024 - 13:27:06 EST


On Tue, Jul 9, 2024 at 6:07 PM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
>
> +$(error-if,$(success,test -z "$(rustc-info)"),Sorry$(comma) this Rust compiler is not supported.)

Bah, this is broken, I just noticed in my CI that I didn't handle the
"Rust not installed" case.

Anyway, this patch (and the next one) are not important for the
series, I will just drop them and send them independently next cycle
to Kbuild instead. I should have done that anyway, even if they were
correct.

Cheers,
Miguel