From c3e96ec99d66035650665ceb9cff5f54ed6bd1d2 Mon Sep 17 00:00:00 2001 From: Vlad <vladimir@parity.io> Date: Mon, 10 Oct 2022 20:20:21 +0300 Subject: [PATCH] Update tests for Rust 1.64 (#6124) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bastian Köcher <info@kchr.de> --- polkadot/node/gum/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/node/gum/src/tests.rs b/polkadot/node/gum/src/tests.rs index 4b52147f294..c4077c7615c 100644 --- a/polkadot/node/gum/src/tests.rs +++ b/polkadot/node/gum/src/tests.rs @@ -32,7 +32,7 @@ fn plain() { fn wo_alias() { let a: i32 = 7; error!(target: "foo", - "Something something {}, {:?}, or maybe {}", + "Something something {}, {b:?}, or maybe {c}", a, b = Y::default(), c = a -- GitLab