From: Debian Rust Maintainers Date: Sun, 19 Sep 2021 18:48:33 +0000 (+0100) Subject: u-fix-self-bootstrap X-Git-Tag: archive/raspbian/1.59.0+dfsg1-1_deb11u3+rpi1~2^2^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bfa3c36492032f567ded745b0c83c5f0bfaaf246;p=rustc-mozilla.git u-fix-self-bootstrap Gbp-Pq: Name u-fix-self-bootstrap.patch --- diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index ee6a7a4da..05dcae797 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));