Safe external statics #255
Labels
A-framework
Affects the framework crates and the translator for them
enhancement
New feature or request
Milestone
Some types like
NSErrorUserInfoKey
are really just a list of certainNSString
s that may be valid where it is used.It would be nice to have a better way of handling these!
Something like rust-lang/lang-team#149 could help here, likewise if we had associated statics.
The text was updated successfully, but these errors were encountered: