diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 001ae7246fdf..22a128e38e80 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -217,7 +217,7 @@ impl StepDescription { } if !attempted_run { - eprintln!("Warning: no rules matched {}.", path.display()); + panic!("Error: no rules matched {}.", path.display()); } } }