diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp index 57fd23cb6330..979a93415b3f 100644 --- a/src/rt/rust_shape.cpp +++ b/src/rt/rust_shape.cpp @@ -356,7 +356,7 @@ cmp::walk_struct2(const uint8_t *end_sp) { void cmp::walk_res2(const rust_fn *dtor, const uint8_t *end_sp) { - return cmp_two_pointers(); + this->cmp_two_pointers(); } void