We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4965fe1 commit f91e7e4Copy full SHA for f91e7e4
1 file changed
cpp2rust/converter/models/converter_refcount.cpp
@@ -1398,7 +1398,7 @@ bool ConverterRefCount::VisitVAArgExpr(clang::VAArgExpr *expr) {
1398
}
1399
StrCat(ConvertLValue(va_list_expr));
1400
StrCat(".arg::<");
1401
- Convert(expr->getType());
+ StrCat(GetUnsafeTypeAsString(expr->getType()));
1402
StrCat(">()");
1403
return false;
1404
0 commit comments