Reconsider if we can use extern "Qt"
blocks and if they would have any advantage
#394
Replies: 1 comment
-
Even with syn changes, this fails due to An example of this can be seen in https://github.com/ahayzen-kdab/cxx-qt/tree/394-extern-qt The rustc_parse phase of the compiler is failing here So then the issue appears to come from the Rust procedural macro attribute, where it appears an attribute macro requires valid syntax whereas a function like one wouldn't.
|
Beta Was this translation helpful? Give feedback.
-
With new knowledge about how
syn
works with parsing we might be able to get it to work.Would there be any benefit to having an
extern "Qt"
block as we originally wanted?Beta Was this translation helpful? Give feedback.
All reactions