forked from KDAB/cxx-qt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cxx-qt-gen: syn 2 supports unsafety in ItemForeignMod
We do not need to consider verbatim code paths for parsing unsafe extern "ABI" anymore, this is supportted in syn 2. eg compare ItemForeignMod and notice Option<Unsafe> syn 1 https://docs.rs/syn/1.0.109/syn/struct.ItemForeignMod.html syn 2 https://docs.rs/syn/2.0.0/syn/struct.ItemForeignMod.html
- Loading branch information
1 parent
4bedcd2
commit 433a932
Showing
4 changed files
with
10 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters