Home
last modified time | relevance | path

Searched refs:RUSTC_OR_CLIPPY (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/rust/
DMakefile337 $(RUSTC_OR_CLIPPY) $(rust_common_flags) \
351 $(if $(skip_clippy),$(RUSTC),$(RUSTC_OR_CLIPPY)) \
/linux-6.12.1/
DMakefile576 RUSTC_OR_CLIPPY = $(CLIPPY_DRIVER) macro
579 RUSTC_OR_CLIPPY = $(RUSTC) macro
586 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN
/linux-6.12.1/scripts/
DMakefile.build257 RUST_MODFILE=$(modfile) $(RUSTC_OR_CLIPPY) $(rust_flags) \