Skip to content

Commit edee87c

Browse files
committed
---
yaml --- r: 5079 b: refs/heads/master c: 729437d h: refs/heads/master i: 5077: 27ba8a6 5075: 5400174 5071: 91ed86e v: v3
1 parent 93022be commit edee87c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 53a9d5a1d21c101f1bf6a00655309a37497cca23
2+
refs/heads/master: 729437d2c07cfaf3d924df59a9341b3ac2efa1d6

trunk/src/rt/rust_crate_cache.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ rust_crate_cache::get_type_desc(size_t size,
4242
td->is_stateful |= descs[i]->is_stateful;
4343
}
4444
td->n_obj_params = n_obj_params;
45+
td->n_params = n_descs - 1;
4546
HASH_ADD(hh, this->type_descs, descs, keysz, td);
4647
return td;
4748
}

0 commit comments

Comments
 (0)