We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119ddea commit 21c6df6Copy full SHA for 21c6df6
1 file changed
cpp2rust/converter/converter.cpp
@@ -2616,7 +2616,7 @@ bool Converter::VisitVAArgExpr(clang::VAArgExpr *expr) {
2616
if (expr->getType()->isFunctionPointerType()) {
2617
StrCat("std::mem::transmute::<*mut ::libc::c_void", token::kComma);
2618
Convert(expr->getType());
2619
- StrCat(">");
+ StrCat('>');
2620
PushParen paren(*this);
2621
{
2622
PushExprKind push(*this, ExprKind::RValue);
0 commit comments