mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
Add message when running clippy with --no-default-features for cg_gcc
This commit is contained in:
@@ -394,6 +394,7 @@ fn run(self, builder: &Builder<'_>) -> Self::Output {
|
||||
&[],
|
||||
);
|
||||
self.build_compiler.configure_cargo(&mut cargo);
|
||||
println!("Now running clippy on `rustc_codegen_gcc` with `--no-default-features`");
|
||||
cargo.arg("--no-default-features");
|
||||
run_cargo(builder, cargo, args, &stamp, vec![], true, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user