We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cbcb4 commit cb2a912Copy full SHA for cb2a912
1 file changed
objc-sys/src/message.rs
@@ -76,7 +76,7 @@ extern_c! {
76
// __x86_64__ and __i386__
77
78
/// Only available on `target_arch = "x86_64"` or `target_arch = "x86"`
79
- #[cfg(any(not(objfw), target_arch = "x86_64", target_arch = "x86"))]
+ #[cfg(all(not(objfw), any(target_arch = "x86_64", target_arch = "x86")))]
80
pub fn objc_msgSend_fpret();
81
// objc_msgSend_fpret_debug
82
0 commit comments