-
Notifications
You must be signed in to change notification settings - Fork 150
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
"in destructor name" bug #1097
Comments
The same problem appears when the test is: #[test]
fn test_issue_1097() {
let hdr = indoc! {"
#include <cxx.h>
"};
run_generate_all_test(hdr);
} so the minimization is plausible. Somehow the So, probably the correct solution is to just avoid generating any APIs for things in |
The problem reproduces with this alternative change and test case...
|
The work in #1264 might help/change this a bit. |
The text was updated successfully, but these errors were encountered: