mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 13:31:04 +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() {
|
fn wo_alias() {
|
||||||
let a: i32 = 7;
|
let a: i32 = 7;
|
||||||
error!(target: "foo",
|
error!(target: "foo",
|
||||||
"Something something {}, {:?}, or maybe {}",
|
"Something something {}, {b:?}, or maybe {c}",
|
||||||
a,
|
a,
|
||||||
b = Y::default(),
|
b = Y::default(),
|
||||||
c = a
|
c = a
|
||||||
|
|||||||
Reference in New Issue
Block a user