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.
src/version
rustc.download-ci=if-changed
1 parent 734481c commit 027c93aCopy full SHA for 027c93a
src/bootstrap/src/core/config/config.rs
@@ -2780,7 +2780,7 @@ impl Config {
2780
let has_changes = !t!(helpers::git(Some(&self.src))
2781
.args(["diff-index", "--quiet", &commit])
2782
.arg("--")
2783
- .args([self.src.join("compiler"), self.src.join("library")])
+ .args([self.src.join("compiler"), self.src.join("library"), self.src.join("version")])
2784
.as_command_mut()
2785
.status())
2786
.success();
0 commit comments