We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2ba94 commit 616ea4cCopy full SHA for 616ea4c
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: e351ad762de1b5254f12d5086f9a911d08429c34
+refs/heads/master: 6bb6922c28e24afa3dc6e893e016bcdb07f4750e
trunk/src/rt/rust_shape.cpp
@@ -230,7 +230,7 @@ struct type_param {
230
return NULL;
231
232
type_param *ptrs = arena.alloc<type_param>(n_params);
233
- for (int i = 0; i < n_params; i++) {
+ for (uint32_t i = 0; i < n_params; i++) {
234
const type_desc *subtydesc = tydesc->first_param[i];
235
ptrs[i].shape = subtydesc->shape;
236
ptrs[i].tables = subtydesc->shape_tables;
0 commit comments