Re: [PATCH 02/18] rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`
Nicolas Schier <[email protected]>
| Newsgroups | org.kernel.vger.linux-kbuild,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jun 02, 2026 at 07:29:03PM +0200, Miguel Ojeda wrote:
> When Clippy is skipped, `RUSTC` should be shown in `quiet` instead of
> `CLIPPY` to be accurate and to avoid confusion.
>
> Thus do so, matching what we do in `quiet_cmd_rustc_library`.
>
> Fixes: 7dbe46c0b11d ("rust: kbuild: add proc macro library support")
> Signed-off-by: Miguel Ojeda <[email protected]>
> ---
> rust/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Nicolas Schier <[email protected]>