Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFlows should be repr(C) #14791
Open
Flows should be repr(C) #14791
Labels
Comments
|
Argh, the story of inheritence. |
|
Rust really needs an object system. Perhaps one can be implemented as a compiler plugin. |
|
I think this is still true. |
|
Does layout 2020 address this? |
|
Yes, but 2013 is still a thing for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have code that extracts the
BaseFlowthroughThis relies on the
BaseFlowbeing the first field in anyFlowimplementation.(Perhaps this also means
Flowshould be an unsafe trait…)