-
Notifications
You must be signed in to change notification settings - Fork 61
add unstable-core-ffi-objc feature #761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
87a792f
to
68abe05
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'm probably going to wait with merging this until there's at least a rust-lang/rust PR open that we can point people towards.
I added support for the I wonder if my |
I made |
Re identifier vs. string literal: I tend to think the They aren't even limited to UTF-8, so might actually make sense to force c-string literals, to prevent interior NUL bytes by construction? |
I'd be ok with string literals only. C-string literals only would make |
EDIT: Only |
Both good points, then a normal string literal is probably fine. |
Done. They now expect string literals and are used in new implementations of Though now I'm wondering if I should change |
For if/when
feature(core_ffi_objc)
is added to the nightly compiler.rust-lang/rust@master...jbatez:rust:rustc_objc_class