-
Notifications
You must be signed in to change notification settings - Fork 70
Safe external statics #255
Copy link
Copy link
Open
Labels
A-frameworkAffects the framework crates and the translator for themAffects the framework crates and the translator for themenhancementNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Assignees
Labels
A-frameworkAffects the framework crates and the translator for themAffects the framework crates and the translator for themenhancementNew feature or requestNew feature or request
Some types like
NSErrorUserInfoKeyare really just a list of certainNSStrings 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.