We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to be able to pass through attributes such as
On many different elements in the original bridge macro. We should consider if there is a more generic way of doing this in the parser and generator phases with a generic type / mapping. Also see what attributes CXX is supporting https://github.com/dtolnay/cxx/blob/547a0edcf79cca2dad3f835ba736cfb85e93b1e5/syntax/attrs.rs#L286 https://github.com/dtolnay/cxx/blob/547a0edcf79cca2dad3f835ba736cfb85e93b1e5/macro/src/derive.rs#L17
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to be able to pass through attributes such as
On many different elements in the original bridge macro. We should consider if there is a more generic way of doing this in the parser and generator phases with a generic type / mapping. Also see what attributes CXX is supporting https://github.com/dtolnay/cxx/blob/547a0edcf79cca2dad3f835ba736cfb85e93b1e5/syntax/attrs.rs#L286 https://github.com/dtolnay/cxx/blob/547a0edcf79cca2dad3f835ba736cfb85e93b1e5/macro/src/derive.rs#L17
The text was updated successfully, but these errors were encountered: