Searched defs:hello_world (Results 1 – 1 of 1) sorted by relevance
517 assert_eq!(format!("{hello_world}"), "hello, world!"); in test_bstr_debug() localVariable 466 let hello_world = c"hello, world!"; test_cstr_display() localVariable 491 let hello_world = c"hello, world!"; test_cstr_debug() localVariable 502 let hello_world = BStr::from_bytes(b"hello, world!"); test_bstr_display() localVariable