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 20e1de1 commit 29b0aa5Copy full SHA for 29b0aa5
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