We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cadebe commit 7014ca1Copy full SHA for 7014ca1
test/test_syslog.rs
@@ -17,6 +17,8 @@ fn test_syslog_hello_world() {
17
#[test]
18
#[cfg(target_os = "linux")]
19
fn test_openlog_with_ident() {
20
+ use std::ffi::CStr;
21
+
22
const IDENT: &CStr = unsafe {
23
CStr::from_bytes_with_nul_unchecked(b"test_openlog_with_ident\0")
24
};
0 commit comments