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.
TypeConverter::translate_valist
1 parent d9c3b46 commit cd9e6a8Copy full SHA for cd9e6a8
1 file changed
c2rust-transpile/src/translator/mod.rs
@@ -1535,9 +1535,7 @@ impl<'c> Translation<'c> {
1535
let comment_context = CommentContext::new(&mut ast_context);
1536
let mut type_converter = TypeConverter::new();
1537
1538
- if tcfg.translate_valist {
1539
- type_converter.translate_valist = true
1540
- }
+ type_converter.translate_valist = tcfg.translate_valist;
1541
1542
let main_file = ast_context
1543
.find_file_id(main_file)
0 commit comments