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