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 56939ff commit 4af755bCopy full SHA for 4af755b
library/core/tests/ptr.rs
@@ -289,7 +289,7 @@ fn test_const_nonnull_new() {
289
}
290
291
#[test]
292
-#[cfg(any(unix, windows))] // printf may not be available on other platforms
+#[cfg(unix)] // printf may not be available on other platforms
293
#[allow(deprecated)] // For SipHasher
294
pub fn test_variadic_fnptr() {
295
use core::ffi;
0 commit comments