Skip to content

Commit 06500aa

Browse files
Add message when running clippy with --no-default-features for cg_gcc
1 parent 4501327 commit 06500aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/build_steps/clippy.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ impl Step for CodegenGcc {
394394
&[],
395395
);
396396
self.build_compiler.configure_cargo(&mut cargo);
397+
println!("Now running clippy on `rustc_codegen_gcc` with `--no-default-features`");
397398
cargo.arg("--no-default-features");
398399
run_cargo(builder, cargo, args, &stamp, vec![], true, false);
399400
}

0 commit comments

Comments
 (0)