This commit is contained in:
nora 2022-09-13 12:45:50 +02:00
parent caffa621de
commit 20befd0a8f
2 changed files with 8 additions and 0 deletions

View file

@ -136,3 +136,8 @@ mod tests {
assert_eq!(result, r#"test "uwu" hello"#);
}
}
fn f() {
crate::format!("uwu, {f:_<?}", "what");
}