about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/bootstrap/check.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/check.rs b/src/bootstrap/check.rs
index bb98e26333c..3e9c02863e7 100644
--- a/src/bootstrap/check.rs
+++ b/src/bootstrap/check.rs
@@ -191,7 +191,7 @@ impl<'a> Step<'a> for Cargo<'a> {
     const ONLY_HOSTS: bool = true;
 
     fn should_run(_builder: &Builder, path: &Path) -> bool {
-        path.ends_with("cargo") // FIXME: Why is this not src/tools/cargo?
+        path.ends_with("src/tools/cargo")
     }
 
     fn make_run(builder: &Builder, _path: Option<&Path>, _host: &str, target: &str) {