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