Skip to content

Commit 446798f

Browse files
committed
fix bootstrap
1 parent bb587b1 commit 446798f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ impl<'a> Builder<'a> {
14901490
for el in stack.iter().rev() {
14911491
out += &format!("\t{:?}\n", el);
14921492
}
1493-
panic!(out);
1493+
panic!("{}", out);
14941494
}
14951495
if let Some(out) = self.cache.get(&step) {
14961496
self.verbose(&format!("{}c {:?}", " ".repeat(stack.len()), step));

0 commit comments

Comments
 (0)