Skip to content

Commit 955ac84

Browse files
committed
rt: Step over type params properly in glue
1 parent 15e1e31 commit 955ac84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rt/rust_shape.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,7 @@ class data : public ctxt< data<T,U> > {
950950
T sub(*static_cast<T *>(this), param->shape, param->params,
951951
param->tables);
952952
static_cast<T *>(this)->walk_subcontext(align, sub);
953+
dp = sub.dp;
953954
}
954955

955956
template<typename W>

0 commit comments

Comments
 (0)