Skip to content
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

Interoperation with C unions #877

Closed
brson opened this issue Feb 17, 2015 · 4 comments
Closed

Interoperation with C unions #877

brson opened this issue Feb 17, 2015 · 4 comments
Labels
T-lang Relevant to the language team, which will review and decide on the RFC.

Comments

@brson
Copy link
Contributor

brson commented Feb 17, 2015

Rust only has safe unions, so interoperating with C unions is ugly. One approach to this 'unsafe enums' is proposed in #724.

@brson brson added the postponed RFCs that have been postponed and may be revisited at a later time. label Feb 17, 2015
@huonw
Copy link
Member

huonw commented Jan 5, 2016

@joshtriplett
Copy link
Member

RFC pull request: #1444

@alexcrichton
Copy link
Member

cc #371

@Stebalien
Copy link
Contributor

Triage: fixed by #1444

@nrc nrc added the T-lang Relevant to the language team, which will review and decide on the RFC. label Aug 19, 2016
@nrc nrc closed this as completed Aug 19, 2016
@petrochenkov petrochenkov removed the postponed RFCs that have been postponed and may be revisited at a later time. label Feb 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-lang Relevant to the language team, which will review and decide on the RFC.
Projects
None yet
Development

No branches or pull requests

7 participants