Fix some small bugs

This commit is contained in:
Fabian Stamm
2025-05-27 20:31:16 +02:00
parent ffacba2e96
commit c168df8365
9 changed files with 193 additions and 67 deletions

View File

@ -472,7 +472,7 @@ impl Compile for RustCompiler {
}
f.a1(format!(
"pub {}: {}",
"pub {}: {},",
Self::fix_keyword_name(&field.name),
Self::type_to_rust_ext(&field.typ)
));