Update tests for Rust 1.64 (#6124)

Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
Vlad
2022-10-10 20:20:21 +03:00
committed by GitHub
parent 4819d12711
commit c3e96ec99d
+1 -1
View File
@@ -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