summaryrefslogtreecommitdiff
path: root/rust/src/types
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/types')
-rw-r--r--rust/src/types/printer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/types/printer.rs b/rust/src/types/printer.rs
index d168434e..51845df7 100644
--- a/rust/src/types/printer.rs
+++ b/rust/src/types/printer.rs
@@ -338,6 +338,7 @@ impl CoreTypePrinter {
raw_names.as_mut_ptr(),
raw_types.as_mut_ptr(),
raw_types.len(),
+ // TODO: Add a print_all_types that accepts a set of type containers.
data.handle,
padding_cols as c_int,
escaping,