fix bootstrap

This commit is contained in:
Lzu Tao 2021-02-08 05:06:49 +00:00
parent bb587b1a17
commit 446798f84b

View File

@ -1490,7 +1490,7 @@ pub fn ensure<S: Step>(&'a self, step: S) -> S::Output {
for el in stack.iter().rev() {
out += &format!("\t{:?}\n", el);
}
panic!(out);
panic!("{}", out);
}
if let Some(out) = self.cache.get(&step) {
self.verbose(&format!("{}c {:?}", " ".repeat(stack.len()), step));