Skip to content

Commit fcd9298

Browse files
committed
More precisely note status of unstable-apple-new
1 parent cb69e2a commit fcd9298

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crates/objc2/Cargo.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ unstable-c-unwind = []
6565
# For better documentation on docs.rs
6666
unstable-docsrs = []
6767

68-
# Enable new features available on ARM64 on:
68+
# Enable some new features available on ARM64 on:
6969
# - macOS 13.0
7070
# - iOS 16.0
7171
# - tvOS 16.0
@@ -74,7 +74,9 @@ unstable-docsrs = []
7474
# See https://developer.apple.com/videos/play/wwdc2022/110363/ for an overview
7575
# of the features.
7676
#
77-
# Currently untested.
77+
# Currently untested, might be unsound or lead to confusing compiler errors.
78+
#
79+
# Additionally, the message sending improvements is not yet implemented.
7880
unstable-apple-new = ["apple"]
7981

8082
# Runtime selection. See `objc-sys` for details.

0 commit comments

Comments
 (0)