We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ci_rustc_if_unchanged_logic
1 parent 883f9a2 commit 4474018Copy full SHA for 4474018
src/bootstrap/src/core/builder/tests.rs
@@ -239,7 +239,7 @@ fn ci_rustc_if_unchanged_logic() {
239
builder.run_step_descriptions(&Builder::get_step_descriptions(config.cmd.kind()), &[]);
240
241
let compiler_path = build.src.join("compiler");
242
- let library_path = build.src.join("compiler");
+ let library_path = build.src.join("library");
243
244
let commit =
245
get_closest_merge_commit(Some(&builder.config.src), &builder.config.git_config(), &[
0 commit comments