We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf9dae commit 667411bCopy full SHA for 667411b
c2rust-transpile/src/translator/mod.rs
@@ -3564,7 +3564,7 @@ impl<'c> Translation<'c> {
3564
.ast_context
3565
.type_for_kind(&kind_with_declared_args)
3566
.expect(&format!("no type for kind {kind_with_declared_args:?}"));
3567
- source_ty = CQualTypeId::new(func_ty);
+ //source_ty = CQualTypeId::new(func_ty);
3568
}
3569
3570
// In general, if we are casting the result of an expression, then the inner
0 commit comments