We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unstable-apple-new
1 parent cb69e2a commit fcd9298Copy full SHA for fcd9298
crates/objc2/Cargo.toml
@@ -65,7 +65,7 @@ unstable-c-unwind = []
65
# For better documentation on docs.rs
66
unstable-docsrs = []
67
68
-# Enable new features available on ARM64 on:
+# Enable some new features available on ARM64 on:
69
# - macOS 13.0
70
# - iOS 16.0
71
# - tvOS 16.0
@@ -74,7 +74,9 @@ unstable-docsrs = []
74
# See https://developer.apple.com/videos/play/wwdc2022/110363/ for an overview
75
# of the features.
76
#
77
-# Currently untested.
+# Currently untested, might be unsound or lead to confusing compiler errors.
78
+#
79
+# Additionally, the message sending improvements is not yet implemented.
80
unstable-apple-new = ["apple"]
81
82
# Runtime selection. See `objc-sys` for details.
0 commit comments