We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clippy
1 parent 5bc3450 commit 56b621eCopy full SHA for 56b621e
src/bootstrap/src/core/build_steps/clippy.rs
@@ -343,7 +343,7 @@ impl Step for CodegenGcc {
343
type Output = ();
344
345
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
346
- run.alias("rustc_codegen_gcc")
+ run.alias("rustc_codegen_gcc").path("compiler/rustc_codegen_gcc")
347
}
348
349
fn make_run(run: RunConfig<'_>) {
0 commit comments