-
Notifications
You must be signed in to change notification settings - Fork 80
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
gen_rs: pass through ForeignMod to the CXX bridge for now #164
Conversation
This doesn't work with |
So |
5bb7019
to
1adfc17
Compare
This works now. Just need to also support attributes on the extern block. |
This is working now |
ba757c0
to
f11a6b2
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.
waiting for CI
Later we will pass through all non CXX-Qt items to the CXX bridge, but this is a stepping stone that allows us to progress.
f11a6b2
to
c7b60bf
Compare
(Rebased as the other one landed) |
Later we will pass through all non CXX-Qt items to the CXX bridge,
but this is a stepping stone that allows us to progress.