Searched refs:short_lived (Results 1 – 1 of 1) sorted by relevance
930 let short_lived = String::from("short lived"); in test_to_str() localVariable931 let v = Value::from(&*short_lived); in test_to_str()1029 let short_lived = String::from("A short-lived string"); in test_visit_borrowed_str() localVariable1030 Value::from(&*short_lived).visit(&mut extract).unwrap(); in test_visit_borrowed_str()