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 ffe8349 commit c714bb9Copy full SHA for c714bb9
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