We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595f1b3 commit 23214cbCopy full SHA for 23214cb
library/core/tests/ptr.rs
@@ -303,6 +303,7 @@ fn test_const_nonnull_new() {
303
#[test]
304
#[cfg(unix)] // printf may not be available on other platforms
305
#[allow(deprecated)] // For SipHasher
306
+#[cfg_attr(not(bootstrap), allow(unpredictable_function_pointer_comparisons))]
307
pub fn test_variadic_fnptr() {
308
use core::ffi;
309
use core::hash::{Hash, SipHasher};
0 commit comments