mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 23:38:00 +00:00
Update tests for Rust 1.64 (#6124)
Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user