mirror of
https://github.com/openharmony/third_party_rust_log.git
synced 2026-07-21 07:05:23 -04:00
@@ -14,11 +14,6 @@ fn with_args() {
|
||||
info!("hello {}", "cats",);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn named_arg() {
|
||||
info!("hello {value}", value = "cats");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn kv() {
|
||||
info!("hello {}", "cats", {
|
||||
@@ -26,11 +21,3 @@ fn kv() {
|
||||
cat_2: "nori",
|
||||
});
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn kv_and_named_arg() {
|
||||
info!("hello {value}", value = "cats", {
|
||||
cat_1: "chashu",
|
||||
cat_2: "nori",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user