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.
1 parent 8afe9ff commit a7f8b2fCopy full SHA for a7f8b2f
1 file changed
src/bootstrap/src/core/build_steps/test.rs
@@ -3816,7 +3816,7 @@ impl Step for CodegenCranelift {
3816
const IS_HOST: bool = true;
3817
3818
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
3819
- run.paths(&["compiler/rustc_codegen_cranelift"])
+ run.path("compiler/rustc_codegen_cranelift")
3820
}
3821
3822
fn is_default_step(_builder: &Builder<'_>) -> bool {
@@ -3937,7 +3937,7 @@ impl Step for CodegenGCC {
3937
3938
3939
3940
- run.paths(&["compiler/rustc_codegen_gcc"])
+ run.path("compiler/rustc_codegen_gcc")
3941
3942
3943
0 commit comments