fix bootstrap
This commit is contained in:
parent
bb587b1a17
commit
446798f84b
1 changed files with 1 additions and 1 deletions
|
|
@ -1490,7 +1490,7 @@ impl<'a> Builder<'a> {
|
|||
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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue