From bfa3c36492032f567ded745b0c83c5f0bfaaf246 Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Sun, 19 Sep 2021 19:48:33 +0100 Subject: [PATCH] u-fix-self-bootstrap Gbp-Pq: Name u-fix-self-bootstrap.patch --- src/bootstrap/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index ee6a7a4da2..05dcae797a 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -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)); -- 2.30.2