about summary refs log tree commit diff
path: root/src/rt/rust_gc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_gc.cpp')
-rw-r--r--src/rt/rust_gc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_gc.cpp b/src/rt/rust_gc.cpp
index ff6ca86f854..b83c54ed73c 100644
--- a/src/rt/rust_gc.cpp
+++ b/src/rt/rust_gc.cpp
@@ -137,6 +137,7 @@ gc::mark(std::vector<root> &roots) {
         shape::log log(task, ri->tydesc->shape, params,
                        ri->tydesc->shape_tables, ri->data, std::cerr);
         log.walk(true);
+        DPRINT("\n");
 
         ++ri;
     }