Skip to content
Snippets Groups Projects
Commit c3e96ec9 authored by Vladimir Istyufeev's avatar Vladimir Istyufeev Committed by GitHub
Browse files

Update tests for Rust 1.64 (#6124)


Co-authored-by: default avatarBastian Köcher <info@kchr.de>
parent 4819d127
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment